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.
deepmerge
Deeply merges the enumerable properties of two or more JavaScript objects into a new object
walkdir
A cross-platform Rust library for efficiently walking directory trees recursively
got
Human-friendly and powerful HTTP request library for Node.js, with retries, streams, pagination, and RFC 7234 caching built in.
Echo
A minimalist, high-performance Go web framework with a radix-tree router, built-in middleware chain, and first-class HTTP/2 support.
nest_asyncio
Patch asyncio to allow nested event loops in Jupyter, web servers, and GUIs
websocket
Minimal, idiomatic Go WebSocket library with full context.Context support, zero dependencies, and Wasm compatibility.
klona
A tiny, dependency-free utility for deep cloning objects, arrays, dates, and more.
copy
A Go library for recursively copying directories and files, with fine-grained control over symlinks, permissions, and concurrency.
camelcase-keys
Recursively convert snake_case or kebab-case object keys to camelCase (or PascalCase), with exclusions and stop-path control.
deep-extend
Recursive deep-merge and deep-clone utility for JavaScript objects, arrays, dates, regexps, and buffers.
deepmerge
The fastest deepmerge implementation for merging JavaScript objects without mutating the originals.
deep-freeze
Recursively Object.freeze() objects and functions, safely in strict mode.