package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ipaddr.js@1.8.0",
  6. "scope": null,
  7. "escapedName": "ipaddr.js",
  8. "name": "ipaddr.js",
  9. "rawSpec": "1.8.0",
  10. "spec": "1.8.0",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\proxy-addr"
  14. ]
  15. ],
  16. "_from": "ipaddr.js@1.8.0",
  17. "_id": "ipaddr.js@1.8.0",
  18. "_inCache": true,
  19. "_location": "/ipaddr.js",
  20. "_npmOperationalInternal": {
  21. "host": "s3://npm-registry-packages",
  22. "tmp": "tmp/ipaddr.js_1.8.0_1531193295710_0.6229373074337963"
  23. },
  24. "_npmUser": {
  25. "name": "whitequark",
  26. "email": "whitequark@whitequark.org"
  27. },
  28. "_npmVersion": "1.4.21",
  29. "_phantomChildren": {},
  30. "_requested": {
  31. "raw": "ipaddr.js@1.8.0",
  32. "scope": null,
  33. "escapedName": "ipaddr.js",
  34. "name": "ipaddr.js",
  35. "rawSpec": "1.8.0",
  36. "spec": "1.8.0",
  37. "type": "version"
  38. },
  39. "_requiredBy": [
  40. "/proxy-addr"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
  43. "_shasum": "eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e",
  44. "_shrinkwrap": null,
  45. "_spec": "ipaddr.js@1.8.0",
  46. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\proxy-addr",
  47. "author": {
  48. "name": "whitequark",
  49. "email": "whitequark@whitequark.org"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/whitequark/ipaddr.js/issues"
  53. },
  54. "dependencies": {},
  55. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  56. "devDependencies": {
  57. "coffee-script": "~1.12.6",
  58. "nodeunit": ">=0.8.2 <0.8.7",
  59. "uglify-js": "~3.0.19"
  60. },
  61. "directories": {
  62. "lib": "./lib"
  63. },
  64. "dist": {
  65. "shasum": "eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e",
  66. "tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
  67. "fileCount": 5,
  68. "unpackedSize": 39303
  69. },
  70. "engines": {
  71. "node": ">= 0.10"
  72. },
  73. "files": [
  74. "lib/",
  75. "ipaddr.min.js"
  76. ],
  77. "gitHead": "d7f0a9bfea2888ea8b309b97d0eed1709e8c6ead",
  78. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  79. "keywords": [
  80. "ip",
  81. "ipv4",
  82. "ipv6"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/ipaddr.js",
  86. "maintainers": [
  87. {
  88. "name": "whitequark",
  89. "email": "whitequark@whitequark.org"
  90. }
  91. ],
  92. "name": "ipaddr.js",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/whitequark/ipaddr.js.git"
  98. },
  99. "scripts": {
  100. "test": "cake build test"
  101. },
  102. "types": "./lib/ipaddr.js.d.ts",
  103. "version": "1.8.0"
  104. }