get-stream
Stream utility
A utility library for working with streams in JavaScript
Get a stream as a string, Buffer, ArrayBuffer or array
341 stars
11 watching
32 forks
Language: JavaScript
last commit: 24 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
sindresorhus/first-chunk-stream | Transforms the first chunk of a stream into a specified format and sends it to the stream | 27 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/get-port | A utility function to retrieve an available TCP port number | 874 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
sindresorhus/get-stdin | A utility module to retrieve input from standard input as a string or buffer | 337 |
sindresorhus/os-locale | A package to get the system locale information | 225 |
sindresorhus/gulp-filter | A plugin for Gulp that enables filtering of file streams using glob patterns | 315 |
sindresorhus/hook-std | A library to capture and modify output from the standard streams in Node.js applications. | 54 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
sindresorhus/windows-cli | Tools for querying metadata about the active window on various platforms. | 65 |
sindresorhus/uint8array-extras | A utility library for working with binary data in JavaScript | 213 |
sindresorhus/trash-cli | A utility that moves files and folders to the trash rather than permanently deleting them. | 1,329 |