Npm (software)

From Wiki @ Karl Jones dot com
Revision as of 12:31, 17 August 2016 by Karl Jones (Talk | contribs) (Created page with "{lowercase} '''npm''' is the default package manager for Node.js (a JavaScript runtime environment). == Description == npm is automatically included when Node.js is...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{lowercase} npm is the default package manager for Node.js (a JavaScript runtime environment).

Description

npm is automatically included when Node.js is installed.

npm consists of a command line client that interacts with a remote registry.

It allows users to consume and distribute JavaScript modules that are available on the registry.

Packages on the registry are in CommonJS format and include a metadata file in JSON format.

See also

External links