package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "ipaddr.js@1.9.1",
  3. "_id": "ipaddr.js@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  6. "_location": "/ipaddr.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ipaddr.js@1.9.1",
  12. "name": "ipaddr.js",
  13. "escapedName": "ipaddr.js",
  14. "rawSpec": "1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/internal-ip",
  20. "/proxy-addr"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  23. "_shasum": "bff38543eeb8984825079ff3a2a8e6cbd46781b3",
  24. "_spec": "ipaddr.js@1.9.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\proxy-addr",
  26. "author": {
  27. "name": "whitequark",
  28. "email": "whitequark@whitequark.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/whitequark/ipaddr.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  37. "devDependencies": {
  38. "coffee-script": "~1.12.6",
  39. "nodeunit": "^0.11.3",
  40. "uglify-js": "~3.0.19"
  41. },
  42. "directories": {
  43. "lib": "./lib"
  44. },
  45. "engines": {
  46. "node": ">= 0.10"
  47. },
  48. "files": [
  49. "lib/",
  50. "LICENSE",
  51. "ipaddr.min.js"
  52. ],
  53. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  54. "keywords": [
  55. "ip",
  56. "ipv4",
  57. "ipv6"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/ipaddr.js",
  61. "name": "ipaddr.js",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/whitequark/ipaddr.js.git"
  65. },
  66. "scripts": {
  67. "test": "cake build test"
  68. },
  69. "types": "./lib/ipaddr.js.d.ts",
  70. "version": "1.9.1"
  71. }