Split your Browserify bundle into separate module files so that each can be embedded via a `<script>` tag.
The assert module from Node.js, for the browser.
process information for node.js and browsers
pack node-style source files from a json stream into a browser bundle
bundle browserify modules into a single scope, a la rollup
sort module-deps output for deterministic browserify bundles
insert implicit module globals into a module-deps stream
Makes CommonJS-incompatible modules browserifyable.
adds node crypto signing for browsers
RSA for browserify
resolve like require.resolve() on behalf of files asynchronously and synchronously
implementation of crypto for the browser
browserify-des ===
walk the dependency graph to generate json output that can be fed into browser-pack
ciphers for the browser
The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.
the path module from node core for browsers
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
a browserify plugin that runs various optimizations, so you don't have to install them all manually.
stream splicer with labels
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
the stream module from node core for browsers
aes, for browserify