- readable-stream
Streams3, a user-land copy of the stream library from Node.js
- fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
- mkdirp
Recursively mkdir, like `mkdir -p`
- js-yaml
YAML 1.2 parser and serializer
- through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
- request
Simplified HTTP request client.
- rimraf
A deep deletion module for node (like `rm -rf`)
- async
Higher-order functions and common patterns for asynchronous code
- aws-sdk
AWS SDK for JavaScript
- Github Copilot alternatives