make-dir
Make a directory and its parents if needed - Think `mkdir -p`
flat-cache
A simple key/value storage using files to persist the data
file-system-cache
A super-fast, promise-based cache that reads and writes to the file-system.
fs-exists-sync
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.