browser-side require() the node.js way
Node.js's require('assert') for all engines
The path module from Node.js for browsers
Implements the node.js require.resolve() algorithm
the stream module from node core for browsers
node.js util module as a module
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
convert bundle paths to IDs to save bytes in browserify bundles
watch mode for browserify builds
Emulate console for all the browsers