2025-04-24 17:03:28 +08:00

70 lines
1.6 KiB
JSON

{
"_args": [
[
"netmask@2.0.2",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "netmask@2.0.2",
"_id": "netmask@2.0.2",
"_inBundle": false,
"_integrity": "sha1-iwGgdkQGXVNjg4NYI7xSAE66xec=",
"_location": "/netmask",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "netmask@2.0.2",
"name": "netmask",
"escapedName": "netmask",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/pac-resolver"
],
"_resolved": "https://registry.nlark.com/netmask/download/netmask-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Olivier Poitrey",
"email": "rs@rhapsodyk.net"
},
"bugs": {
"url": "https://github.com/rs/node-netmask/issues"
},
"description": "Parse and lookup IP network blocks",
"devDependencies": {
"coffee-script": ">=1.2.0",
"mocha": "^8.3.2",
"vows": "*"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/rs/node-netmask",
"keywords": [
"net",
"mask",
"ip",
"network",
"cidr",
"netmask",
"subnet",
"ipcalc"
],
"license": "MIT",
"main": "./lib/netmask",
"name": "netmask",
"repository": {
"type": "git",
"url": "git://github.com/rs/node-netmask.git"
},
"scripts": {
"prepublish": "coffee -c lib/*.coffee",
"test": "coffee -c lib/*.coffee && vows --spec test/* && mocha tests/*"
},
"version": "2.0.2"
}