package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "ipaddr.js@^2.0.1",
  3. "_id": "ipaddr.js@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
  6. "_location": "/ipaddr.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ipaddr.js@^2.0.1",
  12. "name": "ipaddr.js",
  13. "escapedName": "ipaddr.js",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
  22. "_shasum": "71dce70e1398122208996d1c22f2ba46a24b1abc",
  23. "_spec": "ipaddr.js@^2.0.1",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "whitequark",
  27. "email": "whitequark@whitequark.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/whitequark/ipaddr.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  36. "devDependencies": {
  37. "eslint": "^9.19.0",
  38. "uglify-es": "*"
  39. },
  40. "directories": {
  41. "lib": "./lib"
  42. },
  43. "engines": {
  44. "node": ">= 10"
  45. },
  46. "files": [
  47. "lib",
  48. "ipaddr.min.js"
  49. ],
  50. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  51. "keywords": [
  52. "ip",
  53. "ipv4",
  54. "ipv6"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/ipaddr.js",
  58. "name": "ipaddr.js",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/whitequark/ipaddr.js.git"
  62. },
  63. "scripts": {
  64. "build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js",
  65. "lint": "npx eslint lib",
  66. "lintfix": "npx eslint --fix lib test",
  67. "test": "node --test"
  68. },
  69. "types": "./lib/ipaddr.js.d.ts",
  70. "version": "2.3.0"
  71. }