Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,12 @@ graph LR;
cidr-regex-->ip-regex;
cli-columns-->string-width;
cli-columns-->strip-ansi;
cross-spawn-->path-key;
cross-spawn-->shebang-command;
cross-spawn-->which;
debug-->ms;
encoding-->iconv-lite;
fdir-->picomatch;
foreground-child-->cross-spawn;
foreground-child-->signal-exit;
fs-minipass-->minipass;
glob-->foreground-child;
glob-->jackspeak;
glob-->minimatch;
glob-->minipass;
glob-->package-json-from-dist;
glob-->path-scurry;
hosted-git-info-->lru-cache;
http-proxy-agent-->agent-base;
Expand All @@ -304,14 +296,7 @@ graph LR;
init-package-json-->validate-npm-package-name;
is-cidr-->cidr-regex;
isaacs-brace-expansion-->isaacs-balanced-match["@isaacs/balanced-match"];
isaacs-cliui-->string-width-cjs;
isaacs-cliui-->string-width;
isaacs-cliui-->strip-ansi-cjs;
isaacs-cliui-->strip-ansi;
isaacs-cliui-->wrap-ansi-cjs;
isaacs-cliui-->wrap-ansi;
isaacs-fs-minipass-->minipass;
jackspeak-->isaacs-cliui["@isaacs/cliui"];
libnpmaccess-->npm-package-arg;
libnpmaccess-->npm-registry-fetch;
libnpmaccess-->npmcli-eslint-config["@npmcli/eslint-config"];
Expand Down Expand Up @@ -701,7 +686,6 @@ graph LR;
promise-retry-->retry;
promzard-->read;
read-->mute-stream;
shebang-command-->shebang-regex;
sigstore-->sigstore-bundle["@sigstore/bundle"];
sigstore-->sigstore-core["@sigstore/core"];
sigstore-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];
Expand Down Expand Up @@ -730,7 +714,6 @@ graph LR;
spdx-expression-parse-->spdx-exceptions;
spdx-expression-parse-->spdx-license-ids;
ssri-->minipass;
string-width-->eastasianwidth;
string-width-->emoji-regex;
string-width-->is-fullwidth-code-point;
string-width-->strip-ansi;
Expand All @@ -752,9 +735,6 @@ graph LR;
validate-npm-package-license-->spdx-correct;
validate-npm-package-license-->spdx-expression-parse;
which-->isexe;
wrap-ansi-->ansi-styles;
wrap-ansi-->string-width;
wrap-ansi-->strip-ansi;
write-file-atomic-->imurmurhash;
write-file-atomic-->signal-exit;
```
Expand Down
35 changes: 0 additions & 35 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
/@isaacs/*
!/@isaacs/balanced-match
!/@isaacs/brace-expansion
!/@isaacs/cliui
!/@isaacs/cliui/node_modules/
/@isaacs/cliui/node_modules/*
!/@isaacs/cliui/node_modules/ansi-regex
!/@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/
Expand Down Expand Up @@ -52,7 +45,6 @@
!/abbrev
!/agent-base
!/ansi-regex
!/ansi-styles
!/aproba
!/archy
!/balanced-match
Expand All @@ -66,25 +58,16 @@
!/cidr-regex
!/cli-columns
!/cmd-shim
!/color-convert
!/color-name
!/common-ancestor-path
!/cross-spawn
!/cross-spawn/node_modules/
/cross-spawn/node_modules/*
!/cross-spawn/node_modules/isexe
!/cross-spawn/node_modules/which
!/cssesc
!/debug
!/diff
!/eastasianwidth
!/emoji-regex
!/encoding
!/env-paths
!/err-code
!/exponential-backoff
!/fastest-levenshtein
!/foreground-child
!/fs-minipass
!/glob
!/graceful-fs
Expand All @@ -102,7 +85,6 @@
!/is-cidr
!/is-fullwidth-code-point
!/isexe
!/jackspeak
!/json-parse-even-better-errors
!/json-stringify-nice
!/jsonparse
Expand Down Expand Up @@ -143,10 +125,8 @@
!/npm-registry-fetch
!/npm-user-validate
!/p-map
!/package-json-from-dist
!/pacote
!/parse-conflict-json
!/path-key
!/path-scurry
!/postcss-selector-parser
!/proc-log
Expand All @@ -161,8 +141,6 @@
!/retry
!/safer-buffer
!/semver
!/shebang-command
!/shebang-regex
!/signal-exit
!/sigstore
!/smart-buffer
Expand All @@ -176,9 +154,7 @@
!/spdx-expression-parse
!/spdx-license-ids
!/ssri
!/string-width-cjs
!/string-width
!/strip-ansi-cjs
!/strip-ansi
!/supports-color
!/tar
Expand All @@ -204,17 +180,6 @@
!/validate-npm-package-name
!/walk-up-path
!/which
!/wrap-ansi-cjs
!/wrap-ansi-cjs/node_modules/
/wrap-ansi-cjs/node_modules/*
!/wrap-ansi-cjs/node_modules/ansi-styles
!/wrap-ansi
!/wrap-ansi/node_modules/
/wrap-ansi/node_modules/*
!/wrap-ansi/node_modules/ansi-regex
!/wrap-ansi/node_modules/emoji-regex
!/wrap-ansi/node_modules/string-width
!/wrap-ansi/node_modules/strip-ansi
!/write-file-atomic
!/yallist
# Always ignore some specific patterns within any allowed package
Expand Down
14 changes: 0 additions & 14 deletions node_modules/@isaacs/cliui/LICENSE.txt

This file was deleted.

Loading
Loading