Skip to content

Commit 10445ca

Browse files
committed
deps: remove mkdirp
1 parent 4c5bd6e commit 10445ca

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

DEPENDENCIES.md

-3
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ graph LR;
358358
libnpmexec-->just-extend;
359359
libnpmexec-->just-safe-set;
360360
libnpmexec-->minify-registry-metadata;
361-
libnpmexec-->mkdirp;
362361
libnpmexec-->npm-package-arg;
363362
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
364363
libnpmexec-->npmcli-eslint-config["@npmcli/eslint-config"];
@@ -510,7 +509,6 @@ graph LR;
510509
npm-->minimatch;
511510
npm-->minipass-pipeline;
512511
npm-->minipass;
513-
npm-->mkdirp;
514512
npm-->ms;
515513
npm-->nock;
516514
npm-->node-gyp;
@@ -637,7 +635,6 @@ graph LR;
637635
npmcli-docs-->ignore-walk;
638636
npmcli-docs-->isaacs-string-locale-compare["@isaacs/string-locale-compare"];
639637
npmcli-docs-->jsdom;
640-
npmcli-docs-->mkdirp;
641638
npmcli-docs-->npmcli-eslint-config["@npmcli/eslint-config"];
642639
npmcli-docs-->npmcli-template-oss["@npmcli/template-oss"];
643640
npmcli-docs-->rehype-stringify;

docs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"front-matter": "^4.0.2",
2727
"ignore-walk": "^6.0.0",
2828
"jsdom": "^21.1.0",
29-
"mkdirp": "^1.0.4",
3029
"rehype-stringify": "^9.0.3",
3130
"remark-gfm": "^3.0.1",
3231
"remark-man": "^8.0.1",

package-lock.json

-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"minimatch",
4747
"minipass",
4848
"minipass-pipeline",
49-
"mkdirp",
5049
"ms",
5150
"node-gyp",
5251
"nopt",
@@ -122,7 +121,6 @@
122121
"minimatch": "^5.1.1",
123122
"minipass": "^4.0.2",
124123
"minipass-pipeline": "^1.2.4",
125-
"mkdirp": "^1.0.4",
126124
"ms": "^2.1.2",
127125
"node-gyp": "^9.3.1",
128126
"nopt": "^7.0.0",
@@ -188,7 +186,6 @@
188186
"front-matter": "^4.0.2",
189187
"ignore-walk": "^6.0.0",
190188
"jsdom": "^21.1.0",
191-
"mkdirp": "^1.0.4",
192189
"rehype-stringify": "^9.0.3",
193190
"remark-gfm": "^3.0.1",
194191
"remark-man": "^8.0.1",
@@ -14590,7 +14587,6 @@
1459014587
"just-extend": "^6.1.1",
1459114588
"just-safe-set": "^4.2.1",
1459214589
"minify-registry-metadata": "^3.0.0",
14593-
"mkdirp": "^1.0.4",
1459414590
"tap": "^16.3.2"
1459514591
},
1459614592
"engines": {

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"minimatch": "^5.1.1",
9191
"minipass": "^4.0.2",
9292
"minipass-pipeline": "^1.2.4",
93-
"mkdirp": "^1.0.4",
9493
"ms": "^2.1.2",
9594
"node-gyp": "^9.3.1",
9695
"nopt": "^7.0.0",
@@ -159,7 +158,6 @@
159158
"minimatch",
160159
"minipass",
161160
"minipass-pipeline",
162-
"mkdirp",
163161
"ms",
164162
"node-gyp",
165163
"nopt",

workspaces/libnpmexec/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"just-extend": "^6.1.1",
5858
"just-safe-set": "^4.2.1",
5959
"minify-registry-metadata": "^3.0.0",
60-
"mkdirp": "^1.0.4",
6160
"tap": "^16.3.2"
6261
},
6362
"dependencies": {

0 commit comments

Comments
 (0)