npm: The Node Package Manager
npmjs.com ↗npm is the official package manager for the Node.js JavaScript runtime environment. It provides a vast registry for sharing and reusing code packages, as well as command-line tools to manage project dependencies.
- Central registry for JavaScript packages
- Command-line dependency management
- Tool for publishing and versioning code