NPM (3)
NPM – or "Node Package Manager" – is the default package manager for JavaScript's runtime Node.js. NPM consists of two main parts: an online repository that hosts JavaScript packages and command line client that allows developers to install and publish those packages.