Skip to content
/ yarn-why Public

Identifies why a package has been installed (by yarn.lock)

Notifications You must be signed in to change notification settings

amio/yarn-why

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarn-why npm-version

Identifies why a package has been installed.

Difference to yarn why

  • Full requiring path (yarn why only list direct dependents).
  • Read from yarn.lock locally (no network request), blazing fast.
  • Simpler output, consistent with npm-why.

Install & Usage

npm install -g yarn-why
Usage

  $ yarn-why <package>

Examples

  $ yarn-why chalk

Related

  • npm-why - Identifies why a package has been installed (by package-lock.json).
  • nls - Missing inspector for npm packages.

License

MIT @ Amio