Lines Matching +full:fetch +full:- +full:depth
12 var hasUnicode = require('has-unicode')
48 if (type.indexOf(url) !== -1) type = url
49 else if (type.indexOf(path) !== -1) type = path
82 else home = path.resolve(temp, 'npm-' + uidOrPid)
84 var cacheExtra = process.platform === 'win32' ? 'npm-cache' : '.npm'
95 // c:\node\node.exe --> prefix=c:\node\
98 // /usr/local/bin/node --> prefix=/usr/local
109 'allow-same-version': false,
110 'always-auth': false,
113 'audit-level': 'low',
114 'auth-type': 'legacy',
117 'bin-links': true,
125 'cache-lock-stale': 60000,
126 'cache-lock-retries': 10,
127 'cache-lock-wait': 10000,
129 'cache-max': Infinity,
130 'cache-min': 10,
137 depth: Infinity, property
140 'dry-run': false,
142 'engine-strict': false,
144 'format-package-lock': true,
148 'fetch-retries': 2,
149 'fetch-retry-factor': 10,
150 'fetch-retry-mintimeout': 10000,
151 'fetch-retry-maxtimeout': 60000,
154 'git-tag-version': true,
155 'commit-hooks': true,
159 'global-style': false,
162 'ham-it-up': false,
164 'if-present': false,
165 'ignore-prepublish': false,
166 'ignore-scripts': false,
167 'init-module': path.resolve(home, '.npm-init.js'),
168 'init-author-name': '',
169 'init-author-email': '',
170 'init-author-url': '',
171 'init-version': '1.0.0',
172 'init-license': 'ISC',
175 'legacy-bundling': false,
177 'local-address': undefined,
180 'logs-max': 10,
184 'metrics-registry': null,
185 'node-options': null,
186 'node-version': process.version,
188 'onload-script': false,
192 'package-lock': true,
193 'package-lock-only': false,
195 'prefer-offline': false,
196 'prefer-online': false,
202 'https-proxy': null,
204 'user-agent': 'npm/{npm-version} ' +
205 'node/{node-version} ' +
209 'read-only': false,
210 'rebuild-bundle': true,
214 'save-bundle': false,
215 'save-dev': false,
216 'save-exact': false,
217 'save-optional': false,
218 'save-prefix': '^',
219 'save-prod': false,
221 'script-shell': null,
222 'scripts-prepend-node-path': 'warn-only',
227 'send-metrics': false,
230 'sign-git-commit': false,
231 'sign-git-tag': false,
232 'sso-poll-frequency': 500,
233 'sso-type': 'oauth',
234 'strict-ssl': true,
236 'tag-version-prefix': 'v',
240 'unsafe-perm': process.platform === 'win32' ||
245 'update-notifier': true,
262 'allow-same-version': Boolean,
263 'always-auth': Boolean,
266 'audit-level': ['low', 'moderate', 'high', 'critical'],
267 'auth-type': ['legacy', 'sso', 'saml', 'oauth'],
269 'bin-links': Boolean,
274 'cache-lock-stale': Number,
275 'cache-lock-retries': Number,
276 'cache-lock-wait': Number,
277 'cache-max': Number,
278 'cache-min': Number,
282 depth: Number, property
285 'dry-run': Boolean,
287 'engine-strict': Boolean,
290 'format-package-lock': Boolean,
291 'fetch-retries': Number,
292 'fetch-retry-factor': Number,
293 'fetch-retry-mintimeout': Number,
294 'fetch-retry-maxtimeout': Number,
296 'git-tag-version': Boolean,
297 'commit-hooks': Boolean,
300 'global-style': Boolean,
302 'https-proxy': [null, url],
303 'user-agent': String,
304 'ham-it-up': Boolean,
306 'if-present': Boolean,
307 'ignore-prepublish': Boolean,
308 'ignore-scripts': Boolean,
309 'init-module': path,
310 'init-author-name': String,
311 'init-author-email': String,
312 'init-author-url': ['', url],
313 'init-license': String,
314 'init-version': semver,
317 'legacy-bundling': Boolean,
319 'local-address': getLocalAddresses(),
322 'logs-max': Number,
326 'metrics-registry': [null, String],
327 'node-options': [null, String],
328 'node-version': [null, semver],
331 'onload-script': [null, String],
334 'package-lock': Boolean,
336 'package-lock-only': Boolean,
338 'prefer-offline': Boolean,
339 'prefer-online': Boolean,
345 'read-only': Boolean,
346 'rebuild-bundle': Boolean,
350 'save-bundle': Boolean,
351 'save-dev': Boolean,
352 'save-exact': Boolean,
353 'save-optional': Boolean,
354 'save-prefix': String,
355 'save-prod': Boolean,
357 'script-shell': [null, String],
358 'scripts-prepend-node-path': [false, true, 'auto', 'warn-only'],
363 'send-metrics': Boolean,
366 'sign-git-commit': Boolean,
367 'sign-git-tag': Boolean,
368 'sso-poll-frequency': Number,
369 'sso-type': [null, 'oauth', 'saml'],
370 'strict-ssl': Boolean,
375 'unsafe-perm': Boolean,
376 'update-notifier': Boolean,
382 'tag-version-prefix': String,
405 before: ['--enjoy-by'],
406 s: ['--loglevel', 'silent'],
407 d: ['--loglevel', 'info'],
408 dd: ['--loglevel', 'verbose'],
409 ddd: ['--loglevel', 'silly'],
410 noreg: ['--no-registry'],
411 N: ['--no-registry'],
412 reg: ['--registry'],
413 'no-reg': ['--no-registry'],
414 silent: ['--loglevel', 'silent'],
415 verbose: ['--loglevel', 'verbose'],
416 quiet: ['--loglevel', 'warn'],
417 q: ['--loglevel', 'warn'],
418 h: ['--usage'],
419 H: ['--usage'],
420 '?': ['--usage'],
421 help: ['--usage'],
422 v: ['--version'],
423 f: ['--force'],
424 desc: ['--description'],
425 'no-desc': ['--no-description'],
426 'local': ['--no-global'],
427 l: ['--long'],
428 m: ['--message'],
429 p: ['--parseable'],
430 porcelain: ['--parseable'],
431 readonly: ['--read-only'],
432 g: ['--global'],
433 S: ['--save'],
434 D: ['--save-dev'],
435 E: ['--save-exact'],
436 O: ['--save-optional'],
437 P: ['--save-prod'],
438 y: ['--yes'],
439 n: ['--no-yes'],
440 B: ['--save-bundle'],
441 C: ['--prefix']