Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
minipass
minimal implementation of a PassThrough stream
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
is-stream
Check if something is a Node.js stream
readdirp
Recursive version of fs.readdir with small RAM & CPU footprint.
merge2
Merge multiple streams into one stream in sequence or parallel.
asynckit
Minimal async jobs utility library, with streams support
mute-stream
Bytes go in, but they don't come out (when muted).
end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
through
simplified stream construction
mimic-response
Mimic a Node.js HTTP response stream
destroy
destroy a stream if possible
through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
decompress-response
Decompress a HTTP response if needed
compression
Node.js compression middleware
duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
yauzl
yet another unzip library for node
get-stdin
Get stdin as a string or buffer
minipass-flush
A Minipass stream that calls a flush function before emitting 'end'