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:
authorTim Oxley <secoif@gmail.com>2014-02-21 03:00:04 +0400
committerisaacs <i@izs.me>2014-02-21 05:40:56 +0400
commit17f07df8ad8e594304c2445bf7489cb53346f2c5 (patch)
treed76c39abc09210ead02917adb2395c98c26b5153 /node_modules
parent2ddd06037e9bd58cd95a380a9381ff90bea47f0d (diff)
Add --save-exact config for --save[-dev|-optional].
Related: https://github.com/npm/npm/issues/4713 https://github.com/npm/npm/issues/4587
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npmconf/config-defs.js3
-rw-r--r--node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json6
-rw-r--r--node_modules/npmconf/node_modules/config-chain/package.json6
-rw-r--r--node_modules/npmconf/package.json6
4 files changed, 16 insertions, 5 deletions
diff --git a/node_modules/npmconf/config-defs.js b/node_modules/npmconf/config-defs.js
index 4a91dc2e7..1815870f6 100644
--- a/node_modules/npmconf/config-defs.js
+++ b/node_modules/npmconf/config-defs.js
@@ -186,6 +186,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, save : false
, "save-bundle": false
, "save-dev" : false
+ , "save-exact" : false
, "save-optional" : false
, searchopts: ""
, searchexclude: null
@@ -287,6 +288,7 @@ exports.types =
, save : Boolean
, "save-bundle": Boolean
, "save-dev" : Boolean
+ , "save-exact" : Boolean
, "save-optional" : Boolean
, searchopts : String
, searchexclude: [null, String]
@@ -346,6 +348,7 @@ exports.shorthands =
, g : ["--global"]
, S : ["--save"]
, D : ["--save-dev"]
+ , E : ["--save-exact"]
, O : ["--save-optional"]
, y : ["--yes"]
, n : ["--no-yes"]
diff --git a/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json b/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json
index 1d73d658f..b7117440c 100644
--- a/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json
+++ b/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/package.json
@@ -29,5 +29,9 @@
},
"homepage": "https://github.com/isaacs/proto-list",
"_id": "proto-list@1.2.2",
- "_from": "proto-list@~1.2.1"
+ "dist": {
+ "shasum": "48b88798261ec2c4a785720cdfec6200d57d3326"
+ },
+ "_from": "proto-list@~1.2.1",
+ "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.2.tgz"
}
diff --git a/node_modules/npmconf/node_modules/config-chain/package.json b/node_modules/npmconf/node_modules/config-chain/package.json
index 10e9b4c4b..72ab798b7 100644
--- a/node_modules/npmconf/node_modules/config-chain/package.json
+++ b/node_modules/npmconf/node_modules/config-chain/package.json
@@ -28,5 +28,9 @@
"url": "https://github.com/dominictarr/config-chain/issues"
},
"_id": "config-chain@1.1.8",
- "_from": "config-chain@~1.1.8"
+ "dist": {
+ "shasum": "a3b9ae699dedb3a7837615001f3cf646ca37c77a"
+ },
+ "_from": "config-chain@~1.1.8",
+ "_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.8.tgz"
}
diff --git a/node_modules/npmconf/package.json b/node_modules/npmconf/package.json
index 182252d90..89b8fc808 100644
--- a/node_modules/npmconf/package.json
+++ b/node_modules/npmconf/package.json
@@ -1,6 +1,6 @@
{
"name": "npmconf",
- "version": "0.1.12",
+ "version": "0.1.13",
"description": "The config thing npm uses",
"main": "npmconf.js",
"directories": {
@@ -45,6 +45,6 @@
"url": "https://github.com/isaacs/npmconf/issues"
},
"homepage": "https://github.com/isaacs/npmconf",
- "_id": "npmconf@0.1.12",
- "_from": "npmconf@0.1.12"
+ "_id": "npmconf@0.1.13",
+ "_from": "npmconf@latest"
}