Skip to content

Commit 96f85e4

Browse files
MylesBorinsgibfahn
authored andcommitted
deps: re land npm 5.6.0
When the original backport was landed there were some missing commits on v8.x. This commit completely re lands npm 5.6.0 to make sure the version on 8.x has the correct file tree Refs: #16509 (comment) PR-URL: #18625 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 51999d0 commit 96f85e4

File tree

364 files changed

+2223
-2073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+2223
-2073
lines changed

deps/npm/changelogs/CHANGELOG-3.md

+1-1

deps/npm/doc/cli/npm-profile.md

+1-1

deps/npm/doc/cli/npm-run-script.md

+1-1

deps/npm/doc/cli/npm-token.md

+1-1

deps/npm/doc/cli/npm-version.md

+1-1

deps/npm/html/doc/cli/npm-doctor.html

+1
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ <h2 id="see-also">SEE ALSO</h2>
104104
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
105105
</table>
106106
<p id="footer">npm-doctor &mdash; [email protected]</p>
107+

deps/npm/html/doc/cli/npm-profile.html

+1
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ <h2 id="see-also">SEE ALSO</h2>
9191
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
9292
</table>
9393
<p id="footer">npm-profile &mdash; [email protected]</p>
94+

deps/npm/html/doc/cli/npm-run-script.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2 id="synopsis">SYNOPSIS</h2>
3838
you should write:</p>
3939
<pre><code>&quot;scripts&quot;: {&quot;test&quot;: &quot;tap test/\*.js&quot;}
4040
</code></pre><p>instead of</p>
41-
<pre><code>&quot;scripts&quot;: {&quot;test&quot;: &quot;node_modules/.bin/tap test/\*.js&quot;}
41+
<pre><code>&quot;scripts&quot;: {&quot;test&quot;: &quot;node_modules/.bin/tap test/\*.js&quot;}
4242
</code></pre><p>to run your tests.</p>
4343
<p>The actual shell your script is run within is platform dependent. By default,
4444
on Unix-like systems it is the <code>/bin/sh</code> command, on Windows it is the <code>cmd.exe</code>.

deps/npm/html/doc/cli/npm-token.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 id="synopsis">SYNOPSIS</h2>
5858
<li><code>npm token revoke &lt;token|id&gt;</code>:
5959
This removes an authentication token, making it immediately unusable. This can accept
6060
both complete tokens (as you get back from <code>npm token create</code> and will
61-
find in your <code>.npmrc</code>) and ids as seen in the <code>npm token list</code> output.
61+
find in your <code>.npmrc</code>) and ids as seen in the <code>npm token list</code> output.
6262
This will NOT accept the truncated token found in <code>npm token list</code> output.</li>
6363
</ul>
6464

@@ -74,3 +74,4 @@ <h2 id="synopsis">SYNOPSIS</h2>
7474
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
7575
</table>
7676
<p id="footer">npm-token &mdash; [email protected]</p>
77+

deps/npm/html/doc/cli/npm-version.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h3 id="allow-same-version">allow-same-version</h3>
7878
<li>Default: false</li>
7979
<li>Type: Boolean</li>
8080
</ul>
81-
<p>Prevents throwing an error when <code>npm version</code> is used to set the new version
81+
<p>Prevents throwing an error when <code>npm version</code> is used to set the new version
8282
to the same value as the current version.</p>
8383
<h3 id="git-tag-version">git-tag-version</h3>
8484
<ul>

deps/npm/html/doc/cli/npm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2 id="author">AUTHOR</h2>
126126
<p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> ::
127127
<a href="https://github.com./isaacs/">isaacs</a> ::
128128
<a href="http://twitter.com/izs">@izs</a> ::
129-
<a href="&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#105;&#x40;&#105;&#x7a;&#115;&#46;&#109;&#x65;">&#105;&#x40;&#105;&#x7a;&#115;&#46;&#109;&#x65;</a></p>
129+
<a href="&#109;&#97;&#x69;&#108;&#x74;&#111;&#x3a;&#105;&#x40;&#x69;&#x7a;&#x73;&#46;&#109;&#101;">&#105;&#x40;&#x69;&#x7a;&#x73;&#46;&#109;&#101;</a></p>
130130
<h2 id="see-also">SEE ALSO</h2>
131131
<ul>
132132
<li><a href="../cli/npm-help.html">npm-help(1)</a></li>

