Current File : //usr/lib/node_modules/pm2/node_modules/netmask/package.json |
{
"_from": "netmask@^1.0.6",
"_id": "netmask@1.0.6",
"_inBundle": false,
"_integrity": "sha1-ICl+idhvb2QA8lDZ9Pa0wZRfzTU=",
"_location": "/pm2/netmask",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "netmask@^1.0.6",
"name": "netmask",
"escapedName": "netmask",
"rawSpec": "^1.0.6",
"saveSpec": null,
"fetchSpec": "^1.0.6"
},
"_requiredBy": [
"/pm2/pac-resolver"
],
"_resolved": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz",
"_shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
"_spec": "netmask@^1.0.6",
"_where": "/usr/lib/node_modules/pm2/node_modules/pac-resolver",
"author": {
"name": "Olivier Poitrey",
"email": "rs@dailymotion.com"
},
"bugs": {
"url": "https://github.com/rs/node-netmask/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parse and lookup IP network blocks",
"devDependencies": {
"coffee-script": ">=1.2.0",
"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": "vows --spec test/*"
},
"version": "1.0.6"
}