Skip to content

Commit 071c72a

Browse files
zkatjasnell
authored andcommitted
deps: upgrade to npm 2.14.7
PR-URL: #3299 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 8383c4f commit 071c72a

File tree

486 files changed

+9346
-3164
lines changed

Some content is hidden

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

486 files changed

+9346
-3164
lines changed

deps/npm/AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,5 @@ João Reis <[email protected]>
310310
Matthew Hasbach <[email protected]>
311311
Anna Henningsen <[email protected]>
312312
313+
James Hartig <[email protected]>
314+

deps/npm/CHANGELOG.md

+140
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,143 @@
1+
### v2.14.7 (2015-10-01):
2+
3+
#### MORE RELEASE STAGGERING?!
4+
5+
Hi all, and greetings from [Open Source & Feelings](http://osfeels.com)!
6+
7+
So we're switching gears a little with how we handle our weekly releases: from
8+
now on, we're going to stagger release weeks between dependency bumps and
9+
regular patches. So, this week, aside from a doc change, we'll be doing only
10+
version bumps. Expect actual patches next week!
11+
12+
#### TOTALLY FOLLOWING THE RULES ALREADY
13+
14+
So I snuck this in, because it's our own [@snopeks](https://github.com/snopeks)'
15+
first contribution to the main `npm` repo. She's been helping with building
16+
support documents for Orgs, and contributed her general intro guide to the new
17+
feature so you can read it with `npm help orgs` right in your terminal!
18+
19+
* [`8324ea0`](https://github.com/npm/npm/commit/8324ea023ace4e08b6b8959ad199e2457af9f9cf)
20+
[#9761](https://github.com/npm/npm/pull/9761) Added general user guide for
21+
Orgs.
22+
([@snopeks](https://github.com/snopeks))
23+
24+
#### JUST. ONE. MORE.
25+
26+
* [`9a502ca`](https://github.com/npm/npm/commit/9a502ca96e2d43ec75a8f684c9ca33af7e910f0a)
27+
Use unique package name in tests to work around weird test-state-based
28+
failures.
29+
([@iarna](https://github.com/iarna))
30+
31+
#### OKAY ACTUALLY THE THING I WAS SUPPOSED TO DO
32+
33+
Anyway -- here's your version bump! :)
34+
35+
* [`4aeb94c`](https://github.com/npm/npm/commit/4aeb94c9f0df3f41802cf2e0397a998f3b527c25)
36+
`[email protected]`: No longer defaulting to `application/json` for `json`
37+
requests. Also some minor doc and packaging patches.
38+
([@simov](https://github.com/simov))
39+
`[email protected]`: No longer packaging browser modules.
40+
([@isaacs](https://github.com/isaacs))
41+
* [`a18b213`](https://github.com/npm/npm/commit/a18b213e6945a8f5faf882927829ac95f844e2aa)
42+
`[email protected]`: Upgraded `minimatch` dependency.
43+
([@isaacs](https://github.com/isaacs))
44+
* [`9eb64d4`](https://github.com/npm/npm/commit/9eb64e44509519ca9d788502edb2eba4cea5c86b)
45+
46+
([@pgte](https://github.com/pgte))
47+
48+
### v2.14.6 (2015-09-24):
49+
50+
#### `¯\_(ツ)_/¯`
51+
52+
Since `2.x` is LTS now, you can expect a slowdown in overall release sizes. On
53+
top of that, we had our all-company-npm-internal-conf thing on Monday and
54+
Tuesday so there wasn't really time to do much at all.
55+
56+
Still, we're bringing you a couple of tiny little changes this week!
57+
58+
* [`7b7da13`](https://github.com/npm/npm/commit/7b7da13c6cdf5eae53c20d5c69afc4c16e6f715d)
59+
[#9471](https://github.com/npm/npm/pull/9471) When the port for a tarball is
60+
different than the registry it's in, but the hostname is the same, the
61+
protocol is now allowed to change, too.
62+
([@fastest963](https://github.com/fastest963))
63+
* [`6643ada`](https://github.com/npm/npm/commit/6643adaf9f37f08893e3ad28b797c55a36b2a152)
64+
`[email protected]`: Use `application/json` as the default content type when
65+
making `json` requests.
66+
([@simov](https://github.com/simov))
67+
68+
### v2.14.5 (2015-09-17):
69+
70+
#### NPM IS DEAD. LONG LIVE NPM
71+
72+
That's right folks. As of this week, `npm@latest` is `npm@3`! There's some
73+
really great shiny new things over there, and you should really take a look.
74+
75+
Many kudos to [@iarna](https://github.com/iarna) for her hard work on `npm@3`!
76+
77+
Don't worry, we'll keep `2.x` around for a while (as LTS), but you won't see
78+
many, if any, new features on this end. From now on, we're going to use
79+
`latest-2` and `next-2` as the dist tags for the `npm@2` branch.
80+
81+
#### OKAY THAT'S FINE CAN I DEPRECATE THINGS NOW?
82+
83+
Yes! Specially if you're using scoped packages. Apparently, deprecating them
84+
never worked, but that should be better now. :)
85+
86+
* [`eca7b24`](https://github.com/npm/npm/commit/eca7b24de9a0090da02a93a69726f5e70ab80543)
87+
[#9558](https://github.com/npm/npm/issues/9558) Add tests for npm deprecate.
88+
([@zkat](https://github.com/zkat))
89+
* [`648fe16`](https://github.com/npm/npm/commit/648fe16157ef0db22395ae056d1dd4b4c1605bf4)
90+
[#9558](https://github.com/npm/npm/issues/9558) `[email protected]`:
91+
Fixes `npm deprecate` so you can actually deprecate scoped modules now (it
92+
never worked).
93+
([@zkat](https://github.com/zkat))
94+
95+
#### WTF IS `node-waf`
96+
97+
idk. Some old thing. We don't talk about it anymore.
98+
99+
* [`cf1b39f`](https://github.com/npm/npm/commit/cf1b39fc95a9ffad7fba4c2fee705c53b19d1d16)
100+
[#9584](https://github.com/npm/npm/issues/9584) Fix ancient references to
101+
`node-waf` in the docs to refer to the `node-gyp` version of things.
102+
([@KenanY](https://github.com/KenanY))
103+
104+
#### THE `graceful-fs` AND `node-gyp` SAGA CONTINUES
105+
106+
Last week had some sweeping `graceful-fs` upgrades, and this takes care of one
107+
of the stragglers, as well as bumping `node-gyp`. `node@4` users might be
108+
excited about this, or even `node@<4` users who previously had to cherry-pick a
109+
bunch of patches to get the latest npm working.
110+
111+
* [`e07354f`](https://github.com/npm/npm/commit/e07354f3ff3a6be568fe950f1f825897f72912d8)
112+
`[email protected]`: Upgraded graceful-fs!
113+
([@ForbesLindesay](https://github.com/ForbesLindesay))
114+
* [`83cb6ee`](https://github.com/npm/npm/commit/83cb6ee4045b85e565e9678ca1878877e1dc75bd)
115+
116+
([@rvagg](https://github.com/rvagg))
117+
118+
#### DEPS! DEPS! MORE DEPS! OK STOP DEPS
119+
120+
* [`0d60888`](https://github.com/npm/npm/commit/0d608889615a1cb63f5f852337e955053f201aeb)
121+
`[email protected]`: Use an external package to check for built-in
122+
node modules.
123+
([@sindresorhus](https://github.com/sindresorhus))
124+
* [`79b4dac`](https://github.com/npm/npm/commit/79b4dac11f1c2d8ad5489fc3104734e1c10d4793)
125+
126+
([@tim-kos](https://github.com/tim-kos))
127+
* [`c164941`](https://github.com/npm/npm/commit/c164941d3c792904d5b126a4fd36eefbe0699f52)
128+
`[email protected]`: node 4 added to build targets. Option initialization issues
129+
fixed.
130+
([@simov](https://github.com/simov))
131+
* [`0fd878a`](https://github.com/npm/npm/commit/0fd878a44d5ae303325808d1f00df4dce7549d50)
132+
`[email protected]`: Cache serialization support and fixes a cache length bug.
133+
([@isaacs](https://github.com/isaacs))
134+
* [`6a7a114`](https://github.com/npm/npm/commit/6a7a114a45b4699995d6e09164fdfd0fa1274591)
135+
136+
([@pgte](https://github.com/pgte))
137+
* [`6b25e6d`](https://github.com/npm/npm/commit/6b25e6d2235c11f4444104db4545cb42a0267666)
138+
`[email protected]`: Removed uglify-js dead code.
139+
([@isaacs](https://github.com/isaacs))
140+
1141
### v2.14.4 (2015-09-10):
2142

3143
#### THE GREAT NODEv4 SAGA

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

+4
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@ Frequently Asked Questions
421421

422422
Index of all npm documentation
423423

424+
### npm-orgs(7)
425+
426+
Working with Teams & Orgs
427+
424428
### npm-registry(7)
425429

426430
The JavaScript Package Registry

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

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
npm-orgs(7) -- Working with Teams & Orgs
2+
========================================
3+
4+
## DESCRIPTION
5+
6+
There are three levels of org users:
7+
8+
1. Super admin, controls billing & adding people to the org.
9+
2. Team admin, manages team membership & package access.
10+
3. Developer, works on packages they are given access to.
11+
12+
The super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a `developers` team that all users are automatically added to.
13+
14+
The team admin is the person who manages team creation, team membership, and package access for teams. The team admin grants package access to teams, not individuals.
15+
16+
The developer will be able to access packages based on the teams they are on. Access is either read-write or read-only.
17+
18+
There are two main commands:
19+
20+
1. `npm team` see npm-access(1) for more details
21+
2. `npm access` see npm-team(1) for more details
22+
23+
## Team Admins create teams
24+
25+
* Check who you’ve added to your org:
26+
27+
```
28+
npm team ls <org>:developers
29+
```
30+
31+
* Each org is automatically given a `developers` team, so you can see the whole list of team members in your org. This team automatically gets read-write access to all packages, but you can change that with the `access` command.
32+
33+
* Create a new team:
34+
35+
```
36+
npm team create <org:team>
37+
```
38+
39+
* Add members to that team:
40+
41+
```
42+
npm team add <org:team> <user>
43+
```
44+
45+
## Publish a package and adjust package access
46+
47+
* In package directory, run
48+
49+
```
50+
npm init --scope=<org>
51+
```
52+
to scope it for your org & publish as usual
53+
54+
* Grant access:
55+
56+
```
57+
npm access grant <read-only|read-write> <org:team> [<package>]
58+
```
59+
60+
* Revoke access:
61+
62+
```
63+
npm access revoke <org:team> [<package>]
64+
```
65+
66+
## Monitor your package access
67+
68+
* See what org packages a team member can access:
69+
70+
```
71+
npm access ls-packages <org> <user>
72+
```
73+
74+
* See packages available to a specific team:
75+
76+
```
77+
npm access ls-packages <org:team>
78+
```
79+
80+
* Check which teams are collaborating on a package:
81+
82+
```
83+
npm access ls-collaborators <pkg>
84+
```
85+
86+
## SEE ALSO
87+
88+
* npm-team(1)
89+
* npm-access(1)
90+
* npm-scope(7)

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ npm will default some script values based on package contents.
6969
If there is a `server.js` file in the root of your package, then npm
7070
will default the `start` command to `node server.js`.
7171

72-
* `"preinstall": "node-waf clean || true; node-waf configure build"`:
72+
* `"install": "node-gyp rebuild"`:
7373

74-
If there is a `wscript` file in the root of your package, npm will
75-
default the `preinstall` command to compile using node-waf.
74+
If there is a `bindings.gyp` file in the root of your package, npm will
75+
default the `install` command to compile using node-gyp.
7676

7777
## USER
7878

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

0 commit comments

Comments
 (0)