Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category1
Sort:Used by Most Apps
file-type
Detect the file type of a buffer, stream, or file by reading its magic number.
buffer
The Node.js Buffer API, reimplemented for the browser on top of Uint8Array.
get-stream
Consume a Node.js or web stream into a string, Buffer, ArrayBuffer, or array
ringbuffer
A safe, no_std-compatible Rust crate providing fixed-size circular buffers for embedded and systems code.
ieee754
Read and write IEEE 754 floating-point numbers to and from a Buffer or array-like object.
CircularDict
A thread-safe Python dict that behaves like a circular buffer, evicting the oldest entries once a length or byte-size limit is reached.