About 941,000 results
Open links in new tab
  1. npm | Home

    Get started today for free, or step up to npm Pro to enjoy a premium JavaScript development experience, with features like private packages. Relied upon by more than 17 million …

  2. An introduction to the npm package manager - Node.js

    npm is the standard package manager for Node.js. In September 2022 over 2.1 million packages were reported being listed in the npm registry, making it the biggest single language code …

  3. What is NPM? - GeeksforGeeks

    Jul 23, 2025 · What is npm? NPM stands for Node Package Manager, the package manager of the JavaScript programming language.

  4. What is npm - W3Schools

    The name npm (Node Package Manager) stems from when npm first was created as a package manager for Node.js. All npm packages are defined in files called package.json.

  5. npm - GitHub

    JavaScript Package Manager, Registry & Website. npm has 358 repositories available. Follow their code on GitHub.

  6. Installing npm | Introduction

    New Project, Monday npm On-Site npm Private Packages npm Open Source documentation support

  7. What is npm: Beginner’s Guide to Node Package Manager

    Jan 7, 2025 · What is npm? npm stands for Node Package Manager. It is a package manager for JavaScript and is the default package manager for the JavaScript runtime environment …

  8. NPM - Wikipedia

    npm, the default package manager for the JavaScript runtime environment Node.js Network performance management Nintendo Power magazine, a video game magazine

  9. npm Explained: The Backbone of Node.js Package Management

    Jul 11, 2025 · npm stands for Node Package Manager. At its core, it’s a tool that helps JavaScript developers install, share, and manage packages — reusable pieces of code that can be …

  10. What Is npm? An Introduction to Node's Package Manager - Kinsta

    Oct 1, 2025 · npm is a package manager for Node.js projects made available for public use. Projects available on the npm registry are called “packages.” npm allows us to use code …