get-user-media-promise
Light-weight wrapper for the newer Promise-based MediaDevices.getUserMedia API with a fallback to navigator.getUserMedia (and it's prefixed variants)
env-paths
Get paths for storing things like data, config, cache, etc
external-editor
Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT
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.
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`