Bolshakova Anna ab21a11190 lab | пре 2 недеља | |
---|---|---|
.. | ||
lib | пре 2 недеља | |
node_modules | пре 2 недеља | |
index.js | пре 2 недеља | |
license | пре 2 недеља | |
package.json | пре 2 недеља | |
readme.md | пре 2 недеља |
Get the npm config
$ npm install npm-conf
const npmConf = require('npm-conf');
const conf = npmConf();
conf.get('prefix')
//=> //=> /Users/unicorn/.npm-packages
conf.get('registry')
//=> https://registry.npmjs.org/
To get a list of all available npm
config options:
$ npm config list --long
Returns the npm
config.
Returns the default npm
config.
MIT © Kevin Mårtensson