path-is-absolute
Node.js 0.12 path.isAbsolute() ponyfill
Node.js 0.12 path.isAbsolute() ponyfill
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`.
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Ensures that absolute file paths are always returned from a glob pattern or array of glob patterns.
A proxy to `path`, replacing `\` with `/` for all results
Test if a value is an absolute path.
Test if a value is an absolute path.