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
Tags2
Sort:Used by Most Apps
rimraf
Cross-platform recursive file and directory removal for Node.js, modeled on the UNIX `rm -rf` command.
fs-extra
Drop-in replacement for Node's fs module adding copy, remove, mkdirs, and JSON helpers with native promise support.
p-limit
A tiny, battle-tested utility for running async functions with a strict concurrency limit.
npm-run-all
A cross-platform CLI that runs multiple npm-scripts in parallel or in sequence, replacing fragile shell operators like && with Windows-safe orchestration.
strip-ansi
Strips ANSI escape codes from strings — the small, fast utility Node.js later built directly into its own core API.
p-queue
Promise queue with concurrency control, interval-based rate limiting, and priority scheduling for async tasks.
Croner
A zero-dependency cron job scheduler and cron-expression evaluator for JavaScript and TypeScript
node-cron
Zero-dependency cron job scheduling for Node.js with overlap prevention and distributed coordination
Bull
Redis-backed job queue for Node.js with retries, rate limiting, and scheduling
del
Delete files and directories using glob patterns, with a safe promise-based API.
RQ
Simple Python library for queueing jobs and processing them in the background with Redis or Valkey workers
strip-json-comments
Strip comments from JSON strings so you can safely use JSONC config files.
del-cli
Cross-platform command-line tool to delete files and directories with glob support
string-strip-html
Strip HTML tags from strings without a full parser, safely handling mixed and templated markup.
strip-indent
Strip leading whitespace from every line of a string, with a dedent() helper for cleaning up multi-line template literals.