fetch-nice-package
fetch cleaned package metadata from the npm registry.
$ npm install --save fetch-nice-package
const fetchNicePackage = require('fetch-nice-package');
fetchNicePackage('nice-package')
.then(info => console.log(info))
.catch(err => console.error(err))
P.S: info
will have all the convenience-methods that nice-package
has.
Type: string
Node module name.
MIT © Hemanth.HM