npm stands for Node Package Manager. Following are the two main functionalities of npm:
- Online repositories for node.js packages/modules which are searchable on search.nodejs.org
- Command line utility to install packages, do version management and dependency management of Node.js packages.
Leave a Reply