https://github.com/afeiship/next-npm-installed
Check if npm package installed.
https://github.com/afeiship/next-npm-installed
check installed next npm
Last synced: about 2 months ago
JSON representation
Check if npm package installed.
- Host: GitHub
- URL: https://github.com/afeiship/next-npm-installed
- Owner: afeiship
- License: mit
- Created: 2019-05-27T00:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T02:53:18.000Z (over 4 years ago)
- Last Synced: 2025-03-07T11:18:57.259Z (3 months ago)
- Topics: check, installed, next, npm
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-npm-installed
> Check if npm package installed.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-npm-installed
```## usage
```js
import '@jswork/next-npm-installed';nx.npmInstalled('mocha'); // false
nx.npmInstalled('gulp'); // true
```## license
Code released under [the MIT license](https://github.com/afeiship/next-npm-installed/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-npm-installed
[version-url]: https://npmjs.org/package/@jswork/next-npm-installed[license-image]: https://img.shields.io/npm/l/@jswork/next-npm-installed
[license-url]: https://github.com/afeiship/next-npm-installed/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-npm-installed
[size-url]: https://github.com/afeiship/next-npm-installed/blob/master/dist/next-npm-installed.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-npm-installed
[download-url]: https://www.npmjs.com/package/@jswork/next-npm-installed