Pinned repositories
Repositories
-
ify-loader
Webpack loader to handle browserify transforms as intended.
-
resolve
Implements the node.js require.resolve() algorithm
-
browserify
browser-side require() the node.js way
-
browser-resolve
resolve function which support the browser field in package.json
-
bundle-collapser
convert bundle paths to IDs to save bytes in browserify bundles
-
browser-pack
pack node-style source files from a json stream into a browser bundle
-
events
Node's event emitter for all engines.
-
static-eval
evaluate statically-analyzable expressions
-
acorn-node
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
-
watchify
watch mode for browserify builds
-
insert-module-globals
insert implicit module globals into a module-deps stream
-
timers-browserify
timers module for browserify
-
brfs
browserify fs.readFileSync() static asset inliner
-
-
-
-
browserify-website
the code that runs http://browserify.org
-
browserify-handbook
how to build modular applications with browserify
-
wzrd.in
browserify as a service.
-
module-deps
walk the dependency graph to generate a stream of json output
-
tinyify
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
-
static-module
convert module usage to inline expressions
-
vm-browserify
require('vm') like in node but for the browser
-
stream-browserify
the stream module from node core for browsers
-
factor-bundle
factor browser-pack bundles into common shared bundles
-
common-shakeify
browserify tree shaking plugin using `common-shake`
-
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