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.

138 lines
3.0 KiB

{
"_args": [
[
"node-gyp@~3.2.1",
"/Users/ogd/Documents/projects/npm/npm"
]
],
"_from": "node-gyp@>=3.2.1 <3.3.0",
"_id": "node-gyp@3.2.1",
"_inCache": true,
"_installable": true,
"_location": "/node-gyp",
"_nodeVersion": "6.0.0-pre",
"_npmUser": {
"email": "info@bnoordhuis.nl",
"name": "bnoordhuis"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {
"brace-expansion": "1.1.2",
"core-util-is": "1.0.2",
"debug": "2.2.0",
"has-unicode": "1.0.1",
"inflight": "1.0.4",
"inherits": "2.0.1",
"isarray": "0.0.1",
"once": "1.3.2",
"string_decoder": "0.10.31"
},
"_requested": {
"name": "node-gyp",
"raw": "node-gyp@~3.2.1",
"rawSpec": "~3.2.1",
"scope": null,
"spec": ">=3.2.1 <3.3.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz",
"_shasum": "f5dd569970a508464cc3c15d7e9e8d2de8638dd5",
"_shrinkwrap": null,
"_spec": "node-gyp@~3.2.1",
"_where": "/Users/ogd/Documents/projects/npm/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": "^2.0.0",
"which": "1"
},
"description": "Node.js native addon build tool",
"devDependencies": {
"tape": "~4.2.0"
},
"directories": {},
"dist": {
"shasum": "f5dd569970a508464cc3c15d7e9e8d2de8638dd5",
"tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-3.2.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"gitHead": "89692c9187e10df944b0bf587ed44381b004a08c",
"homepage": "https://github.com/nodejs/node-gyp#readme",
"installVersion": 9,
"keywords": [
"addon",
"bindings",
"c",
"c++",
"gyp",
"module",
"native"
],
"license": "MIT",
"main": "./lib/node-gyp.js",
"maintainers": [
{
"name": "TooTallNate",
"email": "nathan@tootallnate.net"
},
{
"name": "bnoordhuis",
"email": "info@bnoordhuis.nl"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "node-gyp",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/node-gyp.git"
},
"scripts": {
"test": "tape test/test-*"
},
"version": "3.2.1"
}