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
tsx
A drop-in replacement for the node CLI that runs TypeScript and ESM files instantly, powered by esbuild.
ts-node
TypeScript execution engine and REPL for Node.js that runs .ts files directly, without a separate compile step.
lint-staged
Run linters and formatters only against the files staged in git, so a slow full-project lint never blocks a commit.
cross-env
Cross-platform CLI for setting environment variables in npm scripts without worrying about Windows vs POSIX syntax.
serde_json
The de facto standard JSON library for Rust, built on the Serde serialization framework
serde
A generic framework for serializing and deserializing Rust data structures efficiently and safely.
concurrently
Run multiple terminal commands in parallel, with color-coded output and cross-platform support.
js-yaml
A fast, complete YAML 1.2 and 1.1 parser and serializer for JavaScript.
Chalk
The most popular Node.js library for styling terminal string output with ANSI colors.
yaml
A definitive TypeScript parser and stringifier for YAML, supporting 1.1 and 1.2 with comment and CST access.
Commander.js
The complete, battle-tested framework for building Node.js command-line interfaces.
jsonwebtoken
The de facto Node.js library for signing, verifying, and decoding JSON Web Tokens.
rimraf
Cross-platform recursive file and directory removal for Node.js, modeled on the UNIX `rm -rf` command.
PyYAML
A full-featured YAML parser and emitter for Python, with C-accelerated bindings
webpack-cli
The official command-line interface for webpack, adding build, watch, serve, and config-validation commands to any project.
Oxlint
Rust-based JavaScript/TypeScript linter that runs 50-100x faster than ESLint, with zero configuration required.
jose
Zero-dependency JWT, JWS, JWE, and JWK toolkit for Node.js, browsers, and edge runtimes.
base64
Correct, fast, and configurable base64 encoding and decoding for Rust, with pluggable alphabets and padding.
JSZip
Create, read, and edit ZIP files directly in JavaScript, in the browser or Node.js.
Cobra
The commander library that powers Kubernetes, Hugo, and GitHub CLI's command-line interfaces.
url
A WHATWG-standard-compliant URL parser and manipulation library for Rust.
PapaParse
The fastest in-browser CSV parser for JavaScript, with streaming, Web Workers, and zero dependencies
xterm.js
A fast, self-contained TypeScript library for embedding fully-featured terminals in the browser.
Clap
The most widely used command-line argument parser for Rust, with both derive and builder APIs.