stream-utils / stream-to-arrayLinks
[OBSOLUTE] Concatenate a readable stream's data into a single array.
☆100Updated 11 months ago
Alternatives and similar repositories for stream-to-array
Users that are interested in stream-to-array are comparing it to the libraries listed below
Sorting:
- Compressible Content-Type / mime checking.☆100Updated 2 weeks ago
- Create and parse HTTP Content-Type header☆138Updated 2 weeks ago
- Check if something is a Node.js stream☆112Updated 9 months ago
- Convert streams (readable or writable) to promises☆140Updated last year
- programmatic npm API☆111Updated 4 years ago
- Look up environment settings specific to different operating systems.☆137Updated 4 years ago
- Polyfill/shim for util.promisify in node versions < v8☆127Updated 8 months ago
- Execute a listener when a response is about to write headers.☆162Updated 2 weeks ago
- Determine address of proxied request☆137Updated 3 weeks ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Flatten a multi-dimensional array in JavaScript.☆86Updated last month
- Body parsing☆121Updated last year
- Write data to a random temporary file☆105Updated last year
- Resolve and require local & global modules in node.js like a boss☆45Updated 3 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Map collection as specified in ECMAScript6☆73Updated 4 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Environment agnostic nextTick polyfill☆75Updated 4 years ago
- Contains new Node v0.10 style stream classes for encoding / decoding Base64 data☆119Updated 5 years ago
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated last year
- touch(1) for node☆124Updated last year
- ☆156Updated 8 months ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated 2 months ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Compose your async functions with elegance.