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
-
browserify
browser-side require() the node.js way
-
browser-resolve
resolve function which support the browser field in package.json
-
browser-pack
pack node-style source files from a json stream into a browser bundle
-
static-module
convert module usage to inline expressions
-
static-eval
evaluate statically-analyzable expressions
-
vm-browserify
require('vm') like in node but for the browser
-
resolve
Implements the node.js require.resolve() algorithm
-
acorn-node
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
-
brfs
browserify fs.readFileSync() static asset inliner
-
stream-browserify
the stream module from node core for browsers
-
commonjs-assert
simple assertion library for javascript
-
wzrd.in
browserify as a service.
-
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
-
path-browserify
The path module from Node.js for browsers
-
tty-browserify
the tty module from node core for browsers
-
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