package.json 2.2 KB

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