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

Derequire is an npm package that safely renames `require`‑style identifiers in JavaScript source code. It scans a code string (or stdin/file via its CLI), replaces the specified token (default `require`) with another token of the same length (default `_dereq_`) while preserving the original scope and variable bindings, and returns the transformed code. This tool is aimed at developers who need to avoid naming collisions—e.g., when bundling or preprocessing scripts for browsers or other environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of calvinmetcalf/derequire

Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
estools/escope
ECMAScript scope analyzer
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

calvinmetcalf's profile
calvinmetcalf
70 contributions
zertosh's profile
zertosh
12 contributions
thlorenz's profile
thlorenz
2 contributions
131's profile
131
2 contributions
andreypopp's profile
andreypopp
1 contributions
allouis's profile
allouis
1 contributions
hughsk's profile
hughsk
1 contributions
jmm's profile
jmm
1 contributions
lpinca's profile
lpinca
1 contributions
seriousManual's profile
seriousManual
1 contributions

Recent events

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

No events yet
calvinmetcalf

calvinmetcalf/derequire

remove require statements without breaking scope

JavaScript
65
17
MIT License