Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
    • Overview
    • Registry
      • Overview
      • Docker image
      • Java artifact
      • Node.js artifact
  • Access management
  • Pricing policy
  • CLI reference
  • Audit Trails events
  1. Concepts
  2. Artifacts
  3. Node.js artifact

Node.js artifact

Written by
Yandex Cloud
Updated at December 16, 2024

A Node.js artifact is a package containing the code and relevant information. These packages are used to distribute libraries, frameworks, and other components you can add to Node.js projects.

NPMNPM

NPM (Node Package Manager) is a package manager for JavaScript. It helps developers easily install, update, and manage dependencies in their projects. You can also use it to search, download, and publish packages, as well as create new ones.

By default, Node.js already has NPM, so you do not need to install it manually.

In NPM, artifacts are files with specific content which you can use as dependencies in other projects. Examples of artifacts:

  • Packages
  • Dependencies
  • devDependencies

For more information about NPM, see the relevant documentation.

See alsoSee also

  • Java artifact
  • Docker image

Was the article helpful?

Previous
Java artifact
Next
Access management
© 2025 Direct Cursus Technology L.L.C.