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`.
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`.
Get paths for storing things like data, config, cache, etc
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
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.
Access deep object properties using a path
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Parse a glob pattern into an object of tokens.
Regular expression for matching file names, with or without extension.
Regular expression for getting the root of a posix or windows filepath.
Get the root of a posix or windows filepath.
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Get the user home directory with fallback to the system temp directory
Parse paths (local paths, urls: ssh/git/etc)
Determine an app's root path from anywhere inside the app
Additional ESLint's rules for Node.js
Check if a file path is a text file
Get the path to the user home directory
Serialize Canvas path commands to SVG.
Join paths and globs.
Simple module to infer the root directory of the currently running node application