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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of fluffynuts/time-walker

Account's avatar
mikeal/bent
Functional HTTP client for Node.js w/ async/await.
Account's avatar
abritinthebay/datejs
DateJS is the most full-featured, internationalized, open-source JavaScript Date Library.
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
npm/node-which
Like which(1) unix command. Find the first instance of an executable in the PATH.
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for bent
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for datejs
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for debug
Account's avatar
sindresorhus/p-limit
Stub TypeScript definitions entry for p-limit, which provides its own types definitions
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for which
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for yargs
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
fluffynuts/yafs
Yet Another FileSystem Abstraction
Account's avatar
fluffynuts/zarro
Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf

Support the repos that depend on this repository

Top contributors

fluffynuts's profile
fluffynuts
35 contributions

Recent events

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

No events yet
fluffynuts

fluffynuts/time-walker

TypeScript
0
0
BSD 3-Clause "New" or "Revised" License

time‑walker is a CLI tool that lets developers “walk” back in time to reinstall their Node.js project’s dependencies as they existed at a specific date (e.g., “1 week ago”). By clearing `node_modules` and installing versions that satisfied the declared semver ranges at that moment, it helps troubleshoot why a build suddenly breaks due to upstream package changes. It’s aimed at JavaScript/Node developers who need to reproduce historical dependency states for debugging.