Skip to content

Commit 855604c

Browse files
iarnaMyles Borins
authored and
Myles Borins
committed
deps: upgrade npm in LTS to 2.15.4
PR-URL: #6663 Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 29e25d8 commit 855604c

File tree

326 files changed

+3865
-2136
lines changed

Some content is hidden

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

326 files changed

+3865
-2136
lines changed

deps/npm/AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,8 @@ doug.wade <doug.wade@redfin.com>
357357
rhgb <kaiserdaemon@gmail.com>
358358
Yael <yaelz@users.noreply.github.com>
359359
Yann Odeyer <yann@odeyer.com>
360+
James Monger <jameskmonger@hotmail.co.uk>
361+
Paul Irish <paul.irish@gmail.com>
362+
Paul O'Leary McCann <polm@dampfkraft.com>
363+
Francis Gulotta <wizard@roborooter.com>
364+
Rachel Evans <git@rve.org.uk>

deps/npm/CHANGELOG.md

+175-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,122 @@
1+
### v2.15.4 (2016-04-21):
2+
3+
Gosh, it's been a peaceful couple of weeks!
4+
5+
Overall, the CLI team has been focused on the project to [get the test suite
6+
passing on Windows](https://github.com/npm/npm/pull/11444). Our efforts should
7+
be paying off soon -- there's only a couple of tests left!
8+
9+
It's very unlikely those particular changes will make their way into our current
10+
`npm@2` LTS release, I think, but it will help `npm@3` a lot, as well as
11+
whatever version makes it into [`node@6`, which will eventually be the next
12+
Node.js LTS](https://github.com/nodejs/node/pull/6155).
13+
14+
As far as this week goes, we've got a couple of dep updates and doc fixes.
15+
Always happy to see community contributions flying in. 💚
16+
17+
#### DEP UPDATE MAGIC
18+
19+
* [`b178c4a`](https://github.com/npm/npm/commit/b178c4ac9ce91c0a0794526a38b553c759132d18)
20+
`spdx-license-ids@1.2.1`:
21+
Minor project-related tweaks -- no license changes.
22+
([@shinnn](https://github.com/shinnn))
23+
* [`1adf179`](https://github.com/npm/npm/commit/1adf179948ab8cb97dfb2f46a61e9f37d944c42a)
24+
`normalize-git-url@3.0.2`:
25+
Fixes `file://` URLs on Windows. Turns out stuff like `file://C:\hello` is
26+
actually fairly weird for a URL (it's not actually a valid URL, but we're just
27+
gonna pretend.😉)
28+
([@zkat](https://github.com/zkat))
29+
* [`9cfd56c`](https://github.com/npm/npm/commit/9cfd56cdadc040c0b2fa7654cdb5e7d22dbef7cb)
30+
`fs-vacuum@1.2.9`:
31+
This one goes out to our fans at Big Blue: There was an AIX-specific issue
32+
where `fs.rmDir` was failing with `EEXIST` instead of `ENOTEMPTY` with
33+
non-empty directories.
34+
([@richardlau](https://github.com/richardlau))
35+
36+
#### HOORAY DOC CONTRIBUTIONS
37+
38+
No seriously, we love these. Keep 'em comin'!
39+
40+
* [`2afe8bf`](https://github.com/npm/npm/commit/2afe8bf415a159baa181a8102f72c96e1d189bc9)
41+
[#12415](https://github.com/npm/npm/pull/12415)
42+
Clarify that the `--cert` and `--key` options are actual certs and keys, not
43+
paths to files containing them.
44+
([@rvedotrc](https://github.com/rvedotrc))
45+
* [`3522560`](https://github.com/npm/npm/commit/3522560b0a4bb6c9717a34f9728f156fd9760cad)
46+
[#12107](https://github.com/npm/npm/pull/12107)
47+
Document `npm login` as an alias to `npm adduser`. People are still surprised
48+
by this so often.
49+
([@gnerkus](https://github.com/gnerkus))
50+
51+
### v2.15.3 (2016-03-31):
52+
53+
Hiiiiiii!~👋
54+
55+
We're really happy to be getting more and more community contributions! Keep it
56+
up! We really appreciate folks trying to help us, and we'll do our best to help
57+
point you in the right direction. Even things like documentation are a huge
58+
help. And remember -- you get socks for it, too!🎁
59+
60+
This week is as quiet as usual, aside from fixing a regression to `npm
61+
deprecate` you might want to pay attention to! Other than that, just docs and
62+
deps, as any good LTS release train should be. 🙆
63+
64+
#### FIXME
65+
66+
* [`6e0b66e`](https://github.com/npm/npm/commit/6e0b66e282aa27d1b5371e2babaa859924121730)
67+
[#11884](https://github.com/npm/npm/pull/11884)
68+
Include `node_modules` in the list of files and directories that npm won't
69+
include in packages ordinarily. (Modules listed in `bundledDependencies` and
70+
things that those modules rely on, ARE included of course.)
71+
([@Jameskmonger](https://github.com/Jameskmonger))
72+
* [`9896290`](https://github.com/npm/npm/commit/98962909b160364030705575202ad133971033c1)
73+
[#12079](https://github.com/npm/npm/pull/12079)
74+
Back in `npm@2.13.1` we included [a patch that made it so `npm install pkg`
75+
was basically `npm install pkg@latest` instead of
76+
`pkg@*`](https://github.com/npm/npm/pull/9170) This is probably what most
77+
users expected, but it also ended up [breaking `npm
78+
deprecate`](https://github.com/npm/npm/pull/9170) when no version was provided
79+
for a package. In that case, we were using `*` to mean "deprecate all
80+
versions" and relying on the `pkg` -> `pkg@*` conversion. This patch fixes
81+
`npm deprecate pkg` to work as it used to by special casing that particular
82+
command's behavior.
83+
([@polm](https://github.com/polm))
84+
* [`6c1628f`](https://github.com/npm/npm/commit/6c1628f62b657db6c116be13849d00933a3388cd)
85+
[#12146](https://github.com/npm/npm/pull/12146)
86+
Adds `make doc-clean` to `prepublish` script, to clear out previously built
87+
docs before publishing a new npm version.
88+
([@watilde](https://github.com/watilde))
89+
* [`6d3017e`](https://github.com/npm/npm/commit/6d3017e6eed8a771b395d10130ac1f498e2d3211)
90+
[#12146](https://github.com/npm/npm/pull/12146)
91+
Adds `doc-clean` phony target to `make publish`.
92+
([@watilde](https://github.com/watilde))
93+
94+
#### DOCS
95+
96+
* [`d43921c`](https://github.com/npm/npm/commit/d43921c546617cdb94bbee444d7d67ef55f38dc5)
97+
[#12147](https://github.com/npm/npm/pull/12147)
98+
Document that the current behavior of `engines` is just to warn if the node
99+
platform is incompatible.
100+
([@reconbot](https://github.com/reconbot))
101+
* [`3cfe99e`](https://github.com/npm/npm/commit/3cfe99e3a757c5d8cbb1c2789410e9802563abac)
102+
[#12093](https://github.com/npm/npm/pull/12093)
103+
Update `bugs` url in `package.json` to use the `https` URL for Github.
104+
([@watilde](https://github.com/watilde))
105+
* [`ecf865f`](https://github.com/npm/npm/commit/ecf865f4eed1419c75442e0d52bc34ba1647de15)
106+
[#12075](https://github.com/npm/npm/pull/12075)
107+
Add the `--ignore-scripts` flag to the `npm install` docs.
108+
([@paulirish](https://github.com/paulirish))
109+
* [`f0e6db3`](https://github.com/npm/npm/commit/f0e6db32827d88680ef2320e60c0863754a4fbc5)
110+
[#12063](https://github.com/npm/npm/pull/12063)
111+
Various minor fixes to the html docs homepage.
112+
([@watilde](https://github.com/watilde))
113+
114+
#### DEPS
115+
116+
* [`e2660de`](https://github.com/npm/npm/commit/e2660de1c08ed68a1c6fc4ee75d10376595979be)
117+
`npmlog@2.0.3`
118+
([@iarna](https://github.com/iarna))
119+
1120
### v2.15.2 (2016-03-24):
2121

3122
It's always nice to see new contributors. 💚
@@ -44,9 +163,62 @@ we'll link to that in the (near?) future, when it's ready to roll out.
44163

45164
### v2.15.1 (2016-03-17):
46165

47-
It's another one of those releases again! Docs and tests, it turns out, have a
48-
pretty easy time getting into LTS releases, and boring is exactly how LTS should
49-
be. 💁
166+
#### SECURITY ADVISORY: BEARER TOKEN DISCLOSURE
167+
168+
This release includes [the fix for a
169+
vulnerability](https://github.com/npm/npm/commit/fea8cc92cee02c720b58f95f14d315507ccad401)
170+
that could cause the unintentional leakage of bearer tokens.
171+
172+
Here are details on this vulnerability and how it affects you.
173+
174+
##### DETAILS
175+
176+
Since 2014, npm’s registry has used HTTP bearer tokens to authenticate requests
177+
from the npm’s command-line interface. A design flaw meant that the CLI was
178+
sending these bearer tokens with _every_ request made by logged-in users,
179+
regardless of the destination of their request. (The bearers only should have
180+
been included for requests made against a registry or registries used for the
181+
current install.)
182+
183+
An attacker could exploit this flaw by setting up an HTTP server that could
184+
collect authentication information, then use this authentication information to
185+
impersonate the users whose tokens they collected. This impersonation would
186+
allow them to do anything the compromised users could do, including publishing
187+
new versions of packages.
188+
189+
With the fixes we’ve released, the CLI will only send bearer tokens with
190+
requests made against a registry.
191+
192+
##### THINK YOU'RE AT RISK? REGENERATE YOUR TOKENS
193+
194+
If you believe that your bearer token may have been leaked, [invalidate your
195+
current npm bearer tokens](https://www.npmjs.com/settings/tokens) and rerun
196+
`npm login` to generate new tokens. Keep in mind that this may cause continuous
197+
integration builds in services like Travis to break, in which case you’ll need
198+
to update the tokens in your CI server’s configuration.
199+
200+
##### WILL THIS BREAK MY CURRENT SETUP?
201+
202+
Maybe.
203+
204+
npm’s CLI team believes that the fix won’t break any existing registry setups.
205+
Due to the large number of registry software suites out in the wild, though,
206+
it’s possible our change will be breaking in some cases.
207+
208+
If so, please [file an issue](https://github.com/npm/npm/issues/new) describing
209+
the software you’re using and how it broke. Our team will work with you to
210+
mitigate the breakage.
211+
212+
##### CREDIT & THANKS
213+
214+
Thanks to Mitar, Will White & the team at Mapbox, Max Motovilov, and James
215+
Taylor for reporting this vulnerability to npm.
216+
217+
### BACK TO YOUR REGULARLY SCHEDULED PROGRAMMING
218+
219+
Aside from that, it's another one of those releases again! Docs and tests, it
220+
turns out, have a pretty easy time getting into LTS releases, and boring is
221+
exactly how LTS should be. 💁
50222

51223
#### DOCS
52224

deps/npm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ test: doc
176176
tag:
177177
npm tag npm@$(PUBLISHTAG) latest
178178

179-
publish: link doc
179+
publish: link doc-clean doc
180180
@git push origin :v$(shell npm -v) 2>&1 || true
181181
git clean -fd &&\
182182
git push origin $(BRANCH) &&\

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

+3
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ local copy exists on disk.
250250
The `--global` argument will cause npm to install the package globally
251251
rather than locally. See `npm-folders(5)`.
252252

253+
The `--ignore-scripts` argument will cause npm to not execute any
254+
scripts defined in the package.json. See `npm-scripts(7)`.
255+
253256
The `--link` argument will cause npm to link global installs into the
254257
local space in some cases.
255258

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ Conversely, some files are always ignored:
204204
* `._*`
205205
* `npm-debug.log`
206206
* `.npmrc`
207+
* `node_modules`
207208

208209
## main
209210

@@ -644,8 +645,8 @@ are capable of properly installing your program. For example:
644645

645646
{ "engines" : { "npm" : "~1.0.20" } }
646647

647-
Note that, unless the user has set the `engine-strict` config flag, this
648-
field is advisory only.
648+
Unless the user has set the `engine-strict` config flag, this
649+
field is advisory only will produce warnings when your package is installed as a dependency.
649650

650651
## engineStrict
651652

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

+12-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,12 @@ explicitly used, and that only GET requests use the cache.
228228
* Default: `null`
229229
* Type: String
230230

231-
A client certificate to pass when accessing the registry.
231+
A client certificate to pass when accessing the registry. Values should be in
232+
PEM format with newlines replaced by the string "\n". For example:
233+
234+
cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
235+
236+
It is _not_ the path to a certificate file (and there is no "certfile" option).
232237

233238
### color
234239

@@ -470,7 +475,12 @@ change. Only the output from `npm ls --json` is currently valid.
470475
* Default: `null`
471476
* Type: String
472477

473-
A client key to pass when accessing the registry.
478+
A client key to pass when accessing the registry. Values should be in PEM
479+
format with newlines replaced by the string "\n". For example:
480+
481+
key="-----BEGIN PRIVATE KEY-----\nXXXX\nXXXX\n-----END PRIVATE KEY-----"
482+
483+
It is _not_ the path to a key file (and there is no "keyfile" option).
474484

475485
### link
476486

deps/npm/html/doc/README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ <h2 id="see-also">SEE ALSO</h2>
127127
<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>
128128
<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>
129129
</table>
130-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.2</p>
130+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.4</p>
131131

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; npm@2.15.2</p>
31+
<p id="footer">npm-bin &mdash; npm@2.15.4</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; npm@2.15.2</p>
36+
<p id="footer">npm-bugs &mdash; npm@2.15.4</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; npm@2.15.2</p>
45+
<p id="footer">npm-cache &mdash; npm@2.15.4</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; npm@2.15.2</p>
39+
<p id="footer">npm-commands &mdash; npm@2.15.4</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; npm@2.15.2</p>
60+
<p id="footer">npm-config &mdash; npm@2.15.4</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; npm@2.15.2</p>
50+
<p id="footer">npm-deprecate &mdash; npm@2.15.4</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; npm@2.15.2</p>
36+
<p id="footer">npm-docs &mdash; npm@2.15.4</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; npm@2.15.2</p>
39+
<p id="footer">npm-edit &mdash; npm@2.15.4</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; npm@2.15.2</p>
34+
<p id="footer">npm-explore &mdash; npm@2.15.4</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; npm@2.15.2</p>
47+
<p id="footer">npm-help-search &mdash; npm@2.15.4</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; npm@2.15.2</p>
42+
<p id="footer">npm-init &mdash; npm@2.15.4</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; npm@2.15.2</p>
35+
<p id="footer">npm-install &mdash; npm@2.15.4</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; npm@2.15.2</p>
45+
<p id="footer">npm-link &mdash; npm@2.15.4</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; npm@2.15.2</p>
40+
<p id="footer">npm-load &mdash; npm@2.15.4</p>
4141

0 commit comments

Comments
 (0)