Skip to content

Commit bf63266

Browse files
zkatFishrock123
authored andcommitted
deps: upgrade to npm 2.13.3
PR-URL: #2284 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent d5ab92b commit bf63266

File tree

320 files changed

+10293
-13722
lines changed

Some content is hidden

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

320 files changed

+10293
-13722
lines changed

deps/npm/AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,6 @@ Joseph Dykstra <[email protected]>
298298
Joshua Egan <[email protected]>
299299
Thomas Cort <[email protected]>
300300
Thaddee Tyl <[email protected]>
301+
Steve Klabnik <[email protected]>
302+
Andrew Murray <[email protected]>
303+
Stephan Bönnemann <[email protected]>

deps/npm/CHANGELOG.md

+102-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,104 @@
1+
### v2.13.3 (2015-07-23):
2+
3+
#### I'M SAVING THE GOOD JOKES FOR MORE INTERESTING RELEASES
4+
5+
It's pretty hard to outdo last week's release buuuuut~ I promise I'll have a
6+
treat when we release our shiny new **Teams and Organizations** feature! :D
7+
(Coming Soon™). It'll be a real *gem*.
8+
9+
That means it's a pretty low-key release this week. We got some nice
10+
documentation tweaks, a few bugfixes, and other such things, though!
11+
12+
Oh, and a _bunch of version bumps_. Thanks, `semver`!
13+
14+
#### IT'S THE LITTLE THINGS THAT MATTER
15+
16+
* [`2fac6ae`](https://github.com/npm/npm/commit/2fac6aeffefba2934c3db395b525d931599c34d8)
17+
[#9012](https://github.com/npm/npm/issues/9012) A convenience for releases --
18+
using the globally-installed npm before now was causing minor annoyances, so
19+
we just use the exact same npm we're releasing to build the new release.
20+
([@zkat](https://github.com/zkat))
21+
22+
#### WHAT DOES THIS BUTTON DO?
23+
24+
There's a couple of doc updates! The last one might be interesting.
25+
26+
* [`4cd3205`](https://github.com/npm/npm/commit/4cd32050c0f89b7f1ae486354fa2c35eea302ba5)
27+
[#9002](https://github.com/npm/npm/issues/9002) Updated docs to list the
28+
various files that npm automatically includes and excludes, regardless of
29+
settings.
30+
([@SimenB](https://github.com/SimenB))
31+
* [`cf09e75`](https://github.com/npm/npm/commit/cf09e754931739af32647d667b671e72a4c79081)
32+
33+
[#9022](https://github.com/npm/npm/issues/9022) Document the `"access"` field
34+
in `"publishConfig"`. Did you know you don't need to use `--access=public`
35+
when publishing scoped packages?! Just put it in your `package.json`!
36+
Go refresh yourself on scopes packages by [checking our docs](https://docs.npmjs.com/getting-started/scoped-packages) on them.
37+
38+
([@boennemann](https://github.com/boennemann))
39+
* [`bfd73da`](https://github.com/npm/npm/commit/bfd73da33349cc2afb8278953b2ae16ea95023de)
40+
[#9013](https://github.com/npm/npm/issues/9013) fixed typo in changelog
41+
([@radarhere](https://github.com/radarhere))
42+
43+
#### THE SEMVER MAJOR VERSION APOCALYPSE IS UPON US
44+
45+
Basically, `semver` is up to `@5`, and that meant we needed to go in an update a
46+
bunch of our dependencies manually. `node-gyp` is still pending update, since
47+
it's not ours, though!
48+
49+
* [`9232e58`](https://github.com/npm/npm/commit/9232e58d54c032c23716ef976023d36a42bfdcc9)
50+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
51+
([@othiym23](https://github.com/othiym23))
52+
* [`ba44f6b`](https://github.com/npm/npm/commit/ba44f6b4201a4faee025341b123e372d8f45b6d9)
53+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
54+
([@othiym23](https://github.com/othiym23))
55+
* [`3901d3c`](https://github.com/npm/npm/commit/3901d3cf191880bb4420b1d6b8aedbcd8fc26cdf)
56+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
57+
([@othiym23](https://github.com/othiym23))
58+
* [`ffcc7dd`](https://github.com/npm/npm/commit/ffcc7dd12f8bb94ff0f64c465c57e460b3f24a24)
59+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
60+
([@othiym23](https://github.com/othiym23))
61+
* [`7128f9e`](https://github.com/npm/npm/commit/7128f9ec10c0c8482087511b716dbddb54249626)
62+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
63+
([@othiym23](https://github.com/othiym23))
64+
* [`af28911`](https://github.com/npm/npm/commit/af28911ecd54a844f848c6ae41887097d6aa2f3b)
65+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`
66+
([@othiym23](https://github.com/othiym23))
67+
* [`3cc817a`](https://github.com/npm/npm/commit/3cc817a0f34f698b580ff6ff02308700efc54f7c)
68+
[#8972](https://github.com/npm/npm/issues/8972) node-gyp needs its own version
69+
of semver
70+
([@othiym23](https://github.com/othiym23))
71+
* [`f98eccc`](https://github.com/npm/npm/commit/f98eccc6e3a6699ca0aa9ecbad93a3b995583871)
72+
[#8972](https://github.com/npm/npm/issues/8972) `[email protected]`: Stop including
73+
browser builds.
74+
([@isaacs](https://github.com/isaacs))
75+
76+
#### \*BUMP\*
77+
78+
And some other version bumps for good measure.
79+
80+
* [`254ecfb`](https://github.com/npm/npm/commit/254ecfb04f026c2fd16427db01a53600c1892c8b)
81+
[#8990](https://github.com/npm/npm/issues/8990) `[email protected]`: Fixes an
82+
issue with documentation rendering where backticks in 2nd-level headers would
83+
break rendering (?!?!)
84+
([@steveklabnik](https://github.com/steveklabnik))
85+
* [`79efd79`](https://github.com/npm/npm/commit/79efd79ac216da8cee8636fb2ed926b0196a4eb6)
86+
`[email protected]`: A pattern like `'*.!(x).!(y)'` should not match a name
87+
like `'a.xyz.yab'`.
88+
([@isaacs](https://github.com/isaacs))
89+
* [`39c7dc9`](https://github.com/npm/npm/commit/39c7dc9a4e17cd35a5ed882ba671821c9a900f9e)
90+
`[email protected]`: A few bug fixes and doc updates.
91+
([@simov](https://github.com/simov))
92+
* [`72d3c3a`](https://github.com/npm/npm/commit/72d3c3a9e1e461608aa21b14c01a650333330da9)
93+
`[email protected]`: Minor doc and dep updates
94+
([@isaacs](https://github.com/isaacs))
95+
* [`7513035`](https://github.com/npm/npm/commit/75130356a06f5f4fbec3786aac9f9f0b36dfe010)
96+
97+
([@pgte](https://github.com/pgte))
98+
* [`3d9aa82`](https://github.com/npm/npm/commit/3d9aa82260f0643a32c13d0c1ed16f644b6fd4ab)
99+
Fixes this thing where Kat decided to save `nock` as a regular dependency ;)
100+
([@othiym23](https://github.com/othiym23))
101+
1102
### v2.13.2 (2015-07-16):
2103

3104
#### HOLD ON TO YOUR TENTACLES... IT'S NPM RELEASE TIME!
@@ -138,7 +239,7 @@ right back. This should help out folks dealing with things like proxy issues or
138239
other registry-access debugging issues. Give it a shot!
139240

140241
This addresses [#5750](https://github.com/npm/npm/issues/5750), and will help
141-
with the `npm doctor` stuff descripbed in
242+
with the `npm doctor` stuff described in
142243
[#6756](https://github.com/npm/npm/issues/6756).
143244

144245
* [`f1f7a85`](https://github.com/npm/npm/commit/f1f7a85)

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

+26-6
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,26 @@ which will keep files from being included, even if they would be picked
183183
up by the files array. The ".npmignore" file works just like a
184184
".gitignore".
185185

186+
Certain files are always included, regardless of settings:
187+
188+
* `package.json`
189+
* `README` (and its variants)
190+
* `CHANGELOG` (and its variants)
191+
* `LICENSE` / `LICENCE`
192+
193+
Conversely, some files are always ignored:
194+
195+
* `.git`
196+
* `CVS`
197+
* `.svn`
198+
* `.hg`
199+
* `.lock-wscript`
200+
* `.wafpickle-N`
201+
* `*.swp`
202+
* `.DS_Store`
203+
* `._*`
204+
* `npm-debug.log`
205+
186206
## main
187207

188208
The main field is a module ID that is the primary entry point to your program.
@@ -670,13 +690,13 @@ param at publish-time.
670690

671691
## publishConfig
672692

673-
This is a set of config values that will be used at publish-time. It's
674-
especially handy if you want to set the tag or registry, so that you can
675-
ensure that a given package is not tagged with "latest" or published to
676-
the global public registry by default.
693+
This is a set of config values that will be used at publish-time. It's
694+
especially handy if you want to set the tag, registry or access, so that
695+
you can ensure that a given package is not tagged with "latest", published
696+
to the global public registry or that a scoped module is private by default.
677697

678-
Any config values can be overridden, but of course only "tag" and
679-
"registry" probably matter for the purposes of publishing.
698+
Any config values can be overridden, but of course only "tag", "registry" and
699+
"access" probably matter for the purposes of publishing.
680700

681701
See `npm-config(7)` to see the list of config options that can be
682702
overridden.

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="&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#x73;&#x75;&#112;&#x70;&#x6f;&#114;&#116;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#115;&#46;&#99;&#x6f;&#x6d;">&#x73;&#x75;&#112;&#x70;&#x6f;&#114;&#116;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#115;&#46;&#99;&#x6f;&#x6d;</a> and explain the situation.</p>
143+
<a href="&#109;&#97;&#x69;&#108;&#116;&#x6f;&#58;&#x73;&#x75;&#x70;&#x70;&#111;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#106;&#x73;&#x2e;&#99;&#111;&#x6d;">&#x73;&#x75;&#x70;&#x70;&#111;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#106;&#x73;&#x2e;&#99;&#111;&#x6d;</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].2</p>
186+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].3</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].2</p>
31+
<p id="footer">npm-bin &mdash; [email protected].3</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].2</p>
36+
<p id="footer">npm-bugs &mdash; [email protected].3</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].2</p>
45+
<p id="footer">npm-cache &mdash; [email protected].3</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].2</p>
39+
<p id="footer">npm-commands &mdash; [email protected].3</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].2</p>
60+
<p id="footer">npm-config &mdash; [email protected].3</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].2</p>
50+
<p id="footer">npm-deprecate &mdash; [email protected].3</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].2</p>
36+
<p id="footer">npm-docs &mdash; [email protected].3</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].2</p>
39+
<p id="footer">npm-edit &mdash; [email protected].3</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].2</p>
34+
<p id="footer">npm-explore &mdash; [email protected].3</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].2</p>
47+
<p id="footer">npm-help-search &mdash; [email protected].3</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].2</p>
42+
<p id="footer">npm-init &mdash; [email protected].3</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].2</p>
35+
<p id="footer">npm-install &mdash; [email protected].3</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].2</p>
45+
<p id="footer">npm-link &mdash; [email protected].3</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].2</p>
40+
<p id="footer">npm-load &mdash; [email protected].3</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].2</p>
66+
<p id="footer">npm-ls &mdash; [email protected].3</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].2</p>
31+
<p id="footer">npm-outdated &mdash; [email protected].3</p>
3232

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

deps/npm/html/doc/api/npm-pack.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-pack &mdash; [email protected].2</p>
36+
<p id="footer">npm-pack &mdash; [email protected].3</p>
3737

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h2 id="synopsis">SYNOPSIS</h2>
2929
<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>
3030
<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>
3131
</table>
32-
<p id="footer">npm-ping &mdash; [email protected].2</p>
32+
<p id="footer">npm-ping &mdash; [email protected].3</p>

0 commit comments

Comments
 (0)