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
Category3
Sort:Used by Most Apps
hex
Encode and decode data to and from hexadecimal in Rust, with no_std and serde support.
PyArrow
Python bindings for Apache Arrow's columnar in-memory format, giving pandas, NumPy, and data pipelines a fast, zero-copy way to move and process tabular data.
usehooks-ts
A tree-shakable collection of 30+ ready-to-use React hooks, written in TypeScript.
query-string
Parse and stringify URL query strings in JavaScript with flexible array, number, and boolean handling.
compress
A Go compression toolkit with a pure-Go Zstandard codec, S2 (a faster Snappy), and assembly-accelerated drop-in replacements for gzip, zip, zlib, and lzw.
proc-macro2
A drop-in substitute for Rust's compiler proc_macro API that works anywhere and makes procedural macros unit-testable.
jsonschema
The reference implementation of JSON Schema validation for Python, supporting every draft from 3 to 2020-12.
color
Immutable JavaScript color conversion and manipulation with CSS string support
jsonc-parser
A fault-tolerant scanner and parser for JSONC (JSON with comments), with SAX-style visiting, DOM trees, and edit APIs.
serde_yaml
Strongly typed YAML serialization and deserialization for Rust, built on Serde
openapi-types
Type-safe TypeScript definitions for OpenAPI 2.0, 3.0, and 3.1 specification documents, covering paths, schemas, and components.
idna
Internationalized Domain Names for Python — IDNA 2008 and UTS #46 encoding and decoding
fsnotify
A Go library that delivers cross-platform filesystem change notifications through a single Watcher API backed by native OS event mechanisms.
ms
Tiny millisecond conversion utility for parsing and formatting human-readable time strings
simple-git
A lightweight, promise-based interface for running git commands from Node.js
pluralize
Pluralize and singularize any English word based on a count, with customizable rules.
picocolors
The tiniest, fastest zero-dependency library for ANSI terminal color formatting in Node.js.
six
A single-file library that smooths over Python 2 and 3 API differences.
zip
A Rust library for reading and writing ZIP archives with broad compression and encryption support
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
tenacity
A general-purpose Python retrying library that adds configurable retry behavior to almost anything
rustls
A modern, memory-safe TLS library for Rust with no unsafe code and no legacy crypto by default.
deepmerge
Deeply merges the enumerable properties of two or more JavaScript objects into a new object
lazy_static
A macro for declaring lazily evaluated static variables in Rust