Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/node-has-module
Checks for the existence of a module
https://github.com/qix-/node-has-module
Last synced: 26 days ago
JSON representation
Checks for the existence of a module
- Host: GitHub
- URL: https://github.com/qix-/node-has-module
- Owner: Qix-
- License: mit
- Created: 2015-07-06T10:15:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T10:30:11.000Z (over 9 years ago)
- Last Synced: 2024-10-11T18:30:10.883Z (about 1 month ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-has-module [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-has-module.svg?style=flat-square)](https://travis-ci.org/Qix-/node-has-module) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-has-module.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-has-module)
Checks for the existence of a module.## Example
```javascript
var hasModule = require('has-module');var gulpIsInstalled = hasModule('gulp');
```## License
Licensed under the MIT license