yarn-why
v0.3.2
Published
Identifies why a package has been installed.
Readme
yarn-why 
Identifies why a package has been installed.
Difference to yarn why
- Full requiring path (
yarn whyonly list direct dependents). - Read from
yarn.locklocally (no network request), blazing fast. - Simpler output, consistent with
npm-why.
Install & Usage
npm install -g yarn-whyUsage
$ yarn-why <package>
Examples
$ yarn-why chalkRelated
- npm-why - Identifies why a package has been installed (by
package-lock.json). - nls - Missing inspector for npm packages.
License
MIT @ Amio
