Skip to content

Commit 76dab91

Browse files
committed
1 parent 094c4ea commit 76dab91

20 files changed

+11
-1047
lines changed

DEPENDENCIES.md

-3
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ graph LR;
296296
glob-->minipass;
297297
glob-->package-json-from-dist;
298298
glob-->path-scurry;
299-
hasown-->function-bind;
300299
hosted-git-info-->lru-cache;
301300
http-proxy-agent-->agent-base;
302301
http-proxy-agent-->debug;
@@ -314,7 +313,6 @@ graph LR;
314313
ip-address-->jsbn;
315314
ip-address-->sprintf-js;
316315
is-cidr-->cidr-regex;
317-
is-core-module-->hasown;
318316
isaacs-cliui-->string-width-cjs;
319317
isaacs-cliui-->string-width;
320318
isaacs-cliui-->strip-ansi-cjs;
@@ -455,7 +453,6 @@ graph LR;
455453
node-gyp-->which;
456454
nopt-->abbrev;
457455
normalize-package-data-->hosted-git-info;
458-
normalize-package-data-->is-core-module;
459456
normalize-package-data-->semver;
460457
normalize-package-data-->validate-npm-package-license;
461458
npm-->abbrev;

node_modules/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@
8484
!/fastest-levenshtein
8585
!/foreground-child
8686
!/fs-minipass
87-
!/function-bind
8887
!/glob
8988
!/graceful-fs
90-
!/hasown
9189
!/hosted-git-info
9290
!/http-cache-semantics
9391
!/http-proxy-agent
@@ -101,7 +99,6 @@
10199
!/ip-address
102100
!/ip-regex
103101
!/is-cidr
104-
!/is-core-module
105102
!/is-fullwidth-code-point
106103
!/is-lambda
107104
!/isexe

node_modules/function-bind/LICENSE

-20
This file was deleted.

node_modules/function-bind/implementation.js

-84
This file was deleted.

node_modules/function-bind/index.js

-5
This file was deleted.

node_modules/function-bind/package.json

-87
This file was deleted.

0 commit comments

Comments
 (0)