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.
import-local
Let a globally installed package use a locally installed version of itself if available