npm-pkg-api
v0.0.3
Published
RT
Downloads
3
Readme
RT
npm apis for getting details from target remote target
usage
const npmPkgApi = require('npm-pkg-api')
// get latest version of target
npmPkgApi.target('react').latest
// or get version directly
npmPkgApi.getLatestVersion("react")