Skip to content

Commit c77f035

Browse files
committed
deps: remove columnify
1 parent d531f8b commit c77f035

25 files changed

+0
-1638
lines changed

DEPENDENCIES.md

-5
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,10 @@ graph LR;
289289
cli-columns-->string-width;
290290
cli-columns-->strip-ansi;
291291
color-convert-->color-name;
292-
columnify-->strip-ansi;
293-
columnify-->wcwidth;
294292
cross-spawn-->path-key;
295293
cross-spawn-->shebang-command;
296294
cross-spawn-->which;
297295
debug-->ms;
298-
defaults-->clone;
299296
encoding-->iconv-lite;
300297
foreground-child-->cross-spawn;
301298
foreground-child-->signal-exit;
@@ -480,7 +477,6 @@ graph LR;
480477
npm-->ci-info;
481478
npm-->cli-columns;
482479
npm-->cli-table3;
483-
npm-->columnify;
484480
npm-->diff;
485481
npm-->fastest-levenshtein;
486482
npm-->fs-minipass;
@@ -797,7 +793,6 @@ graph LR;
797793
validate-npm-package-license-->spdx-correct;
798794
validate-npm-package-license-->spdx-expression-parse;
799795
validate-npm-package-name-->builtins;
800-
wcwidth-->defaults;
801796
which-->isexe;
802797
wrap-ansi-->ansi-styles;
803798
wrap-ansi-->string-width;

node_modules/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@
6666
!/cidr-regex
6767
!/clean-stack
6868
!/cli-columns
69-
!/clone
7069
!/cmd-shim
7170
!/color-convert
7271
!/color-name
73-
!/columnify
7472
!/common-ancestor-path
7573
!/cross-spawn
7674
!/cross-spawn/node_modules/
@@ -81,7 +79,6 @@
8179
!/debug/node_modules/
8280
/debug/node_modules/*
8381
!/debug/node_modules/ms
84-
!/defaults
8582
!/diff
8683
!/eastasianwidth
8784
!/emoji-regex
@@ -234,7 +231,6 @@
234231
!/validate-npm-package-license/node_modules/spdx-expression-parse
235232
!/validate-npm-package-name
236233
!/walk-up-path
237-
!/wcwidth
238234
!/which
239235
!/which/node_modules/
240236
/which/node_modules/*

node_modules/clone/LICENSE

-18
This file was deleted.

node_modules/clone/clone.iml

-10
This file was deleted.

node_modules/clone/clone.js

-166
This file was deleted.

node_modules/clone/package.json

-51
This file was deleted.

node_modules/columnify/LICENSE

-21
This file was deleted.

node_modules/columnify/Makefile

-9
This file was deleted.

0 commit comments

Comments
 (0)