package.json 1.6 KB

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