0.0.3 • Published 11 months ago
npm-pkg-api v0.0.3
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")