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:
authorLuke Karrys <luke@lukekarrys.com>2022-03-31 03:39:21 +0300
committerGar <wraithgar@github.com>2022-04-06 19:26:45 +0300
commit03f36bf8c30b713e86f8e0b7e6643b68d74f7d91 (patch)
treeafc33df0328cfda57f8cb5e4a7126fc615f00281 /package-lock.json
parent840c338aa6aba7dc39d9d3afba075701e3979362 (diff)
chore(docs): move scripts and refactor
All docs related scripts are now located in the docs workspace
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index 39f3b1bf2..977e8634f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -189,6 +189,7 @@
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"tap": "^15.2.3",
+ "which": "^2.0.2",
"yaml": "^1.10.0"
},
"engines": {
@@ -9222,8 +9223,9 @@
},
"node_modules/which": {
"version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
@@ -11101,6 +11103,7 @@
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"tap": "^15.2.3",
+ "which": "^2.0.2",
"yaml": "^1.10.0"
}
},
@@ -15704,6 +15707,8 @@
},
"which": {
"version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"requires": {
"isexe": "^2.0.0"
}