2025-03-14 21:59:59 -06:00
|
|
|
# npm view
|
|
|
|
|
|
|
|
|
|
> View registry information about a package.
|
2025-09-14 18:48:49 -06:00
|
|
|
> More information: <https://docs.npmjs.com/cli/npm-view>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View information about the latest version of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View information about a specific version of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}}@{{version}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View all available versions of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}} versions`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View the description of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}} description`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View the dependencies of the latest version of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}} dependencies`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View the repository URL of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}} repository`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- View the maintainers of a package:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`npm {{[v|view]}} {{package}} maintainers`
|