Pinned Repositories
combine-streams
Append streams and data into one mother stream
destroy
destroy a stream if possible
duplex-child-process
Spawn a child process as a duplex stream
hash-stream
Get a hash of a file or a stream
inflation
Easily unzip an HTTP stream
pause
Pause a stream's data events
raw-body
Get and validate the raw body of a readable stream
stream-to-array
[OBSOLUTE] Concatenate a readable stream's data into a single array.
streaming-json-stringify
Streaming JSON.stringify()
unpipe
Unpipe a stream from all destinations
stream-utils's Repositories
stream-utils/raw-body
Get and validate the raw body of a readable stream
stream-utils/stream-to-array
[OBSOLUTE] Concatenate a readable stream's data into a single array.
stream-utils/streaming-json-stringify
Streaming JSON.stringify()
stream-utils/destroy
destroy a stream if possible
stream-utils/duplex-child-process
Spawn a child process as a duplex stream
stream-utils/pause
Pause a stream's data events
stream-utils/unpipe
Unpipe a stream from all destinations
stream-utils/hash-stream
Get a hash of a file or a stream
stream-utils/inflation
Easily unzip an HTTP stream
stream-utils/combine-streams
Append streams and data into one mother stream
stream-utils/error-inject
inject an error listener into a stream
stream-utils/passthrough-counter
Get the total buffer length of a stream.
stream-utils/contentstream
Make a readable stream by input content, content could be `String`, `Buffer`, `Object`, `Number` and so on.
stream-utils/multi-stream
Create a stream from multiple sources
stream-utils/promise-transform-streams
Create and resolve a promise of streams
stream-utils/check-sum
Assert multiple checksums on a stream in parallel.
stream-utils/chunkstream
A ReadStream: emit data chunk by chunk.
stream-utils/end-or-error
Listen readable stream `end` or `error` event once
stream-utils/destroy-on-hwm
Destroy a writable stream if it hits the high water mark
stream-utils/promise-map-stream
Map transform streams with promises
stream-utils/unique-hash-stream
Remove duplicates from a stream based on a hashing function
stream-utils/readall
readall `Stream` datas helper
stream-utils/streaming-object-transform
Apply a series of promise-returning transform functions on an object stream
stream-utils/stream-utils.github.io
template for *.github.io's