summaryrefslogtreecommitdiff
path: root/deps/npm/man/man7/npm-config.7
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-12-07 14:05:23 -0800
committerMyles Borins <mylesborins@google.com>2018-01-19 11:32:08 -0500
commitd3b1c971bcf0177b17c649c3aeca1a94cbc3fff5 (patch)
tree321928c015be00cdbe11715297d2d2fc45802263 /deps/npm/man/man7/npm-config.7
parentbfe41fe88e7421f441067a79fb7512cf5935a2bb (diff)
downloadnode-new-d3b1c971bcf0177b17c649c3aeca1a94cbc3fff5.tar.gz
deps: upgrade npm to 5.6.0
PR-URL: https://github.com/nodejs/node/pull/17777 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'deps/npm/man/man7/npm-config.7')
-rw-r--r--deps/npm/man/man7/npm-config.725
1 files changed, 24 insertions, 1 deletions
diff --git a/deps/npm/man/man7/npm-config.7 b/deps/npm/man/man7/npm-config.7
index 7fc80370ca..aec6d8014c 100644
--- a/deps/npm/man/man7/npm-config.7
+++ b/deps/npm/man/man7/npm-config.7
@@ -1,4 +1,4 @@
-.TH "NPM\-CONFIG" "7" "October 2017" "" ""
+.TH "NPM\-CONFIG" "7" "December 2017" "" ""
.SH "NAME"
\fBnpm-config\fR \- More than you probably want to know about npm configuration
.SH DESCRIPTION
@@ -909,6 +909,18 @@ Type: String
.RE
.P
The registry you want to send cli metrics to if \fBsend\-metrics\fP is true\.
+.SS node\-options
+.RS 0
+.IP \(bu 2
+Default: null
+.IP \(bu 2
+Type: String
+
+.RE
+.P
+Options to pass through to Node\.js via the \fBNODE_OPTIONS\fP environment
+variable\. This does not impact how npm itself is executed but it does
+impact how lifecycle scripts are called\.
.SS node\-version
.RS 0
.IP \(bu 2
@@ -998,6 +1010,17 @@ If set to false, then ignore \fBpackage\-lock\.json\fP files when installing\. T
will also prevent \fIwriting\fR \fBpackage\-lock\.json\fP if \fBsave\fP is true\.
.P
This option is an alias for \fB\-\-shrinkwrap\fP\|\.
+.SS package\-lock\-only
+.RS 0
+.IP \(bu 2
+Default: false
+.IP \(bu 2
+Type: Boolean
+
+.RE
+.P
+If set to true, it will update only the \fBpackage\-json\fP,
+instead of checking \fBnode_modules\fP and downloading dependencies\.
.SS parseable
.RS 0
.IP \(bu 2