Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ graph LR;
npmcli-arborist-->bin-links;
npmcli-arborist-->cacache;
npmcli-arborist-->common-ancestor-path;
npmcli-arborist-->gar-promise-retry["@gar/promise-retry"];
npmcli-arborist-->hosted-git-info;
npmcli-arborist-->isaacs-string-locale-compare["@isaacs/string-locale-compare"];
npmcli-arborist-->json-parse-even-better-errors;
Expand Down
13 changes: 10 additions & 3 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
/*
!/.gitignore
# Allow all bundled deps
!/@gar/
/@gar/*
!/@gar/promise-retry
!/@isaacs/
/@isaacs/*
!/@isaacs/cliui
Expand All @@ -12,6 +15,7 @@
!/@isaacs/cliui/node_modules/emoji-regex
!/@isaacs/cliui/node_modules/string-width
!/@isaacs/cliui/node_modules/strip-ansi
!/@isaacs/fs-minipass
!/@isaacs/string-locale-compare
!/@npmcli/
/@npmcli/*
Expand Down Expand Up @@ -71,9 +75,6 @@
!/cross-spawn/node_modules/which
!/cssesc
!/debug
!/debug/node_modules/
/debug/node_modules/*
!/debug/node_modules/ms
!/diff
!/eastasianwidth
!/emoji-regex
Expand Down Expand Up @@ -203,8 +204,14 @@
!/tar/node_modules/minipass
!/text-table
!/tiny-relative-date
!/tinyglobby
!/tinyglobby/node_modules/
/tinyglobby/node_modules/*
!/tinyglobby/node_modules/fdir
!/tinyglobby/node_modules/picomatch
!/treeverse
!/tuf-js
!/undici
!/unique-filename
!/unique-slug
!/util-deprecate
Expand Down
Loading
Loading