Pinned Repositories
brfs
browserify fs.readFileSync() static asset inliner
browserify
browser-side require() the node.js way
browserify-handbook
how to build modular applications with browserify
browserify-website
the code that runs http://browserify.org
crypto-browserify
partial implementation of node's `crypto` for the browser
events
Node's event emitter for all engines.
resolve
Implements the node.js require.resolve() algorithm
tinyify
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
watchify
watch mode for browserify builds
wzrd.in
browserify as a service.
Browserify's Repositories
browserify/watchify
watch mode for browserify builds
browserify/events
Node's event emitter for all engines.
browserify/wzrd.in
browserify as a service.
browserify/browserify-website
the code that runs http://browserify.org
browserify/webworkify
launch a web worker that can require() in the browser with browserify
browserify/detective
Find all calls to require() no matter how deeply nested using a proper walk of the AST
browserify/tinyify
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
browserify/vm-browserify
require('vm') like in node but for the browser
browserify/bundle-collapser
convert bundle paths to IDs to save bytes in browserify bundles
browserify/static-eval
evaluate statically-analyzable expressions
browserify/common-shakeify
browserify tree shaking plugin using `common-shake`
browserify/stream-browserify
the stream module from node core for browsers
browserify/syntax-error
detect and report syntax errors in source code strings
browserify/static-module
convert module usage to inline expressions
browserify/browserify-aes
aes, for browserify
browserify/createHmac
Node style HMAC for use in the browser, with native implementation in node
browserify/browserify-zlib
Full zlib module for browserify
browserify/createHash
Node style hashes for use in the browser, with native hash functions in node
browserify/console-browserify
Emulate console for all the browsers
browserify/buffer-xor
A simple module for bitwise-xor on buffers
browserify/createECDH
browserify version of crypto.createECDH
browserify/EVP_BytesToKey
browserify/browserify-cipher
browserify/browserify-rsa
browserify/tty-browserify
the tty module from node core for browsers
browserify/hash-base
abstract base class for hash-streams
browserify/buffer-reverse
A lite module for byte reversal on buffers.
browserify/hash-test-vectors
browserify/perf-hooks-browserify
[WIP] The perf_hooks node module API for browserify
browserify/pseudorandombytes
pseudorandombytes for the browser