inpm

0.1.0 • Public • Published

inpm in npm?

Checks if the given module name is present in npm registry.

Example:

 
var $ = require('inpm');
 
$('foooof', function(found){
    if (found) {
        console.log("Found in npm registry");
    } else {
        console.log("Not found in npm registry");
    }
});
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i inpm

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hemanth