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:
- Transform stream that lets you peek the first line before deciding how to parse it☆58Updated 2 years ago
- Convert a string into a stream (streams2)☆82Updated 5 years ago
- safely create multiple ReadStream or WriteStream objects from the same file descriptor☆31Updated 5 years ago
- Contain async insanity so that the dark pony lord doesn't eat souls☆93Updated 2 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated 6 months ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Updated last year
- 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
- ☆80Updated 5 years ago
- Command line tool that runs node with the profiling flags needed to use http://mrale.ph/irhydra/2/☆41Updated 9 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- Check if something is a Node.js stream☆115Updated last year
- Transform your data as it pass by, synchronously.☆110Updated 2 months ago
- Stream live CI results of the current commit to your terminal!☆26Updated 7 years ago
- A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI☆55Updated last year
- convert module usage to inline expressions☆75Updated last year
- Add callbacks to requests in flight to avoid async duplication☆75Updated last year
- A JavaScript parser for Google Closure Compiler and JSDoc type expressions.☆56Updated last week
- Superseded by many-level. Multilevel implemented using leveldowns with reconnect support.☆58Updated last year
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Updated last year
- Better `os.arch()` for node and the browser -- detect OS architecture☆81Updated last year
- Run a child as if it's the foreground process. Give it stdio. Exit when it exits.☆43Updated last month
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Binary serialization of arbitrarily complex structures that sort bytewise☆112Updated 8 years ago
- Delay the evaluation of a paramless async function and cache the result☆96Updated last year
- Full implementation of the fs module on top of leveldb☆169Updated 6 years ago
- Superseded by abstract-level. Split a levelup database into sublevels with their own keyspace, encoding and events.☆119Updated last year
- the simplest benchmark you can run on node☆87Updated 4 years ago
- Module that helps you write generated functions in Node