Thorsten Lorenz
Thorsten Lorenz
browserify-swap
A transform that swaps out modules according to a config in your package.json selected via an environment variable.
bunyan-format
Writable stream that formats bunyan records that are piped into it
cardinal
Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
chromium-remote-debugging-proxy
A proxy that sits in between a chromium devtools frontend and the remote chromium being debugged and logs requests, responses and websocket messages that are exchanged.
combine-source-map
Add source maps of multiple files, offset them and then combine them into one source map.
cpuprofilify
Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.
deep-is
node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).