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:
Diffstat (limited to 'lib/outdated.js')
-rw-r--r--lib/outdated.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/outdated.js b/lib/outdated.js
index b5f0f3b5b..f9a3fed8c 100644
--- a/lib/outdated.js
+++ b/lib/outdated.js
@@ -108,6 +108,7 @@ async function outdated_ (tree, deps, opts) {
async function getPackument (spec) {
const packument = await pacote.packument(spec, {
+ ...npm.flatOptions,
fullMetadata: npm.flatOptions.long,
preferOnline: true,
})