Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
static-module
convert module usage to inline expressions
-
resolve
Implements the node.js require.resolve() algorithm
-
brfs
browserify fs.readFileSync() static asset inliner
-
stream-browserify
the stream module from node core for browsers
-
browserify
browser-side require() the node.js way
-
commonjs-assert
simple assertion library for javascript
-
wzrd.in
browserify as a service.
-
vm-browserify
require('vm') like in node but for the browser
-
factor-bundle
factor browser-pack bundles into common shared bundles
-
common-shakeify
browserify tree shaking plugin using `common-shake`
-
bundle-collapser
convert bundle paths to IDs to save bytes in browserify bundles
-
static-eval
evaluate statically-analyzable expressions
-
path-browserify
The path module from Node.js for browsers
-
tty-browserify
the tty module from node core for browsers
-
acorn-node
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
-
detective
Find all calls to require() no matter how deeply nested using a proper walk of the AST
-
module-deps
walk the dependency graph to generate a stream of json output
-
console-browserify
Emulate console for all the browsers
-
syntax-error
detect and report syntax errors in source code strings
-
detective-esm
find es module dependencies [experimental]
-
tinyify
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
-
-
http-browserify
node's http module, but for the browser
-
browserify-website
the code that runs http://browserify.org
-
watchify
watch mode for browserify builds
-
admin
administrative procedures for the browserify org
-
perf-hooks-browserify
[WIP] The perf_hooks node module API for browserify
-
timers-browserify
timers module for browserify
-
browserify-handbook
how to build modular applications with browserify