.

Technology

npm

The default package manager for the JavaScript runtime environment Node.js, providing a robust CLI and the world's largest software registry.

npm is the standard package manager for JavaScript, consisting of three core components: the Command Line Interface (CLI), the npm Registry, and the website. The CLI is your primary tool for project management, executing commands like `npm install <package-name>` to manage dependencies defined in your `package.json` file. The Registry is the world's largest software database, hosting over two million packages for both open-source and private development. It ensures your projects can reliably access and manage specific versions of code, following the semantic versioning (semver) standard.

https://www.npmjs.com
10 projects · 11 cities

Related technologies

Recent Talks & Demos

Showing 1-10 of 10

Members-Only

Sign in to see who built these projects