Skip to content

Commit

Permalink
deps: remove mkdirp
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent 4c5bd6e commit 10445ca
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ graph LR;
libnpmexec-->just-extend;
libnpmexec-->just-safe-set;
libnpmexec-->minify-registry-metadata;
libnpmexec-->mkdirp;
libnpmexec-->npm-package-arg;
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
libnpmexec-->npmcli-eslint-config["@npmcli/eslint-config"];
Expand Down Expand Up @@ -510,7 +509,6 @@ graph LR;
npm-->minimatch;
npm-->minipass-pipeline;
npm-->minipass;
npm-->mkdirp;
npm-->ms;
npm-->nock;
npm-->node-gyp;
Expand Down Expand Up @@ -637,7 +635,6 @@ graph LR;
npmcli-docs-->ignore-walk;
npmcli-docs-->isaacs-string-locale-compare["@isaacs/string-locale-compare"];
npmcli-docs-->jsdom;
npmcli-docs-->mkdirp;
npmcli-docs-->npmcli-eslint-config["@npmcli/eslint-config"];
npmcli-docs-->npmcli-template-oss["@npmcli/template-oss"];
npmcli-docs-->rehype-stringify;
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^21.1.0",
"mkdirp": "^1.0.4",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-man": "^8.0.1",
Expand Down
4 changes: 0 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"minimatch",
"minipass",
"minipass-pipeline",
"mkdirp",
"ms",
"node-gyp",
"nopt",
Expand Down Expand Up @@ -122,7 +121,6 @@
"minimatch": "^5.1.1",
"minipass": "^4.0.2",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
"nopt": "^7.0.0",
Expand Down Expand Up @@ -188,7 +186,6 @@
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^21.1.0",
"mkdirp": "^1.0.4",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-man": "^8.0.1",
Expand Down Expand Up @@ -14590,7 +14587,6 @@
"just-extend": "^6.1.1",
"just-safe-set": "^4.2.1",
"minify-registry-metadata": "^3.0.0",
"mkdirp": "^1.0.4",
"tap": "^16.3.2"
},
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"minimatch": "^5.1.1",
"minipass": "^4.0.2",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.1",
"nopt": "^7.0.0",
Expand Down Expand Up @@ -159,7 +158,6 @@
"minimatch",
"minipass",
"minipass-pipeline",
"mkdirp",
"ms",
"node-gyp",
"nopt",
Expand Down
1 change: 0 additions & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"just-extend": "^6.1.1",
"just-safe-set": "^4.2.1",
"minify-registry-metadata": "^3.0.0",
"mkdirp": "^1.0.4",
"tap": "^16.3.2"
},
"dependencies": {
Expand Down

0 comments on commit 10445ca

Please sign in to comment.