deps/npm/html/doc/files/npm-package-locks.html

+1
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@ <h2 id="see-also">SEE ALSO</h2>
146146
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
147147
</table>
148148
<p id="footer">npm-package-locks &mdash; [email protected]</p>
149+

deps/npm/html/doc/files/npm-shrinkwrap.json.html

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/npm/html/doc/files/package-lock.json.html

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/npm/html/doc/misc/npm-disputes.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1><a href="../misc/npm-disputes.html">npm-disputes</a></h1> <p>Handling Module
2020
<h2 id="tl-dr">TL;DR</h2>
2121
<ol>
2222
<li>Get the author email with <code>npm owner ls &lt;pkgname&gt;</code></li>
23-
<li>Email the author, CC <a href="&#109;&#97;&#105;&#108;&#116;&#x6f;&#58;&#x73;&#117;&#112;&#112;&#111;&#x72;&#x74;&#x40;&#x6e;&#x70;&#x6d;&#106;&#x73;&#x2e;&#99;&#111;&#109;">&#x73;&#117;&#112;&#112;&#111;&#x72;&#x74;&#x40;&#x6e;&#x70;&#x6d;&#106;&#x73;&#x2e;&#99;&#111;&#109;</a></li>
23+
<li>Email the author, CC <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#58;&#x73;&#117;&#x70;&#x70;&#x6f;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#x6a;&#115;&#46;&#x63;&#111;&#109;">&#x73;&#117;&#x70;&#x70;&#x6f;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#x6a;&#115;&#46;&#x63;&#111;&#109;</a></li>
2424
<li>After a few weeks, if there&#39;s no resolution, we&#39;ll sort it out.</li>
2525
</ol>
2626
<p>Don&#39;t squat on package names. Publish code or move out of the way.</p>
@@ -55,12 +55,12 @@ <h2 id="description">DESCRIPTION</h2>
5555
</li>
5656
<li>Alice emails Yusuf, explaining the situation <strong>as respectfully as possible</strong>,
5757
and what she would like to do with the module name. She adds the npm support
58-
staff <a href="&#x6d;&#x61;&#105;&#108;&#116;&#x6f;&#58;&#115;&#x75;&#112;&#x70;&#111;&#114;&#116;&#x40;&#x6e;&#112;&#109;&#106;&#x73;&#46;&#x63;&#x6f;&#109;">&#115;&#x75;&#112;&#x70;&#111;&#114;&#116;&#x40;&#x6e;&#112;&#109;&#106;&#x73;&#46;&#x63;&#x6f;&#109;</a> to the CC list of the email. Mention in the email
58+
staff <a href="&#x6d;&#x61;&#x69;&#108;&#x74;&#x6f;&#58;&#x73;&#117;&#112;&#112;&#111;&#114;&#x74;&#x40;&#110;&#112;&#x6d;&#x6a;&#115;&#x2e;&#x63;&#x6f;&#x6d;">&#x73;&#117;&#112;&#112;&#111;&#114;&#x74;&#x40;&#110;&#112;&#x6d;&#x6a;&#115;&#x2e;&#x63;&#x6f;&#x6d;</a> to the CC list of the email. Mention in the email
5959
that Yusuf can run npm owner <code>add alice foo</code> to add Alice as an owner of the
6060
foo package.</li>
6161
<li>After a reasonable amount of time, if Yusuf has not responded, or if Yusuf
6262
and Alice can&#39;t come to any sort of resolution, email support
63-
<a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#x3a;&#115;&#117;&#112;&#x70;&#111;&#x72;&#x74;&#x40;&#110;&#x70;&#109;&#106;&#115;&#x2e;&#99;&#111;&#109;">&#115;&#117;&#112;&#x70;&#111;&#x72;&#x74;&#x40;&#110;&#x70;&#109;&#106;&#115;&#x2e;&#99;&#111;&#109;</a> and we&#39;ll sort it out. (&quot;Reasonable&quot; is usually at least
63+
<a href="&#x6d;&#x61;&#x69;&#x6c;&#x74;&#111;&#58;&#115;&#117;&#112;&#112;&#x6f;&#114;&#116;&#x40;&#110;&#x70;&#109;&#x6a;&#115;&#46;&#99;&#111;&#x6d;">&#115;&#117;&#112;&#112;&#x6f;&#114;&#116;&#x40;&#110;&#x70;&#109;&#x6a;&#115;&#46;&#99;&#111;&#x6d;</a> and we&#39;ll sort it out. (&quot;Reasonable&quot; is usually at least
6464
4 weeks.)</li>
6565
</ol>
6666
<h2 id="reasoning">REASONING</h2>
@@ -96,12 +96,12 @@ <h2 id="exceptions">EXCEPTIONS</h2>
9696
<a href="https://www.npmjs.com/policies/conduct">Code of Conduct</a> such as hateful
9797
language, pornographic content, or harassment.</li>
9898
</ol>
99-
<p>If you see bad behavior like this, please report it to <a href="&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#58;&#97;&#x62;&#117;&#x73;&#101;&#64;&#x6e;&#112;&#109;&#x6a;&#115;&#46;&#99;&#x6f;&#109;">&#97;&#x62;&#117;&#x73;&#101;&#64;&#x6e;&#112;&#109;&#x6a;&#115;&#46;&#99;&#x6f;&#109;</a> right
99+
<p>If you see bad behavior like this, please report it to <a href="&#x6d;&#97;&#105;&#x6c;&#116;&#x6f;&#x3a;&#x61;&#x62;&#117;&#115;&#101;&#64;&#x6e;&#112;&#109;&#106;&#115;&#x2e;&#99;&#111;&#x6d;">&#x61;&#x62;&#117;&#115;&#101;&#64;&#x6e;&#112;&#109;&#106;&#115;&#x2e;&#99;&#111;&#x6d;</a> right
100100
away. <strong>You are never expected to resolve abusive behavior on your own. We are
101101
here to help.</strong></p>
102102
<h2 id="trademarks">TRADEMARKS</h2>
103103
<p>If you think another npm publisher is infringing your trademark, such as by
104-
using a confusingly similar package name, email <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#x3a;&#97;&#x62;&#117;&#115;&#101;&#64;&#110;&#112;&#109;&#106;&#115;&#46;&#x63;&#x6f;&#x6d;">&#97;&#x62;&#117;&#115;&#101;&#64;&#110;&#112;&#109;&#106;&#115;&#46;&#x63;&#x6f;&#x6d;</a> with a link to
104+
using a confusingly similar package name, email <a href="&#x6d;&#97;&#105;&#x6c;&#x74;&#x6f;&#58;&#97;&#x62;&#117;&#115;&#101;&#64;&#110;&#x70;&#x6d;&#106;&#115;&#x2e;&#99;&#111;&#x6d;">&#97;&#x62;&#117;&#115;&#101;&#64;&#110;&#x70;&#x6d;&#106;&#115;&#x2e;&#99;&#111;&#x6d;</a> with a link to
105105
the package or user account on <a href="https://npmjs.com">https://npmjs.com</a>. Attach a
106106
copy of your trademark registration certificate.</p>
107107
<p>If we see that the package&#39;s publisher is intentionally misleading others by

