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");
    }
});
 

Dependents (0)

Package Sidebar

Install

npm i inpm

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hemanth