Skip to content

Commit 20d8db1

Browse files
iarnaJulien Gilli
authored and
Julien Gilli
committed
deps: upgrade to npm 2.11.2
Reviewed-By: Julien Gilli <[email protected]> PR-URL: nodejs/node-v0.x-archive#25517
1 parent 139dbe8 commit 20d8db1

File tree

279 files changed

+1311
-9791
lines changed

Some content is hidden

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

279 files changed

+1311
-9791
lines changed

deps/npm/.mailmap

+10
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ Andrew Bradley <[email protected]>
33
Andrew Lunny <[email protected]>
44
Arlo Breault <[email protected]>
55
Benjamin Coe <[email protected]>
6+
67
8+
Cedric Nelson <[email protected]>
79
Charlie Robbins <[email protected]>
810
Dalmais Maxence <[email protected]>
11+
Danila Gerasimov <[email protected]>
912
David Beitey <[email protected]>
1013
Domenic Denicola <[email protected]>
1114
Einar Otto Stangvik <[email protected]>
15+
Erik Wienhold <[email protected]>
1216
1317
1418
Faiq Raza <[email protected]>
@@ -25,10 +29,12 @@ Jonas Weber <[email protected]>
2529
Julien Meddah <[email protected]>
2630
Kris Windham <[email protected]>
2731
Lin Clark <[email protected]>
32+
2833
2934
Max Goodman <[email protected]>
3035
Maxim Bogushevich <[email protected]>
3136
37+
3238
Nicolas Morel <[email protected]>
3339
Olivier Melcher <[email protected]>
3440
Ra'Shaun Stovall <[email protected]>
@@ -37,7 +43,11 @@ Rebecca Turner <[email protected]> <[email protected]>
3743
Ryan Emery <[email protected]>
3844
Sam Mikes <[email protected]>
3945
Takaya Kobayashi <[email protected]>
46+
Timo Weiß <[email protected]>
4047
48+
4149
Visnu Pitiyanuvath <[email protected]>
4250
Will Elwood <[email protected]>
51+
Wout Mertens <[email protected]>
52+
Yeonghoon Park <[email protected]>
4353
Zeke Sikelianos <[email protected]>

deps/npm/AUTHORS

+8-10
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ George Ornbo <[email protected]>
5757
Tim Oxley <[email protected]>
5858
Tyler Green <[email protected]>
5959
Dave Pacheco <[email protected]>
60-
60+
Danila Gerasimov <[email protected]>
6161
6262
Christian Howe <[email protected]>
6363
Andrew Lunny <[email protected]>
@@ -73,7 +73,6 @@ Phillip Howell <[email protected]>
7373
Domenic Denicola <[email protected]>
7474
James Halliday <[email protected]>
7575
Jeremy Cantrell <[email protected]>
76-
Trent Mick <[email protected]>
7776
7877
7978
Einar Otto Stangvik <[email protected]>
@@ -121,7 +120,6 @@ François Frisch <[email protected]>
121120
Trevor Burnham <[email protected]>
122121
Alan Shaw <[email protected]>
123122
TJ Holowaychuk <[email protected]>
124-
Luke Arduini <[email protected]>
125123
Nicholas Kinsey <[email protected]>
126124
Paulo Cesar <[email protected]>
127125
Elan Shanker <[email protected]>
@@ -157,7 +155,6 @@ Yeonghoon Park <[email protected]>
157155
Rafael de Oleza <[email protected]>
158156
Mikola Lysenko <[email protected]>
159157
Yazhong Liu <[email protected]>
160-
Younghoon Park <[email protected]>
161158
Neil Gentleman <[email protected]>
162159
Kris Kowal <[email protected]>
163160
Alex Gorbatchev <[email protected]>
@@ -206,13 +203,13 @@ Hunter Loftis <[email protected]>
206203
Peter Richardson <[email protected]>
207204
Jussi Kalliokoski <[email protected]>
208205
Filip Weiss <[email protected]>
209-
timoweiss <[email protected]>
206+
Timo Weiß <[email protected]>
210207
Christopher Hiller <[email protected]>
211208
Jérémy Lal <[email protected]>
212209
Anders Janmyr <[email protected]>
213210
Chris Meyers <[email protected]>
214211
Ludwig Magnusson <[email protected]>
215-
212+
Wout Mertens <[email protected]>
216213
Nick Santos <[email protected]>
217214
Terin Stock <[email protected]>
218215
Faiq Raza <[email protected]>
@@ -270,7 +267,7 @@ Julien Meddah <[email protected]>
270267
Michiel Sikma <[email protected]>
271268
Jakob Krigovsky <[email protected]>
272269
Charmander <[email protected]>
273-
erik wienhold <[email protected]>
270+
Erik Wienhold <[email protected]>
274271
James Butler <[email protected]>
275272
Kevin Kragenbrink <[email protected]>
276273
Arnaud Rinquin <[email protected]>
@@ -279,8 +276,6 @@ Antti Mattila <[email protected]>
279276
280277
Matt Zorn <[email protected]>
281278
Kyle Mitchell <[email protected]>
282-
Michael Hayes <[email protected]>
283-
Benjamin Coe <[email protected]>
284279
Jeremiah Senkpiel <[email protected]>
285280
Michael Klein <[email protected]>
286281
Simen Bekkhus <[email protected]>
@@ -289,4 +284,7 @@ thefourtheye <[email protected]>
289284
Clay Carpenter <[email protected]>
290285
bangbang93 <[email protected]>
291286
Nick Malaguti <[email protected]>
292-
287+
Cedric Nelson <[email protected]>
288+
Kat Marchán <[email protected]>
289+
290+
Eduardo Pinho <[email protected]>

