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

middle.js is a tiny (≈1.6 KB) JavaScript micro‑library that adds Express‑style middleware capabilities to any function or method. By wrapping a target function with `new Middle(...)`, developers can register “use” handlers that preprocess arguments and chain to the original implementation, enabling open/closed‑principle extensions without modifying core code. It’s aimed at library authors and JS developers who want a lightweight, framework‑agnostic way to make their APIs extensible via middleware.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of luckylooke/middle

Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
loganfsmyth/babel-plugin-transform-decorators-legacy
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
TrySound/rollup-plugin-eslint
Verify entry point and all imported files with ESLint
Account's avatar
ezekielchentnik/rollup-plugin-uglify-es
Rollup plugin to minify generated bundle
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7

Support the repos that depend on this repository

Top contributors

luckylooke's profile
luckylooke
43 contributions

Recent events

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

No events yet
luckylooke

luckylooke/middle

micro-library for quick implementation of "middleware" support into any project

JavaScript
1
0
MIT License