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

Node.js artifact

Written by
Yandex Cloud
Updated at November 24, 2025

A Node.js artifact is a package with 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 the artifacts:

  • Packages
  • Dependencies
  • devDependencies

For more information about npm, see the relevant documentation.

See alsoSee also

  • Docker image
  • Java artifact
  • NuGet artifact
  • Python artifact
  • Binary artifact

Was the article helpful?

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