mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
{
|
|
"name": "node-gyp",
|
|
"description": "Node.js native addon build tool",
|
|
"keywords": [
|
|
"native",
|
|
"addon",
|
|
"module",
|
|
"c",
|
|
"c++",
|
|
"bindings",
|
|
"gyp"
|
|
],
|
|
"version": "0.4.1",
|
|
"installVersion": 7,
|
|
"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": {
|
|
"ansi": "0.0.x",
|
|
"glob": "3",
|
|
"graceful-fs": "1",
|
|
"fstream": "~0.1.13",
|
|
"minimatch": "0.2.x",
|
|
"mkdirp": "0.3.0",
|
|
"nopt": "1",
|
|
"request": "2.9.x",
|
|
"rimraf": "2",
|
|
"semver": "1",
|
|
"tar": "~0.1.12",
|
|
"which": "1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "node-gyp@0.4.1",
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.16",
|
|
"_nodeVersion": "v0.7.8-pre",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "05a017b115527b63fdec1321d0b5888bc5d7b04f"
|
|
},
|
|
"_from": "node-gyp@latest"
|
|
}
|
|
|