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

Browser-pack-flat is a browserify plugin that bundles modules into a single scope without a runtime, similar to rollup. It rewrites require() calls to variable assignments and executes modules in a flat scope, resulting in faster bundle loading. This tool is ideal for developers using browserify who want to optimize their bundle size and performance by eliminating the module resolution runtime.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of goto-bus-stop/browser-pack-flat

Account's avatar
dominictarr/JSONStream
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Account's avatar
thlorenz/combine-source-map
Add source maps of multiple files, offset them and then combine them into one source map
Account's avatar
thlorenz/convert-source-map
Converts a source-map from/to different formats and allows adding/changing properties.
Account's avatar
jonschlinkert/count-lines
Count the lines in a string, works with windows carriage returns or unix style newlines.
Account's avatar
dmnd/dedent
A string tag that strips indentation from multi-line strings. ⬅️
Account's avatar
goto-bus-stop/estree-is-member-expression
check if an AST node is a MemberExpression, in general or a specific one
Account's avatar
goto-bus-stop/estree-is-require
check if an AST node is a call to require()
Account's avatar
estools/esutils
utility box for ECMAScript language tools
Account's avatar
jbgutierrez/path-parse
Node.js path.parse() ponyfill
Account's avatar
goto-bus-stop/scope-analyzer
simple scope analysis for javascript ASTs
Account's avatar
dominictarr/stream-combiner
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
goto-bus-stop/transform-ast
transform an AST with source maps
Account's avatar
ForbesLindesay/umd
Universal Module Definition for use in automated build systems
Account's avatar
goto-bus-stop/wrap-comment
Safely wrap some text in a JavaScript comment, escaping close `*/` sequences.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms ES2015 modules to CommonJS
Account's avatar
babel/babelify
Babel browserify transform
Account's avatar
substack/brfs
browserify fs.readFileSync() static asset inliner
Account's avatar
browserify/browser-unpack
parse a bundle generated by browser-pack
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
aheckmann/sliced
A faster Node.js alternative to Array.prototype.slice.call(arguments)
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

goto-bus-stop's profile
goto-bus-stop
187 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
5 contributions
brechtcs's profile
brechtcs
2 contributions
kgryte's profile
kgryte
1 contributions
edsrzf's profile
edsrzf
1 contributions

Recent events

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

No events yet
goto-bus-stop

goto-bus-stop/browser-pack-flat

bundle browserify modules into a single scope, a la rollup

JavaScript
56
13
MIT License