Yarn List and Info

Listing and inspecting packages

List Packages

yarn list # list installed packages (tree)
yarn list --depth=0 # list top-level packages only
yarn list --pattern pattern # filter packages by pattern

List Global Packages

yarn global list # list global packages
yarn global list --depth=0 # list global packages (top-level)

Package Info

yarn info package # view package info
yarn info package version # view specific field

Why Package

yarn why package # explain why package is installed