1.2.0 • Published 7 years ago

checkpackage v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

checkpackage NPM version Build Status Dependency Status Coverage percentage

a module to check if a module exists on npm registry or not.

It's a command line utility build out of nodejs. I am making a http request from this application using a node module.

Installation

$ npm install --save checkpackage

Usage

const checkpackage = require('checkpackage');

checkpackage('Rainbow');

License

MIT © Amit Upadhyay

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago