Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
through2-filter
A through2 to create an Array.prototype.filter analog for streams.
through2-concurrent
Like through2 except runs in parallel with limited concurrency
through2-map
A through2 to create an Array.prototype.map analog for streams.
through2-spy
A through2 wrapper to for simple stream.PassThrough spies.
through2-sink
A through2 wrapper that just receives chunks and nothing else.
batch2
A transform stream that collects chunks and passes them on as batches
pipe-iterators
Like underscore for Node streams. Map, reduce, filter, fork, pipeline and other utility functions for iterating over object mode streams.
through2-get
A through2 to create a lodash.get analog for streams
through2-asyncmap
An async version of through2-map -- async Array.prototype.map for streams
through2-promise
A small promise-based wrapper for through2
through2-batch
A stream that transforms chunks to batches form the stream
regexp-stream-tokenizer
A regular expression (RexExp) stream tokenizer.
syncthrough
A Transform stream that is sync, and very fast
through2-reduce
A through2 wrapper to emulate Array.prototype.reduce for streams.
gulp-not-supported-file
Check the file before process it in your Gulp plugin
bluestream
A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
wait-stream
Simple wait module for streams3 in node
size-limit-stream
a through stream that destroys itself if an overall size limit for the combined stream throughput is exceeded
pipestreams
experimental streaming
gulp-html-imports
A gulp plugin which can import html files, and restore html files.