NPM

A registry for JavaScript code

what include

  • The npmjs.com Website - for search javascript code package
  • The CLI - for interact with registry, eg. borrow or share
  • The registry - a database for store all the javascript code package

what is NPM package

A package is a file or directory that is described by a package.json file. A pacakge must contain a package.json file, for NPM registry and npm cli use A package can be scoped or unscroped to a user or organization.