Convert css images and other resources into absolute paths
Extract the non-magic parent path from a glob string.
Express style path to RegExp utility
SuPi Web extension — fetch web pages as clean Markdown (web_fetch_md) and library docs via Context7 (web_docs_search, web_docs_fetch)
Check if a path is a file, directory, or symlink
Get the PATH environment variable key cross-platform
Check if a path exists
Node.js path.parse() ponyfill
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
A minimal path module to resolve Unix, Windows and URL paths alike.
Check if a file path is a binary file
Get the first path that exists on disk of multiple paths
Path manipulation library for JavaScript
Check if a path is inside another path
TypeScript definitions for d3-path
the path module from node core for browsers
Resolve the path of a module like `require.resolve()` but from a given path
utility box for ECMAScript language tools
The string_decoder module from Node core
Get your PATH prepended with locally installed binaries
Convert Windows backslash paths to slash paths
Safer Node.js Buffer API
Resolve npm package details, like name and base path, given an absolute path to a file inside a package
Serialize Canvas path commands to SVG.
A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.
An MLOps tool to manage data files and pipelines on top of Git
A small path tool works for calculate absolutive or relative path.
Convert a path to a URI
An utility to list the downstream kernel's individual modules, with their includes and dependencies.
Translate canonical (symlink-resolved) filesystem paths back to their logical (symlink-preserving) equivalents
A new check for puppet-lint that checks all template paths are in the template('example/template.erb') form rather than template('/etc/puppet/modules/example/templates/template.erb')
Convert relative paths to absolute URIs.
Construct absolute paths and full URLs for a Sinatra application
Handle absolute URIs, triples and file paths uniformly.
This gem returns a filepath for files linked to using //, http://, or using a relative file path /.
See https://rails.lighthouseapp.com/projects/8994/tickets/2338-actionmailer-mailer-views-and-content-type
Construct absolute paths and full URLs for a Sinatra application
Construct absolute paths and full URLs for a Sinatra application
Prepends 'http://' to what appears to be absolute links that are missing a protocol. For example: "www.example.com/some/path" can be assumed to mean "http://www.example.com/some/path"
Small set of helpers to generate a static website that works on file protocol using relative paths instead of absolute
With this tool, any command line tool or *.sh can run anywhere, not just its root directory, or must remember its absolute path. **shell_file_path** should be relative path to current directory.
The relative library enhances Ruby's core and standard libraries to support naming, opening, and reading files relative to the Ruby file currently being interpreted (the contents of the __ FILE __ identifier). This functionality is especially useful in embedded Ruby (eruby, erb, erubis, etc.) where absolute paths or paths relative to the interpreter's current working directory are problematic (due to file system structures and working directories varying across platforms and web servers).