Skip to content

Commit bddf413

Browse files
iarnaevanlucas
authored andcommitted
deps: upgrade npm to 3.8.9
Contains the following three npm releases: https://github.com/npm/npm/releases/tag/v3.8.7 https://github.com/npm/npm/releases/tag/v3.8.8 https://github.com/npm/npm/releases/tag/v3.8.9 PR-URL: #6664 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent a6ca5e5 commit bddf413

File tree

632 files changed

+66096
-4028
lines changed

Some content is hidden

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

632 files changed

+66096
-4028
lines changed

deps/npm/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "5"
3+
- "6"
44
- "4"
5-
- iojs
5+
- "5"
66
- "0.12"
77
- "0.10"
88
- "0.8"

deps/npm/AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,10 @@ Thomas Hallock <[email protected]>
389389
Paul Irish <[email protected]>
390390
Paul O'Leary McCann <[email protected]>
391391
Francis Gulotta <[email protected]>
392+
Felix Rieseberg <[email protected]>
393+
Glen Mailer <[email protected]>
394+
Federico Brigante <[email protected]>
395+
Steve Mao <[email protected]>
396+
Anna Henningsen <[email protected]>
397+
Rachel Evans <[email protected]>
398+
Sam Minnee <[email protected]>

deps/npm/CHANGELOG.md

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,190 @@
1+
### v3.8.9 (2016-04-28)
2+
3+
Our biggest news this week is that we got the
4+
[Windows test suite passing](https://github.com/npm/npm/pull/11444)!
5+
It'll take a little longer to get it passing in our
6+
[Windows CI](https://ci.appveyor.com/project/npm/npm/) but that's coming
7+
soon too.
8+
9+
That means we'll be shifting gears away from tests to fixing
10+
[Big Bugs™](https://github.com/npm/npm/issues?q=is%3Aopen+is%3Aissue+label%3Abig-bug) again.
11+
Join us at our [team meeting](https://github.com/npm/npm/issues/12517) next
12+
Tuesday to learn more about that.
13+
14+
#### BUG FIXES AND REFACTORING
15+
16+
* [`60da618`](https://github.com/npm/npm/commit/60da61862885fa904afba7d121860b4282a5b0df)
17+
[#12347](https://github.com/npm/npm/issues/12347)
18+
Fix a bug that could result in shrinkwraps missing the `resolved` field, which is
19+
necessary in producing a fully reproducible build.
20+
([@sminnee](https://github.com/sminnee))
21+
* [`8597ba4`](https://github.com/npm/npm/commit/8597ba432e91245a1000953b612eb01308178bad)
22+
[#12009](https://github.com/npm/npm/issues/12009)
23+
Fix a bug in `npm view <packagename> versions` that resulted in bad output if you
24+
didn't also pass in `--json`.
25+
([@watilde](https://github.com/watilde))
26+
* [`20125f1`](https://github.com/npm/npm/commit/20125f19b96fd05af63f8c0bd243ffb25780279a)
27+
[`a53feac`](https://github.com/npm/npm/commit/a53feac2647f7dc4245f1700dfbdd1aba8745672)
28+
[`6cfbae4`](https://github.com/npm/npm/commit/6cfbae403abc3cf690565b09569f71cdd41a8372)
29+
[#12485](https://github.com/npm/npm/pull/12485)
30+
Refactor how the help summaries for commands are produced, such that we only have
31+
one list of command aliases.
32+
([@watilde](https://github.com/watilde))
33+
* [`2ae210c`](https://github.com/npm/npm/commit/2ae210c76ab6fd15fcf15dc1808b01ca0b94fc9e)
34+
35+
Fix a crash we discovered while fixing up the Windows test suite where if
36+
you had a file in your `node_modules` it would cause a crash on Windows
37+
(but not MacOS/Linux).
38+
39+
This makes the error code you get on Windows match that from MacOS/Linux
40+
if you try to read a `package.json` from a path that includes a file, not
41+
a folder.
42+
([@zkat](https://github.com/zkat))
43+
44+
### v3.8.8 (2016-04-21)
45+
46+
Hi all! Long time no see! We've been heads-down working through getting
47+
[our test suite passing on Windows](https://github.com/npm/npm/pull/11444).
48+
Did you know that we have
49+
[Windows CI](https://ci.appveyor.com/project/npm/npm) now running over at
50+
Appveyor? In the meantime, we've got a bunch of dependency updates, some
51+
nice documentation improvements and error messages when your `package.json`
52+
contains invalid JSON. (Yeah, I thought we did that last one before too!)
53+
54+
#### BAD JSON IS BAD
55+
56+
* [`769e620`](https://github.com/npm/npm/commit/769e6200722d8060b6769e47354032c51cfa85a1)
57+
[#12406](https://github.com/npm/npm/pull/12406)
58+
Failing to parse the top level `package.json` should be an error.
59+
([@watilde](https://github.com/watilde))
60+
61+
#### DOCUMENTATION
62+
63+
* [`7d64301`](https://github.com/npm/npm/commit/7d643018af5051c920cc73f17bfe32b7ff86e108)
64+
[#12415](https://github.com/npm/npm/pull/12415)
65+
Clarify that when configuring client-side certificates for authenticating
66+
to non-npm registries that `cert` and `key` are not filesystem paths and should
67+
actually include the certificate and key data.
68+
([@rvedotrc](https://github.com/rvedotrc))
69+
* [`f8539b8`](https://github.com/npm/npm/commit/f8539b8c986e81771ccc8ced7e716718423d3187)
70+
[#12324](https://github.com/npm/npm/pull/12324)
71+
Describe how `npm run` sets `NODE` and `PATH` in more detail.
72+
Note that `npm run` changes `PATH` to include the current node
73+
interpreter’s directory.
74+
([@addaleax](https://github.com/addaleax))
75+
* [`2b57606`](https://github.com/npm/npm/commit/2b57606852a2c2a03e4c4b7dcda85b807619c2cf)
76+
[#11461](https://github.com/npm/npm/pull/11461)
77+
Clarify the documentation for the package.json homepage field.
78+
([@stevemao](https://github.com/stevemao))
79+
80+
#### TESTS
81+
82+
* [`b5a0fbb`](https://github.com/npm/npm/commit/b5a0fbb9e1a2c4fb003dd748264571aa6e3c9e70)
83+
[#12329](https://github.com/npm/npm/pull/12329)
84+
Fix progress config testing to ignore local user configs.
85+
Previously, _any_ local setting would cause the tests to fail as
86+
they were trying to test what the default values for the progress
87+
bar would be in different environments and any explicit setting
88+
overrides those defaults.
89+
([@iarna](https://github.com/iarna))
90+
* [`3d195bc`](https://github.com/npm/npm/commit/3d195bc0a72b40df02a5c56e4f3be44152e8222b)
91+
The lifecycle-signal test could crash on v0.8 due to its use of `Number.parseInt`, which
92+
isn't available in that version of node. Fortunately `global.parseInt` _is_, so
93+
we just use that instead.
94+
([@iarna](https://github.com/iarna))
95+
96+
#### DEPENDENCY UPDATES
97+
98+
* [`05a28e3`](https://github.com/npm/npm/commit/05a28e38586082ac4bbf26ee6f863cc8d07054d6)
99+
100+
Under some circumstances `file://` URLs on Windows were not handled correctly.
101+
102+
Also, stop converting local module/tarballs into full paths in this
103+
module. We do already do that in `realize-package-specifier`, which is
104+
more appropriate as it knows what package we're installing relative to.
105+
([@zkat](https://github.com/zkat))
106+
* [`ada2e93`](https://github.com/npm/npm/commit/ada2e93e8b276000150a9aa93fff69ec366e03d6)
107+
108+
Require the new `npm-package-arg`, plus fix a case where specifiers that were
109+
maybe a tag, maybe a local filename were resolved differently than those that were
110+
definitely a local filename.
111+
([@zkat](https://github.com/zkat)) ([@iarna](https://github.com/iarna))
112+
* [`adc515b`](https://github.com/npm/npm/commit/adc515b22775871386cd62390079fb4bf8e1714a)
113+
114+
A fix for AIX where a non-empty directory can cause `fs.rmDir` to fail with `EEXIST` instead of `ENOTEMPTY`
115+
and three new tests
116+
([@richardlau](https://github.com/richardlau))
117+
118+
Code cleanup, CI & dependency updates.
119+
([@othiym23](https://github.com/othiym23))
120+
* [`ef53a46`](https://github.com/npm/npm/commit/ef53a46906ce872a4541b605dd42a563cc26e614)
121+
122+
([@isaacs](https://github.com/isaacs))
123+
* [`df1f2e4`](https://github.com/npm/npm/commit/df1f2e4838b4d7ea2ea2321a95ae868c0ec0a520)
124+
125+
Fix crashes when response headers indicate gzipped content but the body is
126+
empty.
127+
Add support for the deflate content encoding.
128+
([@simov](https://github.com/simov))
129+
* [`776c599`](https://github.com/npm/npm/commit/776c599b204632aca9d29fd92ea5c4f099fdea9f)
130+
131+
Adds READABLE_STREAM env var that, if set to `disable`, will make
132+
`readable-stream` use the local native node streams instead.
133+
([@calvinmetcalf](https://github.com/calvinmetcalf))
134+
* [`10d6d55`](https://github.com/npm/npm/commit/10d6d5547354fcf50e930c7932ba4d63c0b6009c)
135+
136+
Add support `git+file://` type URLs.
137+
([@zkat](https://github.com/zkat))
138+
* [`75017ae`](https://github.com/npm/npm/commit/75017aeecec69a1efd546df908aa5befc4467f36)
139+
140+
([@jdalton](https://github.com/jdalton))
141+
142+
### v3.8.7 (2016-04-07)
143+
144+
#### IMPROVED DIAGNOSTICS
145+
146+
* [`38cf79f`](https://github.com/npm/npm/commit/38cf79ffa564ef5cb6677b476e06d0e45351592a)
147+
[#12083](https://github.com/npm/npm/pull/12083)
148+
If you `ignore-scripts` to disable lifecycles, this makes npm report when it skips running
149+
a script.
150+
([@bfred-it](https://github.com/bfred-it))
151+
152+
#### IMPROVE AUTO-INCLUDES
153+
154+
* [`c615182`](https://github.com/npm/npm/commit/c615182c8b47e418338eb1317b99bb66987cda54)
155+
[#11995](https://github.com/npm/npm/pull/11995)
156+
There were bugs where modules whose names matched the special files that npm always
157+
includes would be included, for example, the `history` package was always included.
158+
159+
With `npm@3` such extraneously bundled modules would not be ordinarily
160+
used, as things in `node_modules` in packages are ignored entirely if the
161+
package isn't marked as bundling modules.
162+
163+
Because of this `npm@3` behavior, the `files-and-ignores` test failed to catch this as
164+
it was testing _install output_ not what got packed. That has also been fixed.
165+
([@glenjamin](https://github.com/glenjamin))
166+
167+
#### DOCUMENTATION UPDATES
168+
169+
* [`823d9df`](https://github.com/npm/npm/commit/823d9dfa91d7086a26620f007aee4e3cd77b6153)
170+
[#12107](https://github.com/npm/npm/pull/12107)
171+
In the command summary for `adduser` mention that `login` is an alias.
172+
([@gnerkus](https://github.com/gnerkus))
173+
* [`7aaf47e`](https://github.com/npm/npm/commit/7aaf47e124c45dde72c961638b770ee535fb2776)
174+
[#12244](https://github.com/npm/npm/pull/12244)
175+
Update the README to suggest npm@3 for Windows users. Also add a reference to
176+
[Microsoft's npm upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade).
177+
([@felixrieseberg](https://github.com/felixrieseberg))
178+
179+
#### DEPENDENCY UPDATES
180+
181+
* [`486bbc0`](https://github.com/npm/npm/commit/486bbc0e1b101f847e890e6f1925dc8cb253cf3e)
182+
183+
([@simov](https://github.com/simov))
184+
* [`b1aff34`](https://github.com/npm/npm/commit/b1aff346fc41f13e3306b437e1831942aacf2f54)
185+
186+
([@jdalton](https://github.com/jdalton))
187+
1188
### v3.8.6 (2016-03-31)
2189

3190
Heeeeeey y'all.

deps/npm/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ for testing, or running stuff without actually installing npm itself.)
8181

8282
## Windows Install or Upgrade
8383

84-
You can download a zip file from <https://github.com/npm/npm/releases>, and
85-
unpack it in the `node_modules\npm\` folder inside node's installation folder.
86-
87-
To upgrade to npm 2, follow the Windows upgrade instructions in
88-
the npm Troubleshooting Guide:
89-
90-
<https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows>
84+
Many improvements for Windows users have been made in npm 3 - you will have a better
85+
experience if you run a recent version of npm. To upgrade, either use [Microsoft's
86+
upgrade tool](https://github.com/felixrieseberg/npm-windows-upgrade),
87+
[download a new version of Node](http://nodejs.org/download/),
88+
or follow the Windows upgrade instructions in the
89+
[npm Troubleshooting Guide](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows).
9190

9291
If that's not fancy enough for you, then you can fetch the code with
9392
git, and mess with it directly.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ you should write:
4040

4141
instead of `"scripts": {"test": "node_modules/.bin/tap test/\*.js"}` to run your tests.
4242

43+
`npm run` sets the `NODE` environment variable to the `node` executable with
44+
which `npm` is executed, and adds the directory within which it resides to the
45+
`PATH`, too.
46+
4347
If you try to run a script without having a `node_modules` directory and it fails,
4448
you will be given a warning to run `npm install`, just in case you've forgotten.
4549

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ discover your package as it's listed in `npm search`.
7070

7171
The url to the project homepage.
7272

73-
**NOTE**: This is *not* the same as "url". If you put a "url" field,
74-
then the registry will think it's a redirection to your package that has
75-
been published somewhere else, and spit at you.
76-
77-
Literally. Spit. I'm so not kidding.
78-
7973
## bugs
8074

8175
The url to your project's issue tracker and / or the email address to which

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,12 @@ explicitly used, and that only GET requests use the cache.
236236
* Default: `null`
237237
* Type: String
238238

239-
A client certificate to pass when accessing the registry.
239+
A client certificate to pass when accessing the registry. Values should be in
240+
PEM format with newlines replaced by the string "\n". For example:
241+
242+
cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
243+
244+
It is _not_ the path to a certificate file (and there is no "certfile" option).
240245

241246
### color
242247

@@ -501,7 +506,12 @@ change. Only the output from `npm ls --json` is currently valid.
501506
* Default: `null`
502507
* Type: String
503508

504-
A client key to pass when accessing the registry.
509+
A client key to pass when accessing the registry. Values should be in PEM
510+
format with newlines replaced by the string "\n". For example:
511+
512+
key="-----BEGIN PRIVATE KEY-----\nXXXX\nXXXX\n-----END PRIVATE KEY-----"
513+
514+
It is _not_ the path to a key file (and there is no "keyfile" option).
505515

506516
### legacy-bundling
507517

deps/npm/html/doc/README.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ <h3 id="even-fancier">Even Fancier</h3>
5757
run npm commands by doing <code>node cli.js &lt;cmd&gt; &lt;args&gt;</code>. (This is helpful
5858
for testing, or running stuff without actually installing npm itself.)</p>
5959
<h2 id="windows-install-or-upgrade">Windows Install or Upgrade</h2>
60-
<p>You can download a zip file from <a href="https://github.com/npm/npm/releases">https://github.com/npm/npm/releases</a>, and
61-
unpack it in the <code>node_modules\npm\</code> folder inside node&#39;s installation folder.</p>
62-
<p>To upgrade to npm 2, follow the Windows upgrade instructions in
63-
the npm Troubleshooting Guide:</p>
64-
<p><a href="https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows">https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows</a></p>
60+
<p>Many improvements for Windows users have been made in npm 3 - you will have a better
61+
experience if you run a recent version of npm. To upgrade, either use <a href="https://github.com/felixrieseberg/npm-windows-upgrade">Microsoft&#39;s
62+
upgrade tool</a>,
63+
<a href="http://nodejs.org/download/">download a new version of Node</a>,
64+
or follow the Windows upgrade instructions in the
65+
<a href="https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows">npm Troubleshooting Guide</a>.</p>
6566
<p>If that&#39;s not fancy enough for you, then you can fetch the code with
6667
git, and mess with it directly.</p>
6768
<h2 id="installing-on-cygwin">Installing on Cygwin</h2>
@@ -125,5 +126,5 @@ <h2 id="see-also">SEE ALSO</h2>
125126
<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>
126127
<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>
127128
</table>
128-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].6</p>
129+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].9</p>
129130

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].6</p>
87+
<p id="footer">npm-access &mdash; [email protected].9</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].6</p>
75+
<p id="footer">npm-adduser &mdash; [email protected].9</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].6</p>
38+
<p id="footer">npm-bin &mdash; [email protected].9</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].6</p>
58+
<p id="footer">npm-bugs &mdash; [email protected].9</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].6</p>
43+
<p id="footer">npm-build &mdash; [email protected].9</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].6</p>
34+
<p id="footer">npm-bundle &mdash; [email protected].9</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].6</p>
84+
<p id="footer">npm-cache &mdash; [email protected].9</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].6</p>
46+
<p id="footer">npm-completion &mdash; [email protected].9</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].6</p>
70+
<p id="footer">npm-config &mdash; [email protected].9</p>
7171

0 commit comments

Comments
 (0)