npm Package Manager

From GM-RKB
(Redirected from Npm (Software))
Jump to navigation Jump to search

An npm Package Manager is a package manager for JavaScript maintained by npm, Inc.



References

2022

  • (Wikipedia, 2022) ⇒ https://en.wikipedia.org/wiki/npm_(software) Retrieved:2022-6-30.
    • npm (originally short for Node Package Manager) is a package manager for the JavaScript programming language maintained by npm, Inc. npm is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry. The registry is accessed via the client, and the available packages can be browsed and searched via the npm website. The package manager and the registry are managed by npm, Inc.