mirror of https://github.com/nodejs/node.git
83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"name": "node-gyp",
|
|
"description": "Node.js native addon build tool",
|
|
"keywords": [
|
|
"native",
|
|
"addon",
|
|
"module",
|
|
"c",
|
|
"c++",
|
|
"bindings",
|
|
"gyp"
|
|
],
|
|
"version": "1.0.2",
|
|
"installVersion": 9,
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://tootallnate.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-gyp.git"
|
|
},
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"node-gyp": "./bin/node-gyp.js"
|
|
},
|
|
"main": "./lib/node-gyp.js",
|
|
"dependencies": {
|
|
"fstream": "^1.0.0",
|
|
"glob": "3 || 4",
|
|
"graceful-fs": "3",
|
|
"minimatch": "1",
|
|
"mkdirp": "^0.5.0",
|
|
"nopt": "2 || 3",
|
|
"npmlog": "0",
|
|
"osenv": "0",
|
|
"request": "2",
|
|
"rimraf": "2",
|
|
"semver": "2.x || 3.x || 4",
|
|
"tar": "^1.0.0",
|
|
"which": "1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"gitHead": "1e399b471945b35f3bfbca4a10fba31a6739b5db",
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-gyp/issues"
|
|
},
|
|
"homepage": "https://github.com/TooTallNate/node-gyp",
|
|
"_id": "node-gyp@1.0.2",
|
|
"scripts": {},
|
|
"_shasum": "b0bb6d2d762271408dd904853e7aa3000ed2eb57",
|
|
"_from": "node-gyp@>=1.0.2 <1.1.0",
|
|
"_npmVersion": "2.0.0-beta.3",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "TooTallNate",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
{
|
|
"name": "tootallnate",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b0bb6d2d762271408dd904853e7aa3000ed2eb57",
|
|
"tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|