Skip to content

Commit 701e699

Browse files
zkatevanlucas
authored andcommitted
deps: upgrade npm to 3.9.5
PR-URL: #7139 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent e2f6f80 commit 701e699

File tree

156 files changed

+552
-395
lines changed

Some content is hidden

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

156 files changed

+552
-395
lines changed

deps/npm/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ html/*.png
2828
*.pyc
2929

3030
/test/tap/builtin-config
31+
32+
.nyc_output

deps/npm/AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,7 @@ Rachel Evans <[email protected]>
398398
Sam Minnee <[email protected]>
399399
400400
Daniel Lupu <[email protected]>
401+
Gianluca Casati <[email protected]>
402+
André Herculano <[email protected]>
403+
Wyatt Preul <[email protected]>
404+
Myles Borins <[email protected]>

deps/npm/CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
### v3.9.5 (2016-05-27):
2+
3+
Just a quick point release. We had an issue where I (Kat) included the
4+
`.nyc_output/` directory in `[email protected]` and `[email protected]`. The issue got reported
5+
right after that second release
6+
([`#12873`](https://github.com/npm/npm/issues/12873)), and now there's this
7+
small point release that's there to fix the issue sooner.
8+
9+
* [`f96aea0`](https://github.com/npm/npm/commit/f96aea085be981cdb59bd09f16da40717426f981)
10+
[#12878](https://github.com/npm/npm/pull/12878)
11+
Ignore `.nyc_output` to avoid an accidental publish or commit filled with
12+
code coverage data.
13+
([@TheAlphaNerd](https://github.com/TheAlphaNerd))
14+
15+
### v3.9.4 (2016-05-26):
16+
17+
Hey all! It's that time again!
18+
19+
This week continues our current `big-bug` squashing push, although there's none
20+
that are ready to release quite yet -- we're working on it!
21+
22+
It's also worth noting that we're entering the main part of conference season,
23+
so you can probably expect a bit of a dev slowdown as a lot of us wombats attend
24+
or speak at the various conferences. Remember [npm.camp](npm.camp) is happening
25+
in 2 months and the lineup is looking pretty great! Tickets are still on sale.
26+
Come hang out with us! WOO FUN! 🎉😸
27+
28+
#### BUGFIX
29+
30+
* [`cac0038`](https://github.com/npm/npm/commit/cac0038868b18295f9f299e762e20034f32a3e11)
31+
[#12845](https://github.com/npm/npm/pull/12845)
32+
Progress bar during tarball packing now prints `pack:packagename` instead of
33+
`pack:[object Object]`.
34+
([@iarna](https://github.com/iarna))
35+
36+
#### DOC UPDATES
37+
38+
* [`0b81622`](https://github.com/npm/npm/commit/0b816225c743c9203db5d92fb4dd3a9293833298)
39+
[#12840](https://github.com/npm/npm/pull/12840)
40+
Remove sexualized language from comment in code.
41+
([@geek](https://github.com/geek))
42+
* [`d6dff24`](https://github.com/npm/npm/commit/d6dff2481cb587c392f22afb893ac3136371a64c)
43+
[#12802](https://github.com/npm/npm/pull/12802)
44+
Small grammar fix in `cli/npm.md`.
45+
([@andresilveira](https://github.com/andresilveira))
46+
* [`cb38e0f`](https://github.com/npm/npm/commit/cb38e0fff82a6c1c110026b95b07a8c32e27ec01)
47+
[#12782](https://github.com/npm/npm/pull/12782)
48+
Documents that `NOTICE` files started getting included after
49+
[npm/fstream-npm#17](https://github.com/npm/fstream-npm/pull/17).
50+
([@SimenB](https://github.com/SimenB))
51+
* [`70a3ae4`](https://github.com/npm/npm/commit/70a3ae4d4ec76b3ec51f00bf5261f1147829f9fe)
52+
[#12776](https://github.com/npm/npm/pull/12776)
53+
`npm run-script` used to have a `<pkg>` argument that allowed you to target
54+
specific packages' scripts. This was removed as one of the breaking changes
55+
for `npm@2`.
56+
This patch removes a mention of that argument, which really doesn't exist
57+
anymore.
58+
([@fibo](https://github.com/fibo))
59+
60+
#### DEP UPDATES
61+
62+
* [`4a4470d`](https://github.com/npm/npm/commit/4a4470ddd1d9b0b62cb94f3bff5ab6b8e6db527a)
63+
64+
([@iarna](https://github.com/iarna))
65+
66+
#### TEST IMPROVEMENTS
67+
68+
So it turns out, `t.comment` in `tap` is actually pretty nice!
69+
There's also a couple other test improvements by Rebecca landing here.
70+
71+
* [`9fd04dd`](https://github.com/npm/npm/commit/9fd04dd6be493465d7ac5f14dd9328e66069c1bf)
72+
[#12851](https://github.com/npm/npm/pull/12851)
73+
Rewrite `shrinkwrap-prod-dependency-also` test to use `common.npm`
74+
([@iarna](https://github.com/iarna))
75+
* [`3bc4a8e`](https://github.com/npm/npm/commit/3bc4a8ee58cb0e0adc84b4f135330f2b1e20d992)
76+
[#12851](https://github.com/npm/npm/pull/12851)
77+
Clean up `rm-linked` test.
78+
([@iarna](https://github.com/iarna))
79+
* [`bf7f7f2`](https://github.com/npm/npm/commit/bf7f7f273a794f7573bbbc84b1c216fdcd9e0ef9)
80+
[#12851](https://github.com/npm/npm/pull/12851)
81+
Clean up `outdated-symlink` test.
82+
([@iarna](https://github.com/iarna))
83+
* [`ca0baa4`](https://github.com/npm/npm/commit/ca0baa4dac85b1df4e26ef0c73d39314ca6858ca)
84+
[#12851](https://github.com/npm/npm/pull/12851)
85+
Improve diagnostics for `shrinkwrap-scoped-auth` test.
86+
([@iarna](https://github.com/iarna))
87+
* [`fbec9fd`](https://github.com/npm/npm/commit/fbec9fd5bb0abce589120d14c1f2b03b58cecce1)
88+
[#12851](https://github.com/npm/npm/pull/12851)
89+
Rewrite `shrinkwrap-dev-dependency` test to use `common.npm`.
90+
([@iarna](https://github.com/iarna))
91+
192
### v3.9.3 (2016-05-19):
293

394
This week continues our `big-bug` squashing adventure! Things are churning along

deps/npm/doc/cli/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requires compiling of C++ Code, npm will use
4141
[node-gyp](https://github.com/TooTallNate/node-gyp) for that task.
4242
For a Unix system, [node-gyp](https://github.com/TooTallNate/node-gyp)
4343
needs Python, make and a buildchain like GCC. On Windows,
44-
Python and Microsoft Visual Studio C++ is needed. Python 3 is
44+
Python and Microsoft Visual Studio C++ are needed. Python 3 is
4545
not supported by [node-gyp](https://github.com/TooTallNate/node-gyp).
4646
For more information visit
4747
[the node-gyp repository](https://github.com/TooTallNate/node-gyp) and

deps/npm/doc/files/package.json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ Certain files are always included, regardless of settings:
183183
* `README`
184184
* `CHANGES` / `CHANGELOG` / `HISTORY`
185185
* `LICENSE` / `LICENCE`
186+
* `NOTICE`
186187
* The file in the "main" field
187188

188-
`README`, `CHANGES` & `LICENSE` can have any case and extension.
189+
`README`, `CHANGES`, `LICENSE` & `NOTICE` can have any case and extension.
189190

190191
Conversely, some files are always ignored:
191192

deps/npm/doc/misc/npm-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ following scripts:
3434
stop and start scripts if no `restart` script is provided.
3535

3636
Additionally, arbitrary scripts can be executed by running `npm
37-
run-script <pkg> <stage>`. *Pre* and *post* commands with matching
37+
run-script <stage>`. *Pre* and *post* commands with matching
3838
names will be run for those as well (e.g. `premyscript`, `myscript`,
3939
`postmyscript`).
4040

deps/npm/html/doc/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ <h2 id="see-also">SEE ALSO</h2>
126126
<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>
127127
<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>
128128
</table>
129-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].3</p>
129+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].5</p>
130130

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ <h2 id="see-also">SEE ALSO</h2>
8484
<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>
8585
<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>
8686
</table>
87-
<p id="footer">npm-access &mdash; [email protected].3</p>
87+
<p id="footer">npm-access &mdash; [email protected].5</p>
8888

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ <h2 id="see-also">SEE ALSO</h2>
7272
<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>
7373
<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>
7474
</table>
75-
<p id="footer">npm-adduser &mdash; [email protected].3</p>
75+
<p id="footer">npm-adduser &mdash; [email protected].5</p>
7676

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ <h2 id="see-also">SEE ALSO</h2>
3535
<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>
3636
<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>
3737
</table>
38-
<p id="footer">npm-bin &mdash; [email protected].3</p>
38+
<p id="footer">npm-bin &mdash; [email protected].5</p>
3939

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

Lines changed: 1 addition & 1 deletion
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-bugs &mdash; [email protected].3</p>
58+
<p id="footer">npm-bugs &mdash; [email protected].5</p>
5959

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ <h2 id="description">DESCRIPTION</h2>
4040
<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>
4141
<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>
4242
</table>
43-
<p id="footer">npm-build &mdash; [email protected].3</p>
43+
<p id="footer">npm-build &mdash; [email protected].5</p>
4444

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

Lines changed: 1 addition & 1 deletion
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].3</p>
34+
<p id="footer">npm-bundle &mdash; [email protected].5</p>
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ <h2 id="see-also">SEE ALSO</h2>
8181
<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>
8282
<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>
8383
</table>
84-
<p id="footer">npm-cache &mdash; [email protected].3</p>
84+
<p id="footer">npm-cache &mdash; [email protected].5</p>
8585

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ <h2 id="see-also">SEE ALSO</h2>
4343
<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>
4444
<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>
4545
</table>
46-
<p id="footer">npm-completion &mdash; [email protected].3</p>
46+
<p id="footer">npm-completion &mdash; [email protected].5</p>
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ <h2 id="see-also">SEE ALSO</h2>
6767
<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>
6868
<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>
6969
</table>
70-
<p id="footer">npm-config &mdash; [email protected].3</p>
70+
<p id="footer">npm-config &mdash; [email protected].5</p>
7171

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

Lines changed: 1 addition & 1 deletion
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-dedupe &mdash; [email protected].3</p>
64+
<p id="footer">npm-dedupe &mdash; [email protected].5</p>
6565

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

Lines changed: 1 addition & 1 deletion
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].3</p>
41+
<p id="footer">npm-deprecate &mdash; [email protected].5</p>
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ <h2 id="see-also">SEE ALSO</h2>
8787
<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>
8888
<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>
8989
</table>
90-
<p id="footer">npm-dist-tag &mdash; [email protected].3</p>
90+
<p id="footer">npm-dist-tag &mdash; [email protected].5</p>
9191

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ <h2 id="see-also">SEE ALSO</h2>
5656
<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>
5757
<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>
5858
</table>
59-
<p id="footer">npm-docs &mdash; [email protected].3</p>
59+
<p id="footer">npm-docs &mdash; [email protected].5</p>
6060

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

Lines changed: 1 addition & 1 deletion
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-edit &mdash; [email protected].3</p>
52+
<p id="footer">npm-edit &mdash; [email protected].5</p>
5353

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

Lines changed: 1 addition & 1 deletion
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-explore &mdash; [email protected].3</p>
52+
<p id="footer">npm-explore &mdash; [email protected].5</p>
5353

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ <h2 id="see-also">SEE ALSO</h2>
4545
<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>
4646
<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>
4747
</table>
48-
<p id="footer">npm-help-search &mdash; [email protected].3</p>
48+
<p id="footer">npm-help-search &mdash; [email protected].5</p>
4949

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

Lines changed: 1 addition & 1 deletion
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-help &mdash; [email protected].3</p>
53+
<p id="footer">npm-help &mdash; [email protected].5</p>
5454

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ <h2 id="see-also">SEE ALSO</h2>
4848
<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>
4949
<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>
5050
</table>
51-
<p id="footer">npm-init &mdash; [email protected].3</p>
51+
<p id="footer">npm-init &mdash; [email protected].5</p>
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ <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-install-test &mdash; [email protected].3</p>
45+
<p id="footer">npm-install-test &mdash; [email protected].5</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,5 @@ <h2 id="see-also">SEE ALSO</h2>
312312
<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>
313313
<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>
314314
</table>
315-
<p id="footer">npm-install &mdash; [email protected].3</p>
315+
<p id="footer">npm-install &mdash; [email protected].5</p>
316316

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
7373
<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>
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>
76-
<p id="footer">npm-link &mdash; [email protected].3</p>
76+
<p id="footer">npm-link &mdash; [email protected].5</p>
7777

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ <h3 id="scope">scope</h3>
5151
<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>
5252
<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>
5353
</table>
54-
<p id="footer">npm-logout &mdash; [email protected].3</p>
54+
<p id="footer">npm-logout &mdash; [email protected].5</p>
5555

0 commit comments

Comments
 (0)