package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ipaddr.js@1.3.0",
  6. "scope": null,
  7. "escapedName": "ipaddr.js",
  8. "name": "ipaddr.js",
  9. "rawSpec": "1.3.0",
  10. "spec": "1.3.0",
  11. "type": "version"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/proxy-addr"
  14. ]
  15. ],
  16. "_from": "ipaddr.js@1.3.0",
  17. "_id": "ipaddr.js@1.3.0",
  18. "_inCache": true,
  19. "_location": "/ipaddr.js",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/ipaddr.js-1.3.0.tgz_1489544932893_0.961968986550346"
  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.3.0",
  32. "scope": null,
  33. "escapedName": "ipaddr.js",
  34. "name": "ipaddr.js",
  35. "rawSpec": "1.3.0",
  36. "spec": "1.3.0",
  37. "type": "version"
  38. },
  39. "_requiredBy": [
  40. "/proxy-addr"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz",
  43. "_shasum": "1e03a52fdad83a8bbb2b25cbf4998b4cffcd3dec",
  44. "_shrinkwrap": null,
  45. "_spec": "ipaddr.js@1.3.0",
  46. "_where": "/data/feimat/test_yali/liveserver/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.6",
  58. "nodeunit": ">=0.8.2 <0.8.7",
  59. "uglify-js": "latest"
  60. },
  61. "directories": {
  62. "lib": "./lib"
  63. },
  64. "dist": {
  65. "shasum": "1e03a52fdad83a8bbb2b25cbf4998b4cffcd3dec",
  66. "tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.10"
  70. },
  71. "gitHead": "9c557556e495a2c60a3c656e4f9f8b3a1e14dedc",
  72. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  73. "keywords": [
  74. "ip",
  75. "ipv4",
  76. "ipv6"
  77. ],
  78. "license": "MIT",
  79. "main": "./lib/ipaddr",
  80. "maintainers": [
  81. {
  82. "name": "whitequark",
  83. "email": "whitequark@whitequark.org"
  84. }
  85. ],
  86. "name": "ipaddr.js",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/whitequark/ipaddr.js.git"
  92. },
  93. "scripts": {
  94. "test": "cake build test"
  95. },
  96. "version": "1.3.0"
  97. }