diff options
Diffstat (limited to 'deps/npm/node_modules/npmconf/config-defs.js')
-rw-r--r-- | deps/npm/node_modules/npmconf/config-defs.js | 2 |
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 32c13d5209..df8b987118 100644 --- a/deps/npm/node_modules/npmconf/config-defs.js +++ b/deps/npm/node_modules/npmconf/config-defs.js @@ -176,6 +176,7 @@ Object.defineProperty(exports, "defaults", {get: function () { , npaturl : "http://npat.npmjs.org/" , npat : false , "onload-script" : false + , optional: true , parseable : false , pre: false , prefix : globalPrefix @@ -266,6 +267,7 @@ exports.types = , npaturl : url , npat : Boolean , "onload-script" : [null, String] + , optional: Boolean , parseable : Boolean , pre: Boolean , prefix: path |