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
Sort:Used by Most Apps
common-tags
A well-tested library of tagged template literal functions for cleaning up multiline strings, HTML, and lists in ES2015+ JavaScript.
react-papaparse
React hooks and components wrapping PapaParse for fast in-browser CSV parsing
thread_local
Per-object thread-local storage for Rust, beyond the standard library's static thread_local! macro.
http-cookie-agent
Adds tough-cookie-based cookie jar support to Node.js global fetch, undici, axios, node-fetch, and other HTTP clients.
sns-payload-validator
Verifies AWS SNS message signatures for HTTP/S and Lambda payloads.
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.
League URI
A PHP library for parsing, building, and manipulating URIs, URNs, and URI templates
axum-server
A hyper-based HTTP server designed to be used with the Rust axum web framework.
style-to-object
Parses CSS inline style strings into plain JavaScript objects, powering markdown-to-jsx, react-markdown, and dozens of other rendering pipelines.
lightGallery
A modular, responsive lightbox gallery plugin for images and video, with official React, Vue, and Angular wrappers.
Yappi
A fast tracing Python profiler that is multithreading, asyncio, and gevent aware.
jsts
JavaScript port of the Java JTS Topology Suite for spatial predicates, geometry operations, and OGC Simple Features processing.
rama-core
The async Service and Layer trait core that every Rama network stack builds on.
Shuttle
A Rust library for testing concurrent code by controlling and randomizing thread scheduling to reliably surface race conditions.
compact_str
A memory-efficient Rust string type that inlines up to 24 bytes on the stack, skipping heap allocation for common cases.
primp
Python HTTP client that impersonates real browser TLS and HTTP/2 fingerprints.
native-tls
A safe, ergonomic Rust wrapper over each platform's native TLS implementation.
babel-plugin-inline-react-svg
A Babel plugin that transforms SVG file imports into optimized, inlined React components at build time.
func_timeout
Run any existing Python function with a hard timeout, plus stoppable-thread support
hyper-tls
A minimal HTTPS connector that pairs hyper with native-tls for secure Rust HTTP clients.
wreq-util
Browser and OkHttp client emulation, TLS certificate compression, and delay middleware for the wreq HTTP client.
parking
A minimal Rust crate for thread parking and unparking that avoids the shared-token deadlock risk of std::thread::park.
lockable
Thread-safe HashMap, LRU cache, and lock-pool types where individual keys can be locked and unlocked.