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
p-locate
Get the first fulfilled promise that satisfies the provided testing function
pkg-dir
Find the root directory of a Node.js project or npm package
has-flag
Check if argv has a specific flag
ansi-regex
Regular expression for matching ANSI escape codes
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
locate-path
Get the first path that exists on disk of multiple paths
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
escalade
A tiny (183B to 210B) and fast utility to ascend parent directories
globby
User-friendly glob matching
esniff
Low footprint ECMAScript source code parser
mdast-util-definitions
mdast utility to find definition nodes in a tree
readdirp
Recursive version of fs.readdir with small RAM & CPU footprint.
array.prototype.findlastindex
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
find-up-simple
Find a file or directory by walking up parent directories — Zero dependencies
es-iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
find-file-up
Find a file fast, by starting at the given cwd and recursing up one directory until the file is found or we run out of directories.
read-package-up
Read the closest package.json file
array.prototype.findlast
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
find-root
find the closest package.json