
verdaccio
A lightweight private Node.js proxy registry

Contribute
Become a financial contributor.
Financial Contributions
Events
verdaccio is hosting the following events.
Top financial contributors
Organizations
$8,000USD since Oct 2019
$1,525.7USD since Nov 2020
$1,200USD since Jun 2022
$580USD since Nov 2020
$500USD since Jun 2018
$485.55USD since Jun 2019
$250USD since Jun 2020
$192USD since Dec 2019
$150USD since Oct 2020
$150USD since Oct 2020
Individuals
$213USD since Nov 2018
$157USD since May 2018
$75USD since May 2019
$50USD since Feb 2019
$50USD since Aug 2019
$50USD since Aug 2021
$36USD since Jul 2019
$27USD since Jun 2020
$25USD since Jul 2019
$25USD since May 2021
verdaccio is all of us
Our contributors50
Thank you for supporting verdaccio.
Ayush Sharma
$10USD
Sergio Herrer...
Priscila Oliv...
Daniel Ruf
GatsbyJS
$8,000USD
GitHub Sponsors
$1,526USD
Pintura
$1,200USD
Sterfive - Op...
$580USD

Budget
Transparent and open finances.
Credit fromThird Iron toverdaccio •
Credit fromGitHub Sponsors toverdaccio •
$6,209.47USD
$12,222.30USD
$6,012.83USD
$936.67USD

Connect
Let’s get the ball rolling!
News from verdaccio
Updates on our activities and progress.
Node.TLV 2022 video and more updates
Verdaccio at NodeTLV an some updates
Verdaccio at Global Summit for NODE JS 2022
Conversations
Let’s get the discussion going! This is a space for the community to converse, ask questions, say thank you, and get things done together.
If you like 😍 Verdaccio, feel free to drop your thoughts here 🥰
Published on January 21, 2020 byJuan Carlos Picado
:)

About
Verdaccio is a simple,zero-config-required local private npm registry. No need for an entire database just to get started! Verdaccio comes out of the box withits own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way. For those looking to extend their storage capabilities, Verdacciosupports various community-made plugins to hook into services such as Amazon's s3 and Google Cloud Storage.
Use private packages
If you want to use all benefits of npm package system in your company without sending all code to the public, and use your private packages just as easy as public ones.
Cache npmjs.org registry
If you have more than one server you want to install packages on, you might want to use this to decrease latency (presumably "slow" npmjs.org will be connected to only once per package/version) and provide limited failover (if npmjs.org is down, we might still find something useful in the cache) or avoid issues likeHow one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript,Many packages suddenly disappeared orRegistry returns 404 for a package I have installed before.
Link multiple registries
If you use multiples registries in your organization and need to fetch packages from multiple sources in one single project you might take advance of the uplinks feature with Verdaccio, chaining multiple registries and fetching from one single endpoint.
Override public packages
If you want to use a modified version of some 3rd-party package (for example, you found a bug, but maintainer didn't accept pull request yet), you can publish your version locally under the same name.