deps/npm/lib/utils/is-registry.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ function isRegistry (req) {
99
if (req.type === 'range' || req.type === 'version' || req.type === 'tag') return true
1010
return false
1111
}
12+

deps/npm/lib/utils/read-user-info.js

+1
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ function readEmail (msg, email, opts, isRetry) {
6363
return read({prompt: msg, default: email || ''})
6464
.then((username) => readEmail(msg, username, opts, true))
6565
}
66+

deps/npm/lib/utils/unsupported.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ var supportedNode = [
44
{ver: '4', min: '4.7.0'},
55
{ver: '6', min: '6.0.0'},
66
{ver: '7', min: '7.0.0'},
7-
{ver: '8', min: '8.0.0'}
7+
{ver: '8', min: '8.0.0'},
8+
{ver: '9', min: '9.0.0'}
89
]
910
var knownBroken = '<4.7.0'
1011

deps/npm/man/man1/npm-README.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM" "1" "December 2017" "" ""
1+
.TH "NPM" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm\fR \- a JavaScript package manager
44
.P

deps/npm/man/man1/npm-access.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-ACCESS" "1" "December 2017" "" ""
1+
.TH "NPM\-ACCESS" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-access\fR \- Set access level on published packages
44
.SH SYNOPSIS

deps/npm/man/man1/npm-adduser.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-ADDUSER" "1" "December 2017" "" ""
1+
.TH "NPM\-ADDUSER" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-adduser\fR \- Add a registry user account
44
.SH SYNOPSIS

