package.json 2.1 KB

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