Node Package Manager
(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:
node ♦ Node.js ♦ Node Package Manager ♦ noise ♦ noise margin ♦ noise shaping
Try this search on Wikipedia, Wiktionary, Google, OneLook.