Skip to content

Commit 7eac959

Browse files
Michael PerrotteMylesBorins
Michael Perrotte
authored andcommitted
deps: upgrade npm to 6.13.7
PR-URL: #31558 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent db24641 commit 7eac959

File tree

227 files changed

+5194
-4074
lines changed

Some content is hidden

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

227 files changed

+5194
-4074
lines changed

β€Ždeps/npm/.npmrc

Whitespace-only changes.

β€Ždeps/npm/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -681,3 +681,4 @@ Felix Yan <felixonmars@archlinux.org>
681681
Zhenya Vinogradov <zhenyavinogradov@gmail.com>
682682
Rafael Hengles <rhengles@gmail.com>
683683
Jan-Philip Gehrcke <jp@opstrace.com>
684+
Caleb Sacks <16855387+clabe45@users.noreply.github.com>

β€Ždeps/npm/CHANGELOG.md

+20

β€Ždeps/npm/CONTRIBUTING.md

+156-46

β€Ždeps/npm/README.md

-4

β€Ždeps/npm/docs/content/configuring-npm/package-json.md

+2-1

β€Ždeps/npm/docs/public/cli-commands/npm-access/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-adduser/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-audit/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bin/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bugs/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-build/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-bundle/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-cache/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ci/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-completion/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-config/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-dedupe/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-deprecate/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-dist-tag/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-docs/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-doctor/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-edit/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-explore/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-fund/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-help-search/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-help/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-hook/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-init/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install-ci-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-install/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-link/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-logout/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ls/index.html

+3-3
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-org/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-outdated/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-owner/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-pack/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-ping/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-prefix/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-profile/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-prune/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-publish/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-rebuild/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-repo/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-restart/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-root/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-run-script/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-search/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-shrinkwrap/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-star/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-stars/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-start/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-stop/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-team/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-test/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-token/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-uninstall/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-unpublish/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-update/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-version/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-view/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm-whoami/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/cli-commands/npm/index.html

+3-3
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/folders/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/install/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/npmrc/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-json/index.html

+4-3
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-lock-json/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/package-locks/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/configuring-npm/shrinkwrap-json/index.html

+2-2
Large diffs are not rendered by default.

β€Ždeps/npm/docs/public/index.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)