Node.js os.homedir polyfill for older versions of node.js.
Convert an absolute path to a tilde path: /Users/sindresorhus/dev
→ ~/dev
Get the user home directory with fallback to the system temp directory
Replace user home in a string with another string. Useful for tildifying a path.