Package detail

find-installed-packages

unional3.1kMIT3.0.3

Find installed packages

readme

find-installed-packages

NPM version NPM downloads

Github NodeJS Codecov Codacy Badge

Greenkeeper Semantic Release

Visual Studio Code Wallaby.js

Find installed packages.

Usage

import { findByKeyword } from 'find-installed-packages'

(async () => {
  const packages = await findByKeyord('some-keyword') // ['pkg-a', 'pkg-b']
}())

Contribute

# after fork and clone
npm install

# begin making changes
git checkout -b <branch>
npm run watch

# after making change(s)
git commit -m "<commit message>"
git push

# create PR

changelog

3.0.3 (2023-06-03)

Bug Fixes

  • deps: update dependency unpartial to v1.0.5 (#197) (e218017)

3.0.2 (2023-03-15)

Bug Fixes

  • deps: update dependency unpartial to v1.0.4 (#156) (24d462f)

3.0.1 (2022-09-08)

Bug Fixes

3.0.0 (2022-09-08)

Bug Fixes

BREAKING CHANGES

  • drop nodejs 12 support

2.1.8 (2022-09-08)

Bug Fixes

2.1.7 (2022-09-07)

Bug Fixes

  • skip over permission denied (489c8ef)