Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Galactus is a small Node.js utility that programmatically removes unnecessary packages from a project’s `node_modules` tree—mirroring what `npm prune --production` does—but with a programmable API. It provides a `DestroyerOfModules` class that can walk the dependency graph, decide which modules to keep via a customizable test, and then delete the rest, making it useful for developers who need automated cleanup or custom pruning logic in build scripts or CI pipelines.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of marshallofsound/galactus

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
MarshallOfSound/flora-colossus
Walks your node_modules tree
Account's avatar
tsconfig/bases
A base TSConfig for working with Node 22.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for debug
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

MarshallOfSound's profile
MarshallOfSound
21 contributions
malept's profile
malept
12 contributions
bnb's profile
bnb
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
marshallofsound

marshallofsound/galactus

Destroy certain types of modules from your node_modules folder

TypeScript
10
4
MIT License