UNPKG

388 BPlain TextView Raw
1To get detailed information about a package in the npm registry, you can use the command {bold}`npm view <package-name>`{/bold}.
2
3This will print the information provided in the packages {bold}`package.json`{/bold} file.
4
5You can retrieve specific properties from the information with {bold}`npm view <package-name> <property>`{/bold}
6
7Example: {bold}`npm view lodash description`{/bold}