untildify

Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`

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.