mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 23:37:21 +00:00
push all website files
This commit is contained in:
29
website/node_modules/npm/lib/config/reg-client.js
generated
vendored
Normal file
29
website/node_modules/npm/lib/config/reg-client.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = regClientConfig
|
||||
function regClientConfig (npm, log, config) {
|
||||
return {
|
||||
proxy: {
|
||||
http: config.get('proxy'),
|
||||
https: config.get('https-proxy'),
|
||||
localAddress: config.get('local-address')
|
||||
},
|
||||
ssl: {
|
||||
certificate: config.get('cert'),
|
||||
key: config.get('key'),
|
||||
ca: config.get('ca'),
|
||||
strict: config.get('strict-ssl')
|
||||
},
|
||||
retry: {
|
||||
retries: config.get('fetch-retries'),
|
||||
factor: config.get('fetch-retry-factor'),
|
||||
minTimeout: config.get('fetch-retry-mintimeout'),
|
||||
maxTimeout: config.get('fetch-retry-maxtimeout')
|
||||
},
|
||||
userAgent: config.get('user-agent'),
|
||||
log: log,
|
||||
defaultTag: config.get('tag'),
|
||||
maxSockets: config.get('maxsockets'),
|
||||
scope: npm.projectScope
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user