搜索 npm 上的 JavaScript 依赖包
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.