package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "@leichtgewicht/ip-codec@2.0.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@leichtgewicht/ip-codec@2.0.4",
  10. "_id": "@leichtgewicht/ip-codec@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
  13. "_location": "/@leichtgewicht/ip-codec",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@leichtgewicht/ip-codec@2.0.4",
  19. "name": "@leichtgewicht/ip-codec",
  20. "escapedName": "@leichtgewicht%2fip-codec",
  21. "scope": "@leichtgewicht",
  22. "rawSpec": "2.0.4",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.4"
  25. },
  26. "_requiredBy": [
  27. "/dns-packet"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
  30. "_spec": "2.0.4",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Martin Heidegger"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/martinheidegger/ip-codec/issues"
  37. },
  38. "description": "Small package to encode or decode IP addresses from buffers to strings.",
  39. "devDependencies": {
  40. "@definitelytyped/dtslint": "0.0.112",
  41. "c8": "^7.11.2",
  42. "esm2umd": "^0.2.0",
  43. "fresh-tape": "^5.5.3",
  44. "standard": "^17.0.0",
  45. "typescript": "^4.6.4"
  46. },
  47. "exports": {
  48. ".": {
  49. "import": "./index.mjs",
  50. "require": "./index.cjs"
  51. }
  52. },
  53. "homepage": "https://github.com/martinheidegger/ip-codec#readme",
  54. "keywords": [
  55. "ip",
  56. "ipv4",
  57. "ipv6",
  58. "codec",
  59. "codecs",
  60. "buffer",
  61. "conversion"
  62. ],
  63. "license": "MIT",
  64. "main": "index.cjs",
  65. "name": "@leichtgewicht/ip-codec",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/martinheidegger/ip-codec.git"
  69. },
  70. "scripts": {
  71. "coverage": "c8 npm run unit",
  72. "lint": "standard && dtslint --localTs node_modules/typescript/lib types",
  73. "prepare": "node ./scripts/esm2umd.mjs ipCodec",
  74. "test": "npm run lint && npm run unit",
  75. "unit": "fresh-tape test.mjs"
  76. },
  77. "types": "types",
  78. "version": "2.0.4"
  79. }