summaryrefslogtreecommitdiff
path: root/deps/npm/man/man7/npm-config.7
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man7/npm-config.7')
-rw-r--r--deps/npm/man/man7/npm-config.7286
1 files changed, 143 insertions, 143 deletions
diff --git a/deps/npm/man/man7/npm-config.7 b/deps/npm/man/man7/npm-config.7
index 5e4a9a2af..b99b699c5 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" "June 2015" "" ""
+.TH "NPM\-CONFIG" "7" "August 2015" "" ""
.SH "NAME"
\fBnpm-config\fR \- More than you probably want to know about npm configuration
.SH DESCRIPTION
@@ -6,18 +6,18 @@
npm gets its configuration values from the following sources, sorted by priority:
.SS Command Line Flags
.P
-Putting \fB\-\-foo bar\fR on the command line sets the \fBfoo\fR configuration
-parameter to \fB"bar"\fR\|\. A \fB\-\-\fR argument tells the cli parser to stop
-reading flags\. A \fB\-\-flag\fR parameter that is at the \fIend\fR of the
-command will be given the value of \fBtrue\fR\|\.
+Putting \fB\-\-foo bar\fP on the command line sets the \fBfoo\fP configuration
+parameter to \fB"bar"\fP\|\. A \fB\-\-\fP argument tells the cli parser to stop
+reading flags\. A \fB\-\-flag\fP parameter that is at the \fIend\fR of the
+command will be given the value of \fBtrue\fP\|\.
.SS Environment Variables
.P
-Any environment variables that start with \fBnpm_config_\fR will be
+Any environment variables that start with \fBnpm_config_\fP will be
interpreted as a configuration parameter\. For example, putting
-\fBnpm_config_foo=bar\fR in your environment will set the \fBfoo\fR
-configuration parameter to \fBbar\fR\|\. Any environment configurations that
-are not given a value will be given the value of \fBtrue\fR\|\. Config
-values are case\-insensitive, so \fBNPM_CONFIG_FOO=bar\fR will work the
+\fBnpm_config_foo=bar\fP in your environment will set the \fBfoo\fP
+configuration parameter to \fBbar\fP\|\. Any environment configurations that
+are not given a value will be given the value of \fBtrue\fP\|\. Config
+values are case\-insensitive, so \fBNPM_CONFIG_FOO=bar\fP will work the
same\.
.SS npmrc Files
.P
@@ -44,51 +44,51 @@ defaults if nothing else is specified\.
The following shorthands are parsed on the command\-line:
.RS 0
.IP \(bu 2
-\fB\-v\fR: \fB\-\-version\fR
+\fB\-v\fP: \fB\-\-version\fP
.IP \(bu 2
-\fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR, \fB\-H\fR: \fB\-\-usage\fR
+\fB\-h\fP, \fB\-?\fP, \fB\-\-help\fP, \fB\-H\fP: \fB\-\-usage\fP
.IP \(bu 2
-\fB\-s\fR, \fB\-\-silent\fR: \fB\-\-loglevel silent\fR
+\fB\-s\fP, \fB\-\-silent\fP: \fB\-\-loglevel silent\fP
.IP \(bu 2
-\fB\-q\fR, \fB\-\-quiet\fR: \fB\-\-loglevel warn\fR
+\fB\-q\fP, \fB\-\-quiet\fP: \fB\-\-loglevel warn\fP
.IP \(bu 2
-\fB\-d\fR: \fB\-\-loglevel info\fR
+\fB\-d\fP: \fB\-\-loglevel info\fP
.IP \(bu 2
-\fB\-dd\fR, \fB\-\-verbose\fR: \fB\-\-loglevel verbose\fR
+\fB\-dd\fP, \fB\-\-verbose\fP: \fB\-\-loglevel verbose\fP
.IP \(bu 2
-\fB\-ddd\fR: \fB\-\-loglevel silly\fR
+\fB\-ddd\fP: \fB\-\-loglevel silly\fP
.IP \(bu 2
-\fB\-g\fR: \fB\-\-global\fR
+\fB\-g\fP: \fB\-\-global\fP
.IP \(bu 2
-\fB\-C\fR: \fB\-\-prefix\fR
+\fB\-C\fP: \fB\-\-prefix\fP
.IP \(bu 2
-\fB\-l\fR: \fB\-\-long\fR
+\fB\-l\fP: \fB\-\-long\fP
.IP \(bu 2
-\fB\-m\fR: \fB\-\-message\fR
+\fB\-m\fP: \fB\-\-message\fP
.IP \(bu 2
-\fB\-p\fR, \fB\-\-porcelain\fR: \fB\-\-parseable\fR
+\fB\-p\fP, \fB\-\-porcelain\fP: \fB\-\-parseable\fP
.IP \(bu 2
-\fB\-reg\fR: \fB\-\-registry\fR
+\fB\-reg\fP: \fB\-\-registry\fP
.IP \(bu 2
-\fB\-f\fR: \fB\-\-force\fR
+\fB\-f\fP: \fB\-\-force\fP
.IP \(bu 2
-\fB\-desc\fR: \fB\-\-description\fR
+\fB\-desc\fP: \fB\-\-description\fP
.IP \(bu 2
-\fB\-S\fR: \fB\-\-save\fR
+\fB\-S\fP: \fB\-\-save\fP
.IP \(bu 2
-\fB\-D\fR: \fB\-\-save\-dev\fR
+\fB\-D\fP: \fB\-\-save\-dev\fP
.IP \(bu 2
-\fB\-O\fR: \fB\-\-save\-optional\fR
+\fB\-O\fP: \fB\-\-save\-optional\fP
.IP \(bu 2
-\fB\-B\fR: \fB\-\-save\-bundle\fR
+\fB\-B\fP: \fB\-\-save\-bundle\fP
.IP \(bu 2
-\fB\-E\fR: \fB\-\-save\-exact\fR
+\fB\-E\fP: \fB\-\-save\-exact\fP
.IP \(bu 2
-\fB\-y\fR: \fB\-\-yes\fR
+\fB\-y\fP: \fB\-\-yes\fP
.IP \(bu 2
-\fB\-n\fR: \fB\-\-yes false\fR
+\fB\-n\fP: \fB\-\-yes false\fP
.IP \(bu 2
-\fBll\fR and \fBla\fR commands: \fBls \-\-long\fR
+\fBll\fP and \fBla\fP commands: \fBls \-\-long\fP
.RE
.P
@@ -118,9 +118,9 @@ npm ls \-\-global \-\-parseable \-\-long \-\-loglevel info
.RE
.SH Per\-Package Config Settings
.P
-When running scripts (see npm help 7 \fBnpm\-scripts\fR) the package\.json "config"
+When running scripts (see npm help 7 \fBnpm\-scripts\fP) the package\.json "config"
keys are overwritten in the environment if there is a config param of
-\fB<name>[@<version>]:<key>\fR\|\. For example, if the package\.json has
+\fB<name>[@<version>]:<key>\fP\|\. For example, if the package\.json has
this:
.P
.RS 2
@@ -152,16 +152,16 @@ See npm help 5 package\.json for more information\.
.SS access
.RS 0
.IP \(bu 2
-Default: \fBrestricted\fR
+Default: \fBrestricted\fP
.IP \(bu 2
Type: Access
.RE
.P
-When publishing scoped packages, the access level defaults to \fBrestricted\fR\|\. If
+When publishing scoped packages, the access level defaults to \fBrestricted\fP\|\. If
you want your scoped package to be publicly viewable (and installable) set
-\fB\-\-access=public\fR\|\. The only valid values for \fBaccess\fR are \fBpublic\fR and
-\fBrestricted\fR\|\. Unscoped packages \fIalways\fR have an access level of \fBpublic\fR\|\.
+\fB\-\-access=public\fP\|\. The only valid values for \fBaccess\fP are \fBpublic\fP and
+\fBrestricted\fP\|\. Unscoped packages \fIalways\fR have an access level of \fBpublic\fP\|\.
.SS always\-auth
.RS 0
.IP \(bu 2
@@ -172,17 +172,17 @@ Type: Boolean
.RE
.P
Force npm to always require authentication when accessing the registry,
-even for \fBGET\fR requests\.
+even for \fBGET\fP requests\.
.SS bin\-links
.RS 0
.IP \(bu 2
-Default: \fBtrue\fR
+Default: \fBtrue\fP
.IP \(bu 2
Type: Boolean
.RE
.P
-Tells npm to create symlinks (or \fB\|\.cmd\fR shims on Windows) for package
+Tells npm to create symlinks (or \fB\|\.cmd\fP shims on Windows) for package
executables\.
.P
Set to false to have it not do this\. This can be used to work around
@@ -191,13 +191,13 @@ ostensibly Unix systems\.
.SS browser
.RS 0
.IP \(bu 2
-Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg\-open"\fR
+Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
.IP \(bu 2
Type: String
.RE
.P
-The browser that is called by the \fBnpm docs\fR command to open websites\.
+The browser that is called by the \fBnpm docs\fP command to open websites\.
.SS ca
.RS 0
.IP \(bu 2
@@ -217,7 +217,7 @@ ca="\-\-\-\-\-BEGIN CERTIFICATE\-\-\-\-\-\\nXXXX\\nXXXX\\n\-\-\-\-\-END CERTIFIC
.fi
.RE
.P
-Set to \fBnull\fR to only allow "known" registrars, or to a specific CA cert
+Set to \fBnull\fP to only allow "known" registrars, or to a specific CA cert
to trust only that specific signing authority\.
.P
Multiple CAs can be trusted by specifying an array of certificates:
@@ -229,29 +229,29 @@ ca[]="\.\.\."
.fi
.RE
.P
-See also the \fBstrict\-ssl\fR config\.
+See also the \fBstrict\-ssl\fP config\.
.SS cafile
.RS 0
.IP \(bu 2
-Default: \fBnull\fR
+Default: \fBnull\fP
.IP \(bu 2
Type: path
.RE
.P
A path to a file containing one or multiple Certificate Authority signing
-certificates\. Similar to the \fBca\fR setting, but allows for multiple CA's, as
+certificates\. Similar to the \fBca\fP setting, but allows for multiple CA's, as
well as for the CA information to be stored in a file on disk\.
.SS cache
.RS 0
.IP \(bu 2
-Default: Windows: \fB%AppData%\\npm\-cache\fR, Posix: \fB~/\.npm\fR
+Default: Windows: \fB%AppData%\\npm\-cache\fP, Posix: \fB~/\.npm\fP
.IP \(bu 2
Type: path
.RE
.P
-The location of npm's cache directory\. See npm help \fBnpm\-cache\fR
+The location of npm's cache directory\. See npm help \fBnpm\-cache\fP
.SS cache\-lock\-stale
.RS 0
.IP \(bu 2
@@ -294,7 +294,7 @@ Type: Number
The maximum time (in seconds) to keep items in the registry cache before
re\-checking against the registry\.
.P
-Note that no purging is done unless the \fBnpm cache clean\fR command is
+Note that no purging is done unless the \fBnpm cache clean\fP command is
explicitly used, and that only GET requests use the cache\.
.SS cache\-min
.RS 0
@@ -308,12 +308,12 @@ Type: Number
The minimum time (in seconds) to keep items in the registry cache before
re\-checking against the registry\.
.P
-Note that no purging is done unless the \fBnpm cache clean\fR command is
+Note that no purging is done unless the \fBnpm cache clean\fP command is
explicitly used, and that only GET requests use the cache\.
.SS cert
.RS 0
.IP \(bu 2
-Default: \fBnull\fR
+Default: \fBnull\fP
.IP \(bu 2
Type: String
@@ -325,11 +325,11 @@ A client certificate to pass when accessing the registry\.
.IP \(bu 2
Default: true on Posix, false on Windows
.IP \(bu 2
-Type: Boolean or \fB"always"\fR
+Type: Boolean or \fB"always"\fP
.RE
.P
-If false, never shows colors\. If \fB"always"\fR then always shows colors\.
+If false, never shows colors\. If \fB"always"\fP then always shows colors\.
If true, then only prints color codes for tty file descriptors\.
.SS depth
.RS 0
@@ -340,13 +340,13 @@ Type: Number
.RE
.P
-The depth to go when recursing directories for \fBnpm ls\fR,
-\fBnpm cache ls\fR, and \fBnpm outdated\fR\|\.
+The depth to go when recursing directories for \fBnpm ls\fP,
+\fBnpm cache ls\fP, and \fBnpm outdated\fP\|\.
.P
-For \fBnpm outdated\fR, a setting of \fBInfinity\fR will be treated as \fB0\fR
+For \fBnpm outdated\fP, a setting of \fBInfinity\fP will be treated as \fB0\fP
since that gives more useful information\. To show the outdated status
of all packages and dependents, use a large integer value,
-e\.g\., \fBnpm outdated \-\-depth 9999\fR
+e\.g\., \fBnpm outdated \-\-depth 9999\fP
.SS description
.RS 0
.IP \(bu 2
@@ -356,7 +356,7 @@ Type: Boolean
.RE
.P
-Show the description in \fBnpm search\fR
+Show the description in \fBnpm search\fP
.SS dev
.RS 0
.IP \(bu 2
@@ -366,21 +366,21 @@ Type: Boolean
.RE
.P
-Install \fBdev\-dependencies\fR along with packages\.
+Install \fBdev\-dependencies\fP along with packages\.
.P
-Note that \fBdev\-dependencies\fR are also installed if the \fBnpat\fR flag is
+Note that \fBdev\-dependencies\fP are also installed if the \fBnpat\fP flag is
set\.
.SS editor
.RS 0
.IP \(bu 2
-Default: \fBEDITOR\fR environment variable if set, or \fB"vi"\fR on Posix,
-or \fB"notepad"\fR on Windows\.
+Default: \fBEDITOR\fP environment variable if set, or \fB"vi"\fP on Posix,
+or \fB"notepad"\fP on Windows\.
.IP \(bu 2
Type: path
.RE
.P
-The command to run for \fBnpm edit\fR or \fBnpm config edit\fR\|\.
+The command to run for \fBnpm edit\fP or \fBnpm config edit\fP\|\.
.SS engine\-strict
.RS 0
.IP \(bu 2
@@ -423,7 +423,7 @@ Type: Number
.RE
.P
-The "retries" config for the \fBretry\fR module to use when fetching
+The "retries" config for the \fBretry\fP module to use when fetching
packages from the registry\.
.SS fetch\-retry\-factor
.RS 0
@@ -434,7 +434,7 @@ Type: Number
.RE
.P
-The "factor" config for the \fBretry\fR module to use when fetching
+The "factor" config for the \fBretry\fP module to use when fetching
packages\.
.SS fetch\-retry\-mintimeout
.RS 0
@@ -445,7 +445,7 @@ Type: Number
.RE
.P
-The "minTimeout" config for the \fBretry\fR module to use when fetching
+The "minTimeout" config for the \fBretry\fP module to use when fetching
packages\.
.SS fetch\-retry\-maxtimeout
.RS 0
@@ -456,30 +456,30 @@ Type: Number
.RE
.P
-The "maxTimeout" config for the \fBretry\fR module to use when fetching
+The "maxTimeout" config for the \fBretry\fP module to use when fetching
packages\.
.SS git
.RS 0
.IP \(bu 2
-Default: \fB"git"\fR
+Default: \fB"git"\fP
.IP \(bu 2
Type: String
.RE
.P
The command to use for git commands\. If git is installed on the
-computer, but is not in the \fBPATH\fR, then set this to the full path to
+computer, but is not in the \fBPATH\fP, then set this to the full path to
the git binary\.
.SS git\-tag\-version
.RS 0
.IP \(bu 2
-Default: \fBtrue\fR
+Default: \fBtrue\fP
.IP \(bu 2
Type: Boolean
.RE
.P
-Tag the commit when using the \fBnpm version\fR command\.
+Tag the commit when using the \fBnpm version\fP command\.
.SS global
.RS 0
.IP \(bu 2
@@ -490,16 +490,16 @@ Type: Boolean
.RE
.P
Operates in "global" mode, so that packages are installed into the
-\fBprefix\fR folder instead of the current working directory\. See
-npm help 5 \fBnpm\-folders\fR for more on the differences in behavior\.
+\fBprefix\fP folder instead of the current working directory\. See
+npm help 5 \fBnpm\-folders\fP for more on the differences in behavior\.
.RS 0
.IP \(bu 2
-packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the
+packages are installed into the \fB{prefix}/lib/node_modules\fP folder, instead of the
current working directory\.
.IP \(bu 2
-bin files are linked to \fB{prefix}/bin\fR
+bin files are linked to \fB{prefix}/bin\fP
.IP \(bu 2
-man pages are linked to \fB{prefix}/share/man\fR
+man pages are linked to \fB{prefix}/share/man\fP
.RE
.SS globalconfig
@@ -526,7 +526,7 @@ user\.
.SS heading
.RS 0
.IP \(bu 2
-Default: \fB"npm"\fR
+Default: \fB"npm"\fP
.IP \(bu 2
Type: String
@@ -542,9 +542,9 @@ Type: url
.RE
.P
-A proxy to use for outgoing https requests\. If the \fBHTTPS_PROXY\fR or
-\fBhttps_proxy\fR or \fBHTTP_PROXY\fR or \fBhttp_proxy\fR environment variables are set,
-proxy settings will be honored by the underlying \fBrequest\fR library\.
+A proxy to use for outgoing https requests\. If the \fBHTTPS_PROXY\fP or
+\fBhttps_proxy\fP or \fBHTTP_PROXY\fP or \fBhttp_proxy\fP environment variables are set,
+proxy settings will be honored by the underlying \fBrequest\fP library\.
.SS if\-present
.RS 0
.IP \(bu 2
@@ -554,8 +554,8 @@ Type: Boolean
.RE
.P
-If true, npm will not exit with an error code when \fBrun\-script\fR is invoked for
-a script that isn't defined in the \fBscripts\fR section of \fBpackage\.json\fR\|\. This
+If true, npm will not exit with an error code when \fBrun\-script\fP is invoked for
+a script that isn't defined in the \fBscripts\fP section of \fBpackage\.json\fP\|\. This
option can be used when it's desirable to optionally run a script when it's
present and fail if the script fails\. This is useful, for example, when running
scripts that may only apply for some builds in an otherwise generic CI setup\.
@@ -578,7 +578,7 @@ Type: path
.RE
.P
-A module that will be loaded by the \fBnpm init\fR command\. See the
+A module that will be loaded by the \fBnpm init\fP command\. See the
documentation for the
init\-package\-json \fIhttps://github\.com/isaacs/init\-package\-json\fR module
for more information, or npm help init\.
@@ -591,7 +591,7 @@ Type: String
.RE
.P
-The value \fBnpm init\fR should use by default for the package author's name\.
+The value \fBnpm init\fP should use by default for the package author's name\.
.SS init\-author\-email
.RS 0
.IP \(bu 2
@@ -601,7 +601,7 @@ Type: String
.RE
.P
-The value \fBnpm init\fR should use by default for the package author's email\.
+The value \fBnpm init\fP should use by default for the package author's email\.
.SS init\-author\-url
.RS 0
.IP \(bu 2
@@ -611,7 +611,7 @@ Type: String
.RE
.P
-The value \fBnpm init\fR should use by default for the package author's homepage\.
+The value \fBnpm init\fP should use by default for the package author's homepage\.
.SS init\-license
.RS 0
.IP \(bu 2
@@ -621,7 +621,7 @@ Type: String
.RE
.P
-The value \fBnpm init\fR should use by default for the package license\.
+The value \fBnpm init\fP should use by default for the package license\.
.SS init\-version
.RS 0
.IP \(bu 2
@@ -631,7 +631,7 @@ Type: semver
.RE
.P
-The value that \fBnpm init\fR should use by default for the package
+The value that \fBnpm init\fP should use by default for the package
version number, if not already set in package\.json\.
.SS json
.RS 0
@@ -646,11 +646,11 @@ Whether or not to output JSON data, rather than the normal output\.
.P
This feature is currently experimental, and the output data structures
for many commands is either not implemented in JSON yet, or subject to
-change\. Only the output from \fBnpm ls \-\-json\fR is currently valid\.
+change\. Only the output from \fBnpm ls \-\-json\fP is currently valid\.
.SS key
.RS 0
.IP \(bu 2
-Default: \fBnull\fR
+Default: \fBnull\fP
.IP \(bu 2
Type: String
@@ -703,7 +703,7 @@ Values: "silent", "error", "warn", "http", "info", "verbose", "silly"
.RE
.P
What level of logs to report\. On failure, \fIall\fR logs are written to
-\fBnpm\-debug\.log\fR in the current working directory\.
+\fBnpm\-debug\.log\fP in the current working directory\.
.P
Any logs of a higher level than the setting are shown\.
The default is "warn", which shows warn and error output\.
@@ -723,7 +723,7 @@ It cannot be set from the command line, but if you are using npm
programmatically, you may wish to send logs to somewhere other than
stderr\.
.P
-If the \fBcolor\fR config is set to true, then this stream will receive
+If the \fBcolor\fP config is set to true, then this stream will receive
colored output if it is a TTY\.
.SS long
.RS 0
@@ -734,7 +734,7 @@ Type: Boolean
.RE
.P
-Show extended information in \fBnpm ls\fR and \fBnpm search\fR\|\.
+Show extended information in \fBnpm ls\fP and \fBnpm search\fP\|\.
.SS message
.RS 0
.IP \(bu 2
@@ -744,7 +744,7 @@ Type: String
.RE
.P
-Commit message which is used by \fBnpm version\fR when creating version commit\.
+Commit message which is used by \fBnpm version\fP when creating version commit\.
.P
Any "%s" in the message will be replaced with the version number\.
.SS node\-version
@@ -756,7 +756,7 @@ Type: semver or false
.RE
.P
-The node version to use when checking a package's \fBengines\fR map\.
+The node version to use when checking a package's \fBengines\fP map\.
.SS npat
.RS 0
.IP \(bu 2
@@ -776,7 +776,7 @@ Type: path
.RE
.P
-A node module to \fBrequire()\fR when npm loads\. Useful for programmatic
+A node module to \fBrequire()\fP when npm loads\. Useful for programmatic
usage\.
.SS optional
.RS 0
@@ -787,7 +787,7 @@ Type: Boolean
.RE
.P
-Attempt to install packages in the \fBoptionalDependencies\fR object\. Note
+Attempt to install packages in the \fBoptionalDependencies\fP object\. Note
that if these packages fail to install, the overall installation
process is not aborted\.
.SS parseable
@@ -825,7 +825,7 @@ Set to true to run in "production" mode\.
.RS 0
.IP 1. 3
devDependencies are not installed at the topmost level when running
-local \fBnpm install\fR without any arguments\.
+local \fBnpm install\fP without any arguments\.
.IP 2. 3
Set the NODE_ENV="production" for lifecycle scripts\.
@@ -854,9 +854,9 @@ Type: url
.RE
.P
-A proxy to use for outgoing http requests\. If the \fBHTTP_PROXY\fR or
-\fBhttp_proxy\fR environment variables are set, proxy settings will be
-honored by the underlying \fBrequest\fR library\.
+A proxy to use for outgoing http requests\. If the \fBHTTP_PROXY\fP or
+\fBhttp_proxy\fP environment variables are set, proxy settings will be
+honored by the underlying \fBrequest\fP library\.
.SS rebuild\-bundle
.RS 0
.IP \(bu 2
@@ -898,7 +898,7 @@ Type: Boolean
.P
Save installed packages to a package\.json file as dependencies\.
.P
-When used with the \fBnpm rm\fR command, it removes it from the \fBdependencies\fR
+When used with the \fBnpm rm\fP command, it removes it from the \fBdependencies\fP
object\.
.P
Only works if there is already a package\.json file present\.
@@ -911,11 +911,11 @@ Type: Boolean
.RE
.P
-If a package would be saved at install time by the use of \fB\-\-save\fR,
-\fB\-\-save\-dev\fR, or \fB\-\-save\-optional\fR, then also put it in the
-\fBbundleDependencies\fR list\.
+If a package would be saved at install time by the use of \fB\-\-save\fP,
+\fB\-\-save\-dev\fP, or \fB\-\-save\-optional\fP, then also put it in the
+\fBbundleDependencies\fP list\.
.P
-When used with the \fBnpm rm\fR command, it removes it from the
+When used with the \fBnpm rm\fP command, it removes it from the
bundledDependencies list\.
.SS save\-dev
.RS 0
@@ -926,10 +926,10 @@ Type: Boolean
.RE
.P
-Save installed packages to a package\.json file as \fBdevDependencies\fR\|\.
+Save installed packages to a package\.json file as \fBdevDependencies\fP\|\.
.P
-When used with the \fBnpm rm\fR command, it removes it from the
-\fBdevDependencies\fR object\.
+When used with the \fBnpm rm\fP command, it removes it from the
+\fBdevDependencies\fP object\.
.P
Only works if there is already a package\.json file present\.
.SS save\-exact
@@ -941,8 +941,8 @@ Type: Boolean
.RE
.P
-Dependencies saved to package\.json using \fB\-\-save\fR, \fB\-\-save\-dev\fR or
-\fB\-\-save\-optional\fR will be configured with an exact version rather than
+Dependencies saved to package\.json using \fB\-\-save\fP, \fB\-\-save\-dev\fP or
+\fB\-\-save\-optional\fP will be configured with an exact version rather than
using npm's default semver range operator\.
.SS save\-optional
.RS 0
@@ -956,8 +956,8 @@ Type: Boolean
Save installed packages to a package\.json file as
optionalDependencies\.
.P
-When used with the \fBnpm rm\fR command, it removes it from the
-\fBdevDependencies\fR object\.
+When used with the \fBnpm rm\fP command, it removes it from the
+\fBdevDependencies\fP object\.
.P
Only works if there is already a package\.json file present\.
.SS save\-prefix
@@ -970,11 +970,11 @@ Type: String
.RE
.P
Configure how versions of packages installed to a package\.json file via
-\fB\-\-save\fR or \fB\-\-save\-dev\fR get prefixed\.
+\fB\-\-save\fP or \fB\-\-save\-dev\fP get prefixed\.
.P
-For example if a package has version \fB1\.2\.3\fR, by default its version is
-set to \fB^1\.2\.3\fR which allows minor upgrades for that package, but after
-\fBnpm config set save\-prefix='~'\fR it would be set to \fB~1\.2\.3\fR which only allows
+For example if a package has version \fB1\.2\.3\fP, by default its version is
+set to \fB^1\.2\.3\fP which allows minor upgrades for that package, but after
+\fBnpm config set save\-prefix='~'\fP it would be set to \fB~1\.2\.3\fP which only allows
patch upgrades\.
.SS scope
.RS 0
@@ -987,9 +987,9 @@ Type: String
.P
Associate an operation with a scope for a scoped registry\. Useful when logging
in to a private registry for the first time:
-\fBnpm login \-\-scope=@organization \-\-registry=registry\.organization\.com\fR, which
-will cause \fB@organization\fR to be mapped to the registry for future installation
-of packages specified according to the pattern \fB@organization/package\fR\|\.
+\fBnpm login \-\-scope=@organization \-\-registry=registry\.organization\.com\fP, which
+will cause \fB@organization\fP to be mapped to the registry for future installation
+of packages specified according to the pattern \fB@organization/package\fP\|\.
.SS searchopts
.RS 0
.IP \(bu 2
@@ -1022,7 +1022,7 @@ Values: "name", "\-name", "date", "\-date", "description",
.RE
.P
-Indication of which field to sort search results by\. Prefix with a \fB\-\fR
+Indication of which field to sort search results by\. Prefix with a \fB\-\fP
character to indicate reverse sort\.
.SS shell
.RS 0
@@ -1034,7 +1034,7 @@ Type: path
.RE
.P
-The shell to run for the \fBnpm explore\fR command\.
+The shell to run for the \fBnpm explore\fP command\.
.SS shrinkwrap
.RS 0
.IP \(bu 2
@@ -1044,7 +1044,7 @@ Type: Boolean
.RE
.P
-If set to false, then ignore \fBnpm\-shrinkwrap\.json\fR files when
+If set to false, then ignore \fBnpm\-shrinkwrap\.json\fP files when
installing\.
.SS sign\-git\-tag
.RS 0
@@ -1055,8 +1055,8 @@ Type: Boolean
.RE
.P
-If set to true, then the \fBnpm version\fR command will tag the version
-using \fB\-s\fR to add a signature\.
+If set to true, then the \fBnpm version\fP command will tag the version
+using \fB\-s\fP to add a signature\.
.P
Note that git requires you to have set up GPG keys in your git configs
for this to work properly\.
@@ -1065,14 +1065,14 @@ for this to work properly\.
.IP \(bu 2
Default: true
.IP \(bu 2
-Type: Boolean or \fB"always"\fR
+Type: Boolean or \fB"always"\fP
.RE
.P
-When set to \fBtrue\fR, npm will display an ascii spinner while it is doing
-things, if \fBprocess\.stderr\fR is a TTY\.
+When set to \fBtrue\fP, npm will display an ascii spinner while it is doing
+things, if \fBprocess\.stderr\fP is a TTY\.
.P
-Set to \fBfalse\fR to suppress the spinner, or set to \fBalways\fR to output
+Set to \fBfalse\fP to suppress the spinner, or set to \fBalways\fP to output
the spinner even for non\-TTY outputs\.
.SS strict\-ssl
.RS 0
@@ -1086,7 +1086,7 @@ Type: Boolean
Whether or not to do SSL key validation when making requests to the
registry via https\.
.P
-See also the \fBca\fR config\.
+See also the \fBca\fP config\.
.SS tag
.RS 0
.IP \(bu 2
@@ -1100,22 +1100,22 @@ If you ask npm to install a package and don't tell it a specific version, then
it will install the specified tag\.
.P
Also the tag that is added to the package@version specified by the \fBnpm
-tag\fR command, if no explicit tag is given\.
+tag\fP command, if no explicit tag is given\.
.SS tag\-version\-prefix
.RS 0
.IP \(bu 2
-Default: \fB"v"\fR
+Default: \fB"v"\fP
.IP \(bu 2
Type: String
.RE
.P
If set, alters the prefix used when tagging a new version when performing a
-version increment using \fBnpm\-version\fR\|\. To remove the prefix altogether, set it
-to the empty string: \fB""\fR\|\.
+version increment using \fBnpm\-version\fP\|\. To remove the prefix altogether, set it
+to the empty string: \fB""\fP\|\.
.P
Because other tools may rely on the convention that npm version tags look like
-\fBv1\.0\.0\fR, \fIonly use this property if it is absolutely necessary\fR\|\. In
+\fBv1\.0\.0\fP, \fIonly use this property if it is absolutely necessary\fR\|\. In
particular, use care when overriding this setting for public packages\.
.SS tmp
.RS 0
@@ -1161,7 +1161,7 @@ Type: Boolean
.RE
.P
Set to show short usage output (like the \-H output)
-instead of complete help when doing npm help \fBnpm\-help\fR\|\.
+instead of complete help when doing npm help \fBnpm\-help\fP\|\.
.SS user
.RS 0
.IP \(bu 2
@@ -1194,9 +1194,9 @@ Type: Octal numeric string in range 0000\.\.0777 (0\.\.511)
The "umask" value to use when setting the file creation mode on files
and folders\.
.P
-Folders and executables are given a mode which is \fB0777\fR masked against
-this value\. Other files are given a mode which is \fB0666\fR masked against
-this value\. Thus, the defaults are \fB0755\fR and \fB0644\fR respectively\.
+Folders and executables are given a mode which is \fB0777\fP masked against
+this value\. Other files are given a mode which is \fB0666\fP masked against
+this value\. Thus, the defaults are \fB0755\fP and \fB0644\fP respectively\.
.SS user\-agent
.RS 0
.IP \(bu 2
@@ -1228,7 +1228,7 @@ Type: boolean
.RE
.P
-If true, output the npm version as well as node's \fBprocess\.versions\fR map, and
+If true, output the npm version as well as node's \fBprocess\.versions\fP map, and
exit successfully\.
.P
Only relevant when specified explicitly on the command line\.
@@ -1243,7 +1243,7 @@ Type: path
.P
The program to use to view help content\.
.P
-Set to \fB"browser"\fR to view html help content in the default web browser\.
+Set to \fB"browser"\fP to view html help content in the default web browser\.
.SH SEE ALSO
.RS 0
.IP \(bu 2