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.
73 lines
1.9 KiB
73 lines
1.9 KiB
5 months ago
|
{
|
||
|
"_from": "ipaddr.js@^2.0.1",
|
||
|
"_id": "ipaddr.js@2.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
|
||
|
"_location": "/ipaddr.js",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "ipaddr.js@^2.0.1",
|
||
|
"name": "ipaddr.js",
|
||
|
"escapedName": "ipaddr.js",
|
||
|
"rawSpec": "^2.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/vue-puzzle-vcode/webpack-dev-server"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
|
||
|
"_shasum": "d33fa7bac284f4de7af949638c9d68157c6b92e8",
|
||
|
"_spec": "ipaddr.js@^2.0.1",
|
||
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\vue-puzzle-vcode\\node_modules\\webpack-dev-server",
|
||
|
"author": {
|
||
|
"name": "whitequark",
|
||
|
"email": "whitequark@whitequark.org"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/whitequark/ipaddr.js/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8.57.0",
|
||
|
"uglify-es": "*"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "./lib"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 10"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"LICENSE",
|
||
|
"ipaddr.min.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
|
||
|
"keywords": [
|
||
|
"ip",
|
||
|
"ipv4",
|
||
|
"ipv6"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./lib/ipaddr.js",
|
||
|
"name": "ipaddr.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/whitequark/ipaddr.js.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js",
|
||
|
"lint": "npx eslint lib",
|
||
|
"lintfix": "npx eslint --fix lib test",
|
||
|
"test": "node --test"
|
||
|
},
|
||
|
"types": "./lib/ipaddr.js.d.ts",
|
||
|
"version": "2.2.0"
|
||
|
}
|