require-directory
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
import-cwd
Import a module like with `require()` but from the current working directory