resolve

resolve like require.resolve() on behalf of files asynchronously and synchronously

resolve-from

Resolve the path of a module like `require.resolve()` but from a given path

require-directory

Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.