1.0.5 • Published 5 years ago

npm-request-json v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

npm-request-json

Usage

const npmRequestJson = require('npm-request-json');

npmRequestJson({ name: 'npm-request-json', version: 'latest' })
  .then((pkgData) => {
    // http://registry.npmjs.com/npm-request-json/latest
  })
  .catch(cosnole.error);