Thorsten Lorenz

Results 22 repositories owned by Thorsten Lorenz

browserify-shim

936
Stars
87
Forks
Watchers

📩 Makes CommonJS incompatible files browserifyable.

browserify-swap

32
Stars
5
Forks
Watchers

A transform that swaps out modules according to a config in your package.json selected via an environment variable.

bunyan-format

51
Stars
22
Forks
Watchers

Writable stream that formats bunyan records that are piped into it

cardinal

174
Stars
19
Forks
Watchers

Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.

chromium-remote-debugging-proxy

19
Stars
6
Forks
Watchers

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

78
Stars
20
Forks
Watchers

Add source maps of multiple files, offset them and then combine them into one source map.

convert-source-map

165
Stars
60
Forks
Watchers

Converts a source-map from/to different formats.

cpuprofilify

166
Stars
16
Forks
Watchers

Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.

d3-gauge

45
Stars
11
Forks
Watchers

Gauge visualization built on top of d3.

deep-is

17
Stars
5
Forks
Watchers

node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).