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
Category
Tags2
Sort:Used by Most Apps
filesize.js
Zero-dependency JavaScript utility that converts byte counts into human-readable file size strings, with SI, IEC, and JEDEC standard support.
pretty-bytes
Convert byte counts into human-readable strings like 1337 → 1.34 kB, with binary, bit, and locale-aware formatting options.
readable-stream
A standalone, spec-accurate copy of Node.js core streams for consistent behavior across Node versions and in browsers.
serde-repr
Derive macros that serialize and deserialize C-like Rust enums as their underlying integer repr value instead of the variant name.
get-stream
Consume a Node.js or web stream into a string, Buffer, ArrayBuffer, or array
byte-size
Converts a numeric bytes value into a human-readable string like '3.5 kB', with metric, IEC, and fully custom unit support.
bitpacking
SIMD-accelerated Rust bit-packing for compressing integer sequences at billions of values per second.
Brick\Math
Arbitrary-precision arithmetic for PHP with immutable big integer, decimal, and rational numbers.
itoa
Fast, allocation-free conversion of integer primitives to decimal strings for Rust.
node-klaw
A Node.js file system walker exposed as a Readable stream, extracted from fs-extra.
later
Composable library for defining recurring schedules and calculating their next or previous occurrences.
deranged
Ranged integer types for Rust that encode compile-time minimum and maximum bounds in the type system.
integer-encoding
Varint, zigzag, and fixed-length integer encoding and decoding for Rust.
nonmax
Rust integer types that can hold any value except their type's maximum, so Option<T> costs nothing extra over T.
js-cuint
Emulates C-style unsigned 32-bit and 64-bit integer arithmetic in JavaScript, giving hashing and bit-twiddling code overflow-safe math without floating-point rounding.