summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/node-gyp/package.json')
-rw-r--r--deps/npm/node_modules/node-gyp/package.json56
1 files changed, 27 insertions, 29 deletions
diff --git a/deps/npm/node_modules/node-gyp/package.json b/deps/npm/node_modules/node-gyp/package.json
index a5a39e3f2b..afa45f3969 100644
--- a/deps/npm/node_modules/node-gyp/package.json
+++ b/deps/npm/node_modules/node-gyp/package.json
@@ -1,63 +1,61 @@
{
- "_from": "node-gyp@5.0.5",
- "_id": "node-gyp@5.0.5",
+ "_from": "node-gyp@5.0.7",
+ "_id": "node-gyp@5.0.7",
"_inBundle": false,
- "_integrity": "sha512-WABl9s4/mqQdZneZHVWVG4TVr6QQJZUC6PAx47ITSk9lreZ1n+7Z9mMAIbA3vnO4J9W20P7LhCxtzfWsAD/KDw==",
+ "_integrity": "sha512-K8aByl8OJD51V0VbUURTKsmdswkQQusIvlvmTyhHlIT1hBvaSxzdxpSle857XuXa7uc02UEZx9OR5aDxSWS5Qw==",
"_location": "/node-gyp",
- "_phantomChildren": {
- "abbrev": "1.1.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "node-gyp@5.0.5",
+ "raw": "node-gyp@5.0.7",
"name": "node-gyp",
"escapedName": "node-gyp",
- "rawSpec": "5.0.5",
+ "rawSpec": "5.0.7",
"saveSpec": null,
- "fetchSpec": "5.0.5"
+ "fetchSpec": "5.0.7"
},
"_requiredBy": [
"#USER",
"/",
"/npm-lifecycle"
],
- "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-5.0.5.tgz",
- "_shasum": "f6cf1da246eb8c42b097d7cd4d6c3ce23a4163af",
- "_spec": "node-gyp@5.0.5",
- "_where": "/Users/isaacs/dev/npm/cli",
+ "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-5.0.7.tgz",
+ "_shasum": "dd4225e735e840cf2870e4037c2ed9c28a31719e",
+ "_spec": "node-gyp@5.0.7",
+ "_where": "/Users/mperrotte/npminc/cli",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bin": {
- "node-gyp": "./bin/node-gyp.js"
+ "node-gyp": "bin/node-gyp.js"
},
"bugs": {
"url": "https://github.com/nodejs/node-gyp/issues"
},
"bundleDependencies": false,
"dependencies": {
- "env-paths": "^1.0.0",
- "glob": "^7.0.3",
- "graceful-fs": "^4.1.2",
- "mkdirp": "^0.5.0",
- "nopt": "2 || 3",
- "npmlog": "0 || 1 || 2 || 3 || 4",
- "request": "^2.87.0",
- "rimraf": "2",
- "semver": "~5.3.0",
+ "env-paths": "^2.2.0",
+ "glob": "^7.1.4",
+ "graceful-fs": "^4.2.2",
+ "mkdirp": "^0.5.1",
+ "nopt": "^4.0.1",
+ "npmlog": "^4.1.2",
+ "request": "^2.88.0",
+ "rimraf": "^2.6.3",
+ "semver": "^5.7.1",
"tar": "^4.4.12",
- "which": "1"
+ "which": "^1.3.1"
},
"deprecated": false,
"description": "Node.js native addon build tool",
"devDependencies": {
- "bindings": "~1.2.1",
- "nan": "^2.0.0",
- "require-inject": "~1.3.0",
- "standard": "~14.3.1",
+ "bindings": "^1.5.0",
+ "nan": "^2.14.0",
+ "require-inject": "^1.4.4",
+ "standard": "^14.3.1",
"tap": "~12.7.0"
},
"engines": {
@@ -86,5 +84,5 @@
"lint": "standard */*.js test/**/*.js",
"test": "npm run lint && tap --timeout=120 test/test-*"
},
- "version": "5.0.5"
+ "version": "5.0.7"
}