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

NPM View - Inspect Package Information | Online Free DevTools by Hexmos

Inspect NPM package details instantly with NPM View. View versions, dependencies, maintainers, and repository URLs. Free online tool, no registration required.

npm-view

View registry information about a package. More information: https://docs.npmjs.com/cli/npm-view.

  • View information about the latest version of a package:

npm {{[v|view]}} {{package}}

  • View information about a specific version of a package:

npm {{[v|view]}} {{package}}@{{version}}

  • View all available versions of a package:

npm {{[v|view]}} {{package}} versions

  • View the description of a package:

npm {{[v|view]}} {{package}} description

  • View the dependencies of the latest version of a package:

npm {{[v|view]}} {{package}} dependencies

  • View the repository URL of a package:

npm {{[v|view]}} {{package}} repository

  • View the maintainers of a package:

npm {{[v|view]}} {{package}} maintainers

See Also