normalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
is-unc-path
Returns true if a filepath is a windows UNC file path.
parse-filepath
Pollyfill for node.js `path.parse`, parses a filepath into an object.
unc-path-regex
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.