deps/npm/man/man1/npm-bin.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-BIN" "1" "December 2017" "" ""
1+
.TH "NPM\-BIN" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-bin\fR \- Display npm bin folder
44
.SH SYNOPSIS

deps/npm/man/man1/npm-bugs.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-BUGS" "1" "December 2017" "" ""
1+
.TH "NPM\-BUGS" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-bugs\fR \- Bugs for a package in a web browser maybe
44
.SH SYNOPSIS

deps/npm/man/man1/npm-build.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-BUILD" "1" "December 2017" "" ""
1+
.TH "NPM\-BUILD" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-build\fR \- Build a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-bundle.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-BUNDLE" "1" "December 2017" "" ""
1+
.TH "NPM\-BUNDLE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-bundle\fR \- REMOVED
44
.SH DESCRIPTION

deps/npm/man/man1/npm-cache.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-CACHE" "1" "December 2017" "" ""
1+
.TH "NPM\-CACHE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-cache\fR \- Manipulates packages cache
44
.SH SYNOPSIS

deps/npm/man/man1/npm-completion.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-COMPLETION" "1" "December 2017" "" ""
1+
.TH "NPM\-COMPLETION" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-completion\fR \- Tab Completion for npm
44
.SH SYNOPSIS

deps/npm/man/man1/npm-config.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-CONFIG" "1" "December 2017" "" ""
1+
.TH "NPM\-CONFIG" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-config\fR \- Manage the npm configuration files
44
.SH SYNOPSIS

deps/npm/man/man1/npm-dedupe.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-DEDUPE" "1" "December 2017" "" ""
1+
.TH "NPM\-DEDUPE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-dedupe\fR \- Reduce duplication
44
.SH SYNOPSIS

deps/npm/man/man1/npm-deprecate.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-DEPRECATE" "1" "December 2017" "" ""
1+
.TH "NPM\-DEPRECATE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-deprecate\fR \- Deprecate a version of a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-dist-tag.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-DIST\-TAG" "1" "December 2017" "" ""
1+
.TH "NPM\-DIST\-TAG" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-dist-tag\fR \- Modify package distribution tags
44
.SH SYNOPSIS

deps/npm/man/man1/npm-docs.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-DOCS" "1" "December 2017" "" ""
1+
.TH "NPM\-DOCS" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-docs\fR \- Docs for a package in a web browser maybe
44
.SH SYNOPSIS

deps/npm/man/man1/npm-doctor.1

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-DOCTOR" "1" "December 2017" "" ""
1+
.TH "NPM\-DOCTOR" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-doctor\fR \- Check your environments
44
.SH SYNOPSIS
@@ -111,3 +111,4 @@ npm help help
111111
npm help ping
112112

113113
.RE
114+

deps/npm/man/man1/npm-edit.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-EDIT" "1" "December 2017" "" ""
1+
.TH "NPM\-EDIT" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-edit\fR \- Edit an installed package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-explore.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-EXPLORE" "1" "December 2017" "" ""
1+
.TH "NPM\-EXPLORE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-explore\fR \- Browse an installed package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-help-search.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-HELP\-SEARCH" "1" "December 2017" "" ""
1+
.TH "NPM\-HELP\-SEARCH" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-help-search\fR \- Search npm help documentation
44
.SH SYNOPSIS

