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.json35
1 files changed, 16 insertions, 19 deletions
diff --git a/deps/npm/node_modules/node-gyp/package.json b/deps/npm/node_modules/node-gyp/package.json
index ced901766a..58e9f882f2 100644
--- a/deps/npm/node_modules/node-gyp/package.json
+++ b/deps/npm/node_modules/node-gyp/package.json
@@ -1,14 +1,8 @@
{
- "_args": [
- [
- "node-gyp@3.6.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "node-gyp@3.6.2",
- "_id": "node-gyp@3.6.2",
+ "_from": "node-gyp@latest",
+ "_id": "node-gyp@3.7.0",
"_inBundle": false,
- "_integrity": "sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA=",
+ "_integrity": "sha512-qDQE/Ft9xXP6zphwx4sD0t+VhwV7yFaloMpfbL2QnnDZcyaiakWlLdtFGGQfTAwpFHdpbRhRxVhIHN1OKAjgbg==",
"_location": "/node-gyp",
"_phantomChildren": {
"abbrev": "1.1.1",
@@ -17,22 +11,24 @@
"inherits": "2.0.3"
},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "node-gyp@3.6.2",
+ "raw": "node-gyp@latest",
"name": "node-gyp",
"escapedName": "node-gyp",
- "rawSpec": "3.6.2",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "3.6.2"
+ "fetchSpec": "latest"
},
"_requiredBy": [
+ "#USER",
"/",
"/npm-lifecycle"
],
- "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.2.tgz",
- "_spec": "3.6.2",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.7.0.tgz",
+ "_shasum": "789478e8f6c45e277aa014f3e28f958f286f9203",
+ "_spec": "node-gyp@latest",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
@@ -44,21 +40,22 @@
"bugs": {
"url": "https://github.com/nodejs/node-gyp/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"fstream": "^1.0.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.2",
- "minimatch": "^3.0.2",
"mkdirp": "^0.5.0",
"nopt": "2 || 3",
"npmlog": "0 || 1 || 2 || 3 || 4",
"osenv": "0",
- "request": "2",
+ "request": ">=2.9.0 <2.82.0",
"rimraf": "2",
"semver": "~5.3.0",
"tar": "^2.0.0",
"which": "1"
},
+ "deprecated": false,
"description": "Node.js native addon build tool",
"devDependencies": {
"bindings": "~1.2.1",
@@ -91,5 +88,5 @@
"scripts": {
"test": "tape test/test-*"
},
- "version": "3.6.2"
+ "version": "3.7.0"
}