Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
deps: upgrade npm to 6.14.1
PR-URL: #31977 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
- Loading branch information
Showing
with
2,611 additions
and 945 deletions.
- +6 −0 deps/npm/AUTHORS
- +38 −0 deps/npm/CHANGELOG.md
- +10 −2 deps/npm/docs/content/cli-commands/npm-fund.md
- +6 −6 deps/npm/docs/content/cli-commands/npm-publish.md
- +19 −2 deps/npm/docs/content/configuring-npm/package-json.md
- +1 −1 deps/npm/docs/content/using-npm/disputes.md
- +88 −81 deps/npm/docs/content/using-npm/scripts.md
- +2 −2 deps/npm/docs/public/cli-commands/npm-access/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-adduser/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-audit/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-bin/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-bugs/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-build/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-bundle/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-cache/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-ci/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-completion/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-config/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-dedupe/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-deprecate/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-dist-tag/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-docs/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-doctor/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-edit/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-explore/index.html
- +11 −4 deps/npm/docs/public/cli-commands/npm-fund/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-help-search/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-help/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-hook/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-init/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-install-ci-test/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-install-test/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-install/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-link/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-logout/index.html
- +3 −3 deps/npm/docs/public/cli-commands/npm-ls/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-org/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-outdated/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-owner/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-pack/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-ping/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-prefix/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-profile/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-prune/index.html
- +8 −8 deps/npm/docs/public/cli-commands/npm-publish/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-rebuild/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-repo/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-restart/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-root/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-run-script/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-search/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-shrinkwrap/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-star/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-stars/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-start/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-stop/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-team/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-test/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-token/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-uninstall/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-unpublish/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-update/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-version/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-view/index.html
- +2 −2 deps/npm/docs/public/cli-commands/npm-whoami/index.html
- +3 −3 deps/npm/docs/public/cli-commands/npm/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/folders/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/install/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/npmrc/index.html
- +21 −5 deps/npm/docs/public/configuring-npm/package-json/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/package-lock-json/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/package-locks/index.html
- +2 −2 deps/npm/docs/public/configuring-npm/shrinkwrap-json/index.html
- +1 −1 deps/npm/docs/public/index.html
- +1 −1 deps/npm/docs/public/static/d/2215187023.json
- +2 −2 deps/npm/docs/public/using-npm/config/index.html
- +2 −2 deps/npm/docs/public/using-npm/developers/index.html
- +3 −3 deps/npm/docs/public/using-npm/disputes/index.html
- +2 −2 deps/npm/docs/public/using-npm/orgs/index.html
- +2 −2 deps/npm/docs/public/using-npm/registry/index.html
- +2 −2 deps/npm/docs/public/using-npm/removal/index.html
- +2 −2 deps/npm/docs/public/using-npm/scope/index.html
- +80 −74 deps/npm/docs/public/using-npm/scripts/index.html
- +2 −2 deps/npm/docs/public/using-npm/semver/index.html
- +1 −1 deps/npm/lib/access.js
- +47 −81 deps/npm/lib/fund.js
- +4 −4 deps/npm/lib/utils/error-handler.js
- +2 −2 deps/npm/lib/utils/error-message.js
- +62 −32 deps/npm/lib/utils/funding.js
- +5 −26 deps/npm/lib/utils/unsupported.js
- +1 −1 deps/npm/man/man1/npm-README.1
- +1 −1 deps/npm/man/man1/npm-access.1
- +1 −1 deps/npm/man/man1/npm-adduser.1
- +1 −1 deps/npm/man/man1/npm-audit.1
- +1 −1 deps/npm/man/man1/npm-bin.1
- +1 −1 deps/npm/man/man1/npm-bugs.1
- +1 −1 deps/npm/man/man1/npm-build.1
- +1 −1 deps/npm/man/man1/npm-bundle.1
- +1 −1 deps/npm/man/man1/npm-cache.1
- +1 −1 deps/npm/man/man1/npm-ci.1
- +1 −1 deps/npm/man/man1/npm-completion.1
- +1 −1 deps/npm/man/man1/npm-config.1
- +1 −1 deps/npm/man/man1/npm-dedupe.1
- +1 −1 deps/npm/man/man1/npm-deprecate.1
- +1 −1 deps/npm/man/man1/npm-dist-tag.1
- +1 −1 deps/npm/man/man1/npm-docs.1
- +1 −1 deps/npm/man/man1/npm-doctor.1
- +1 −1 deps/npm/man/man1/npm-edit.1
- +1 −1 deps/npm/man/man1/npm-explore.1
- +15 −4 deps/npm/man/man1/npm-fund.1
- +1 −1 deps/npm/man/man1/npm-help-search.1
- +1 −1 deps/npm/man/man1/npm-help.1
- +1 −1 deps/npm/man/man1/npm-hook.1
- +1 −1 deps/npm/man/man1/npm-init.1
- +1 −1 deps/npm/man/man1/npm-install-ci-test.1
- +1 −1 deps/npm/man/man1/npm-install-test.1
- +1 −1 deps/npm/man/man1/npm-install.1
- +1 −1 deps/npm/man/man1/npm-link.1
- +1 −1 deps/npm/man/man1/npm-logout.1
- +2 −2 deps/npm/man/man1/npm-ls.1
- +1 −1 deps/npm/man/man1/npm-org.1
- +1 −1 deps/npm/man/man1/npm-outdated.1
- +1 −1 deps/npm/man/man1/npm-owner.1
- +1 −1 deps/npm/man/man1/npm-pack.1
- +1 −1 deps/npm/man/man1/npm-ping.1
- +1 −1 deps/npm/man/man1/npm-prefix.1
- +1 −1 deps/npm/man/man1/npm-profile.1
- +1 −1 deps/npm/man/man1/npm-prune.1
- +1 −1 deps/npm/man/man1/npm-publish.1
- +1 −1 deps/npm/man/man1/npm-rebuild.1
- +1 −1 deps/npm/man/man1/npm-repo.1
- +1 −1 deps/npm/man/man1/npm-restart.1
- +1 −1 deps/npm/man/man1/npm-root.1
- +1 −1 deps/npm/man/man1/npm-run-script.1
- +1 −1 deps/npm/man/man1/npm-search.1
- +1 −1 deps/npm/man/man1/npm-shrinkwrap.1
- +1 −1 deps/npm/man/man1/npm-star.1
- +1 −1 deps/npm/man/man1/npm-stars.1
- +1 −1 deps/npm/man/man1/npm-start.1
- +1 −1 deps/npm/man/man1/npm-stop.1
- +1 −1 deps/npm/man/man1/npm-team.1
- +1 −1 deps/npm/man/man1/npm-test.1
- +1 −1 deps/npm/man/man1/npm-token.1
- +1 −1 deps/npm/man/man1/npm-uninstall.1
- +1 −1 deps/npm/man/man1/npm-unpublish.1
- +1 −1 deps/npm/man/man1/npm-update.1
- +1 −1 deps/npm/man/man1/npm-version.1
- +1 −1 deps/npm/man/man1/npm-view.1
- +1 −1 deps/npm/man/man1/npm-whoami.1
- +2 −2 deps/npm/man/man1/npm.1
- +1 −1 deps/npm/man/man5/folders.5
- +1 −1 deps/npm/man/man5/install.5
- +1 −1 deps/npm/man/man5/npmrc.5
- +19 −3 deps/npm/man/man5/package-json.5
- +1 −1 deps/npm/man/man5/package-lock-json.5
- +1 −1 deps/npm/man/man5/package-locks.5
- +1 −1 deps/npm/man/man5/shrinkwrap-json.5
- +1 −1 deps/npm/man/man7/config.7
- +1 −1 deps/npm/man/man7/developers.7
- +2 −2 deps/npm/man/man7/disputes.7
- +1 −1 deps/npm/man/man7/orgs.7
- +1 −1 deps/npm/man/man7/registry.7
- +1 −1 deps/npm/man/man7/removal.7
- +1 −1 deps/npm/man/man7/scope.7
- +122 −83 deps/npm/man/man7/scripts.7
- +1 −1 deps/npm/man/man7/semver.7
- +58 −16 deps/npm/node_modules/chownr/chownr.js
- +18 −15 deps/npm/node_modules/chownr/package.json
- +16 −0 deps/npm/node_modules/hosted-git-info/CHANGELOG.md
- +25 −2 deps/npm/node_modules/hosted-git-info/index.js
- +11 −11 deps/npm/node_modules/hosted-git-info/package.json
- +13 −12 deps/npm/node_modules/npm-packlist/package.json
- +11 −0 deps/npm/node_modules/npm-registry-fetch/CHANGELOG.md
- +29 −2 deps/npm/node_modules/npm-registry-fetch/README.md
- +3 −1 deps/npm/node_modules/npm-registry-fetch/config.js
- +22 −10 deps/npm/node_modules/npm-registry-fetch/index.js
- +14 −11 deps/npm/node_modules/npm-registry-fetch/package.json
- +3 −8 deps/npm/node_modules/readable-stream/README.md
- +54 −17 deps/npm/node_modules/readable-stream/lib/_stream_readable.js
- +21 −7 deps/npm/node_modules/readable-stream/lib/_stream_writable.js
- +167 −146 deps/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js
- +26 −6 deps/npm/node_modules/readable-stream/lib/internal/streams/destroy.js
- +3 −0 deps/npm/node_modules/readable-stream/lib/internal/streams/from-browser.js
- +64 −0 deps/npm/node_modules/readable-stream/lib/internal/streams/from.js
- +13 −11 deps/npm/node_modules/readable-stream/package.json
- +21 −0 deps/npm/node_modules/string_decoder/node_modules/safe-buffer/LICENSE
- +586 −0 deps/npm/node_modules/string_decoder/node_modules/safe-buffer/README.md
- +187 −0 deps/npm/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts
- +64 −0 deps/npm/node_modules/string_decoder/node_modules/safe-buffer/index.js
- +62 −0 deps/npm/node_modules/string_decoder/node_modules/safe-buffer/package.json
- +7 −7 deps/npm/node_modules/string_decoder/package.json
- +10 −7 deps/npm/package.json
- +123 −0 deps/npm/scripts/update-dist-tags.js
- +24 −11 deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
- +1 −1 deps/npm/test/fixtures/config/userconfig-with-gc
- +27 −0 deps/npm/test/tap/access.js
- +95 −1 deps/npm/test/tap/fund.js
- +2 −1 deps/npm/test/tap/unsupported.js
- +43 −0 deps/npm/test/tap/utils.funding.js
There are no files selected for viewing
Oops, something went wrong.