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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-02-08 23:22:39 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-02-08 23:24:48 +0300
commite1822cf277336728f1d5696ffe0db3ea6e700d9e (patch)
treedbbb828941efa61a62b9f71b374cfb507b851cae /package-lock.json
parent27be528ebb9801f8cccbfd30c19ddea4537adf8a (diff)
@npmcli/installed-package-contents@1.0.7
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json21
1 files changed, 9 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 93c93a51f..f1d01b49f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -361,6 +361,7 @@
"@npmcli/arborist": "^2.2.1",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.9",
+ "@npmcli/installed-package-contents": "^1.0.7",
"@npmcli/run-script": "^1.8.2",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
@@ -775,15 +776,13 @@
}
},
"node_modules/@npmcli/installed-package-contents": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.6.tgz",
- "integrity": "sha512-mpAxU8XZbhyqD1N9/fw1vS5wpKTWREDpUrTPdyQUJOT1PRXIM+DsK3Tpiftvvfi1lmvrRD2HusE2ohgGKvo3UA==",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz",
+ "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==",
"inBundle": true,
"dependencies": {
"npm-bundled": "^1.1.1",
- "npm-normalize-package-bin": "^1.0.1",
- "read-package-json-fast": "^2.0.1",
- "readdir-scoped-modules": "^1.1.0"
+ "npm-normalize-package-bin": "^1.0.1"
},
"bin": {
"installed-package-contents": "index.js"
@@ -10032,14 +10031,12 @@
}
},
"@npmcli/installed-package-contents": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.6.tgz",
- "integrity": "sha512-mpAxU8XZbhyqD1N9/fw1vS5wpKTWREDpUrTPdyQUJOT1PRXIM+DsK3Tpiftvvfi1lmvrRD2HusE2ohgGKvo3UA==",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz",
+ "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==",
"requires": {
"npm-bundled": "^1.1.1",
- "npm-normalize-package-bin": "^1.0.1",
- "read-package-json-fast": "^2.0.1",
- "readdir-scoped-modules": "^1.1.0"
+ "npm-normalize-package-bin": "^1.0.1"
}
},
"@npmcli/map-workspaces": {