qnm

CLI tool for querying and exploring the node_modules directory

brewmacoslinux
Try with needOr install directly
Source

About

CLI for querying the node_modules directory

Commands

qnm

Examples

List all packages in node_modules with their versions$ qnm
Search for a specific package and view its details$ qnm search lodash
Show dependency tree for a package$ qnm ls react