replace absolute path to relative path
replace absolute path to relative path
Replace user home in a string with another string. Useful for tildifying a path.
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`.
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
A minimal path module to resolve Unix, Windows and URL paths alike.
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
Provides a helper function to expand a path to a normalized absolute path. This function also expands dot, tilde, and tilde plus when used as the first path segment.
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
Runs (webpack) loaders
Utility functions for converting to and from URLs that encode query string data into URL paths
Resolves a path to an absolute path. Supports tilde
Node.js 0.11.x path.isAbsolute as a separate module
Replaces a file extension with another one.
Fixes stack traces for files with source maps
Fixes stack traces for files with source maps
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Runtime for Regenerator-compiled generator and async functions.
Helper function to replace supers
Node's path builtin module exposed as dual ESM/CJS and browser-compatible out of the box.
Resolve npm package details, like name and base path, given an absolute path to a file inside a package
Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
Check if a URL is absolute
It's a very fast and efficient glob library for Node.js