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:
authorForrest L Norvell <forrest@npmjs.com>2015-07-17 03:28:38 +0300
committerRebecca Turner <me@re-becca.org>2015-07-24 12:33:37 +0300
commit0235b19080e7733c500794e4a9994a41620d9031 (patch)
tree8622b15674e899e5060cdf4e440833a7710014c5 /node_modules/npm-registry-client/package.json
parent67c1a120325748afa7065b80a9c68c6adaf0066a (diff)
npm-registry-client@6.5.1
Allow `semver@5`.
Diffstat (limited to 'node_modules/npm-registry-client/package.json')
-rw-r--r--node_modules/npm-registry-client/package.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/node_modules/npm-registry-client/package.json b/node_modules/npm-registry-client/package.json
index 3995177b1..bc190fabd 100644
--- a/node_modules/npm-registry-client/package.json
+++ b/node_modules/npm-registry-client/package.json
@@ -1,36 +1,36 @@
{
"_args": [
[
- "npm-registry-client@6.5.0",
+ "npm-registry-client@~6.5.1",
"/Users/rebecca/code/npm"
]
],
- "_from": "npm-registry-client@6.5.0",
- "_id": "npm-registry-client@6.5.0",
+ "_from": "npm-registry-client@>=6.5.1 <6.6.0",
+ "_id": "npm-registry-client@6.5.1",
"_inCache": true,
"_location": "/npm-registry-client",
- "_nodeVersion": "0.12.5",
+ "_nodeVersion": "2.3.1",
"_npmUser": {
- "email": "kat@sykosomatic.org",
- "name": "zkat"
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
},
- "_npmVersion": "3.0.0",
+ "_npmVersion": "2.13.1",
"_phantomChildren": {},
"_requested": {
"name": "npm-registry-client",
- "raw": "npm-registry-client@6.5.0",
- "rawSpec": "6.5.0",
+ "raw": "npm-registry-client@~6.5.1",
+ "rawSpec": "~6.5.1",
"scope": null,
- "spec": "6.5.0",
- "type": "version"
+ "spec": ">=6.5.1 <6.6.0",
+ "type": "range"
},
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.5.0.tgz",
- "_shasum": "a1ef783581b5996135be18581b031c043fc80998",
+ "_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.5.1.tgz",
+ "_shasum": "328d2088252b69fa541c3dd9f7690288661592a1",
"_shrinkwrap": null,
- "_spec": "npm-registry-client@6.5.0",
+ "_spec": "npm-registry-client@~6.5.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
@@ -52,7 +52,7 @@
"request": "^2.47.0",
"retry": "^0.6.1",
"rimraf": "2",
- "semver": "2 >=2.2.1 || 3.x || 4",
+ "semver": "2 >=2.2.1 || 3.x || 4 || 5",
"slide": "^1.1.3"
},
"description": "Client for the npm registry",
@@ -64,10 +64,10 @@
},
"directories": {},
"dist": {
- "shasum": "a1ef783581b5996135be18581b031c043fc80998",
- "tarball": "http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.5.0.tgz"
+ "shasum": "328d2088252b69fa541c3dd9f7690288661592a1",
+ "tarball": "http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-6.5.1.tgz"
},
- "gitHead": "f7370148e6aa015d560941a8192d35ad97823411",
+ "gitHead": "dbb351ae906f40be03f21bbe28bd392a380dc7bb",
"homepage": "https://github.com/isaacs/npm-registry-client#readme",
"license": "ISC",
"main": "index.js",
@@ -99,5 +99,5 @@
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "6.5.0"
+ "version": "6.5.1"
}