You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.8 KiB

6 months ago
  1. {
  2. "_args": [
  3. [
  4. "ipaddr.js@2.2.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ipaddr.js@2.2.0",
  10. "_id": "ipaddr.js@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
  13. "_location": "/ipaddr.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ipaddr.js@2.2.0",
  19. "name": "ipaddr.js",
  20. "escapedName": "ipaddr.js",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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. "eslint": "^8.57.0",
  42. "uglify-es": "*"
  43. },
  44. "directories": {
  45. "lib": "./lib"
  46. },
  47. "engines": {
  48. "node": ">= 10"
  49. },
  50. "files": [
  51. "lib",
  52. "LICENSE",
  53. "ipaddr.min.js"
  54. ],
  55. "homepage": "https://github.com/whitequark/ipaddr.js#readme",
  56. "keywords": [
  57. "ip",
  58. "ipv4",
  59. "ipv6"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/ipaddr.js",
  63. "name": "ipaddr.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/whitequark/ipaddr.js.git"
  67. },
  68. "scripts": {
  69. "build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js",
  70. "lint": "npx eslint lib",
  71. "lintfix": "npx eslint --fix lib test",
  72. "test": "node --test"
  73. },
  74. "types": "./lib/ipaddr.js.d.ts",
  75. "version": "2.2.0"
  76. }