Skip to content

Commit 8e7f26a

Browse files
committed
deps: update npm to 6.10.3
BUGFIXES * [`27cccfbda`](npm/cli@27cccfb) [nodejs#223](npm/cli#223) vulns → vulnerabilities in npm audit output ([@sapegin](https://github.com/sapegin)) * [`d5e865eb7`](npm/cli@d5e865e) [nodejs#222](npm/cli#222) [nodejs#226](npm/cli#226) install, doctor: don't crash if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin), [@isaacs](https://github.com/isaacs)) * [`5b3890226`](npm/cli@5b38902) [nodejs#227](npm/cli#227) [npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5) Handle unhandledRejections, tell user what to do when encountering an `EACCES` error in the cache. ([@isaacs](https://github.com/isaacs)) DEPENDENCIES * [`77516df6e`](npm/cli@77516df) `licensee@7.0.3` ([@isaacs](https://github.com/isaacs)) * [`ceb993590`](npm/cli@ceb9935) `query-string@6.8.2` ([@isaacs](https://github.com/isaacs)) * [`4050b9189`](npm/cli@4050b91) `hosted-git-info@2.8.2` * [nodejs#46](npm/hosted-git-info#46) [nodejs#43](npm/hosted-git-info#43) [nodejs#47](npm/hosted-git-info#47) [nodejs#44](npm/hosted-git-info#44) Add support for GitLab subgroups ([@mterrel](https://github.com/mterrel), [@isaacs](https://github.com/isaacs), [@ybiquitous](https://github.com/ybiquitous)) * [`3b1d629`](npm/hosted-git-info@3b1d629) [nodejs#48](npm/hosted-git-info#48) fix http protocol using sshurl by default ([@fengmk2](https://github.com/fengmk2)) * [`5d4a8d7`](npm/hosted-git-info@5d4a8d7) ignore noCommittish on tarball url generation ([@isaacs](https://github.com/isaacs)) * [`1692435`](npm/hosted-git-info@1692435) use gist tarball url that works for anonymous gists ([@isaacs](https://github.com/isaacs)) * [`d5cf830`](npm/hosted-git-info@d5cf830) Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs)) * [`e518222`](npm/hosted-git-info@e518222) Use LRU cache to prevent unbounded memory consumption ([@iarna](https://github.com/iarna))
1 parent d7d321b commit 8e7f26a

File tree

504 files changed

+10323
-9808
lines changed

Some content is hidden

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

504 files changed

+10323
-9808
lines changed

deps/npm/AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -649,3 +649,6 @@ Iván Reinoso García <ireinoso@plainconcepts.com>
649649
Roy Marples <roy@marples.name>
650650
Robert James Gabriel <robert_gabriel@outlook.com>
651651
John Firebaugh <john.firebaugh@gmail.com>
652+
Kitten King <hi@kittenking.me>
653+
claudiahdz <cghr1990@gmail.com>
654+
Artem Sapegin <artem@sapegin.ru>

deps/npm/CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## v6.10.3 (2019-08-06):
2+
3+
### BUGFIXES
4+
5+
* [`27cccfbda`](https://github.com/npm/cli/commit/27cccfbdac8526cc807b07f416355949b1372a9b)
6+
[#223](https://github.com/npm/cli/pull/223) vulns → vulnerabilities in
7+
npm audit output ([@sapegin](https://github.com/sapegin))
8+
* [`d5e865eb7`](https://github.com/npm/cli/commit/d5e865eb79329665a927cc2767b4395c03045dbb)
9+
[#222](https://github.com/npm/cli/pull/222)
10+
[#226](https://github.com/npm/cli/pull/226) install, doctor: don't crash
11+
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
12+
[@isaacs](https://github.com/isaacs))
13+
* [`5b3890226`](https://github.com/npm/cli/commit/5b389022652abeb0e1c278a152550eb95bc6c452)
14+
[#227](https://github.com/npm/cli/pull/227)
15+
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
16+
Handle unhandledRejections, tell user what to do when encountering an
17+
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
18+
19+
### DEPENDENCIES
20+
21+
* [`77516df6e`](https://github.com/npm/cli/commit/77516df6eac94a6d7acb5e9ca06feaa0868d779b)
22+
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
23+
* [`ceb993590`](https://github.com/npm/cli/commit/ceb993590e4e376a9a78264ce7bb4327fbbb37fe)
24+
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
25+
* [`4050b9189`](https://github.com/npm/cli/commit/4050b91898c60e9b22998cf82b70b9b822de592a)
26+
`hosted-git-info@2.8.2`
27+
* [#46](https://github.com/npm/hosted-git-info/issues/46)
28+
[#43](https://github.com/npm/hosted-git-info/issues/43)
29+
[#47](https://github.com/npm/hosted-git-info/pull/47)
30+
[#44](https://github.com/npm/hosted-git-info/pull/44) Add support for
31+
GitLab subgroups ([@mterrel](https://github.com/mterrel),
32+
[@isaacs](https://github.com/isaacs),
33+
[@ybiquitous](https://github.com/ybiquitous))
34+
* [`3b1d629`](https://github.com/npm/hosted-git-info/commit/3b1d629)
35+
[#48](https://github.com/npm/hosted-git-info/issues/48) fix http
36+
protocol using sshurl by default
37+
([@fengmk2](https://github.com/fengmk2))
38+
* [`5d4a8d7`](https://github.com/npm/hosted-git-info/commit/5d4a8d7)
39+
ignore noCommittish on tarball url generation
40+
([@isaacs](https://github.com/isaacs))
41+
* [`1692435`](https://github.com/npm/hosted-git-info/commit/1692435)
42+
use gist tarball url that works for anonymous gists
43+
([@isaacs](https://github.com/isaacs))
44+
* [`d5cf830`](https://github.com/npm/hosted-git-info/commit/d5cf8309be7af884032616c63ea302ce49dd321c)
45+
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
46+
* [`e518222`](https://github.com/npm/hosted-git-info/commit/e5182224351183ce619dd5ef00019ae700ed37b7)
47+
Use LRU cache to prevent unbounded memory consumption
48+
([@iarna](https://github.com/iarna))
49+
150
## v6.10.2 (2019-07-23):
251

352
tl;dr - Fixes several issues with the cache when npm is run as `sudo` on
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
if not defined npm_config_node_gyp (
2-
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3-
) else (
1+
if not defined npm_config_node_gyp (
2+
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3+
) else (
44
node "%npm_config_node_gyp%" %*
5-
)
5+
)

deps/npm/bin/npm-cli.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
log.info('using', 'node@%s', process.version)
6363

6464
process.on('uncaughtException', errorHandler)
65+
process.on('unhandledRejection', errorHandler)
6566

6667
if (conf.usage && npm.command !== 'help') {
6768
npm.argv.unshift(npm.command)

deps/npm/bin/npm.cmd

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
:: Created by npm, please don't edit manually.
2-
@ECHO OFF
3-
4-
SETLOCAL
5-
6-
SET "NODE_EXE=%~dp0\node.exe"
7-
IF NOT EXIST "%NODE_EXE%" (
8-
SET "NODE_EXE=node"
9-
)
10-
11-
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12-
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
13-
SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
14-
)
15-
IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
16-
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
17-
)
18-
19-
"%NODE_EXE%" "%NPM_CLI_JS%" %*
1+
:: Created by npm, please don't edit manually.
2+
@ECHO OFF
3+
4+
SETLOCAL
5+
6+
SET "NODE_EXE=%~dp0\node.exe"
7+
IF NOT EXIST "%NODE_EXE%" (
8+
SET "NODE_EXE=node"
9+
)
10+
11+
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12+
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
13+
SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js"
14+
)
15+
IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" (
16+
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
17+
)
18+
19+
"%NODE_EXE%" "%NPM_CLI_JS%" %*

deps/npm/bin/npx.cmd

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
:: Created by npm, please don't edit manually.
2-
@ECHO OFF
3-
4-
SETLOCAL
5-
6-
SET "NODE_EXE=%~dp0\node.exe"
7-
IF NOT EXIST "%NODE_EXE%" (
8-
SET "NODE_EXE=node"
9-
)
10-
11-
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12-
SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js"
13-
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
14-
SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
15-
)
16-
IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" (
17-
SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%"
18-
)
19-
20-
"%NODE_EXE%" "%NPX_CLI_JS%" %*
1+
:: Created by npm, please don't edit manually.
2+
@ECHO OFF
3+
4+
SETLOCAL
5+
6+
SET "NODE_EXE=%~dp0\node.exe"
7+
IF NOT EXIST "%NODE_EXE%" (
8+
SET "NODE_EXE=node"
9+
)
10+
11+
SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js"
12+
SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js"
13+
FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO (
14+
SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js"
15+
)
16+
IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" (
17+
SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%"
18+
)
19+
20+
"%NODE_EXE%" "%NPX_CLI_JS%" %*

deps/npm/changelogs/CHANGELOG-3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is gonna be a much, MUCH smaller major version than 3.x was. Maybe even
4747
smaller than 2.x was. I can't tell you everything that'll be in there just
4848
yet, but at the very least it's going to have what's in our
4949
[4.x milestone](https://github.com/npm/npm/pulls?q=is%3Aopen+is%3Apr+milestone%3A4.x),
50-
PLUS, the first steps in
50+
PLUS, the first steps in
5151
[making `prepublish` work](https://github.com/npm/npm/issues/10074) the way
5252
people expect it to.
5353

deps/npm/changelogs/CHANGELOG-5.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ as `https://` URLs instead of versions.
225225
zeros deleted resulted in authentication failures.
226226
([@iarna](https://github.com/iarna))
227227
* [`6eaa860ea`](https://github.com/npm/npm/commit/6eaa860ead3222a6dbd6d370b4271e7bf242b30b)
228-
Eliminate direct use of `new Buffer` in `npm`. While the use of it in `npm` was safe, there
228+
Eliminate direct use of `new Buffer` in `npm`. While the use of it in `npm` was safe, there
229229
are two other reasons for this change:
230230

231231
1. Node 10 emits warnings about its use.
@@ -341,7 +341,7 @@ and a handful of bug fixes! Let's get right in!
341341

342342
### NEW PACKAGE VIEW
343343

344-
There's a new `npm view` in town. You might it as `npm info` or `npm show`.
344+
There's a new `npm view` in town. You might it as `npm info` or `npm show`.
345345
The new output gives you a nicely summarized view that for most packages
346346
fits on one screen. If you ask it for `--json` you'll still get the same
347347
results, so your scripts should still work fine.
@@ -377,7 +377,7 @@ you can double check your `.npmignore` settings before doing a publish.
377377
### MERGE CONFLICT, SMERGE CONFLICT
378378

379379
If you resolve a `package-lock.json` merge conflict with `npm install` we
380-
now suggest you setup a merge driver to handle these automatically for you.
380+
now suggest you setup a merge driver to handle these automatically for you.
381381
If you're reading this and you'd like to set it up now, run:
382382

383383
```console
@@ -1935,7 +1935,7 @@ helpful when community members go over our code and help clean it up, too!
19351935
* [`9e5b76140`](https://github.com/npm/npm/commit/9e5b76140ffdb7dcd12aa402793644213fb8c5d7)
19361936
[#17411](https://github.com/npm/npm/pull/17411)
19371937
Convert all callback-style `move` usage to use Promises.
1938-
([@vramana](https://github.com/vramana))
1938+
([@vramana](https://github.com/vramana))
19391939
* [`0711c08f7`](https://github.com/npm/npm/commit/0711c08f779ac641ec42ecc96f604c8861008b28)
19401940
[#17394](https://github.com/npm/npm/pull/17394)
19411941
Remove unused argument in `deepSortObject`.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ npm-audit(1) -- Run a security audit
55

66
npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
77
npm audit fix [--force|--package-lock-only|--dry-run]
8-
8+
99
common options: [--production] [--only=(dev|prod)]
1010

1111
## EXAMPLES

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ everywhere:
1818
npm completion >> ~/.zshrc
1919

2020
You may of course also pipe the output of `npm completion` to a file
21-
such as `/usr/local/etc/bash_completion.d/npm` or
22-
`/etc/bash_completion.d/npm` if you have a system that will read
21+
such as `/usr/local/etc/bash_completion.d/npm` or
22+
`/etc/bash_completion.d/npm` if you have a system that will read
2323
that file for you.
2424

2525
When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ npm-deprecate(1) -- Deprecate a version of a package
1010
This command will update the npm registry entry for a package, providing
1111
a deprecation warning to all who attempt to install it.
1212

13-
It works on [version ranges](https://semver.npmjs.com/) as well as specific
13+
It works on [version ranges](https://semver.npmjs.com/) as well as specific
1414
versions, so you can do something like this:
1515

1616
npm deprecate my-thing@"< 0.2.3" "critical bug fixed in v0.2.3"
1717

1818
Note that you must be the package owner to deprecate something. See the
1919
`owner` and `adduser` help topics.
2020

21-
To un-deprecate a package, specify an empty string (`""`) for the `message`
22-
argument. Note that you must use double quotes with no space between them to
21+
To un-deprecate a package, specify an empty string (`""`) for the `message`
22+
argument. Note that you must use double quotes with no space between them to
2323
format an empty string.
2424

2525
## SEE ALSO

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ you're using a non-npmjs registry.
4141
| updated | 2017-10-02T21:29:45.922Z |
4242
+-----------------+---------------------------+
4343
```
44-
44+
4545
* `npm profile set <property> <value>`:
4646
Set the value of a profile property. You can set the following properties this way:
4747
email, fullname, homepage, freenode, twitter, github

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ you should write:
4040

4141
instead of
4242

43-
"scripts": {"test": "node_modules/.bin/tap test/\*.js"}
43+
"scripts": {"test": "node_modules/.bin/tap test/\*.js"}
4444

4545
to run your tests.
4646

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ This lets you list, create and revoke authentication tokens.
5555
* `npm token revoke <token|id>`:
5656
This removes an authentication token, making it immediately unusable. This can accept
5757
both complete tokens (as you get back from `npm token create` and will
58-
find in your `.npmrc`) and ids as seen in the `npm token list` output.
58+
find in your `.npmrc`) and ids as seen in the `npm token list` output.
5959
This will NOT accept the truncated token found in `npm token list` output.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ As of `npm@2.6.1`, the `npm update` will only inspect top-level packages.
2626
Prior versions of `npm` would also recursively inspect all dependencies.
2727
To get the old behavior, use `npm --depth 9999 update`.
2828

29-
As of `npm@5.0.0`, the `npm update` will change `package.json` to save the
30-
new version as the minimum required dependency. To get the old behavior,
29+
As of `npm@5.0.0`, the `npm update` will change `package.json` to save the
30+
new version as the minimum required dependency. To get the old behavior,
3131
use `npm update --no-save`.
3232

3333
## EXAMPLES

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and tag up to the server, and deletes the `build/temp` directory.
8383
* Default: false
8484
* Type: Boolean
8585

86-
Prevents throwing an error when `npm version` is used to set the new version
86+
Prevents throwing an error when `npm version` is used to set the new version
8787
to the same value as the current version.
8888

8989
### git-tag-version

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ following scripts:
5252
Additionally, arbitrary scripts can be executed by running `npm
5353
run-script <stage>`. *Pre* and *post* commands with matching
5454
names will be run for those as well (e.g. `premyscript`, `myscript`,
55-
`postmyscript`). Scripts from dependencies can be run with
55+
`postmyscript`). Scripts from dependencies can be run with
5656
`npm explore <pkg> -- npm run <stage>`.
5757

5858
## PREPUBLISH AND PREPARE
@@ -143,8 +143,8 @@ The package.json fields are tacked onto the `npm_package_` prefix. So,
143143
for instance, if you had `{"name":"foo", "version":"1.2.5"}` in your
144144
package.json file, then your package scripts would have the
145145
`npm_package_name` environment variable set to "foo", and the
146-
`npm_package_version` set to "1.2.5". You can access these variables
147-
in your code with `process.env.npm_package_name` and
146+
`npm_package_version` set to "1.2.5". You can access these variables
147+
in your code with `process.env.npm_package_name` and
148148
`process.env.npm_package_version`, and so on for other fields.
149149

150150
### configuration

deps/npm/html/doc/README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ <h2 id="see-also">SEE ALSO</h2>
118118
<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>
119119
<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>
120120
</table>
121-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@6.10.2</p>
121+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@6.10.3</p>
122122

deps/npm/html/doc/cli/npm-access.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ <h2 id="see-also">SEE ALSO</h2>
9393
<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>
9494
<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>
9595
</table>
96-
<p id="footer">npm-access &mdash; npm@6.10.2</p>
96+
<p id="footer">npm-access &mdash; npm@6.10.3</p>
9797

deps/npm/html/doc/cli/npm-adduser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ <h2 id="see-also">SEE ALSO</h2>
7878
<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>
7979
<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>
8080
</table>
81-
<p id="footer">npm-adduser &mdash; npm@6.10.2</p>
81+
<p id="footer">npm-adduser &mdash; npm@6.10.3</p>
8282

deps/npm/html/doc/cli/npm-audit.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ <h2 id="see-also">SEE ALSO</h2>
9494
<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>
9595
<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>
9696
</table>
97-
<p id="footer">npm-audit &mdash; npm@6.10.2</p>
97+
<p id="footer">npm-audit &mdash; npm@6.10.3</p>
98+

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ <h2 id="see-also">SEE ALSO</h2>
3434
<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>
3535
<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>
3636
</table>
37-
<p id="footer">npm-bin &mdash; npm@6.10.2</p>
37+
<p id="footer">npm-bin &mdash; npm@6.10.3</p>
3838

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ <h2 id="see-also">SEE ALSO</h2>
5454
<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>
5555
<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>
5656
</table>
57-
<p id="footer">npm-bugs &mdash; npm@6.10.2</p>
57+
<p id="footer">npm-bugs &mdash; npm@6.10.3</p>
5858

deps/npm/html/doc/cli/npm-build.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ <h2 id="description">DESCRIPTION</h2>
3838
<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>
3939
<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>
4040
</table>
41-
<p id="footer">npm-build &mdash; npm@6.10.2</p>
41+
<p id="footer">npm-build &mdash; npm@6.10.3</p>
4242

deps/npm/html/doc/cli/npm-bundle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ <h2 id="see-also">SEE ALSO</h2>
3131
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3232
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3333
</table>
34-
<p id="footer">npm-bundle &mdash; npm@6.10.2</p>
34+
<p id="footer">npm-bundle &mdash; npm@6.10.3</p>
3535

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ <h2 id="see-also">SEE ALSO</h2>
8888
<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>
8989
<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>
9090
</table>
91-
<p id="footer">npm-cache &mdash; npm@6.10.2</p>
91+
<p id="footer">npm-cache &mdash; npm@6.10.3</p>
9292

deps/npm/html/doc/cli/npm-ci.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ <h2 id="see-also">SEE ALSO</h2>
5858
<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>
5959
<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>
6060
</table>
61-
<p id="footer">npm-ci &mdash; npm@6.10.2</p>
61+
<p id="footer">npm-ci &mdash; npm@6.10.3</p>
62+

deps/npm/html/doc/cli/npm-completion.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h2 id="synopsis">SYNOPSIS</h2>
1919
everywhere:</p>
2020
<pre><code>npm completion &gt;&gt; ~/.bashrc
2121
npm completion &gt;&gt; ~/.zshrc</code></pre><p>You may of course also pipe the output of <code>npm completion</code> to a file
22-
such as <code>/usr/local/etc/bash_completion.d/npm</code> or
23-
<code>/etc/bash_completion.d/npm</code> if you have a system that will read
22+
such as <code>/usr/local/etc/bash_completion.d/npm</code> or
23+
<code>/etc/bash_completion.d/npm</code> if you have a system that will read
2424
that file for you.</p>
2525
<p>When <code>COMP_CWORD</code>, <code>COMP_LINE</code>, and <code>COMP_POINT</code> are defined in the
2626
environment, <code>npm completion</code> acts in &quot;plumbing mode&quot;, and outputs
@@ -42,5 +42,5 @@ <h2 id="see-also">SEE ALSO</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-completion &mdash; npm@6.10.2</p>
45+
<p id="footer">npm-completion &mdash; npm@6.10.3</p>
4646

0 commit comments

Comments
 (0)