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:30:30 +0300
committerRebecca Turner <me@re-becca.org>2015-07-24 12:33:38 +0300
commit68ad2252348e283eccea9cb1c1c2aaf89d497c56 (patch)
tree4fea559bb4bee161b8342d3879af81e64cd31697 /node_modules/npm-package-arg/package.json
parent0235b19080e7733c500794e4a9994a41620d9031 (diff)
npm-package-arg@4.0.2
Allow `semver@5`.
Diffstat (limited to 'node_modules/npm-package-arg/package.json')
-rw-r--r--node_modules/npm-package-arg/package.json39
1 files changed, 20 insertions, 19 deletions
diff --git a/node_modules/npm-package-arg/package.json b/node_modules/npm-package-arg/package.json
index e52fc660b..211498c8b 100644
--- a/node_modules/npm-package-arg/package.json
+++ b/node_modules/npm-package-arg/package.json
@@ -1,27 +1,27 @@
{
"_args": [
[
- "npm-package-arg@~4.0.1",
+ "npm-package-arg@~4.0.2",
"/Users/rebecca/code/npm"
]
],
- "_from": "npm-package-arg@>=4.0.1 <4.1.0",
- "_id": "npm-package-arg@4.0.1",
+ "_from": "npm-package-arg@>=4.0.2 <4.1.0",
+ "_id": "npm-package-arg@4.0.2",
"_inCache": true,
"_location": "/npm-package-arg",
- "_nodeVersion": "1.6.2",
+ "_nodeVersion": "2.3.1",
"_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
},
- "_npmVersion": "2.7.6",
+ "_npmVersion": "2.13.1",
"_phantomChildren": {},
"_requested": {
"name": "npm-package-arg",
- "raw": "npm-package-arg@~4.0.1",
- "rawSpec": "~4.0.1",
+ "raw": "npm-package-arg@~4.0.2",
+ "rawSpec": "~4.0.2",
"scope": null,
- "spec": ">=4.0.1 <4.1.0",
+ "spec": ">=4.0.2 <4.1.0",
"type": "range"
},
"_requiredBy": [
@@ -30,9 +30,10 @@
"/npm-registry-client",
"/realize-package-specifier"
],
- "_shasum": "bfbea17cd2b9fdc4fca2f02796794173dbf1877c",
+ "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.0.2.tgz",
+ "_shasum": "3f28235f9f6428e54bfeca73629e27d6c81a7e82",
"_shrinkwrap": null,
- "_spec": "npm-package-arg@~4.0.1",
+ "_spec": "npm-package-arg@~4.0.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "i@izs.me",
@@ -44,20 +45,20 @@
},
"dependencies": {
"hosted-git-info": "^2.1.4",
- "semver": "4"
+ "semver": "4 || 5"
},
"description": "Parse the things that can be arguments to `npm install`",
"devDependencies": {
- "tap": "^0.4.9"
+ "tap": "^1.2.0"
},
"directories": {
"test": "test"
},
"dist": {
- "shasum": "bfbea17cd2b9fdc4fca2f02796794173dbf1877c",
- "tarball": "http://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.0.1.tgz"
+ "shasum": "3f28235f9f6428e54bfeca73629e27d6c81a7e82",
+ "tarball": "http://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.0.2.tgz"
},
- "gitHead": "794c9981033bb16bd4a88c7ba45c109107439172",
+ "gitHead": "8d3c51c33807fabde4db86a3811831b756eaf2eb",
"homepage": "https://github.com/npm/npm-package-arg",
"license": "ISC",
"main": "npa.js",
@@ -79,10 +80,10 @@
"optionalDependencies": {},
"repository": {
"type": "git",
- "url": "https://github.com/npm/npm-package-arg"
+ "url": "git+https://github.com/npm/npm-package-arg.git"
},
"scripts": {
"test": "tap test/*.js"
},
- "version": "4.0.1"
+ "version": "4.0.2"
}