1
0
Fork 0
arangodb/js/node/node_modules/netmask/package.json

94 lines
2.1 KiB
JSON

{
"_args": [
[
"netmask@1.0.6",
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "netmask@1.0.6",
"_id": "netmask@1.0.6",
"_inCache": true,
"_installable": true,
"_location": "/netmask",
"_nodeVersion": "5.7.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/netmask-1.0.6.tgz_1464621218193_0.5276697664521635"
},
"_npmUser": {
"email": "rs@dailymotion.com",
"name": "rs"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "netmask",
"raw": "netmask@1.0.6",
"rawSpec": "1.0.6",
"scope": null,
"spec": "1.0.6",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz",
"_shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
"_shrinkwrap": null,
"_spec": "netmask@1.0.6",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"author": {
"email": "rs@dailymotion.com",
"name": "Olivier Poitrey"
},
"bugs": {
"url": "https://github.com/rs/node-netmask/issues"
},
"dependencies": {},
"description": "Parse and lookup IP network blocks",
"devDependencies": {
"coffee-script": ">=1.2.0",
"vows": "*"
},
"directories": {},
"dist": {
"shasum": "20297e89d86f6f6400f250d9f4f6b4c1945fcd35",
"tarball": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "610161f7a8caf2e3004c03bb6ec8931c37b957c6",
"homepage": "https://github.com/rs/node-netmask",
"keywords": [
"net",
"mask",
"ip",
"network",
"cidr",
"netmask",
"subnet",
"ipcalc"
],
"license": "MIT",
"main": "./lib/netmask",
"maintainers": [
{
"email": "rs@dailymotion.com",
"name": "rs"
}
],
"name": "netmask",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}