Description
Recursively scans node_modules directories to list all installed packages. This is helpful for auditing dependencies across monorepos and understanding what packages are actually installed.Usage
Examples
Flags
Working directory for the command
List of modules to exclude from the output
Help for installed
List of modules to include in the output
Use Cases
Dependency Auditing
Get a complete list of all installed packages across your project, including nested dependencies.
Monorepo Management
Scan multiple node_modules directories in a monorepo to understand the full dependency tree.
Organization Packages
Use
--include-modules=@yourorg/* to filter packages from your organization.