aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmconf/config-defs.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npmconf/config-defs.js')
-rw-r--r--deps/npm/node_modules/npmconf/config-defs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npmconf/config-defs.js b/deps/npm/node_modules/npmconf/config-defs.js
index 1815870f6f..2760a452e6 100644
--- a/deps/npm/node_modules/npmconf/config-defs.js
+++ b/deps/npm/node_modules/npmconf/config-defs.js
@@ -188,6 +188,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, "save-dev" : false
, "save-exact" : false
, "save-optional" : false
+ , "save-prefix": "^"
, searchopts: ""
, searchexclude: null
, searchsort: "name"
@@ -290,6 +291,7 @@ exports.types =
, "save-dev" : Boolean
, "save-exact" : Boolean
, "save-optional" : Boolean
+ , "save-prefix": String
, searchopts : String
, searchexclude: [null, String]
, searchsort: [ "name", "-name"