Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
join-path
Join urls or system paths, even with undefined values
globjoin
Join paths and globs.
brace-expand-join
Join and normalize glob patterns considering brace expansion
upath
A proxy to `path`, replacing `\` with `/` for all results (supports UNC paths) & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.
light-join
Join urls or paths into single path
join-path-js
Simple path join and dirname functions for generic javascript
path.join
Function to join paths that always returns forward slashes (uniform for unix and windows). A replacement to path.join
proper-url-join
Like `path.join` but for a URL
path-right-join
Right-side join for paths
slash
Convert Windows backslash paths to slash paths
find-up
Find a file or directory by walking up parent directories
url-component-join
normalize and join url components
path-browserify
the path module from node core for browsers
path-join-safer
An alternative to path.join() that prevents unanticipated .. directory access due to user-input but allows .. access done programmatically and intentionally.
look-it-up
Find a file or directory by walking up parent directories recursively. Zero dependency.
locate-path
Get the first path that exists on disk of multiple paths
path-key
Get the PATH environment variable key cross-platform
path-exists
Check if a path exists
@stdlib/utils-convert-path
Convert between POSIX and Windows paths.
braces
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.