Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
find-up
Find a file or directory by walking up parent directories
rimraf
A deep deletion module for node (like `rm -rf`)
glob-parent
Extract the non-magic parent path from a glob string.
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
mkdirp
Recursively mkdir, like `mkdir -p`
path-type
Check if a path is a file, directory, or symlink
pkg-dir
Find the root directory of a Node.js project or npm package
make-dir
Make a directory and its parents if needed - Think `mkdir -p`
escalade
A tiny (183B to 210B) and fast utility to ascend parent directories
require-directory
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
is-path-inside
Check if a path is inside another path
dir-glob
Convert directories to glob compatible strings
env-paths
Get paths for storing things like data, config, cache, etc
resolve-cwd
Resolve the path of a module like `require.resolve()` but from the current working directory
commondir
compute the closest common parent for file paths
tar-fs
filesystem bindings for tar-stream
global-modules
The directory used by npm for globally installed npm modules.
temp-dir
Get the real path of the system temp directory
fdir
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
untildify
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`