Compile exponentiation operator to ES5
Remove nullish coalescing operator
Allow parsing of the nullish-coalescing operator
Transform pipeline operator into call expressions
Allow parsing of the pipeline operator
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Now stdin and stdout are files.
Node HTTP/HTTPS Agents for tunneling proxies
/dev/null for node streams
Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining
Compile function bind operator to ES5
Helper function to build binary assignment operator visitors
A file loader module for webpack
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Compile ES2015 constants to ES5
Strip comments from a Pug token stream (from the lexer)
Hard cache the source of modules in webpack.
ECMAScript code generator
ES2019 spec-compliant String.prototype.trimLeft shim.
ES2019 spec-compliant String.prototype.trimLeft shim.
Is the current JS environment a touch device?
Normalize the API of any jstransformer
Create a stream that emits events from multiple other streams
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies