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 wiredcraft/param-injection

Account's avatar
petkaantonov/bluebird
Full featured Promises/A+ implementation with exceptionally good performance
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
Wiredcraft/file-register
(Node.js) The way we organize code: break into files and folders and map to an object.
Account's avatar
Wiredcraft/mixable-object
(Node.js) The way we do code reuse: simply copy things from an object to another.
Account's avatar
aheckmann/sliced
A faster Node.js alternative to Array.prototype.slice.call(arguments)
Account's avatar
gulp-community/gulp-coffee
Compile CoffeeScript files
Account's avatar
dylanb/gulp-coverage
Instrument and generate code coverage independent of test runner
Account's avatar
spalger/gulp-jshint
JSHint plugin for gulp
Account's avatar
request/request
Simplified HTTP request client.
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

makara's profile
makara
18 contributions

Recent events

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

No events yet
wiredcraft

wiredcraft/param-injection

(Node.js) Wraps a function so that one or some of the parameters can be auto-loaded at run time. Mainly used to build modules or functions that may have some run time dependencies.

JavaScript
1
0
MIT License

Param‑Injection is a small Node.js utility that lets you wrap any function so selected arguments are supplied automatically at call‑time via getter functions (often async/promise‑based). It’s aimed at module authors who need simple dependency‑injection‑style defaults for functions with runtime or asynchronous dependencies, without building a full DI framework.