locate-path
Get the first path that exists on disk of multiple paths
detect-file
Detects if a file exists and returns the resolved filepath.
command-exists
check whether a command line command exists in the current environment
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.