node's path module packaged for the browser and node
npm install isomorphic-pathSupported Methods (see official API: https://nodejs.org/api/path.html):
* normalize
* isAbsolute
* join
* dirname
* basename
* extname
* format
* parse
* resolve (node only; throws exception in browser mode)
* relative (node only; throws exception in browser mode)