Node Package Manager

<programming>

(npm) The standard utility program installed with the Node.js programming language to locate and install library files (called "packages" in Node.js). Npm can save the list of packages used by a project (its dependencies) in the project's package.json file. It can then use this information to reinstall the same versions of those packages when building the project at a later date or in a different location. Npm also automatically recursively installs the dependencies of dependencies.

Home.

Last updated: 2021-03-05

Nearby terms:

nodeNode.jsNode Package Managernoisenoise marginnoise shaping

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading