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

Detective is a JavaScript library that analyzes source code to find all calls to `require()` by walking the AST, returning an array of required modules. It's designed for developers working with Node.js or browserify who need to programmatically identify module dependencies in JavaScript files. The tool is particularly useful for build systems, bundlers, or tools that need to understand module relationships in codebases.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of browserify/detective

Account's avatar
browserify/acorn-node
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
Account's avatar
inspect-js/defined
return the first argument that is `!== undefined`
Account's avatar
minimistjs/minimist
parse argument options

Support the repos that depend on this repository

Top contributors

zertosh's profile
zertosh
25 contributions
goto-bus-stop's profile
goto-bus-stop
17 contributions
bcomnes's profile
bcomnes
16 contributions
thlorenz's profile
thlorenz
6 contributions
defunctzombie's profile
defunctzombie
5 contributions
dominictarr's profile
dominictarr
4 contributions
maccman's profile
maccman
1 contributions
ashtuchkin's profile
ashtuchkin
1 contributions
AlexisTessier's profile
AlexisTessier
1 contributions
andreypopp's profile
andreypopp
1 contributions

Recent events

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

No events yet
browserify

browserify/detective

Find all calls to require() no matter how deeply nested using a proper walk of the AST

JavaScript
414
59
Other