Skip to content

Commit 76dab91

Browse files
committedJul 9, 2024
deps: normalize-package-data@6.0.2
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.

‎node_modules/function-bind/test/index.js

-252
This file was deleted.

‎node_modules/hasown/LICENSE

-21
This file was deleted.

‎node_modules/hasown/index.js

-8
This file was deleted.

‎node_modules/hasown/package.json

-92
This file was deleted.

‎node_modules/hasown/tsconfig.json

-6
This file was deleted.

‎node_modules/is-core-module/LICENSE

-20
This file was deleted.

‎node_modules/is-core-module/core.json

-158
This file was deleted.

‎node_modules/is-core-module/index.js

-69
This file was deleted.

‎node_modules/is-core-module/package.json

-73
This file was deleted.

‎node_modules/is-core-module/test/index.js

-133
This file was deleted.

‎node_modules/normalize-package-data/lib/fixer.js

+2-2
Original file line numberDiff line numberDiff line change

‎node_modules/normalize-package-data/package.json

+1-2
Original file line numberDiff line numberDiff line change

‎package-lock.json

+7-8
Original file line numberDiff line numberDiff line change

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ms": "^2.1.2",
9595
"node-gyp": "^10.1.0",
9696
"nopt": "^7.2.1",
97-
"normalize-package-data": "^6.0.1",
97+
"normalize-package-data": "^6.0.2",
9898
"npm-audit-report": "^5.0.0",
9999
"npm-install-checks": "^6.3.0",
100100
"npm-package-arg": "^11.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.