Skip to content

Commit 55cd01c

Browse files
isaacsBethGriggs
authored andcommitted
deps: update npm to 6.10.3
BUGFIXES * [`27cccfbda`](npm/cli@27cccfb) [#223](npm/cli#223) vulns → vulnerabilities in npm audit output ([@sapegin](https://github.com/sapegin)) * [`d5e865eb7`](npm/cli@d5e865e) [#222](npm/cli#222) [#226](npm/cli#226) install, doctor: don't crash if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin), [@isaacs](https://github.com/isaacs)) * [`5b3890226`](npm/cli@5b38902) [#227](npm/cli#227) [npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5) Handle unhandledRejections, tell user what to do when encountering an `EACCES` error in the cache. ([@isaacs](https://github.com/isaacs)) DEPENDENCIES * [`77516df6e`](npm/cli@77516df) `[email protected]` ([@isaacs](https://github.com/isaacs)) * [`ceb993590`](npm/cli@ceb9935) `[email protected]` ([@isaacs](https://github.com/isaacs)) * [`4050b9189`](npm/cli@4050b91) `[email protected]` * [#46](npm/hosted-git-info#46) [#43](npm/hosted-git-info#43) [#47](npm/hosted-git-info#47) [#44](npm/hosted-git-info#44) Add support for GitLab subgroups ([@mterrel](https://github.com/mterrel), [@isaacs](https://github.com/isaacs), [@ybiquitous](https://github.com/ybiquitous)) * [`3b1d629`](npm/hosted-git-info@3b1d629) [#48](npm/hosted-git-info#48) fix http protocol using sshurl by default ([@fengmk2](https://github.com/fengmk2)) * [`5d4a8d7`](npm/hosted-git-info@5d4a8d7) ignore noCommittish on tarball url generation ([@isaacs](https://github.com/isaacs)) * [`1692435`](npm/hosted-git-info@1692435) use gist tarball url that works for anonymous gists ([@isaacs](https://github.com/isaacs)) * [`d5cf830`](npm/hosted-git-info@d5cf830) Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs)) * [`e518222`](npm/hosted-git-info@e518222) Use LRU cache to prevent unbounded memory consumption ([@iarna](https://github.com/iarna)) PR-URL: #29023 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent e2291cf commit 55cd01c

File tree

182 files changed

+676
-351
lines changed

Some content is hidden

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

182 files changed

+676
-351
lines changed

deps/npm/AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -649,3 +649,6 @@ Iván Reinoso García <[email protected]>
649649
Roy Marples <[email protected]>
650650
Robert James Gabriel <[email protected]>
651651
John Firebaugh <[email protected]>
652+
Kitten King <[email protected]>
653+
claudiahdz <[email protected]>
654+
Artem Sapegin <[email protected]>

deps/npm/CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## v6.10.3 (2019-08-06):
2+
3+
### BUGFIXES
4+
5+
* [`27cccfbda`](https://github.com/npm/cli/commit/27cccfbdac8526cc807b07f416355949b1372a9b)
6+
[#223](https://github.com/npm/cli/pull/223) vulns → vulnerabilities in
7+
npm audit output ([@sapegin](https://github.com/sapegin))
8+
* [`d5e865eb7`](https://github.com/npm/cli/commit/d5e865eb79329665a927cc2767b4395c03045dbb)
9+
[#222](https://github.com/npm/cli/pull/222)
10+
[#226](https://github.com/npm/cli/pull/226) install, doctor: don't crash
11+
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
12+
[@isaacs](https://github.com/isaacs))
13+
* [`5b3890226`](https://github.com/npm/cli/commit/5b389022652abeb0e1c278a152550eb95bc6c452)
14+
[#227](https://github.com/npm/cli/pull/227)
15+
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
16+
Handle unhandledRejections, tell user what to do when encountering an
17+
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
18+
19+
### DEPENDENCIES
20+
21+
* [`77516df6e`](https://github.com/npm/cli/commit/77516df6eac94a6d7acb5e9ca06feaa0868d779b)
22+
`[email protected]` ([@isaacs](https://github.com/isaacs))
23+
* [`ceb993590`](https://github.com/npm/cli/commit/ceb993590e4e376a9a78264ce7bb4327fbbb37fe)
24+
`[email protected]` ([@isaacs](https://github.com/isaacs))
25+
* [`4050b9189`](https://github.com/npm/cli/commit/4050b91898c60e9b22998cf82b70b9b822de592a)
26+
27+
* [#46](https://github.com/npm/hosted-git-info/issues/46)
28+
[#43](https://github.com/npm/hosted-git-info/issues/43)
29+
[#47](https://github.com/npm/hosted-git-info/pull/47)
30+
[#44](https://github.com/npm/hosted-git-info/pull/44) Add support for
31+
GitLab subgroups ([@mterrel](https://github.com/mterrel),
32+
[@isaacs](https://github.com/isaacs),
33+
[@ybiquitous](https://github.com/ybiquitous))
34+
* [`3b1d629`](https://github.com/npm/hosted-git-info/commit/3b1d629)
35+
[#48](https://github.com/npm/hosted-git-info/issues/48) fix http
36+
protocol using sshurl by default
37+
([@fengmk2](https://github.com/fengmk2))
38+
* [`5d4a8d7`](https://github.com/npm/hosted-git-info/commit/5d4a8d7)
39+
ignore noCommittish on tarball url generation
40+
([@isaacs](https://github.com/isaacs))
41+
* [`1692435`](https://github.com/npm/hosted-git-info/commit/1692435)
42+
use gist tarball url that works for anonymous gists
43+
([@isaacs](https://github.com/isaacs))
44+
* [`d5cf830`](https://github.com/npm/hosted-git-info/commit/d5cf8309be7af884032616c63ea302ce49dd321c)
45+
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
46+
* [`e518222`](https://github.com/npm/hosted-git-info/commit/e5182224351183ce619dd5ef00019ae700ed37b7)
47+
Use LRU cache to prevent unbounded memory consumption
48+
([@iarna](https://github.com/iarna))
49+
150
## v6.10.2 (2019-07-23):
251

352
tl;dr - Fixes several issues with the cache when npm is run as `sudo` on

deps/npm/bin/npm-cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
log.info('using', 'node@%s', process.version)
6363

6464
process.on('uncaughtException', errorHandler)
65+
process.on('unhandledRejection', errorHandler)
6566

6667
if (conf.usage && npm.command !== 'help') {
6768
npm.argv.unshift(npm.command)

deps/npm/html/doc/README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ <h2 id="see-also">SEE ALSO</h2>
118118
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
119119
<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>
120120
</table>
121-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].2</p>
121+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].3</p>
122122

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ <h2 id="see-also">SEE ALSO</h2>
9393
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
9494
<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>
9595
</table>
96-
<p id="footer">npm-access &mdash; [email protected].2</p>
96+
<p id="footer">npm-access &mdash; [email protected].3</p>
9797

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ <h2 id="see-also">SEE ALSO</h2>
7878
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
7979
<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>
8080
</table>
81-
<p id="footer">npm-adduser &mdash; [email protected].2</p>
81+
<p id="footer">npm-adduser &mdash; [email protected].3</p>
8282

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ <h2 id="see-also">SEE ALSO</h2>
9494
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
9595
<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>
9696
</table>
97-
<p id="footer">npm-audit &mdash; [email protected].2</p>
97+
<p id="footer">npm-audit &mdash; [email protected].3</p>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ <h2 id="see-also">SEE ALSO</h2>
3434
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3535
<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>
3636
</table>
37-
<p id="footer">npm-bin &mdash; [email protected].2</p>
37+
<p id="footer">npm-bin &mdash; [email protected].3</p>
3838

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ <h2 id="see-also">SEE ALSO</h2>
5454
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5555
<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>
5656
</table>
57-
<p id="footer">npm-bugs &mdash; [email protected].2</p>
57+
<p id="footer">npm-bugs &mdash; [email protected].3</p>
5858

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ <h2 id="description">DESCRIPTION</h2>
3838
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3939
<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>
4040
</table>
41-
<p id="footer">npm-build &mdash; [email protected].2</p>
41+
<p id="footer">npm-build &mdash; [email protected].3</p>
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ <h2 id="see-also">SEE ALSO</h2>
3131
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3232
<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>
3333
</table>
34-
<p id="footer">npm-bundle &mdash; [email protected].2</p>
34+
<p id="footer">npm-bundle &mdash; [email protected].3</p>
3535

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ <h2 id="see-also">SEE ALSO</h2>
8888
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
8989
<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>
9090
</table>
91-
<p id="footer">npm-cache &mdash; [email protected].2</p>
91+
<p id="footer">npm-cache &mdash; [email protected].3</p>
9292

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ <h2 id="see-also">SEE ALSO</h2>
5858
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5959
<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>
6060
</table>
61-
<p id="footer">npm-ci &mdash; [email protected].2</p>
61+
<p id="footer">npm-ci &mdash; [email protected].3</p>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ <h2 id="see-also">SEE ALSO</h2>
4242
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4343
<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>
4444
</table>
45-
<p id="footer">npm-completion &mdash; [email protected].2</p>
45+
<p id="footer">npm-completion &mdash; [email protected].3</p>
4646

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ <h2 id="see-also">SEE ALSO</h2>
6262
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
6363
<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>
6464
</table>
65-
<p id="footer">npm-config &mdash; [email protected].2</p>
65+
<p id="footer">npm-config &mdash; [email protected].3</p>
6666

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ <h2 id="see-also">SEE ALSO</h2>
5858
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5959
<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>
6060
</table>
61-
<p id="footer">npm-dedupe &mdash; [email protected].2</p>
61+
<p id="footer">npm-dedupe &mdash; [email protected].3</p>
6262

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ <h2 id="see-also">SEE ALSO</h2>
3838
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3939
<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>
4040
</table>
41-
<p id="footer">npm-deprecate &mdash; [email protected].2</p>
41+
<p id="footer">npm-deprecate &mdash; [email protected].3</p>
4242

deps/npm/html/doc/cli/npm-dist-tag.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ <h2 id="see-also">SEE ALSO</h2>
8686
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
8787
<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>
8888
</table>
89-
<p id="footer">npm-dist-tag &mdash; [email protected].2</p>
89+
<p id="footer">npm-dist-tag &mdash; [email protected].3</p>
9090

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ <h2 id="see-also">SEE ALSO</h2>
5555
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5656
<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>
5757
</table>
58-
<p id="footer">npm-docs &mdash; [email protected].2</p>
58+
<p id="footer">npm-docs &mdash; [email protected].3</p>
5959

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ <h2 id="see-also">SEE ALSO</h2>
102102
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
103103
<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>
104104
</table>
105-
<p id="footer">npm-doctor &mdash; [email protected].2</p>
105+
<p id="footer">npm-doctor &mdash; [email protected].3</p>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ <h2 id="see-also">SEE ALSO</h2>
5050
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5151
<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>
5252
</table>
53-
<p id="footer">npm-edit &mdash; [email protected].2</p>
53+
<p id="footer">npm-edit &mdash; [email protected].3</p>
5454

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ <h2 id="see-also">SEE ALSO</h2>
4747
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4848
<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>
4949
</table>
50-
<p id="footer">npm-explore &mdash; [email protected].2</p>
50+
<p id="footer">npm-explore &mdash; [email protected].3</p>
5151

deps/npm/html/doc/cli/npm-help-search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ <h2 id="see-also">SEE ALSO</h2>
4444
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4545
<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>
4646
</table>
47-
<p id="footer">npm-help-search &mdash; [email protected].2</p>
47+
<p id="footer">npm-help-search &mdash; [email protected].3</p>
4848

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ <h2 id="see-also">SEE ALSO</h2>
4949
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5050
<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>
5151
</table>
52-
<p id="footer">npm-help &mdash; [email protected].2</p>
52+
<p id="footer">npm-help &mdash; [email protected].3</p>
5353

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ <h2 id="see-also">SEE ALSO</h2>
5252
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5353
<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>
5454
</table>
55-
<p id="footer">npm-hook &mdash; [email protected].2</p>
55+
<p id="footer">npm-hook &mdash; [email protected].3</p>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ <h2 id="see-also">SEE ALSO</h2>
6161
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
6262
<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>
6363
</table>
64-
<p id="footer">npm-init &mdash; [email protected].2</p>
64+
<p id="footer">npm-init &mdash; [email protected].3</p>
6565

deps/npm/html/doc/cli/npm-install-ci-test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ <h2 id="see-also">SEE ALSO</h2>
3232
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3333
<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>
3434
</table>
35-
<p id="footer">npm-install-ci-test &mdash; [email protected].2</p>
35+
<p id="footer">npm-install-ci-test &mdash; [email protected].3</p>

deps/npm/html/doc/cli/npm-install-test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ <h2 id="see-also">SEE ALSO</h2>
4141
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4242
<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>
4343
</table>
44-
<p id="footer">npm-install-test &mdash; [email protected].2</p>
44+
<p id="footer">npm-install-test &mdash; [email protected].3</p>
4545

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,5 @@ <h2 id="see-also">SEE ALSO</h2>
370370
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
371371
<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>
372372
</table>
373-
<p id="footer">npm-install &mdash; [email protected].2</p>
373+
<p id="footer">npm-install &mdash; [email protected].3</p>
374374

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
7171
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
7272
<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>
7373
</table>
74-
<p id="footer">npm-link &mdash; [email protected].2</p>
74+
<p id="footer">npm-link &mdash; [email protected].3</p>
7575

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ <h3 id="scope">scope</h3>
4949
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5050
<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>
5151
</table>
52-
<p id="footer">npm-logout &mdash; [email protected].2</p>
52+
<p id="footer">npm-logout &mdash; [email protected].3</p>
5353

0 commit comments

Comments
 (0)