pretty-object-stream
pretty print object stream
pretty print object stream
a through for dominictarr's pull-stream to delay the inputs
a through for dominictarr's pull-stream to remove items with an async filter function
Map pull-streams to other pull-streams then concat together
Create sync, async, or through maps in pull-streams
Stream that splits the input in chunk made by n lines
Bundle CommonJS scripts through a vinyl stream, using browserify.
Resolve symlinks and expose the `stat` property on a file object.
Filter an array based stream using a filter function
Transform stream which returns the total number of streamed data.
Transform stream factory to round streamed numeric data values toward positive infinity (ceil).
Transform stream factory to round streamed numeric data values.
Transform stream which returns the maximum value from a stream of numeric data.
Transform stream which returns the minimum value from a stream of numeric data.
Transform stream factory to find sliding-window maximum values (moving max) over a numeric data stream.
Transform stream which calculates a sliding-window sum (moving-sum) over a numeric data stream.
Transform stream factory to perform scalar multiplication on streamed numeric data values.
Through stream which removes all non-numeric values from a stream.
Transform stream factory to exponentiate numeric data stream values according a specified power.
Through stream which performs a data reduction.