package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@1.9.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ipaddr.js@1.9.1",
  10. "_id": "ipaddr.js@1.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=",
  13. "_location": "/ipaddr.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ipaddr.js@1.9.1",
  19. "name": "ipaddr.js",
  20. "escapedName": "ipaddr.js",
  21. "rawSpec": "1.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.1"
  24. },
  25. "_requiredBy": [
  26. "/internal-ip",
  27. "/proxy-addr"
  28. ],
  29. "_resolved": "https://registry.nlark.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz",
  30. "_spec": "1.9.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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.11.3",
  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. "LICENSE",
  55. "ipaddr.min.js"
  56. ],
  57. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  58. "keywords": [
  59. "ip",
  60. "ipv4",
  61. "ipv6"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/ipaddr.js",
  65. "name": "ipaddr.js",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/whitequark/ipaddr.js.git"
  69. },
  70. "scripts": {
  71. "test": "cake build test"
  72. },
  73. "types": "./lib/ipaddr.js.d.ts",
  74. "version": "1.9.1"
  75. }