Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-08-18 17:54:07 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commita33d774e00c3b2cf4613e1ed4649d6a6d1bfda87 (patch)
tree417a157e4f06c5b94e12fb4c69d406edf56f227f
parent159ae355bae1b41be4d904663caa7ae5a3e57d90 (diff)
chore: add mkdirp to devDependencies
It's used it tests
-rw-r--r--DEPENDENCIES.md1
-rw-r--r--package-lock.json4
-rw-r--r--workspaces/libnpmexec/package.json1
3 files changed, 5 insertions, 1 deletions
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 4bc47e322..76cd12965 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -345,6 +345,7 @@ graph LR;
libnpmexec-->bin-links;
libnpmexec-->chalk;
libnpmexec-->mkdirp-infer-owner;
+ libnpmexec-->mkdirp;
libnpmexec-->npm-package-arg;
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
libnpmexec-->npmcli-ci-detect["@npmcli/ci-detect"];
diff --git a/package-lock.json b/package-lock.json
index 911063775..bd96bd7bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5191,8 +5191,9 @@
},
"node_modules/mkdirp": {
"version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"inBundle": true,
- "license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
},
@@ -10600,6 +10601,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
"bin-links": "^3.0.0",
+ "mkdirp": "^1.0.4",
"tap": "^16.0.1"
},
"engines": {
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 53fc335ed..b59d296c5 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -52,6 +52,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
"bin-links": "^3.0.0",
+ "mkdirp": "^1.0.4",
"tap": "^16.0.1"
},
"dependencies": {