Lines Matching refs:config
117 if (this.npm.config.get('json')) {
152 if (this.npm.config.get('parseable')) {
223 if (this.npm.config.get('json')) {
225 } else if (this.npm.config.get('parseable')) {
250 if (this.npm.config.get('json') || this.npm.config.get('parseable')) {
253 (this.npm.config.get('json') ? 'JSON' : 'parseable') + ' output mode is not available'
265 const creds = this.npm.config.getCredentialsByURI(this.npm.config.get('registry'))
280 `${this.npm.config.get('registry')} in order to enable 2fa`
292 `Your registry ${this.npm.config.get('registry')} does not seem to ` +
298 this.npm.config.setCredentialsByURI(
299 this.npm.config.get('registry'),
302 await this.npm.config.save('user')
398 if (this.npm.config.get('json')) {
400 } else if (this.npm.config.get('parseable')) {