Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-gyp/package.json')
-rw-r--r--node_modules/node-gyp/package.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/node_modules/node-gyp/package.json b/node_modules/node-gyp/package.json
index e89a4ca70..9a3664d91 100644
--- a/node_modules/node-gyp/package.json
+++ b/node_modules/node-gyp/package.json
@@ -1,28 +1,29 @@
{
- "_from": "node-gyp@~3.6.0",
- "_id": "node-gyp@3.6.0",
- "_integrity": "sha1-dHT2OjoFARYd2gtjQfAi8UxCP6Y=",
+ "_from": "node-gyp@latest",
+ "_id": "node-gyp@3.6.1",
+ "_inBundle": false,
+ "_integrity": "sha1-GVYQZ/8YVGSt7UeCEmgfR/1XjLw=",
"_location": "/node-gyp",
"_phantomChildren": {
"abbrev": "1.1.0"
},
"_requested": {
- "type": "range",
+ "type": "tag",
"registry": true,
- "raw": "node-gyp@~3.6.0",
+ "raw": "node-gyp@latest",
"name": "node-gyp",
"escapedName": "node-gyp",
- "rawSpec": "~3.6.0",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "~3.6.0"
+ "fetchSpec": "latest"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz",
- "_shasum": "7474f63a3a0501161dda0b6341f022f14c423fa6",
- "_shrinkwrap": null,
- "_spec": "node-gyp@~3.6.0",
+ "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.1.tgz",
+ "_shasum": "19561067ff185464aded478212681f47fd578cbc",
+ "_spec": "node-gyp@latest",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Nathan Rajlich",
@@ -76,8 +77,6 @@
"license": "MIT",
"main": "./lib/node-gyp.js",
"name": "node-gyp",
- "optionalDependencies": {},
- "peerDependencies": {},
"preferGlobal": true,
"repository": {
"type": "git",
@@ -86,5 +85,5 @@
"scripts": {
"test": "tape test/test-*"
},
- "version": "3.6.0"
+ "version": "3.6.1"
}