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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/package.json')
-rw-r--r--deps/npm/node_modules/npm-registry-client/package.json37
1 files changed, 22 insertions, 15 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/package.json b/deps/npm/node_modules/npm-registry-client/package.json
index ca717a0bd3b..20ff75226d8 100644
--- a/deps/npm/node_modules/npm-registry-client/package.json
+++ b/deps/npm/node_modules/npm-registry-client/package.json
@@ -1,28 +1,34 @@
{
"_args": [
[
- "npm-registry-client@latest",
+ {
+ "name": "npm-registry-client",
+ "raw": "npm-registry-client@latest",
+ "rawSpec": "latest",
+ "scope": null,
+ "spec": "latest",
+ "type": "tag"
+ },
"/Users/rebecca/code/npm"
]
],
"_from": "npm-registry-client@latest",
- "_id": "npm-registry-client@7.1.0",
+ "_id": "npm-registry-client@7.1.2",
"_inCache": true,
"_installable": true,
"_location": "/npm-registry-client",
- "_nodeVersion": "5.4.0",
+ "_nodeVersion": "4.4.0",
"_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/npm-registry-client-7.1.0.tgz_1456435497334_0.35472381697036326"
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/npm-registry-client-7.1.2.tgz_1466040796551_0.645394338760525"
},
"_npmUser": {
"email": "me@re-becca.org",
"name": "iarna"
},
- "_npmVersion": "3.7.5",
+ "_npmVersion": "3.9.2",
"_phantomChildren": {
- "inherits": "2.0.1",
- "readable-stream": "2.0.5"
+ "inherits": "2.0.1"
},
"_requested": {
"name": "npm-registry-client",
@@ -35,7 +41,8 @@
"_requiredBy": [
"/"
],
- "_shasum": "e3be14ab279fe5123e15ab5c8a650445415664a5",
+ "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.1.2.tgz",
+ "_shasum": "ddf243a2bd149d35172fe680aff40dfa20054bc3",
"_shrinkwrap": null,
"_spec": "npm-registry-client@latest",
"_where": "/Users/rebecca/code/npm",
@@ -54,7 +61,7 @@
"mkdirp": "^0.5.0",
"normalize-package-data": "~1.0.1 || ^2.0.0",
"npm-package-arg": "^3.0.0 || ^4.0.0",
- "npmlog": "~2.0.0",
+ "npmlog": "~2.0.0 || ~3.1.0",
"once": "^1.3.0",
"request": "^2.47.0",
"retry": "^0.8.0",
@@ -72,10 +79,10 @@
},
"directories": {},
"dist": {
- "shasum": "e3be14ab279fe5123e15ab5c8a650445415664a5",
- "tarball": "http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.1.0.tgz"
+ "shasum": "ddf243a2bd149d35172fe680aff40dfa20054bc3",
+ "tarball": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.1.2.tgz"
},
- "gitHead": "d077cb652152a8c265369d9d169cba8a52239fb4",
+ "gitHead": "0b595c4769f314a12661d537a328cf4e5658a00f",
"homepage": "https://github.com/npm/npm-registry-client#readme",
"license": "ISC",
"main": "index.js",
@@ -99,7 +106,7 @@
],
"name": "npm-registry-client",
"optionalDependencies": {
- "npmlog": "~2.0.0"
+ "npmlog": "~2.0.0 || ~3.1.0"
},
"readme": "ERROR: No README data found!",
"repository": {
@@ -108,5 +115,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "7.1.0"
+ "version": "7.1.2"
}