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:15:35 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-22 21:14:50 +0300
commit3a212d7177bac622224175aac3e223bef1e447a6 (patch)
tree9f745d2524841460517769496c62e2d36642b43c /package-lock.json
parent8ab12dc32b26db770b868cf694cedab38f4e7460 (diff)
chore: add fs-minipass to devDependencies
It's used in tests so it needs to be in the manifest
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index 44a4a360c..e6c6ff741 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -166,6 +166,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
+ "fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
@@ -3359,8 +3360,9 @@
},
"node_modules/fs-minipass": {
"version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
"inBundle": true,
- "license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
},