Files
Arbitrate-FrontendH5/node_modules/ipaddr.js/package.json
T

78 lines
1.9 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"ipaddr.js@2.1.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "ipaddr.js@2.1.0",
"_id": "ipaddr.js@2.1.0",
"_inBundle": false,
"_integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==",
"_location": "/ipaddr.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ipaddr.js@2.1.0",
"name": "ipaddr.js",
"escapedName": "ipaddr.js",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "whitequark",
"email": "whitequark@whitequark.org"
},
"bugs": {
"url": "https://github.com/whitequark/ipaddr.js/issues"
2024-01-18 10:46:33 +08:00
},
"dependencies": {},
2024-04-08 16:23:29 +08:00
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"eslint": "*",
"mocha": "*",
"uglify-es": "*"
},
2024-04-08 16:23:29 +08:00
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 10"
2024-01-18 10:46:33 +08:00
},
"files": [
"lib/",
"LICENSE",
"ipaddr.min.js"
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"ip",
"ipv4",
"ipv6"
],
"license": "MIT",
2024-04-08 16:23:29 +08:00
"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 test",
"lintfix": "npx eslint --fix lib test",
"test": "npx _mocha"
},
"types": "./lib/ipaddr.js.d.ts",
"version": "2.1.0"
2024-01-18 10:46:33 +08:00
}