view
View package information from the registry.
Aliases: v, info, show
Usage
Terminal
ut view [OPTIONS] <PACKAGE>Examples
Terminal
# View package info
ut view react
ut v lodash
ut info typescript
# View specific version
ut view react@18.0.0Options
| Option | Description |
|---|---|
--registry <url> | Override npm registry |
Output
Displays package metadata including:
- Package name and description
- Latest version
- License
- Dependencies
- Repository URL
- Maintainers
Last updated on