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.8
PR-URL: #34834 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
- Loading branch information
Showing
with
537 additions
and 401 deletions.
- +5 −0 deps/npm/AUTHORS
- +34 −0 deps/npm/CHANGELOG.md
- +1 −2 deps/npm/docs/content/cli-commands/npm.md
- +6 −0 deps/npm/docs/content/using-npm/semver.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
- +2 −2 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
- +2 −2 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
- +4 −5 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
- +2 −2 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
- +2 −2 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
- +2 −2 deps/npm/docs/public/using-npm/scripts/index.html
- +2 −2 deps/npm/docs/public/using-npm/semver/index.html
- +4 −0 deps/npm/lib/ci.js
- +13 −0 deps/npm/lib/hook.js
- +1 −1 deps/npm/lib/install.js
- +1 −1 deps/npm/lib/utils/replace-info.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
- +1 −1 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
- +3 −4 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
- +1 −1 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
- +1 −1 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
- +1 −1 deps/npm/man/man7/scripts.7
- +1 −1 deps/npm/man/man7/semver.7
- +9 −9 deps/npm/node_modules/configstore/package.json
- +1 −1 deps/npm/node_modules/configstore/readme.md
- +18 −0 deps/npm/node_modules/dot-prop/index.js
- +13 −13 deps/npm/node_modules/dot-prop/package.json
- +2 −0 deps/npm/node_modules/dot-prop/readme.md
- +20 −0 deps/npm/node_modules/meant/.github/workflows/ci.yml
- +0 −37 deps/npm/node_modules/meant/.npmignore
- +0 −16 deps/npm/node_modules/meant/.travis.yml
- +9 −1 deps/npm/node_modules/meant/CHANGELOG.md
- +1 −1 deps/npm/node_modules/meant/README.md
- +17 −19 deps/npm/node_modules/meant/package.json
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/.travis.yml
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/LICENSE
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/example/parse.js
- +16 −17 deps/npm/node_modules/{rc/node_modules → }/minimist/index.js
- +2 −2 deps/npm/node_modules/{rc/node_modules → }/minimist/package.json
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/readme.markdown
- +4 −4 deps/npm/node_modules/{rc/node_modules → }/minimist/test/all_bool.js
- +8 −8 deps/npm/node_modules/{rc/node_modules → }/minimist/test/bool.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/dash.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/default_bool.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/dotted.js
- +2 −2 deps/npm/node_modules/{rc/node_modules → }/minimist/test/kv_short.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/long.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/num.js
- +6 −6 deps/npm/node_modules/{rc/node_modules → }/minimist/test/parse.js
- +1 −1 deps/npm/node_modules/{rc/node_modules → }/minimist/test/parse_modified.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/proto.js
- +2 −2 deps/npm/node_modules/{rc/node_modules → }/minimist/test/short.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/stop_early.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/unknown.js
- 0 deps/npm/node_modules/{rc/node_modules → }/minimist/test/whitespace.js
- +20 −0 deps/npm/node_modules/npm-registry-fetch/CHANGELOG.md
- +5 −2 deps/npm/node_modules/npm-registry-fetch/check-response.js
- +12 −12 deps/npm/node_modules/npm-registry-fetch/package.json
- +1 −1 deps/npm/node_modules/update-notifier/package.json
- +3 −3 deps/npm/package.json
- +1 −1 deps/npm/test/fixtures/config/userconfig-with-gc
- +1 −1 deps/npm/test/tap/publish-invalid-semver-tag.js
- +60 −0 deps/npm/test/tap/referer.js
- +3 −1 deps/npm/test/tap/semver-doc.js
- +1 −1 deps/npm/test/tap/whoami.js
There are no files selected for viewing
Oops, something went wrong.

