package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@1.6.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ipaddr.js@1.6.0",
  10. "_id": "ipaddr.js@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4/o1e3c9phnybpXwSdBVxyeW+Gs=",
  13. "_location": "/ipaddr.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ipaddr.js@1.6.0",
  19. "name": "ipaddr.js",
  20. "escapedName": "ipaddr.js",
  21. "rawSpec": "1.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.6.0"
  24. },
  25. "_requiredBy": [
  26. "/proxy-addr"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.6.0.tgz",
  29. "_spec": "1.6.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "whitequark",
  33. "email": "whitequark@whitequark.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/whitequark/ipaddr.js/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  40. "devDependencies": {
  41. "coffee-script": "~1.12.6",
  42. "nodeunit": ">=0.8.2 <0.8.7",
  43. "uglify-js": "~3.0.19"
  44. },
  45. "directories": {
  46. "lib": "./lib"
  47. },
  48. "engines": {
  49. "node": ">= 0.10"
  50. },
  51. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  52. "keywords": [
  53. "ip",
  54. "ipv4",
  55. "ipv6"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/ipaddr.js",
  59. "name": "ipaddr.js",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/whitequark/ipaddr.js.git"
  63. },
  64. "scripts": {
  65. "test": "cake build test"
  66. },
  67. "types": "./lib/ipaddr.js.d.ts",
  68. "version": "1.6.0"
  69. }