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.
131 lines
2.8 KiB
131 lines
2.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"node-gyp@~3.0.1",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "node-gyp@>=3.0.1 <3.1.0",
|
|
"_id": "node-gyp@3.0.3",
|
|
"_inCache": true,
|
|
"_location": "/node-gyp",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmUser": {
|
|
"email": "rod@vagg.org",
|
|
"name": "rvagg"
|
|
},
|
|
"_npmVersion": "2.14.2",
|
|
"_phantomChildren": {
|
|
"block-stream": "0.0.8",
|
|
"brace-expansion": "1.1.0",
|
|
"fstream": "1.0.8",
|
|
"inflight": "1.0.4",
|
|
"inherits": "2.0.1",
|
|
"lru-cache": "2.6.5",
|
|
"once": "1.3.2",
|
|
"sigmund": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"name": "node-gyp",
|
|
"raw": "node-gyp@~3.0.1",
|
|
"rawSpec": "~3.0.1",
|
|
"scope": null,
|
|
"spec": ">=3.0.1 <3.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz",
|
|
"_shasum": "9b004219f4fa9efbfd78c5fc674aa12e58fb8694",
|
|
"_shrinkwrap": null,
|
|
"_spec": "node-gyp@~3.0.1",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "nathan@tootallnate.net",
|
|
"name": "Nathan Rajlich",
|
|
"url": "http://tootallnate.net"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "./bin/node-gyp.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nodejs/node-gyp/issues"
|
|
},
|
|
"dependencies": {
|
|
"fstream": "^1.0.0",
|
|
"glob": "3 || 4",
|
|
"graceful-fs": "^4.1.2",
|
|
"minimatch": "1",
|
|
"mkdirp": "^0.5.0",
|
|
"nopt": "2 || 3",
|
|
"npmlog": "0 || 1",
|
|
"osenv": "0",
|
|
"path-array": "^1.0.0",
|
|
"request": "2",
|
|
"rimraf": "2",
|
|
"semver": "2.x || 3.x || 4 || 5",
|
|
"tar": "^1.0.0",
|
|
"which": "1"
|
|
},
|
|
"description": "Node.js native addon build tool",
|
|
"devDependencies": {
|
|
"tape": "~4.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "9b004219f4fa9efbfd78c5fc674aa12e58fb8694",
|
|
"tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"gitHead": "d6b03851d366c7fa78e7d2f57c61bb074ea45ea3",
|
|
"homepage": "https://github.com/nodejs/node-gyp",
|
|
"installVersion": 9,
|
|
"installable": true,
|
|
"keywords": [
|
|
"addon",
|
|
"bindings",
|
|
"c",
|
|
"c++",
|
|
"gyp",
|
|
"module",
|
|
"native"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/node-gyp.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "TooTallNate",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "rvagg",
|
|
"email": "rod@vagg.org"
|
|
},
|
|
{
|
|
"name": "tootallnate",
|
|
"email": "nathan@tootallnate.net"
|
|
}
|
|
],
|
|
"name": "node-gyp",
|
|
"optionalDependencies": {},
|
|
"preferGlobal": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nodejs/node-gyp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/test-*"
|
|
},
|
|
"version": "3.0.3"
|
|
}
|
|
|