parse-filepath
Pollyfill for node.js `path.parse`, parses a filepath into an object.
is-absolute
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
upath2
A proxy to `path`, replacing `\` with `/` for all results