resolve-dir
Resolve a directory that is either local, global or in the user's home directory.
find-pkg
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
detect-file
Detects if a file exists and returns the resolved filepath.
is-relative
Returns `true` if the path appears to be relative.
is-absolute
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.