Check NPM package information instantly. View package details, versions, dependencies, and metadata from the npm registry.
• View package details from npm registry
• Check latest version and release info
• View package description and metadata
• Access repository and homepage links
NPM (Node Package Manager) is the package manager for JavaScript and Node.js. It hosts millions of packages in the npm registry, allowing developers to easily install, share, and manage dependencies. Checking package information helps developers understand package details, versions, and compatibility before installation.
Our free NPM Package Checker retrieves package information from the npm registry. It shows package name, description, latest version, author, license, repository, and homepage. This helps you make informed decisions about which packages to use in your projects.
npm is the package manager for JavaScript and Node.js, hosting millions of packages in the npm registry.
Use npm install package-name to install a package. Use npm install package-name@version for a specific version.
The npm registry is a public database of JavaScript packages that can be installed and used in projects.
Use npm view package-name versions to see all versions, or use our tool to check package information.