The npm-registry-client could take various configuration options through a plain JS object described here: https://github.com/npm/npm-registry-client#configuration
However, the login.js file seems to hard code an empty object when the client is initialized: https://github.com/postmanlabs/npm-cli-login/blob/master/lib/login.js#L2
The npm-registry-client could take various configuration options through a plain JS object described here: https://github.com/npm/npm-registry-client#configuration
However, the login.js file seems to hard code an empty object when the client is initialized: https://github.com/postmanlabs/npm-cli-login/blob/master/lib/login.js#L2