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 mootools/wrapup

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
kamicane/prime
prime, an OOP JavaScript library for node and the web.
Account's avatar
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Account's avatar
estools/escodegen
ECMAScript code generator
Account's avatar
Constellation/esmangle
ECMAScript code mangler / minifier
Account's avatar
glejeune/node-graphviz
Node.js interface to the GraphViz graphing tool
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
kamicane/require-relative
require and resolve modules relative to a path of your choice
Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
trentm/node-ansidiff
ANSI colored text diffs
Account's avatar
dominictarr/through
simplified stream construction

Support the repos that depend on this repository

Top contributors

arian's profile
arian
209 contributions
kamicane's profile
kamicane
70 contributions
kentaromiura's profile
kentaromiura
3 contributions
sebmarkbage's profile
sebmarkbage
1 contributions

Recent events

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

No events yet
mootools

mootools/wrapup

wraps up your node modules into web modules

JavaScript
16
4
MIT License

WrapUp is a Node‑based build tool that bundles CommonJS 1.0 modules for the browser. It statically resolves dependencies, removes duplicates, supports circular references, can watch files for changes, compress the output, and also convert modules to AMD; developers use it from the CLI (`wrup`) or as a library to create single‑file browser scripts (or AMD bundles) from their npm packages. This is aimed at front‑end engineers who want a simple, configurable way to package server‑style modules for client‑side delivery.