package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ipaddr.js@1.2.0",
  6. "scope": null,
  7. "escapedName": "ipaddr.js",
  8. "name": "ipaddr.js",
  9. "rawSpec": "1.2.0",
  10. "spec": "1.2.0",
  11. "type": "version"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/proxy-addr"
  14. ]
  15. ],
  16. "_from": "ipaddr.js@1.2.0",
  17. "_id": "ipaddr.js@1.2.0",
  18. "_inCache": true,
  19. "_location": "/ipaddr.js",
  20. "_npmOperationalInternal": {
  21. "host": "packages-12-west.internal.npmjs.com",
  22. "tmp": "tmp/ipaddr.js-1.2.0.tgz_1467971539814_0.6815996605437249"
  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.2.0",
  32. "scope": null,
  33. "escapedName": "ipaddr.js",
  34. "name": "ipaddr.js",
  35. "rawSpec": "1.2.0",
  36. "spec": "1.2.0",
  37. "type": "version"
  38. },
  39. "_requiredBy": [
  40. "/proxy-addr"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.2.0.tgz",
  43. "_shasum": "8aba49c9192799585bdd643e0ccb50e8ae777ba4",
  44. "_shrinkwrap": null,
  45. "_spec": "ipaddr.js@1.2.0",
  46. "_where": "/home/tati/shared/especificos-web-V2/back/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": "8aba49c9192799585bdd643e0ccb50e8ae777ba4",
  66. "tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.2.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.10"
  70. },
  71. "gitHead": "87bcb487f1a6739101231e71b111da2823540398",
  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.2.0"
  97. }