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 'node_modules/npm-registry-fetch/lib/default-opts.js')
-rw-r--r--node_modules/npm-registry-fetch/lib/default-opts.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_modules/npm-registry-fetch/lib/default-opts.js b/node_modules/npm-registry-fetch/lib/default-opts.js
index e8e8221da..f0847f0b5 100644
--- a/node_modules/npm-registry-fetch/lib/default-opts.js
+++ b/node_modules/npm-registry-fetch/lib/default-opts.js
@@ -1,6 +1,5 @@
const pkg = require('../package.json')
module.exports = {
- log: require('./silentlog.js'),
maxSockets: 12,
method: 'GET',
registry: 'https://registry.npmjs.org/',