deps/npm/man/man1/npm-help.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-HELP" "1" "December 2017" "" ""
1+
.TH "NPM\-HELP" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-help\fR \- Get help on npm
44
.SH SYNOPSIS

deps/npm/man/man1/npm-init.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-INIT" "1" "December 2017" "" ""
1+
.TH "NPM\-INIT" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-init\fR \- Interactively create a package\.json file
44
.SH SYNOPSIS

deps/npm/man/man1/npm-install-test.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM" "" "December 2017" "" ""
1+
.TH "NPM" "" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm\fR
44
.SH SYNOPSIS

deps/npm/man/man1/npm-install.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-INSTALL" "1" "December 2017" "" ""
1+
.TH "NPM\-INSTALL" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-install\fR \- Install a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-link.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-LINK" "1" "December 2017" "" ""
1+
.TH "NPM\-LINK" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-link\fR \- Symlink a package folder
44
.SH SYNOPSIS

deps/npm/man/man1/npm-logout.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-LOGOUT" "1" "December 2017" "" ""
1+
.TH "NPM\-LOGOUT" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-logout\fR \- Log out of the registry
44
.SH SYNOPSIS

deps/npm/man/man1/npm-ls.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-LS" "1" "December 2017" "" ""
1+
.TH "NPM\-LS" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-ls\fR \- List installed packages
44
.SH SYNOPSIS

deps/npm/man/man1/npm-outdated.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-OUTDATED" "1" "December 2017" "" ""
1+
.TH "NPM\-OUTDATED" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-outdated\fR \- Check for outdated packages
44
.SH SYNOPSIS

deps/npm/man/man1/npm-owner.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-OWNER" "1" "December 2017" "" ""
1+
.TH "NPM\-OWNER" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-owner\fR \- Manage package owners
44
.SH SYNOPSIS

deps/npm/man/man1/npm-pack.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PACK" "1" "December 2017" "" ""
1+
.TH "NPM\-PACK" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-pack\fR \- Create a tarball from a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-ping.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PING" "1" "December 2017" "" ""
1+
.TH "NPM\-PING" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-ping\fR \- Ping npm registry
44
.SH SYNOPSIS

deps/npm/man/man1/npm-prefix.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PREFIX" "1" "December 2017" "" ""
1+
.TH "NPM\-PREFIX" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-prefix\fR \- Display prefix
44
.SH SYNOPSIS

deps/npm/man/man1/npm-profile.1

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PROFILE" "1" "December 2017" "" ""
1+
.TH "NPM\-PROFILE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-profile\fR \- Change settings on your registry profile
44
.SH SYNOPSIS
@@ -89,3 +89,4 @@ available on non npmjs\.com registries\.
8989
npm help 7 config
9090

9191
.RE
92+

deps/npm/man/man1/npm-prune.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PRUNE" "1" "December 2017" "" ""
1+
.TH "NPM\-PRUNE" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-prune\fR \- Remove extraneous packages
44
.SH SYNOPSIS

deps/npm/man/man1/npm-publish.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-PUBLISH" "1" "December 2017" "" ""
1+
.TH "NPM\-PUBLISH" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-publish\fR \- Publish a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-rebuild.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-REBUILD" "1" "December 2017" "" ""
1+
.TH "NPM\-REBUILD" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-rebuild\fR \- Rebuild a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-repo.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-REPO" "1" "December 2017" "" ""
1+
.TH "NPM\-REPO" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-repo\fR \- Open package repository page in the browser
44
.SH SYNOPSIS

deps/npm/man/man1/npm-restart.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-RESTART" "1" "December 2017" "" ""
1+
.TH "NPM\-RESTART" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-restart\fR \- Restart a package
44
.SH SYNOPSIS

deps/npm/man/man1/npm-root.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "NPM\-ROOT" "1" "December 2017" "" ""
1+
.TH "NPM\-ROOT" "1" "February 2018" "" ""
22
.SH "NAME"
33
\fBnpm-root\fR \- Display npm root
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)