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
svgo
A Node.js library and command-line tool that optimizes SVG files by removing redundant markup through a configurable plugin pipeline.
gjson
Fast, dependency-light JSON value extraction for Go using dot-notation paths.
otplib
TypeScript-first TOTP and HOTP library with a pluggable crypto/base32 architecture for Node, Bun, Deno, and browsers.
path-to-regexp
Turn path strings like /user/:id into regular expressions for matching, building, and parsing URLs.
jsonrepair
Repair invalid or broken JSON documents — missing quotes, trailing commas, truncation, and more
http-proxy-middleware
The one-liner Node.js proxy middleware for connect, express, next.js, hono, and more.
slugify
Slugify a string with accurate Unicode transliteration for URLs, filenames, and IDs.
orjson
A fast, correct, Rust-backed JSON library for Python with native dataclass, datetime, and numpy support
node-xml2js
XML-to-JavaScript-object parser and builder for Node.js
dockerode
A Node.js client for the Docker Engine Remote API, covering containers, images, networks, and volumes with streams intact.
globby
User-friendly glob matching for Node.js, built on fast-glob with negation, directory expansion, and gitignore support.
nest-cli
Scaffolds, builds, and serves NestJS applications through schematics-driven code generation and pluggable compiler backends.
cli-table3
Pretty unicode tables for the command line, drop-in API-compatible with the original cli-table
morgan
Battle-tested HTTP request logger middleware for Node.js and Express.
@nestjs/schedule
Declarative cron, interval, and timeout job scheduling for NestJS applications via decorators.
urfave/cli
A declarative, dependency-free Go package for building fast, friendly command-line tools.
node-cron
Zero-dependency cron job scheduling for Node.js with overlap prevention and distributed coordination
p-map
Map over promises concurrently, with controlled concurrency, backpressure, abort signals, and error aggregation.
@nestjs/config
The official NestJS configuration module for loading, validating, and injecting environment variables.
smol-toml
A small, fast, spec-compliant TOML parser and serializer for JavaScript
@nestjs/swagger
The official NestJS module that generates OpenAPI (Swagger) documentation from your controllers and DTOs
swagger-ui-express
Serves interactive Swagger UI API documentation directly from your Express app based on a Swagger/OpenAPI JSON or YAML document.
Mongoose
Schema-based MongoDB object modeling for Node.js, with built-in validation, middleware hooks, and typed models.
got
Human-friendly and powerful HTTP request library for Node.js, with retries, streams, pagination, and RFC 7234 caching built in.