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
request-promise
A Bluebird-powered Promise wrapper around the request HTTP client for Node.js — deprecated since 2020 along with request itself.
wavefile
A zero-dependency JavaScript library to create, read, and write WAV audio files according to the RIFF/RIFX/RF64 specs, in Node.js and the browser.
@scure/base
Audited, zero-dependency base16/32/58/64 and bech32/bech32m encoding for TypeScript
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.
League URI
A PHP library for parsing, building, and manipulating URIs, URNs, and URI templates
URLify
Fast PHP slug generator and transliteration library for turning any string into a clean URL.
axum-server
A hyper-based HTTP server designed to be used with the Rust axum web framework.
bs58
Base58 encoding and decoding for Bitcoin and other cryptocurrency addresses.
html-escaper
A tiny, zero-dependency utility that safely escapes and unescapes HTML entities in JavaScript strings.
lightGallery
A modular, responsive lightbox gallery plugin for images and video, with official React, Vue, and Angular wrappers.
hashids
Small PHP library to generate short, reversible YouTube-like IDs from numbers.
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.
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.
hyper-tls
A minimal HTTPS connector that pairs hyper with native-tls for secure Rust HTTP clients.
querystringify
A small, dependency-free JavaScript library for parsing and building URL query strings, with built-in protection against prototype-pollution keys.
base64-stream
Streaming Base64 encoder and decoder Transform classes for Node.js, so binary data can be converted on the fly instead of buffered in memory.
wreq-util
Browser and OkHttp client emulation, TLS certificate compression, and delay middleware for the wreq HTTP client.
html-escape
Context-aware HTML encoding and entity decoding for Rust, with no-std support.
stringify-entities
A small, spec-compliant encoder that serializes HTML character references, with fine-grained control over named, decimal, and hexadecimal output formats.
url-escape
Rust crate for encoding and decoding special characters in URLs
base16
Fast, no_std-friendly hexadecimal (base16) encoding and decoding for Rust