deps/npm/CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
### v2.11.2 (2015-06-04):
2+
3+
Another small release this week, brought to you by the latest addition to the
4+
CLI team, [@zkat](https://github.com/zkat) (Hi, all!)
5+
6+
Mostly small documentation tweaks and version updates. Oh! And `npm outdated`
7+
is actually sorted now. Rejoice!
8+
9+
It's gonna be a while before we get another palindromic version number. Enjoy it
10+
while it lasts. :3
11+
12+
#### QUALITY OF LIFE HAS NEVER BEEN BETTER
13+
14+
* [`31aada4`](https://github.com/npm/npm/commit/31aada4ccc369c0903ff7f233f464955d12c6fe2)
15+
[#8401](https://github.com/npm/npm/issues/8401) `npm outdated` output is just
16+
that much nicer to consume now, due to sorting by name.
17+
[@watilde](https://github.com/watilde)
18+
* [`458a919`](https://github.com/npm/npm/commit/458a91925d8b20c5e672ba71a86745aad654abaf)
19+
[#8469](https://github.com/npm/npm/pull/8469) Explicitly set `cwd` for
20+
`preversion`, `version`, and `postversion` scripts. This makes the scripts
21+
findable relative to the root dir.
22+
([@alexkwolfe](https://github.com/alexkwolfe))
23+
* [`55d6d71`](https://github.com/npm/npm/commit/55d6d71562e979e745c9db88861cc39f99b9f3ec)
24+
Ensure package name and version are included in display during `npm version`
25+
lifecycle execution. Gets rid of those little `undefined`s in the console.
26+
([@othiym23](https://github.com/othiym23))
27+
28+
#### WORDS HAVE NEVER BEEN QUITE THIS READABLE
29+
30+
* [`3901e49`](https://github.com/npm/npm/commit/3901e4974c800e7f9fba4a5b2ff88da1126d5ef8)
31+
[#8462](https://github.com/npm/npm/pull/8462) English apparently requires
32+
correspondence between indefinite articles and attached nouns.
33+
([@Enet4](https://github.com/Enet4))
34+
* [`5a744e4`](https://github.com/npm/npm/commit/5a744e4b143ef7b2f50c80a1d96fdae4204d452b)
35+
[#8421](https://github.com/npm/npm/pull/8421) The effect of `npm prune`'s
36+
`--production` flag and how to use it have been documented a bit better.
37+
([@foiseworth](https://github.com/foiseworth))
38+
* [`eada625`](https://github.com/npm/npm/commit/eada625993485f0a2c5324b06f02bfa0a95ce4bc)
39+
We've updated our `.mailmap` and `AUTHORS` files to make sure credit is given
40+
where credit is due. ([@othiym23](https://github.com/othiym23))
41+
42+
#### VERSION NUMBERS HAVE NEVER BEEN BIGGER
43+
44+
* [`c929fd1`](https://github.com/npm/npm/commit/c929fd1d0604b5878ed05706447e078d3e41f5b3)
45+
`[email protected]`: Manually installed `v1.1.13` (steams3) to make deduping more reliable on `npm@<3`.
46+
([@othiym23](https://github.com/othiym23))
47+
* [`a9b4b78`](https://github.com/npm/npm/commit/a9b4b78dcc85571fd1cdd737903f7f37a5e6a755)
48+
`[email protected]`: Replace dependency on IncomingMessage's `.client` with `.socket` as the former was deprecated in 2.2.0.
49+
([@othiym23](https://github.com/othiym23))
50+
* [`4b5e557`](https://github.com/npm/npm/commit/4b5e557a23cdefd521ad154111e3d4dcc81f1cdb)
51+
`[email protected]`: Better testing, with coverage.
52+
([@othiym23](https://github.com/othiym23))
53+
* [`561affe`](https://github.com/npm/npm/commit/561affee21df9bbea5a47298f2452f533be8f359)
54+
`[email protected]`: .npmignore added for less cruft, and better testing, with coverage.
55+
([@othiym23](https://github.com/othiym23))
56+
* [`60aef3c`](https://github.com/npm/npm/commit/60aef3cf5d84d757752db3eb8ede2cb385469e7b)
57+
`[email protected]`: io.js fixes.
58+
([@zkat](https://github.com/zkat))
59+
* [`f8bd453`](https://github.com/npm/npm/commit/f8bd453b1a1c46ba7666cb166595e8a011eae443)
60+
`[email protected]`: Added MIT license to package.json
61+
([@zkat](https://github.com/zkat))
62+
163
### v2.11.1 (2015-05-28):
264

365
This release brought to you from poolside at the Omni Amelia Island Resort and

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ removed.
1515
Extraneous packages are packages that are not listed on the parent
1616
package's dependencies list.
1717

18-
If the `--production` flag is specified, this command will remove the
19-
packages specified in your `devDependencies`.
18+
If the `--production` flag is specified or the `NODE_ENV` environment
19+
variable is set to `production`, this command will remove the packages
20+
specified in your `devDependencies`. Setting `--production=false` will
21+
negate `NODE_ENV` being set to `production`.
2022

2123
## SEE ALSO
2224

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ run this script as well, so that you can test it easily.
499499

500500
## peerDependencies
501501

502-
In some cases, you want to express the compatibility of your package with an
502+
In some cases, you want to express the compatibility of your package with a
503503
host tool or library, while not necessarily doing a `require` of this host.
504504
This is usually referred to as a *plugin*. Notably, your module may be exposing
505505
a specific interface, expected and specified by the host documentation.

deps/npm/html/doc/README.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 id="legal-stuff">Legal Stuff</h2>
140140
<p>If you have a complaint about a package in the public npm registry,
141141
and cannot <a href="https://docs.npmjs.com/misc/disputes">resolve it with the package
142142
owner</a>, please email
143-
<a href="&#x6d;&#x61;&#105;&#108;&#x74;&#x6f;&#58;&#x73;&#x75;&#x70;&#112;&#x6f;&#x72;&#x74;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#x73;&#46;&#99;&#111;&#109;">&#x73;&#x75;&#x70;&#112;&#x6f;&#x72;&#x74;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#x73;&#46;&#99;&#111;&#109;</a> and explain the situation.</p>
143+
<a href="&#109;&#x61;&#x69;&#x6c;&#116;&#111;&#x3a;&#115;&#x75;&#112;&#112;&#111;&#114;&#116;&#64;&#110;&#112;&#109;&#106;&#115;&#x2e;&#99;&#111;&#109;">&#115;&#x75;&#112;&#112;&#111;&#114;&#116;&#64;&#110;&#112;&#109;&#106;&#115;&#x2e;&#99;&#111;&#109;</a> and explain the situation.</p>
144144
<p>Any data published to The npm Registry (including user account
145145
information) may be removed or modified at the sole discretion of the
146146
npm server administrators.</p>
@@ -183,5 +183,5 @@ <h2 id="see-also">SEE ALSO</h2>
183183
<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>
184184
<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>
185185
</table>
186-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].1</p>
186+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].2</p>
187187

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
2828
<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>
2929
<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>
3030
</table>
31-
<p id="footer">npm-bin &mdash; [email protected].1</p>
31+
<p id="footer">npm-bin &mdash; [email protected].2</p>
3232

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3333
<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>
3434
<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>
3535
</table>
36-
<p id="footer">npm-bugs &mdash; [email protected].1</p>
36+
<p id="footer">npm-bugs &mdash; [email protected].2</p>
3737

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</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-cache &mdash; [email protected].1</p>
45+
<p id="footer">npm-cache &mdash; [email protected].2</p>
4646

deps/npm/html/doc/api/npm-commands.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ <h2 id="see-also">SEE ALSO</h2>
3636
<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>
3737
<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>
3838
</table>
39-
<p id="footer">npm-commands &mdash; [email protected].1</p>
39+
<p id="footer">npm-commands &mdash; [email protected].2</p>
4040

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ <h2 id="see-also">SEE ALSO</h2>
5757
<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>
5858
<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>
5959
</table>
60-
<p id="footer">npm-config &mdash; [email protected].1</p>
60+
<p id="footer">npm-config &mdash; [email protected].2</p>
6161

deps/npm/html/doc/api/npm-deprecate.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-deprecate &mdash; [email protected].1</p>
50+
<p id="footer">npm-deprecate &mdash; [email protected].2</p>
5151

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3333
<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>
3434
<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>
3535
</table>
36-
<p id="footer">npm-docs &mdash; [email protected].1</p>
36+
<p id="footer">npm-docs &mdash; [email protected].2</p>
3737

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3636
<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>
3737
<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>
3838
</table>
39-
<p id="footer">npm-edit &mdash; [email protected].1</p>
39+
<p id="footer">npm-edit &mdash; [email protected].2</p>
4040

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ <h2 id="synopsis">SYNOPSIS</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-explore &mdash; [email protected].1</p>
34+
<p id="footer">npm-explore &mdash; [email protected].2</p>
3535

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ <h2 id="synopsis">SYNOPSIS</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].1</p>
47+
<p id="footer">npm-help-search &mdash; [email protected].2</p>
4848

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ <h2 id="see-also">SEE ALSO</h2>
3939
<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>
4040
<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>
4141
</table>
42-
<p id="footer">npm-init &mdash; [email protected].1</p>
42+
<p id="footer">npm-init &mdash; [email protected].2</p>
4343

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ <h2 id="synopsis">SYNOPSIS</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 &mdash; [email protected].1</p>
35+
<p id="footer">npm-install &mdash; [email protected].2</p>
3636

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</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-link &mdash; [email protected].1</p>
45+
<p id="footer">npm-link &mdash; [email protected].2</p>
4646

deps/npm/html/doc/api/npm-load.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3737
<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>
3838
<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>
3939
</table>
40-
<p id="footer">npm-load &mdash; [email protected].1</p>
40+
<p id="footer">npm-load &mdash; [email protected].2</p>
4141

deps/npm/html/doc/api/npm-ls.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ <h3 id="global">global</h3>
6363
<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>
6464
<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>
6565
</table>
66-
<p id="footer">npm-ls &mdash; [email protected].1</p>
66+
<p id="footer">npm-ls &mdash; [email protected].2</p>
6767

deps/npm/html/doc/api/npm-outdated.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
2828
<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>
2929
<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>
3030
</table>
31-
<p id="footer">npm-outdated &mdash; [email protected].1</p>
31+
<p id="footer">npm-outdated &mdash; [email protected].2</p>
3232

0 commit comments

Comments
 (0)