resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
expand-tilde
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
resolve-pkg
Resolve the path of a package regardless of it having an entry point
import-cwd
Import a module like with `require()` but from the current working directory