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:
authorDav Glass <davglass@gmail.com>2010-11-24 23:09:21 +0300
committerisaacs <i@izs.me>2010-11-25 00:03:59 +0300
commit516392491762f9a88ea828e01233bc10e347087e (patch)
treea4b884308b86a958e10d262341462edb0ee88117 /lib/utils/default-config.js
parent7a6a752535c1c0a0bcf7ed4f6d6681f668a14606 (diff)
Added listopts. Fixes #396
This forces additional filters to npm ls, without highlighting them in the outpu. Added ls docs and casting of the argument to a string plus slimmed the code
Diffstat (limited to 'lib/utils/default-config.js')
-rw-r--r--lib/utils/default-config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/default-config.js b/lib/utils/default-config.js
index 0bd0666d3..ab165bc0b 100644
--- a/lib/utils/default-config.js
+++ b/lib/utils/default-config.js
@@ -36,6 +36,7 @@ module.exports =
, recursive : false
, force : false
, prune : undefined // if set to boolean false, then that means "never"
+ , listopts: ""
//
// TODO: Fix when node's SSL client can upload properly.
// , registry : hasSSL ? "https://registry.npmjs.org/"