Searched refs:envPrefix (Results 1 – 5 of 5) sorted by relevance
18 envPrefix: { default: /^npm_config_/i }, property31 if (!key.match(builtin.envPrefix)) continue33 .replace(builtin.envPrefix, '')
34 var envPrefix = opts.envPrefix577 if (typeof envPrefix === 'undefined') return579 var prefix = typeof envPrefix === 'string' ? envPrefix : ''
74 …* `opts.envPrefix`: environment variables (`process.env`) with the prefix provided should be parse…
130 tmpOptions.envPrefix = options.envPrefix770 if (prefix === false) options.envPrefix = undefined771 else options.envPrefix = prefix || ''
21122 envPrefix: { default: /^npm_config_/i }, property21135 if (!key.match(builtin.envPrefix)) continue21137 .replace(builtin.envPrefix, '')