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
deep-equal
A standalone port of Node's own assert.deepEqual algorithm, giving spec-accurate deep equality checks in Node and the browser alike.
Partial JSON
Parses incomplete JSON strings streamed token-by-token from an LLM into usable JavaScript values as they arrive.
json_repair
Repair malformed JSON from LLMs, APIs, logs, and user input — a drop-in fallback for json.loads().
msgspec
A fast, zero-cost serialization and validation library for JSON, MessagePack, YAML, and TOML in Python.
rust-pretty-assertions
Drop-in replacements for Rust's assert_eq! and assert_ne! that print colorful, side-by-side diffs instead of raw Debug dumps.
msgraph-sdk-javascript
Official Microsoft Graph JavaScript SDK for calling the Graph API from Node.js and the browser.
@vitejs/plugin-basic-ssl
A Vite plugin that generates a self-signed certificate so your dev and preview servers can run over HTTPS with zero setup.
json-2-csv
Converts arrays of JSON documents to RFC 4180 compliant CSV and back, with native support for nested sub-documents.
assert
Node.js's assert module, ported to run in browsers and bundlers
superagent
A small, progressive HTTP request library for Node.js and browsers with a single fluent, chainable API on both platforms.
gridstack.js
A dependency-free TypeScript library for building draggable, resizable, responsive dashboard grid layouts in the browser.
config
Layered configuration system for Rust applications with strong 12-factor support
ureq
A simple, safe, blocking HTTP client for Rust with minimal dependencies.
flat
Flattens nested JavaScript objects into dot-delimited keys and unflattens them back, with a bundled CLI.
rss-parser
Lightweight RSS and Atom feed parser for Node.js and the browser that turns XML feeds into plain JavaScript objects
follow-redirects
A drop-in replacement for Node's http and https modules that transparently follows redirects with zero runtime dependencies.
certmagic
Automatic HTTPS for Go programs — the production-grade ACME client library that powers Caddy, obtaining and renewing TLS certificates with zero manual cert management.
json2csv
Convert JSON arrays into CSV strings and files with configurable fields, formatters, and streaming parsers for Node.js.
csv-parser
A zero-dependency streaming CSV parser for Node.js that converts CSV into JSON at high speed.
json-logic-js
A lightweight JavaScript engine for building, storing, and executing JsonLogic rules across the front-end, back-end, and database.
jsonschema
A compliant, dependency-light Go library for compiling and validating JSON Schema across five draft versions, with rich hierarchical errors.
jmespath.js
Query and transform JSON data in JavaScript with a single declarative expression string
lossless-json
Parse and stringify JSON without losing precision on big numbers
referencing
Implementation-agnostic JSON reference resolution for JSON Schema, OpenAPI, and beyond