diff options
author | npm team <ops+robot@npmjs.com> | 2021-08-19 17:47:33 +0000 |
---|---|---|
committer | Luigi Pinca <luigipinca@gmail.com> | 2021-08-20 14:53:49 +0200 |
commit | 248f4c376444d0202f1d08f039c59485d6aea2e9 (patch) | |
tree | 270bcf6dd5734fa43ea1603bfc4a066b6f8f7926 /deps/npm/docs/output/commands | |
parent | 279162cf98b22ec5d0afc182ea22c7a782ccd083 (diff) | |
download | node-new-248f4c376444d0202f1d08f039c59485d6aea2e9.tar.gz |
deps: upgrade npm to 7.21.0
PR-URL: https://github.com/nodejs/node/pull/39813
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands')
62 files changed, 608 insertions, 2 deletions
diff --git a/deps/npm/docs/output/commands/npm-access.html b/deps/npm/docs/output/commands/npm-access.html index 68cd1973e5..bfece57cd7 100644 --- a/deps/npm/docs/output/commands/npm-access.html +++ b/deps/npm/docs/output/commands/npm-access.html @@ -219,12 +219,15 @@ fail with an HTTP 402 status code (logically enough), unless you use <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -235,6 +238,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="https://npm.im/libnpmaccess"><code>libnpmaccess</code></a></li> diff --git a/deps/npm/docs/output/commands/npm-adduser.html b/deps/npm/docs/output/commands/npm-adduser.html index 27851b1dee..99cf7d373b 100644 --- a/deps/npm/docs/output/commands/npm-adduser.html +++ b/deps/npm/docs/output/commands/npm-adduser.html @@ -165,12 +165,15 @@ your existing record.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="scope"><code>scope</code></h4> <ul> <li>Default: the scope of the current project, if any, or “”</li> @@ -193,6 +196,8 @@ installation of packages specified according to the pattern npm init --scope=@foo --yes </code></pre> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../using-npm/registry.html">npm registry</a></li> diff --git a/deps/npm/docs/output/commands/npm-audit.html b/deps/npm/docs/output/commands/npm-audit.html index 5cffb546dc..37bc32edd9 100644 --- a/deps/npm/docs/output/commands/npm-audit.html +++ b/deps/npm/docs/output/commands/npm-audit.html @@ -271,6 +271,7 @@ fixing anything:</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit-level"><code>audit-level</code></h4> <ul> <li>Default: null</li> @@ -278,6 +279,8 @@ fixing anything:</p> </ul> <p>The minimum level of vulnerability for <code>npm audit</code> to exit with a non-zero exit code.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -289,6 +292,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="force"><code>force</code></h4> <ul> <li>Default: false</li> @@ -313,6 +318,8 @@ range (including SemVer-major changes).</li> </ul> <p>If you don’t have a clear idea of what you want to do, it is strongly recommended that you do not use this option!</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -324,6 +331,8 @@ recommended that you do not use this option!</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock-only"><code>package-lock-only</code></h4> <ul> <li>Default: false</li> @@ -335,6 +344,8 @@ ignoring <code>node_modules</code>.</p> instead of checking <code>node_modules</code> and downloading dependencies.</p> <p>For <code>list</code> this means the output will be based on the tree described by the <code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -349,6 +360,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -368,6 +381,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -377,6 +392,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-bin.html b/deps/npm/docs/output/commands/npm-bin.html index 32b8422f2c..073b26d46d 100644 --- a/deps/npm/docs/output/commands/npm-bin.html +++ b/deps/npm/docs/output/commands/npm-bin.html @@ -153,6 +153,7 @@ npm command-line interface <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -168,6 +169,8 @@ of the current working directory.</li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-prefix.html">npm prefix</a></li> diff --git a/deps/npm/docs/output/commands/npm-bugs.html b/deps/npm/docs/output/commands/npm-bugs.html index db12c0445a..e9e40aecec 100644 --- a/deps/npm/docs/output/commands/npm-bugs.html +++ b/deps/npm/docs/output/commands/npm-bugs.html @@ -157,6 +157,7 @@ will search for a <code>package.json</code> in the current folder and use the <c <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="browser"><code>browser</code></h4> <ul> <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> @@ -166,6 +167,8 @@ will search for a <code>package.json</code> in the current folder and use the <c <p>Set to <code>false</code> to suppress browser behavior and instead print urls to terminal.</p> <p>Set to <code>true</code> to use default system URL opener.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> @@ -173,6 +176,8 @@ terminal.</p> </ul> <p>The base URL of the npm registry.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-docs.html">npm docs</a></li> diff --git a/deps/npm/docs/output/commands/npm-cache.html b/deps/npm/docs/output/commands/npm-cache.html index 102d3ed1d0..a8c2ed8e7d 100644 --- a/deps/npm/docs/output/commands/npm-cache.html +++ b/deps/npm/docs/output/commands/npm-cache.html @@ -206,6 +206,7 @@ data that was inserted.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="cache"><code>cache</code></h4> <ul> <li>Default: Windows: <code>%LocalAppData%\npm-cache</code>, Posix: <code>~/.npm</code></li> @@ -213,6 +214,8 @@ data that was inserted.</p> </ul> <p>The location of npm’s cache directory. See <a href="../commands/npm-cache.html"><code>npm cache</code></a></p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../configuring-npm/folders.html">npm folders</a></li> diff --git a/deps/npm/docs/output/commands/npm-ci.html b/deps/npm/docs/output/commands/npm-ci.html index 9f5c85b363..e52cf55e9e 100644 --- a/deps/npm/docs/output/commands/npm-ci.html +++ b/deps/npm/docs/output/commands/npm-ci.html @@ -193,6 +193,7 @@ cache: <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -202,6 +203,8 @@ cache: default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -212,6 +215,8 @@ submitted.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -219,6 +224,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-config.html b/deps/npm/docs/output/commands/npm-config.html index 8d6e162072..cbf13aff8d 100644 --- a/deps/npm/docs/output/commands/npm-config.html +++ b/deps/npm/docs/output/commands/npm-config.html @@ -200,6 +200,7 @@ global config.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -211,6 +212,8 @@ global config.</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -225,6 +228,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="editor"><code>editor</code></h4> <ul> <li>Default: The EDITOR or VISUAL environment variables, or ‘notepad.exe’ on @@ -232,6 +237,8 @@ Windows, or ‘vim’ on Unix systems</li> <li>Type: String</li> </ul> <p>The command to run for <code>npm edit</code> and <code>npm config edit</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="location"><code>location</code></h4> <ul> <li>Default: “user” unless <code>--global</code> is passed, which will also set this value @@ -239,6 +246,8 @@ to “global”</li> <li>Type: “global”, “user”, or “project”</li> </ul> <p>When passed to <code>npm config</code> this refers to which config file to use.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="long"><code>long</code></h4> <ul> <li>Default: false</li> @@ -246,6 +255,8 @@ to “global”</li> </ul> <p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../configuring-npm/folders.html">npm folders</a></li> diff --git a/deps/npm/docs/output/commands/npm-dedupe.html b/deps/npm/docs/output/commands/npm-dedupe.html index 9de232141e..084bcc6622 100644 --- a/deps/npm/docs/output/commands/npm-dedupe.html +++ b/deps/npm/docs/output/commands/npm-dedupe.html @@ -194,6 +194,7 @@ result in new modules being installed.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -205,6 +206,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -214,6 +217,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -230,6 +235,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -240,6 +247,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -254,6 +263,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -264,6 +275,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -273,6 +286,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -283,6 +298,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -290,6 +307,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -301,6 +320,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -320,6 +341,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -329,6 +352,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-find-dupes.html">npm find-dupes</a></li> diff --git a/deps/npm/docs/output/commands/npm-deprecate.html b/deps/npm/docs/output/commands/npm-deprecate.html index 982c1e6ab8..9544eb5b95 100644 --- a/deps/npm/docs/output/commands/npm-deprecate.html +++ b/deps/npm/docs/output/commands/npm-deprecate.html @@ -168,12 +168,15 @@ format an empty string.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -184,6 +187,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-publish.html">npm publish</a></li> diff --git a/deps/npm/docs/output/commands/npm-diff.html b/deps/npm/docs/output/commands/npm-diff.html index 3f278d4901..63e4e67fee 100644 --- a/deps/npm/docs/output/commands/npm-diff.html +++ b/deps/npm/docs/output/commands/npm-diff.html @@ -260,30 +260,39 @@ located within the folder <code>./lib/</code> and changed lines of code within t <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff"><code>diff</code></h4> <ul> <li>Default:</li> <li>Type: String (can be set multiple times)</li> </ul> <p>Define arguments to compare in <code>npm diff</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-name-only"><code>diff-name-only</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Prints only filenames when using <code>npm diff</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-unified"><code>diff-unified</code></h4> <ul> <li>Default: 3</li> <li>Type: Number</li> </ul> <p>The number of lines of context to print in <code>npm diff</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-ignore-all-space"><code>diff-ignore-all-space</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Ignore whitespace when comparing lines in <code>npm diff</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-no-prefix"><code>diff-no-prefix</code></h4> <ul> <li>Default: false</li> @@ -292,24 +301,32 @@ located within the folder <code>./lib/</code> and changed lines of code within t <p>Do not show any source or destination prefix in <code>npm diff</code> output.</p> <p>Note: this causes <code>npm diff</code> to ignore the <code>--diff-src-prefix</code> and <code>--diff-dst-prefix</code> configs.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-src-prefix"><code>diff-src-prefix</code></h4> <ul> <li>Default: “a/”</li> <li>Type: String</li> </ul> <p>Source prefix to be used in <code>npm diff</code> output.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-dst-prefix"><code>diff-dst-prefix</code></h4> <ul> <li>Default: “b/”</li> <li>Type: String</li> </ul> <p>Destination prefix to be used in <code>npm diff</code> output.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="diff-text"><code>diff-text</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Treat all files as text in <code>npm diff</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -324,6 +341,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="tag"><code>tag</code></h4> <ul> <li>Default: “latest”</li> @@ -335,6 +354,8 @@ then it will install the specified tag.</p> command, if no explicit tag is given.</p> <p>When used by the <code>npm diff</code> command, this is the tag used to fetch the tarball that will be compared with the local files by default.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -354,6 +375,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -363,6 +386,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h2 id="see-also">See Also</h2> <ul> <li><a href="../commands/npm-outdated.html">npm outdated</a></li> diff --git a/deps/npm/docs/output/commands/npm-dist-tag.html b/deps/npm/docs/output/commands/npm-dist-tag.html index 0b80bd8048..d7b96250fa 100644 --- a/deps/npm/docs/output/commands/npm-dist-tag.html +++ b/deps/npm/docs/output/commands/npm-dist-tag.html @@ -211,6 +211,7 @@ not begin with a number or the letter <code>v</code>.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -230,6 +231,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -239,6 +242,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-publish.html">npm publish</a></li> diff --git a/deps/npm/docs/output/commands/npm-docs.html b/deps/npm/docs/output/commands/npm-docs.html index ab740bfb0f..b42b14d4e3 100644 --- a/deps/npm/docs/output/commands/npm-docs.html +++ b/deps/npm/docs/output/commands/npm-docs.html @@ -158,6 +158,7 @@ the <code>name</code> property.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="browser"><code>browser</code></h4> <ul> <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> @@ -167,12 +168,16 @@ the <code>name</code> property.</p> <p>Set to <code>false</code> to suppress browser behavior and instead print urls to terminal.</p> <p>Set to <code>true</code> to use default system URL opener.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -192,6 +197,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -201,6 +208,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-view.html">npm view</a></li> diff --git a/deps/npm/docs/output/commands/npm-doctor.html b/deps/npm/docs/output/commands/npm-doctor.html index 4b4d572909..9f81f5c83d 100644 --- a/deps/npm/docs/output/commands/npm-doctor.html +++ b/deps/npm/docs/output/commands/npm-doctor.html @@ -224,6 +224,7 @@ reset the cache.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> @@ -231,6 +232,8 @@ reset the cache.</p> </ul> <p>The base URL of the npm registry.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-bugs.html">npm bugs</a></li> diff --git a/deps/npm/docs/output/commands/npm-edit.html b/deps/npm/docs/output/commands/npm-edit.html index 26b533ae50..5adf831eab 100644 --- a/deps/npm/docs/output/commands/npm-edit.html +++ b/deps/npm/docs/output/commands/npm-edit.html @@ -160,6 +160,7 @@ changes to your locally installed copy.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="editor"><code>editor</code></h4> <ul> <li>Default: The EDITOR or VISUAL environment variables, or ‘notepad.exe’ on @@ -168,6 +169,8 @@ Windows, or ‘vim’ on Unix systems</li> </ul> <p>The command to run for <code>npm edit</code> and <code>npm config edit</code>.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../configuring-npm/folders.html">npm folders</a></li> diff --git a/deps/npm/docs/output/commands/npm-exec.html b/deps/npm/docs/output/commands/npm-exec.html index 0a5993f756..5ae53a8cb4 100644 --- a/deps/npm/docs/output/commands/npm-exec.html +++ b/deps/npm/docs/output/commands/npm-exec.html @@ -235,12 +235,15 @@ thus be equivalent to the <code>npx</code> command above:</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package"><code>package</code></h4> <ul> <li>Default:</li> <li>Type: String (can be set multiple times)</li> </ul> <p>The package to install for <a href="../commands/npm-exec.html"><code>npm exec</code></a></p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="call"><code>call</code></h4> <ul> <li>Default: “”</li> @@ -250,6 +253,8 @@ thus be equivalent to the <code>npx</code> command above:</p> custom command to be run along with the installed packages.</p> <pre lang="bash"><code>npm exec --package yo --package generator-node --call "yo node" </code></pre> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -269,6 +274,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -278,6 +285,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="examples">Examples</h3> <p>Run the version of <code>tap</code> in the local dependencies, with the provided arguments:</p> diff --git a/deps/npm/docs/output/commands/npm-explain.html b/deps/npm/docs/output/commands/npm-explain.html index decfd4d556..a62c45d323 100644 --- a/deps/npm/docs/output/commands/npm-explain.html +++ b/deps/npm/docs/output/commands/npm-explain.html @@ -184,6 +184,7 @@ node_modules/nyc/node_modules/find-up <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -195,6 +196,8 @@ node_modules/nyc/node_modules/find-up saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -215,6 +218,8 @@ workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-config.html">npm config</a></li> diff --git a/deps/npm/docs/output/commands/npm-explore.html b/deps/npm/docs/output/commands/npm-explore.html index 69c5ec5c8e..b5c2d1e870 100644 --- a/deps/npm/docs/output/commands/npm-explore.html +++ b/deps/npm/docs/output/commands/npm-explore.html @@ -161,6 +161,7 @@ sure to use <code>npm rebuild <pkg></code> if you make any changes.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="shell"><code>shell</code></h4> <ul> <li>Default: SHELL environment variable, or “bash” on Posix, or “cmd.exe” on @@ -169,6 +170,8 @@ Windows</li> </ul> <p>The shell to run for the <code>npm explore</code> command.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../configuring-npm/folders.html">npm folders</a></li> diff --git a/deps/npm/docs/output/commands/npm-find-dupes.html b/deps/npm/docs/output/commands/npm-find-dupes.html index 9f6c4de785..00f77f3d74 100644 --- a/deps/npm/docs/output/commands/npm-find-dupes.html +++ b/deps/npm/docs/output/commands/npm-find-dupes.html @@ -153,6 +153,7 @@ duplications, without actually changing the package tree.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -164,6 +165,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -173,6 +176,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -189,6 +194,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -199,6 +206,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -213,6 +222,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -223,6 +234,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -232,6 +245,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -242,6 +257,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -249,6 +266,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -268,6 +287,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -277,6 +298,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-dedupe.html">npm dedupe</a></li> diff --git a/deps/npm/docs/output/commands/npm-fund.html b/deps/npm/docs/output/commands/npm-fund.html index 074ac10573..0cebb01865 100644 --- a/deps/npm/docs/output/commands/npm-fund.html +++ b/deps/npm/docs/output/commands/npm-fund.html @@ -189,6 +189,7 @@ test-workspaces-fund@1.0.0 <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -200,6 +201,8 @@ test-workspaces-fund@1.0.0 saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="browser"><code>browser</code></h4> <ul> <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> @@ -209,6 +212,8 @@ saving them to your <code>package.json</code>.</li> <p>Set to <code>false</code> to suppress browser behavior and instead print urls to terminal.</p> <p>Set to <code>true</code> to use default system URL opener.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="unicode"><code>unicode</code></h4> <ul> <li>Default: false on windows, true on mac/unix systems with a unicode locale, @@ -217,6 +222,8 @@ as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</cod </ul> <p>When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -236,6 +243,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="which"><code>which</code></h4> <ul> <li>Default: null</li> @@ -243,6 +252,8 @@ brand new workspace within the project.</p> </ul> <p>If there are multiple funding sources, which 1-indexed source URL to open.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h2 id="see-also">See Also</h2> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-help-search.html b/deps/npm/docs/output/commands/npm-help-search.html index 2e69c210d4..1bef039df2 100644 --- a/deps/npm/docs/output/commands/npm-help-search.html +++ b/deps/npm/docs/output/commands/npm-help-search.html @@ -158,6 +158,7 @@ directly.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="long"><code>long</code></h4> <ul> <li>Default: false</li> @@ -165,6 +166,8 @@ directly.</p> </ul> <p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm.html">npm</a></li> diff --git a/deps/npm/docs/output/commands/npm-help.html b/deps/npm/docs/output/commands/npm-help.html index a752fe2ec1..c171cb8ba0 100644 --- a/deps/npm/docs/output/commands/npm-help.html +++ b/deps/npm/docs/output/commands/npm-help.html @@ -157,6 +157,7 @@ topic, so unique matches are equivalent to specifying a topic name.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="viewer"><code>viewer</code></h4> <ul> <li>Default: “man” on Posix, “browser” on Windows</li> @@ -165,6 +166,8 @@ topic, so unique matches are equivalent to specifying a topic name.</p> <p>The program to use to view help content.</p> <p>Set to <code>"browser"</code> to view html help content in the default web browser.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm.html">npm</a></li> diff --git a/deps/npm/docs/output/commands/npm-hook.html b/deps/npm/docs/output/commands/npm-hook.html index aa0d2a841d..a247dacf0a 100644 --- a/deps/npm/docs/output/commands/npm-hook.html +++ b/deps/npm/docs/output/commands/npm-hook.html @@ -192,12 +192,15 @@ the request came from your own configured hook.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -208,6 +211,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm">“Introducing Hooks” blog post</a></li> diff --git a/deps/npm/docs/output/commands/npm-init.html b/deps/npm/docs/output/commands/npm-init.html index eaa5dfe0f7..b9733a3b52 100644 --- a/deps/npm/docs/output/commands/npm-init.html +++ b/deps/npm/docs/output/commands/npm-init.html @@ -246,6 +246,7 @@ dot to represent the current directory in that context, e.g: <code>react-app .</ <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="yes"><code>yes</code></h4> <ul> <li>Default: null</li> @@ -253,6 +254,8 @@ dot to represent the current directory in that context, e.g: <code>react-app .</ </ul> <p>Automatically answer “yes” to any prompts that npm might print on the command line.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="force"><code>force</code></h4> <ul> <li>Default: false</li> @@ -277,6 +280,8 @@ range (including SemVer-major changes).</li> </ul> <p>If you don’t have a clear idea of what you want to do, it is strongly recommended that you do not use this option!</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -296,6 +301,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -305,6 +312,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="http://npm.im/init-package-json">init-package-json module</a></li> diff --git a/deps/npm/docs/output/commands/npm-install-ci-test.html b/deps/npm/docs/output/commands/npm-install-ci-test.html index d7414ff56c..46446a2e5b 100644 --- a/deps/npm/docs/output/commands/npm-install-ci-test.html +++ b/deps/npm/docs/output/commands/npm-install-ci-test.html @@ -154,6 +154,7 @@ alias: npm cit <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -163,6 +164,8 @@ alias: npm cit default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -173,6 +176,8 @@ submitted.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -180,6 +185,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install-test.html">npm install-test</a></li> diff --git a/deps/npm/docs/output/commands/npm-install-test.html b/deps/npm/docs/output/commands/npm-install-test.html index d2f536e5d8..db0faf2fa1 100644 --- a/deps/npm/docs/output/commands/npm-install-test.html +++ b/deps/npm/docs/output/commands/npm-install-test.html @@ -163,6 +163,7 @@ takes exactly the same arguments as <code>npm install</code>.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save"><code>save</code></h4> <ul> <li>Default: true</li> @@ -171,6 +172,8 @@ takes exactly the same arguments as <code>npm install</code>.</p> <p>Save installed packages to a package.json file as dependencies.</p> <p>When used with the <code>npm rm</code> command, removes the dependency from package.json.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save-exact"><code>save-exact</code></h4> <ul> <li>Default: false</li> @@ -178,6 +181,8 @@ package.json.</p> </ul> <p>Dependencies saved to package.json will be configured with an exact version rather than using npm’s default semver range operator.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -192,6 +197,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -203,6 +210,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -212,6 +221,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -228,6 +239,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -238,6 +251,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -252,6 +267,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -262,6 +279,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -271,6 +290,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -281,6 +302,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -288,6 +311,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -299,6 +324,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -318,6 +345,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -327,6 +356,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-install.html b/deps/npm/docs/output/commands/npm-install.html index cebc5ac780..e33148691f 100644 --- a/deps/npm/docs/output/commands/npm-install.html +++ b/deps/npm/docs/output/commands/npm-install.html @@ -485,6 +485,7 @@ does.</p> <p>These are some of the most common options related to installation.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save"><code>save</code></h4> <ul> <li>Default: true</li> @@ -493,6 +494,8 @@ does.</p> <p>Save installed packages to a package.json file as dependencies.</p> <p>When used with the <code>npm rm</code> command, removes the dependency from package.json.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save-exact"><code>save-exact</code></h4> <ul> <li>Default: false</li> @@ -500,6 +503,8 @@ package.json.</p> </ul> <p>Dependencies saved to package.json will be configured with an exact version rather than using npm’s default semver range operator.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -514,6 +519,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -525,6 +532,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -534,6 +543,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -550,6 +561,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -560,6 +573,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -574,6 +589,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -584,6 +601,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -593,6 +612,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -603,6 +624,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -610,6 +633,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -621,6 +646,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -640,6 +667,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -649,6 +678,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="algorithm">Algorithm</h3> <p>Given a <code>package{dep}</code> structure: <code>A{B,C}, B{C}, C{D}</code>, the npm install algorithm produces:</p> diff --git a/deps/npm/docs/output/commands/npm-link.html b/deps/npm/docs/output/commands/npm-link.html index 6ac2699867..ca480e8d85 100644 --- a/deps/npm/docs/output/commands/npm-link.html +++ b/deps/npm/docs/output/commands/npm-link.html @@ -219,6 +219,7 @@ workspace(s).</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save"><code>save</code></h4> <ul> <li>Default: true</li> @@ -227,6 +228,8 @@ workspace(s).</p> <p>Save installed packages to a package.json file as dependencies.</p> <p>When used with the <code>npm rm</code> command, removes the dependency from package.json.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save-exact"><code>save-exact</code></h4> <ul> <li>Default: false</li> @@ -234,6 +237,8 @@ package.json.</p> </ul> <p>Dependencies saved to package.json will be configured with an exact version rather than using npm’s default semver range operator.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -248,6 +253,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -259,6 +266,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -268,6 +277,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -284,6 +295,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -294,6 +307,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -308,6 +323,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -318,6 +335,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -327,6 +346,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -337,6 +358,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -344,6 +367,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -355,6 +380,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -374,6 +401,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -383,6 +412,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../using-npm/developers.html">npm developers</a></li> diff --git a/deps/npm/docs/output/commands/npm-logout.html b/deps/npm/docs/output/commands/npm-logout.html index d6ef8a0f2e..ace122674d 100644 --- a/deps/npm/docs/output/commands/npm-logout.html +++ b/deps/npm/docs/output/commands/npm-logout.html @@ -160,12 +160,15 @@ connected to that scope, if set.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="scope"><code>scope</code></h4> <ul> <li>Default: the scope of the current project, if any, or “”</li> @@ -188,6 +191,8 @@ installation of packages specified according to the pattern npm init --scope=@foo --yes </code></pre> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-adduser.html">npm adduser</a></li> diff --git a/deps/npm/docs/output/commands/npm-ls.html b/deps/npm/docs/output/commands/npm-ls.html index 324980536d..fb05ec983d 100644 --- a/deps/npm/docs/output/commands/npm-ls.html +++ b/deps/npm/docs/output/commands/npm-ls.html @@ -159,7 +159,7 @@ tree at all, use <a href="../commands/npm-explain.html"><code>npm explain</code> the results to only the paths to the packages named. Note that nested packages will <em>also</em> show the paths to the specified packages. For example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> -<pre lang="bash"><code>npm@7.20.3 /path/to/npm +<pre lang="bash"><code>npm@7.21.0 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 </code></pre> @@ -194,6 +194,7 @@ least the default human-readable <code>npm ls</code> output in npm v8.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="all"><code>all</code></h4> <ul> <li>Default: false</li> @@ -202,6 +203,8 @@ least the default human-readable <code>npm ls</code> output in npm v8.</p> <p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will show all outdated or installed packages, rather than only those directly depended upon by the current project.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -213,12 +216,16 @@ upon by the current project.</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="long"><code>long</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -226,6 +233,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -240,6 +249,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="depth"><code>depth</code></h4> <ul> <li>Default: <code>Infinity</code> if <code>--all</code> is set, otherwise <code>1</code></li> @@ -248,6 +259,8 @@ of the current working directory.</li> <p>The depth to go when recursing packages for <code>npm ls</code>.</p> <p>If not set, <code>npm ls</code> will show only the immediate dependencies of the root project. If <code>--all</code> is set, then npm will show all dependencies by default.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -262,12 +275,16 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="link"><code>link</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Used with <code>npm ls</code>, limiting output to only those packages that are linked.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock-only"><code>package-lock-only</code></h4> <ul> <li>Default: false</li> @@ -279,6 +296,8 @@ ignoring <code>node_modules</code>.</p> instead of checking <code>node_modules</code> and downloading dependencies.</p> <p>For <code>list</code> this means the output will be based on the tree described by the <code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="unicode"><code>unicode</code></h4> <ul> <li>Default: false on windows, true on mac/unix systems with a unicode locale, @@ -287,6 +306,8 @@ as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</cod </ul> <p>When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -306,6 +327,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -315,6 +338,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-explain.html">npm explain</a></li> diff --git a/deps/npm/docs/output/commands/npm-org.html b/deps/npm/docs/output/commands/npm-org.html index b9b976f05f..7bf7228cb9 100644 --- a/deps/npm/docs/output/commands/npm-org.html +++ b/deps/npm/docs/output/commands/npm-org.html @@ -176,12 +176,15 @@ listing them, and finding specific ones and their roles.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -191,6 +194,8 @@ listing them, and finding specific ones and their roles.</p> when publishing or changing package permissions with <code>npm access</code>.</p> <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -202,6 +207,8 @@ password, npm will prompt on the command line for one.</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -210,6 +217,8 @@ saving them to your <code>package.json</code>.</li> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../using-npm/orgs.html">using orgs</a></li> diff --git a/deps/npm/docs/output/commands/npm-outdated.html b/deps/npm/docs/output/commands/npm-outdated.html index 2584460fe6..8b12971269 100644 --- a/deps/npm/docs/output/commands/npm-outdated.html +++ b/deps/npm/docs/output/commands/npm-outdated.html @@ -216,6 +216,7 @@ scratch or running <code>npm update</code> will bring it up to spec.</li> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="all"><code>all</code></h4> <ul> <li>Default: false</li> @@ -224,6 +225,8 @@ scratch or running <code>npm update</code> will bring it up to spec.</li> <p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will show all outdated or installed packages, rather than only those directly depended upon by the current project.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -235,12 +238,16 @@ upon by the current project.</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="long"><code>long</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -248,6 +255,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -262,6 +271,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -282,6 +293,8 @@ workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-update.html">npm update</a></li> diff --git a/deps/npm/docs/output/commands/npm-owner.html b/deps/npm/docs/output/commands/npm-owner.html index e959abfdae..f12e9deb53 100644 --- a/deps/npm/docs/output/commands/npm-owner.html +++ b/deps/npm/docs/output/commands/npm-owner.html @@ -171,12 +171,15 @@ on the command line when changing ownership with <code>--otp</code>.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -187,6 +190,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-profile.html">npm profile</a></li> diff --git a/deps/npm/docs/output/commands/npm-pack.html b/deps/npm/docs/output/commands/npm-pack.html index a569ff799a..0852c0becb 100644 --- a/deps/npm/docs/output/commands/npm-pack.html +++ b/deps/npm/docs/output/commands/npm-pack.html @@ -150,6 +150,7 @@ npm command-line interface <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -161,6 +162,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -172,12 +175,16 @@ commands that modify your local installation, eg, <code>install</code>, <code>up saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="pack-destination"><code>pack-destination</code></h4> <ul> <li>Default: “.”</li> <li>Type: String</li> </ul> <p>Directory in which <code>npm pack</code> will save tarballs.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -197,6 +204,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -206,6 +215,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>For anything that’s installable (that is, a package folder, tarball, tarball url, git url, name@tag, name@version, name, or scoped name), this diff --git a/deps/npm/docs/output/commands/npm-ping.html b/deps/npm/docs/output/commands/npm-ping.html index eba2729152..95f3c5968c 100644 --- a/deps/npm/docs/output/commands/npm-ping.html +++ b/deps/npm/docs/output/commands/npm-ping.html @@ -159,6 +159,7 @@ If it works it will output something like:</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> @@ -166,6 +167,8 @@ If it works it will output something like:</p> </ul> <p>The base URL of the npm registry.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-doctor.html">npm doctor</a></li> diff --git a/deps/npm/docs/output/commands/npm-pkg.html b/deps/npm/docs/output/commands/npm-pkg.html index f837cb310a..3adab8936d 100644 --- a/deps/npm/docs/output/commands/npm-pkg.html +++ b/deps/npm/docs/output/commands/npm-pkg.html @@ -255,6 +255,7 @@ returned from each of the configured workspaces, e.g:</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="force"><code>force</code></h4> <ul> <li>Default: false</li> @@ -279,6 +280,8 @@ range (including SemVer-major changes).</li> </ul> <p>If you don’t have a clear idea of what you want to do, it is strongly recommended that you do not use this option!</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -290,6 +293,8 @@ recommended that you do not use this option!</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -309,6 +314,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -318,6 +325,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h2 id="see-also">See Also</h2> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-prefix.html b/deps/npm/docs/output/commands/npm-prefix.html index ff9d3e34ff..63db456817 100644 --- a/deps/npm/docs/output/commands/npm-prefix.html +++ b/deps/npm/docs/output/commands/npm-prefix.html @@ -164,6 +164,7 @@ also specified.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -179,6 +180,8 @@ of the current working directory.</li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-root.html">npm root</a></li> diff --git a/deps/npm/docs/output/commands/npm-profile.html b/deps/npm/docs/output/commands/npm-profile.html index 0c24fffead..84bbd362f6 100644 --- a/deps/npm/docs/output/commands/npm-profile.html +++ b/deps/npm/docs/output/commands/npm-profile.html @@ -215,12 +215,15 @@ dist-tag, or changing access via <code>npm access</code> and <code>npm owner</co <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -232,6 +235,8 @@ dist-tag, or changing access via <code>npm access</code> and <code>npm owner</co saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -239,6 +244,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -249,6 +256,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-adduser.html">npm adduser</a></li> diff --git a/deps/npm/docs/output/commands/npm-prune.html b/deps/npm/docs/output/commands/npm-prune.html index 2dcfe0e1ce..cef16bf889 100644 --- a/deps/npm/docs/output/commands/npm-prune.html +++ b/deps/npm/docs/output/commands/npm-prune.html @@ -166,6 +166,7 @@ this command can help clean up any resulting garbage.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -180,6 +181,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -191,6 +194,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -202,6 +207,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -221,6 +228,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -230,6 +239,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-uninstall.html">npm uninstall</a></li> diff --git a/deps/npm/docs/output/commands/npm-publish.html b/deps/npm/docs/output/commands/npm-publish.html index cff5dade6a..e46684630c 100644 --- a/deps/npm/docs/output/commands/npm-publish.html +++ b/deps/npm/docs/output/commands/npm-publish.html @@ -249,6 +249,7 @@ built.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="tag"><code>tag</code></h4> <ul> <li>Default: “latest”</li> @@ -260,6 +261,8 @@ then it will install the specified tag.</p> command, if no explicit tag is given.</p> <p>When used by the <code>npm diff</code> command, this is the tag used to fetch the tarball that will be compared with the local files by default.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="access"><code>access</code></h4> <ul> <li>Default: ‘restricted’ for scoped packages, ‘public’ for unscoped packages</li> @@ -269,6 +272,13 @@ tarball that will be compared with the local files by default.</p> If you want your scoped package to be publicly viewable (and installable) set <code>--access=public</code>. The only valid values for <code>access</code> are <code>public</code> and <code>restricted</code>. Unscoped packages <em>always</em> have an access level of <code>public</code>.</p> +<p>Note: Using the <code>--access</code> flag on the <code>npm publish</code> command will only set +the package access level on the initial publish of the package. Any +subsequent <code>npm publish</code> commands using the <code>--access</code> flag will not have an +effect to the access level. To make changes to the access level after the +initial publish use <code>npm access</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -280,6 +290,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -289,6 +301,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up when publishing or changing package permissions with <code>npm access</code>.</p> <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -308,6 +322,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -317,6 +333,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="http://npm.im/npm-packlist">npm-packlist package</a></li> diff --git a/deps/npm/docs/output/commands/npm-rebuild.html b/deps/npm/docs/output/commands/npm-rebuild.html index 44d2101a9e..b446218c19 100644 --- a/deps/npm/docs/output/commands/npm-rebuild.html +++ b/deps/npm/docs/output/commands/npm-rebuild.html @@ -161,6 +161,7 @@ will be rebuilt.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -175,6 +176,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -185,6 +188,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -195,6 +200,8 @@ systems.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -214,6 +221,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -223,6 +232,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-repo.html b/deps/npm/docs/output/commands/npm-repo.html index 2702fa97dd..84d63dbbfe 100644 --- a/deps/npm/docs/output/commands/npm-repo.html +++ b/deps/npm/docs/output/commands/npm-repo.html @@ -155,6 +155,7 @@ in the current folder and use the <code>repository</code> property.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="browser"><code>browser</code></h4> <ul> <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> @@ -164,6 +165,8 @@ in the current folder and use the <code>repository</code> property.</p> <p>Set to <code>false</code> to suppress browser behavior and instead print urls to terminal.</p> <p>Set to <code>true</code> to use default system URL opener.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -183,6 +186,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -192,6 +197,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-docs.html">npm docs</a></li> diff --git a/deps/npm/docs/output/commands/npm-restart.html b/deps/npm/docs/output/commands/npm-restart.html index e7e2729edb..bebf3aa891 100644 --- a/deps/npm/docs/output/commands/npm-restart.html +++ b/deps/npm/docs/output/commands/npm-restart.html @@ -171,6 +171,7 @@ npm command-line interface <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -181,6 +182,8 @@ npm command-line interface <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -188,6 +191,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> diff --git a/deps/npm/docs/output/commands/npm-root.html b/deps/npm/docs/output/commands/npm-root.html index c56b042d9e..57d40a3a05 100644 --- a/deps/npm/docs/output/commands/npm-root.html +++ b/deps/npm/docs/output/commands/npm-root.html @@ -158,6 +158,7 @@ echo "Global packages installed in: ${global_node_modules}" <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -173,6 +174,8 @@ of the current working directory.</li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-prefix.html">npm prefix</a></li> diff --git a/deps/npm/docs/output/commands/npm-run-script.html b/deps/npm/docs/output/commands/npm-run-script.html index cbae66c280..d99ea0ec01 100644 --- a/deps/npm/docs/output/commands/npm-run-script.html +++ b/deps/npm/docs/output/commands/npm-run-script.html @@ -236,6 +236,7 @@ packages.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -255,6 +256,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -263,6 +266,8 @@ brand new workspace within the project.</p> <p>Enable running a command in the context of <strong>all</strong> the configured workspaces.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="if-present"><code>if-present</code></h4> <ul> <li>Default: false</li> @@ -274,6 +279,8 @@ 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.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -284,6 +291,8 @@ CI setup.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -291,6 +300,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../using-npm/scripts.html">npm scripts</a></li> diff --git a/deps/npm/docs/output/commands/npm-search.html b/deps/npm/docs/output/commands/npm-search.html index 634229987f..00b77dd612 100644 --- a/deps/npm/docs/output/commands/npm-search.html +++ b/deps/npm/docs/output/commands/npm-search.html @@ -171,12 +171,15 @@ expression characters in most shells.)</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="long"><code>long</code></h4> <ul> <li>Default: false</li> <li>Type: Boolean</li> </ul> <p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -188,6 +191,8 @@ expression characters in most shells.)</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="color"><code>color</code></h4> <ul> <li>Default: true unless the NO_COLOR environ is set to something other than ‘0’</li> @@ -195,6 +200,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>If false, never shows colors. If <code>"always"</code> then always shows colors. If true, then only prints color codes for tty file descriptors.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -202,30 +209,40 @@ true, then only prints color codes for tty file descriptors.</p> </ul> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="description2"><code>description</code></h4> <ul> <li>Default: true</li> <li>Type: Boolean</li> </ul> <p>Show the description in <code>npm search</code></p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="searchopts"><code>searchopts</code></h4> <ul> <li>Default: “”</li> <li>Type: String</li> </ul> <p>Space-separated options that are always passed to search.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="searchexclude"><code>searchexclude</code></h4> <ul> <li>Default: “”</li> <li>Type: String</li> </ul> <p>Space-separated options that limit the results from search.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="prefer-online"><code>prefer-online</code></h4> <ul> <li>Default: false</li> @@ -233,6 +250,8 @@ true, then only prints color codes for tty file descriptors.</p> </ul> <p>If true, staleness checks for cached data will be forced, making the CLI look for updates immediately even for fresh package data.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="prefer-offline"><code>prefer-offline</code></h4> <ul> <li>Default: false</li> @@ -241,6 +260,8 @@ look for updates immediately even for fresh package data.</p> <p>If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server. To force full offline mode, use <code>--offline</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="offline"><code>offline</code></h4> <ul> <li>Default: false</li> @@ -249,6 +270,8 @@ will be requested from the server. To force full offline mode, use <p>Force offline mode: no network requests will be done during install. To allow the CLI to fill in missing cache data, see <code>--prefer-offline</code>.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../using-npm/registry.html">npm registry</a></li> diff --git a/deps/npm/docs/output/commands/npm-set-script.html b/deps/npm/docs/output/commands/npm-set-script.html index 1de9ec1f6a..a0bf20fd17 100644 --- a/deps/npm/docs/output/commands/npm-set-script.html +++ b/deps/npm/docs/output/commands/npm-set-script.html @@ -163,6 +163,7 @@ npm command-line interface <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -182,6 +183,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -191,6 +194,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> diff --git a/deps/npm/docs/output/commands/npm-star.html b/deps/npm/docs/output/commands/npm-star.html index 5e5825a3b7..8b41c7d583 100644 --- a/deps/npm/docs/output/commands/npm-star.html +++ b/deps/npm/docs/output/commands/npm-star.html @@ -162,12 +162,15 @@ a vaguely positive way to show that you care.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="unicode"><code>unicode</code></h4> <ul> <li>Default: false on windows, true on mac/unix systems with a unicode locale, @@ -177,6 +180,8 @@ as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</cod <p>When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-unstar.html">npm unstar</a></li> diff --git a/deps/npm/docs/output/commands/npm-stars.html b/deps/npm/docs/output/commands/npm-stars.html index 64d306b23a..8603cbd45a 100644 --- a/deps/npm/docs/output/commands/npm-stars.html +++ b/deps/npm/docs/output/commands/npm-stars.html @@ -156,6 +156,7 @@ you will most certainly enjoy this command.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> @@ -163,6 +164,8 @@ you will most certainly enjoy this command.</p> </ul> <p>The base URL of the npm registry.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-star.html">npm star</a></li> diff --git a/deps/npm/docs/output/commands/npm-start.html b/deps/npm/docs/output/commands/npm-start.html index 4d0cc57a5b..2ba0468943 100644 --- a/deps/npm/docs/output/commands/npm-start.html +++ b/deps/npm/docs/output/commands/npm-start.html @@ -175,6 +175,7 @@ use custom arguments when executing scripts. Refer to <a href="../commands/npm-r <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -185,6 +186,8 @@ use custom arguments when executing scripts. Refer to <a href="../commands/npm-r <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -192,6 +195,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> diff --git a/deps/npm/docs/output/commands/npm-stop.html b/deps/npm/docs/output/commands/npm-stop.html index b821cb27ca..dc2b689579 100644 --- a/deps/npm/docs/output/commands/npm-stop.html +++ b/deps/npm/docs/output/commands/npm-stop.html @@ -170,6 +170,7 @@ that will run if the <code>"stop"</code> property is not defined.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -180,6 +181,8 @@ that will run if the <code>"stop"</code> property is not defined.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -187,6 +190,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> diff --git a/deps/npm/docs/output/commands/npm-team.html b/deps/npm/docs/output/commands/npm-team.html index 3e0d06db22..cc08477379 100644 --- a/deps/npm/docs/output/commands/npm-team.html +++ b/deps/npm/docs/output/commands/npm-team.html @@ -219,12 +219,15 @@ use the <code>npm access</code> command to grant or revoke the appropriate permi <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -234,6 +237,8 @@ use the <code>npm access</code> command to grant or revoke the appropriate permi when publishing or changing package permissions with <code>npm access</code>.</p> <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="parseable"><code>parseable</code></h4> <ul> <li>Default: false</li> @@ -241,6 +246,8 @@ password, npm will prompt on the command line for one.</p> </ul> <p>Output parseable results from commands that write to standard output. For <code>npm search</code>, this will be tab-separated table format.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -253,6 +260,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-access.html">npm access</a></li> diff --git a/deps/npm/docs/output/commands/npm-test.html b/deps/npm/docs/output/commands/npm-test.html index e2d0f39bc3..9d0590fc30 100644 --- a/deps/npm/docs/output/commands/npm-test.html +++ b/deps/npm/docs/output/commands/npm-test.html @@ -168,6 +168,7 @@ a package’s <code>"scripts"</code> object.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -178,6 +179,8 @@ a package’s <code>"scripts"</code> object.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="script-shell"><code>script-shell</code></h4> <ul> <li>Default: ‘/bin/sh’ on POSIX systems, ‘cmd.exe’ on Windows</li> @@ -185,6 +188,8 @@ will <em>not</em> run any pre- or post-scripts.</p> </ul> <p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init <pkg></code> commands.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-run-script.html">npm run-script</a></li> diff --git a/deps/npm/docs/output/commands/npm-token.html b/deps/npm/docs/output/commands/npm-token.html index eb50983150..57842ff50a 100644 --- a/deps/npm/docs/output/commands/npm-token.html +++ b/deps/npm/docs/output/commands/npm-token.html @@ -212,6 +212,7 @@ found in the normal <code>npm token list</code> output.</li> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="read-only"><code>read-only</code></h4> <ul> <li>Default: false</li> @@ -219,6 +220,8 @@ found in the normal <code>npm token list</code> output.</li> </ul> <p>This is used to mark a token as unable to publish when configuring limited access tokens with the <code>npm token create</code> command.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="cidr"><code>cidr</code></h4> <ul> <li>Default: null</li> @@ -226,12 +229,16 @@ access tokens with the <code>npm token create</code> command.</p> </ul> <p>This is a list of CIDR address to be used when configuring limited access tokens with the <code>npm token create</code> command.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -242,6 +249,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-adduser.html">npm adduser</a></li> diff --git a/deps/npm/docs/output/commands/npm-uninstall.html b/deps/npm/docs/output/commands/npm-uninstall.html index 0fd8a52b28..be2c7b53c7 100644 --- a/deps/npm/docs/output/commands/npm-uninstall.html +++ b/deps/npm/docs/output/commands/npm-uninstall.html @@ -179,6 +179,7 @@ it uninstalls the current package context as a global package. <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="save"><code>save</code></h4> <ul> <li>Default: true</li> @@ -187,6 +188,8 @@ it uninstalls the current package context as a global package. <p>Save installed packages to a package.json file as dependencies.</p> <p>When used with the <code>npm rm</code> command, removes the dependency from package.json.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -206,6 +209,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -215,6 +220,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-prune.html">npm prune</a></li> diff --git a/deps/npm/docs/output/commands/npm-unpublish.html b/deps/npm/docs/output/commands/npm-unpublish.html index 3d330e9db5..80748d9867 100644 --- a/deps/npm/docs/output/commands/npm-unpublish.html +++ b/deps/npm/docs/output/commands/npm-unpublish.html @@ -171,6 +171,7 @@ passed.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -182,6 +183,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="force"><code>force</code></h4> <ul> <li>Default: false</li> @@ -206,6 +209,8 @@ range (including SemVer-major changes).</li> </ul> <p>If you don’t have a clear idea of what you want to do, it is strongly recommended that you do not use this option!</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -225,6 +230,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -234,6 +241,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-deprecate.html">npm deprecate</a></li> diff --git a/deps/npm/docs/output/commands/npm-unstar.html b/deps/npm/docs/output/commands/npm-unstar.html index 85b41d7792..15b7821743 100644 --- a/deps/npm/docs/output/commands/npm-unstar.html +++ b/deps/npm/docs/output/commands/npm-unstar.html @@ -160,12 +160,15 @@ it removes an item from your list of favorite packages.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="unicode"><code>unicode</code></h4> <ul> <li>Default: false on windows, true on mac/unix systems with a unicode locale, @@ -174,6 +177,8 @@ as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</cod </ul> <p>When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="otp"><code>otp</code></h4> <ul> <li>Default: null</li> @@ -184,6 +189,8 @@ when publishing or changing package permissions with <code>npm access</code>.</p <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-star.html">npm star</a></li> diff --git a/deps/npm/docs/output/commands/npm-update.html b/deps/npm/docs/output/commands/npm-update.html index f2491347ae..b24f881281 100644 --- a/deps/npm/docs/output/commands/npm-update.html +++ b/deps/npm/docs/output/commands/npm-update.html @@ -247,6 +247,7 @@ be <em>downgraded</em>.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global"><code>global</code></h4> <ul> <li>Default: false</li> @@ -261,6 +262,8 @@ of the current working directory.</li> <li>bin files are linked to <code>{prefix}/bin</code></li> <li>man pages are linked to <code>{prefix}/share/man</code></li> </ul> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="global-style"><code>global-style</code></h4> <ul> <li>Default: false</li> @@ -272,6 +275,8 @@ direct dependencies will show in <code>node_modules</code> and everything they d on will be flattened in their <code>node_modules</code> folders. This obviously will eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="legacy-bundling"><code>legacy-bundling</code></h4> <ul> <li>Default: false</li> @@ -281,6 +286,8 @@ will be preferred.</p> such as the one included with node 0.8, can install the package. This eliminates all automatic deduping. If used with <code>global-style</code> this option will be preferred.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> <ul> <li>Default: false</li> @@ -297,6 +304,8 @@ the range set in their package’s <code>peerDependencies</code> object.</p> <p>When such and override is performed, a warning is printed, explaining the conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then this warning is treated as a failure.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="package-lock"><code>package-lock</code></h4> <ul> <li>Default: true</li> @@ -307,6 +316,8 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> <ul> <li>Default: ‘dev’ if the <code>NODE_ENV</code> environment variable is set to @@ -321,6 +332,8 @@ physically installed on disk.</p> it will be included.</p> <p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment variable will be set to <code>'production'</code> for all lifecycle scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="ignore-scripts"><code>ignore-scripts</code></h4> <ul> <li>Default: false</li> @@ -331,6 +344,8 @@ variable will be set to <code>'production'</code> for all lifecycle scripts.</p> <code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> will still run their intended script if <code>ignore-scripts</code> is set, but they will <em>not</em> run any pre- or post-scripts.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="audit"><code>audit</code></h4> <ul> <li>Default: true</li> @@ -340,6 +355,8 @@ will <em>not</em> run any pre- or post-scripts.</p> default registry and all registries configured for scopes. See the documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="bin-links"><code>bin-links</code></h4> <ul> <li>Default: true</li> @@ -350,6 +367,8 @@ executables.</p> <p>Set to false to have it not do this. This can be used to work around the fact that some file systems don’t support symlinks, even on ostensibly Unix systems.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="fund"><code>fund</code></h4> <ul> <li>Default: true</li> @@ -357,6 +376,8 @@ systems.</p> </ul> <p>When “true” displays the message at the end of each <code>npm install</code> acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="dry-run"><code>dry-run</code></h4> <ul> <li>Default: false</li> @@ -368,6 +389,8 @@ commands that modify your local installation, eg, <code>install</code>, <code>up <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> <p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -387,6 +410,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -396,6 +421,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-install.html">npm install</a></li> diff --git a/deps/npm/docs/output/commands/npm-version.html b/deps/npm/docs/output/commands/npm-version.html index c81569608d..8afab365cc 100644 --- a/deps/npm/docs/output/commands/npm-version.html +++ b/deps/npm/docs/output/commands/npm-version.html @@ -154,6 +154,7 @@ npm command-line interface <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="allow-same-version"><code>allow-same-version</code></h4> <ul> <li>Default: false</li> @@ -161,18 +162,24 @@ npm command-line interface </ul> <p>Prevents throwing an error when <code>npm version</code> is used to set the new version to the same value as the current version.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="commit-hooks"><code>commit-hooks</code></h4> <ul> <li>Default: true</li> <li>Type: Boolean</li> </ul> <p>Run git commit hooks when using the <code>npm version</code> command.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="git-tag-version"><code>git-tag-version</code></h4> <ul> <li>Default: true</li> <li>Type: Boolean</li> </ul> <p>Tag the commit when using the <code>npm version</code> command.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -184,6 +191,8 @@ to the same value as the current version.</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="preid"><code>preid</code></h4> <ul> <li>Default: “”</li> @@ -191,6 +200,8 @@ saving them to your <code>package.json</code>.</li> </ul> <p>The “prerelease identifier” to use as a prefix for the “prerelease” part of a semver. Like the <code>rc</code> in <code>1.2.0-rc.8</code>.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="sign-git-tag"><code>sign-git-tag</code></h4> <ul> <li>Default: false</li> @@ -200,6 +211,8 @@ a semver. Like the <code>rc</code> in <code>1.2.0-rc.8</code>.</p> <code>-s</code> to add a signature.</p> <p>Note that git requires you to have set up GPG keys in your git configs for this to work properly.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -219,6 +232,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -228,6 +243,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>Run this in a package directory to bump the version and write the new data back to <code>package.json</code>, <code>package-lock.json</code>, and, if present, diff --git a/deps/npm/docs/output/commands/npm-view.html b/deps/npm/docs/output/commands/npm-view.html index 1a0eba4c14..25dd5e6b97 100644 --- a/deps/npm/docs/output/commands/npm-view.html +++ b/deps/npm/docs/output/commands/npm-view.html @@ -201,6 +201,7 @@ this:</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="json"><code>json</code></h4> <ul> <li>Default: false</li> @@ -212,6 +213,8 @@ this:</p> saving them to your <code>package.json</code>.</li> </ul> <p>Not supported by all npm commands.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspace"><code>workspace</code></h4> <ul> <li>Default:</li> @@ -231,6 +234,8 @@ nested workspaces)</li> workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.</p> <p>This value is not exported to the environment for child processes.</p> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="workspaces"><code>workspaces</code></h4> <ul> <li>Default: false</li> @@ -240,6 +245,8 @@ brand new workspace within the project.</p> workspaces.</p> <p>This value is not exported to the environment for child processes.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="output">Output</h3> <p>If only a single string field for a single version is output, then it will not be colorized or quoted, to enable piping the output to diff --git a/deps/npm/docs/output/commands/npm-whoami.html b/deps/npm/docs/output/commands/npm-whoami.html index 2b98709d10..7850627325 100644 --- a/deps/npm/docs/output/commands/npm-whoami.html +++ b/deps/npm/docs/output/commands/npm-whoami.html @@ -158,6 +158,7 @@ associated with the token, and print to standard output.</p> <h3 id="configuration">Configuration</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> <li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> @@ -165,6 +166,8 @@ associated with the token, and print to standard output.</p> </ul> <p>The base URL of the npm registry.</p> <!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> <li><a href="../commands/npm-config.html">npm config</a></li> diff --git a/deps/npm/docs/output/commands/npm.html b/deps/npm/docs/output/commands/npm.html index 672238cee0..cb00df323d 100644 --- a/deps/npm/docs/output/commands/npm.html +++ b/deps/npm/docs/output/commands/npm.html @@ -148,7 +148,7 @@ npm command-line interface <pre lang="bash"><code>npm <command> [args] </code></pre> <h3 id="version">Version</h3> -<p>7.20.3</p> +<p>7.21.0</p> <h3 id="description">Description</h3> <p>npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency |