logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

List NPM Packages - View Installed Packages | Online Free DevTools by Hexmos

List NPM packages instantly with NPM LS. View dependencies, versions, and global installations using the command line. Free online tool, no registration required.

npm-ls

Print installed packages to stdout. More information: https://docs.npmjs.com/cli/npm-ls.

  • Print all versions of direct dependencies in the current project to stdout:

npm {{[ls|list]}}

  • Print all installed packages including peer dependencies:

npm {{[ls|list]}} {{[-a|--all]}}

  • Print all globally installed packages:

npm {{[ls|list]}} {{[-g|--global]}}

  • Print dependencies with extended information:

npm {{[ls|list]}} {{[-l|--long]}}

  • Print dependencies in parseable format:

npm {{[ls|list]}} {{[-p|--parseable]}}

  • Print dependencies in JSON format:

npm {{[ls|list]}} --json

See Also