deps: update npm to 6.13.4

PR-URL: https://github.com/nodejs/node/pull/30904
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This commit is contained in:
isaacs 2019-12-11 11:09:58 -08:00 committed by Rich Trott
parent 086c7b41b2
commit d8fc0ae50f
248 changed files with 17558 additions and 992 deletions

5
deps/npm/AUTHORS vendored
View File

@ -672,3 +672,8 @@ Amal Hussein <amal@npmjs.com>
Brett Zamir <brettz9@yahoo.com> Brett Zamir <brettz9@yahoo.com>
Menelaos Kotsollaris <mkotsollaris@users.noreply.github.com> Menelaos Kotsollaris <mkotsollaris@users.noreply.github.com>
Mehdi Hasan Khan <mhasan@omicronlab.com> Mehdi Hasan Khan <mhasan@omicronlab.com>
Craig Loewen <crloewen@microsoft.com>
Fighting-Jack <574637316@qq.com>
Bakel, Roel van <roel.vanbakel@oce.com>
Charlie West-Toebe <38671683+Hoidberg@users.noreply.github.com>
Richard Lau <riclau@uk.ibm.com>

76
deps/npm/CHANGELOG.md vendored
View File

@ -1,3 +1,79 @@
## 6.13.4 (2019-12-11)
## BUGFIXES
* [`320ac9aee`](https://github.com/npm/cli/commit/320ac9aeeafd11bb693c53b31148b8d10c4165e8)
[npm/bin-links#12](https://github.com/npm/bin-links/pull/12)
[npm/gentle-fs#7](https://github.com/npm/gentle-fs/pull/7)
Do not remove global bin/man links inappropriately
([@isaacs](https://github.com/isaacs))
## DEPENDENCIES
* [`52fd21061`](https://github.com/npm/cli/commit/52fd21061ff8b1a73429294620ffe5ebaaa60d3e)
`gentle-fs@2.3.0`
([@isaacs](https://github.com/isaacs))
* [`d06f5c0b0`](https://github.com/npm/cli/commit/d06f5c0b0611c43b6e70ded92af24fa5d83a0f48)
`bin-links@1.1.6`
([@isaacs](https://github.com/isaacs))
## 6.13.3 (2019-12-09)
### DEPENDENCIES
* [`19ce061a2`](https://github.com/npm/cli/commit/19ce061a2ee165d8de862c8f0f733c222846b9e1)
`bin-links@1.1.5` Properly normalize, sanitize, and verify `bin` entries
in `package.json`.
* [`59c836aae`](https://github.com/npm/cli/commit/59c836aae8d0104a767e80c540b963c91774012a)
`npm-packlist@1.4.7`
* [`fb4ecd7d2`](https://github.com/npm/cli/commit/fb4ecd7d2810b0b4897daaf081a5e2f3f483b310)
`pacote@9.5.11`
* [`5f33040`](https://github.com/npm/pacote/commit/5f3304028b6985fd380fc77c4840ff12a4898301)
[#476](https://github.com/npm/cli/issues/476)
[npm/pacote#22](https://github.com/npm/pacote/issues/22)
[npm/pacote#14](https://github.com/npm/pacote/issues/14) fix: Do not
drop perms in git when not root ([isaacs](https://github.com/isaacs),
[@darcyclarke](https://github.com/darcyclarke))
* [`6f229f7`](https://github.com/npm/pacote/6f229f78d9911b4734f0a19c6afdc5454034c759)
sanitize and normalize package bin field
([isaacs](https://github.com/isaacs))
* [`1743cb339`](https://github.com/npm/cli/commit/1743cb339767e86431dcd565c7bdb0aed67b293d)
`read-package-json@2.1.1`
## 6.13.2 (2019-12-03)
### BUG FIXES
* [`4429645b3`](https://github.com/npm/cli/commit/4429645b3538e1cda54d8d1b7ecb3da7a88fdd3c)
[#546](https://github.com/npm/cli/pull/546)
fix docs target typo
([@richardlau](https://github.com/richardlau))
* [`867642942`](https://github.com/npm/cli/commit/867642942bec69bb9ab71cff1914fb6a9fe67de8)
[#142](https://github.com/npm/cli/pull/142)
fix(packageRelativePath): fix 'where' for file deps
([@larsgw](https://github.com/larsgw))
* [`d480f2c17`](https://github.com/npm/cli/commit/d480f2c176e6976b3cca3565e4c108b599b0379b)
[#527](https://github.com/npm/cli/pull/527)
Revert "windows: Add preliminary WSL support for npm and npx"
([@craigloewen-msft](https://github.com/craigloewen-msft))
* [`e4b97962e`](https://github.com/npm/cli/commit/e4b97962e5fce0d49beb541ce5a0f96aee0525de)
[#504](https://github.com/npm/cli/pull/504)
remove unnecessary package.json read when reading shrinkwrap
([@Lighting-Jack](https://github.com/Lighting-Jack))
* [`1c65d26ac`](https://github.com/npm/cli/commit/1c65d26ac9f10ac0037094c207d216fbf0e969bf)
[#501](https://github.com/npm/cli/pull/501)
fix(fund): open url for string shorthand
([@ruyadorno](https://github.com/ruyadorno))
* [`ae7afe565`](https://github.com/npm/cli/commit/ae7afe56504dbffabf9f73d55b6dac1e3e9fed4a)
[#263](https://github.com/npm/cli/pull/263)
Don't log error message if git tagging is disabled
([@woppa684](https://github.com/woppa684))
* [`4c1b16f6a`](https://github.com/npm/cli/commit/4c1b16f6aecaf78956b9335734cfde2ac076ee11)
[#182](https://github.com/npm/cli/pull/182)
Warn the user that it is uninstalling npm-install
([@Hoidberg](https://github.com/Hoidberg))
## 6.13.1 (2019-11-18) ## 6.13.1 (2019-11-18)
### BUG FIXES ### BUG FIXES

4
deps/npm/Makefile vendored
View File

@ -129,11 +129,11 @@ publish: gitclean ls-ok link docs-clean docs
git push origin --tags &&\ git push origin --tags &&\
node bin/npm-cli.js publish --tag=$(PUBLISHTAG) node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
release: gitclean ls-ok markedclean marked-manclean docs-clean doc release: gitclean ls-ok markedclean marked-manclean docs-clean docs
node bin/npm-cli.js prune --production --no-save node bin/npm-cli.js prune --production --no-save
@bash scripts/release.sh @bash scripts/release.sh
sandwich: sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13) @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
.PHONY: all latest install dev link doc clean uninstall test man docs-clean docclean release ls-ok realclean .PHONY: all latest install dev link docs clean uninstall test man docs-clean docclean release ls-ok realclean

4
deps/npm/bin/npm vendored
View File

@ -8,10 +8,6 @@ case `uname` in
esac esac
NODE_EXE="$basedir/node.exe" NODE_EXE="$basedir/node.exe"
if [ -x "$NODE_EXE" ] && [ -f "/bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
cmd.exe /c `wslpath -w "$basedir/npm.cmd"` "$@"
exit $?
fi
if ! [ -x "$NODE_EXE" ]; then if ! [ -x "$NODE_EXE" ]; then
NODE_EXE="$basedir/node" NODE_EXE="$basedir/node"
fi fi

4
deps/npm/bin/npx vendored
View File

@ -8,10 +8,6 @@ case `uname` in
esac esac
NODE_EXE="$basedir/node.exe" NODE_EXE="$basedir/node.exe"
if [ -x "$NODE_EXE" ] && [ -f "/bin/wslpath" ]; then # run the corresponding command prompt when Node for Windows is executed within WSL
cmd.exe /c `wslpath -w "$basedir/npx.cmd"` "$@"
exit $?
fi
if ! [ -x "$NODE_EXE" ]; then if ! [ -x "$NODE_EXE" ]; then
NODE_EXE=node NODE_EXE=node
fi fi

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

125
deps/npm/docs/public/index.html vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"data":{"site":{"siteMetadata":{"title":"npm cli documentation","description":"Documentation for the npm cli.","author":"@gatsbyjs"}}}}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More