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 conradz/uglify-stream

Account's avatar
mafintosh/duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Account's avatar
rvagg/bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too

Support the repos that depend on this repository

Top contributors

conradz's profile
conradz
8 contributions

Recent events

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

No events yet
conradz

conradz/uglify-stream

Transform stream for UglifyJS

JavaScript
3
4
No license

uglify‑stream provides a Node.js duplex (transform) stream that minifies JavaScript using UglifyJS. It runs UglifyJS in a separate child process, so the calling thread isn’t blocked, and can be piped into build pipelines such as Browserify or any file‑stream workflow. It’s aimed at developers who need easy, non‑blocking JS compression in Gulp, Browserify, or custom Node scripts.