npm list
ls
, la
and ll
are aliases of list command. la and ll commands shows extended information like description and repository.
The response format can be changed by passing options.
npm list --json
json
- Shows information in json formatlong
- Shows extended informationparseable
- Shows parseable list instead of treeglobal
- Shows globally installed packagesdepth
- Maximum display depth of dependency treedev/development
- Shows devDependenciesprod/production
- Shows dependencies
If you want, you can also go to the package's home page.
npm home <package name>