resolve-from
Resolve the path of a module like `require.resolve()` but from a given path
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
import-from
Import a module like with `require()` but from a given path
resolve-pkg
Resolve the path of a package regardless of it having an entry point
copy-files-from-to
Copy files from one path to another, based on the instructions provided in a configuration file.