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
is-stream
Check if something is a Node.js stream
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
pretty-bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
pretty-error
See nodejs errors with less clutter
filesize
JavaScript library to generate a human readable String describing the file size
pretty-ms
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
@sindresorhus/merge-streams
Merge multiple streams into a unified stream
from2
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
peek-readable
Read and peek from a readable stream
readable-web-to-node-stream
Converts a Web-API readable-stream into a Node.js readable-stream.
to-readable-stream
Convert a value to a ReadableStream
from
Easy way to make a Readable Stream
klaw
File system walker with Readable stream interface.
into-stream
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
glob-stream
Readable streamx interface over anymatch.
cloneable-readable
Clone a Readable stream, safely
to-through
Wrap a Readable stream in a Transform stream.
byte-size
Convert a bytes or octets value (e.g. 34565346) to a human-readable string ('34.6 MB'). Choose between metric or IEC units.