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:
authorRebecca Turner <me@re-becca.org>2017-04-21 00:50:17 +0300
committerRebecca Turner <me@re-becca.org>2017-04-21 01:54:11 +0300
commitd856d570d2df602767c039cf03439d647bba2e3d (patch)
tree8cd2a3c94c90247eea523d9c304a269c2cc8bc79 /node_modules
parentc46ad71bbe27aaa9ee10e107d8bcd665d98544d7 (diff)
npm-registry-client@8.1.1
Allows installation with npm-package-arg@5. Credit: @iarna
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npm-registry-client/package.json49
1 files changed, 33 insertions, 16 deletions
diff --git a/node_modules/npm-registry-client/package.json b/node_modules/npm-registry-client/package.json
index d579ab8b1..d2dbce4cd 100644
--- a/node_modules/npm-registry-client/package.json
+++ b/node_modules/npm-registry-client/package.json
@@ -2,42 +2,52 @@
"_args": [
[
{
- "raw": "npm-registry-client@8.1.0",
+ "raw": "npm-registry-client@8.1.1",
"scope": null,
"escapedName": "npm-registry-client",
"name": "npm-registry-client",
- "rawSpec": "8.1.0",
- "spec": "8.1.0",
+ "rawSpec": "8.1.1",
+ "spec": "8.1.1",
"type": "version"
},
"/Users/rebecca/code/npm"
]
],
- "_from": "npm-registry-client@8.1.0",
- "_hasShrinkwrap": false,
- "_id": "npm-registry-client@8.1.0",
+ "_from": "npm-registry-client@8.1.1",
+ "_id": "npm-registry-client@8.1.1",
+ "_inCache": true,
"_location": "/npm-registry-client",
+ "_nodeVersion": "7.7.4",
+ "_npmOperationalInternal": {
+ "host": "packages-18-east.internal.npmjs.com",
+ "tmp": "tmp/npm-registry-client-8.1.1.tgz_1492135290715_0.17790596769191325"
+ },
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ },
+ "_npmVersion": "4.5.0",
"_phantomChildren": {
"inherits": "2.0.3",
"readable-stream": "2.2.6"
},
"_requested": {
- "raw": "npm-registry-client@8.1.0",
+ "raw": "npm-registry-client@8.1.1",
"scope": null,
"escapedName": "npm-registry-client",
"name": "npm-registry-client",
- "rawSpec": "8.1.0",
- "spec": "8.1.0",
+ "rawSpec": "8.1.1",
+ "spec": "8.1.1",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.1.0.tgz",
- "_shasum": "ed7e5f58dfb98cb905f7b8adbf4858ce746db8d3",
+ "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.1.1.tgz",
+ "_shasum": "831476455423ca0a265c6ffdb6100fcc042b36cf",
"_shrinkwrap": null,
- "_spec": "npm-registry-client@8.1.0",
+ "_spec": "npm-registry-client@8.1.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
@@ -51,7 +61,7 @@
"concat-stream": "^1.5.2",
"graceful-fs": "^4.1.6",
"normalize-package-data": "~1.0.1 || ^2.0.0",
- "npm-package-arg": "^3.0.0 || ^4.0.0",
+ "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0",
"npmlog": "2 || ^3.1.0 || ^4.0.0",
"once": "^1.3.3",
"request": "^2.74.0",
@@ -71,16 +81,23 @@
},
"directories": {},
"dist": {
- "shasum": "ed7e5f58dfb98cb905f7b8adbf4858ce746db8d3",
- "tarball": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.1.0.tgz"
+ "shasum": "831476455423ca0a265c6ffdb6100fcc042b36cf",
+ "tarball": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.1.1.tgz"
},
"files": [
"lib",
"index.js"
],
+ "gitHead": "81afb2ce59d82c2a1179211d8c1bc789c9f6128c",
"homepage": "https://github.com/npm/npm-registry-client#readme",
"license": "ISC",
"main": "index.js",
+ "maintainers": [
+ {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ }
+ ],
"name": "npm-registry-client",
"optionalDependencies": {
"npmlog": "2 || ^3.1.0 || ^4.0.0"
@@ -93,5 +110,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "8.1.0"
+ "version": "8.1.1"
}