mafintosh / gunzip-maybeLinks
Transform stream that gunzips its input if it is gzipped and just echoes it if not
☆108Updated 5 years ago
Alternatives and similar repositories for gunzip-maybe
Users that are interested in gunzip-maybe are comparing it to the libraries listed below
Sorting:
- Convert a string into a stream (streams2)☆82Updated 5 years ago
- convert module usage to inline expressions☆75Updated last year
- Transform stream that lets you peek the first line before deciding how to parse it☆58Updated 2 years ago
- Contain async insanity so that the dark pony lord doesn't eat souls☆93Updated 2 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Updated last year
- A JavaScript parser for Google Closure Compiler and JSDoc type expressions.☆56Updated 2 weeks ago
- Transform your data as it pass by, synchronously.☆110Updated 3 months ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated 6 months ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- Delay the evaluation of a paramless async function and cache the result☆96Updated last year
- Add callbacks to requests in flight to avoid async duplication☆75Updated last year
- A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI☆55Updated last year
- Superseded by many-level. Multilevel implemented using leveldowns with reconnect support.☆58Updated last year
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Cyclist is an efficient circular buffer implemention for Javascript.☆39Updated last year
- Stream live CI results of the current commit to your terminal!☆26Updated 7 years ago
- ☆80Updated 5 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated 2 years ago
- Check if something is a Node.js stream☆115Updated last year
- Superseded by abstract-level. Split a levelup database into sublevels with their own keyspace, encoding and events.☆119Updated last year
- A fast fifo implementation similar to the one powering nextTick in Node.js core☆61Updated last year
- Run a child as if it's the foreground process. Give it stdio. Exit when it exits.