summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/config.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-28 19:08:32 -0700
committerisaacs <i@izs.me>2012-06-28 19:08:32 -0700
commitc721604d254f57eefef715d4bd83329fac0750c7 (patch)
tree906a4b7bd1c3d6991293ca720cf8a7858efb43fd /deps/npm/man/man1/config.1
parentf2a9ed487369ab7222522e1097708550adbe165c (diff)
downloadnode-new-c721604d254f57eefef715d4bd83329fac0750c7.tar.gz
npm: Upgrade to 1.1.33
Support for parallel use of the cache folder Retry on registry timeouts or network failures Reduce 'engines' failures to a warning Use new zsh completion if aviailable
Diffstat (limited to 'deps/npm/man/man1/config.1')
-rw-r--r--deps/npm/man/man1/config.1110
1 files changed, 110 insertions, 0 deletions
diff --git a/deps/npm/man/man1/config.1 b/deps/npm/man/man1/config.1
index 9196114d5a..0337c671ab 100644
--- a/deps/npm/man/man1/config.1
+++ b/deps/npm/man/man1/config.1
@@ -327,6 +327,45 @@ Type: path
.P
The location of npm\'s cache directory\. See \fBnpm help cache\fR
.
+.SS "cache\-lock\-stale"
+.
+.IP "\(bu" 4
+Default: 60000 (1 minute)
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+The number of ms before cache folder lockfiles are considered stale\.
+.
+.SS "cache\-lock\-retries"
+.
+.IP "\(bu" 4
+Default: 10
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+Number of times to retry to acquire a lock on cache folder lockfiles\.
+.
+.SS "cache\-lock\-wait"
+.
+.IP "\(bu" 4
+Default: 10000 (10 seconds)
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+Number of ms to wait for cache lock files to expire\.
+.
.SS "cache\-max"
.
.IP "\(bu" 4
@@ -448,6 +487,21 @@ Type: path
.P
The command to run for \fBnpm edit\fR or \fBnpm config edit\fR\|\.
.
+.SS "engine\-strict"
+.
+.IP "\(bu" 4
+Default: false
+.
+.IP "\(bu" 4
+Type: Boolean
+.
+.IP "" 0
+.
+.P
+If set to true, then npm will stubbornly refuse to install (or even
+consider installing) any package that claims to not be compatible with
+the current Node\.js version\.
+.
.SS "force"
.
.IP "\(bu" 4
@@ -475,6 +529,62 @@ prevents checks against clobbering non\-npm files\.
.
.IP "" 0
.
+.SS "fetch\-retries"
+.
+.IP "\(bu" 4
+Default: 2
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+The "retries" config for the \fBretry\fR module to use when fetching
+packages from the registry\.
+.
+.SS "fetch\-retry\-factor"
+.
+.IP "\(bu" 4
+Default: 10
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+The "factor" config for the \fBretry\fR module to use when fetching
+packages\.
+.
+.SS "fetch\-retry\-mintimeout"
+.
+.IP "\(bu" 4
+Default: 10000 (10 seconds)
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+The "minTimeout" config for the \fBretry\fR module to use when fetching
+packages\.
+.
+.SS "fetch\-retry\-maxtimeout"
+.
+.IP "\(bu" 4
+Default: 60000 (1 minute)
+.
+.IP "\(bu" 4
+Type: Number
+.
+.IP "" 0
+.
+.P
+The "maxTimeout" config for the \fBretry\fR module to use when fetching
+packages\.
+.
.SS "git"
.
.IP "\(bu" 4