find-up
Find a file or directory by walking up parent directories
Found 2733 results for find by key
Find a file or directory by walking up parent directories
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes
Get the first fulfilled promise that satisfies the provided testing function
Regular expression for matching ANSI escape codes
Check if argv has a specific flag
Get the first path that exists on disk of multiple paths
Get a property from an object using dot (object path) notation.
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
A tiny (183B to 210B) and fast utility to ascend parent directories
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
User-friendly glob matching
Low footprint ECMAScript source code parser
Recursive version of fs.readdir with small RAM & CPU footprint.
mdast utility to find definition nodes in a tree
Find a file or directory by walking up parent directories — Zero dependencies
Read the closest package.json file
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
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.
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
find the closest package.json
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
Check if a string has ANSI escape codes
Recursive fs.readdir with streaming API and glob filtering.
Get an available port
Run the Node.js binary no matter what
Resolve a path by walking parent directories.
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Regular expression for matching IP addresses (IPv4 & IPv6)
mdast utility to find and replace text in a tree
Find files or directories by name
Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`
Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or valu
Extends `minimatch.match()` with support for multiple patterns
ES2015 `Array#findIndex()` ponyfill
Replace or remove multiple items in an array.
Find a file given a declaration of locations.
Utilities for finding the closest package.json file
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
Parse a glob pattern into an object of tokens.
unist utility to find a node after another node
Find paths in objects to given key('s), value('s) or key/value combinations
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Array.prototype.find ES6 polyfill.
Find multiple RegExp matches in a string
Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Get a list of npm packages with keywords
Check if a string is an IP address
Find object values by passing the path as string.
Replaces strings in a stream.
Filter an object values using glob patterns or with a `callback` function returns true.
The lodash method `_.find` exported as a module.
Regular expression for matching HTML comments
Regular expression for matching javascript require/import statements.
Find all packages inside a directory
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
unist utility to find nodes after another node
Utils to manage your React Children; find and filter children by type or custom function, enforce child content, and more!
finds an item in an array matching a predicate function, and returns its index
(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Walk up the directory tree until the specified path is found.
Find the root directory of a Node.js project or npm package
Finds the first parent directory that contains a given file or directory.
Find the closest package.json file
walk a directory tree recursively with events
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
Create a new object filtered to have only properties for which the callback returns true.
Returns `true` if a value exists in the given string, array or object.
Find a config file (like .jshintrc) by walking up from a specific directory.
A union-find data structure for maintaining disjoint sets.
utils for daybrush
Finds the common standard cache directory
walk a directory tree recursively with events
Promisified version of node-which
Do fuzzy matching using FZF algorithm in JavaScript
unist utility to select nodes with CSS-like selectors
vfile utility to find one or more files by searching the file system upwards
Implement search on any static website.
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
recursively find the closest .git/
Extends multimatch() with support for filter functions and regular expressions
Find the nearest file with a given name
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.
Search & replace across files with a CLI tool that makes you trust what you are doing.
Get all URLs in a string
Return the first index at which a given element can be found.
Unicode variant string matching
Find files the easy way
Find lerna package by path or name
Find JAVA_HOME on any system
hast utility to find and replace text in a tree
Abstract representation of a pathname
Make it easy to return cursor-paginated results from a Mongo collection
Check if a string is an IP address
Find all packages inside a directory
Walk up the tree to resolve `tsconfig.json` configuration objects.
A simple tool to search text patterns across multiple files
vfile utility to find one or more files by searching the file system downwards
unist utility to find a node
Get an available port
resolve package root and package.json paths , work on node 17 too
Find the path(s) package.json.
Convert Gitignore to Glob patterns
find a free tcp port to listen locally
A Vue.js 3 search input component, inspired by the global search input of Storybook and GitHub.
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
Modify rollup output with find / replace dynamically
Easy-to-use query language for PouchDB
Traverse object hierarchies using matching and callbacks.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Get cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).
Bash-powered globbing for node.js
Filter the keys of an object using glob patterns.
Hard link (or copy if linking fails) all files from a directory to several target directories.
Regular expression for matching javascript require statements.
Find the nearest package.json in your current node module
MDN polyfills
Find the index to insert an element in array keeping the sort order.
Regular expression for matching email addresses
Finds an installed tool in node_modules/.bin folders from current up to the git root
Parse code files and patch it without having to use an AST
Returns true when the given `name` matches any of the path properties on a vinyl file.
Utility for getting an assemble view from a collection object.
Returns the first index at which a given element can be found.
Find files or directories by walking up parent directories.
Helps a module find its package.json mothership.
find item(s) in an array or objects recursively
unist utility to find nodes before another node
Find, read and parse the first matching file found walking the filesystem upwards.
Find the path of the first file matching a given name, walking the filesystem upwards.
Evaluate and filters criteria queries on JSON objects MongoDB style
gets multiple open ports
Search files the easy way.
File resolution for AVA
Discover internal packages
find and identify a cycle in a directed graph
Test if an array-like value contains a search value.
Utility to find nodes between two nodes
Find a specific ancestor/root directory given a starting location and a search parameter
unist utility to find the nodes between two nodes
Regular expression for matching JavaScript comments
Path finding in a graph
Find files
Polyfill to provide array.find on IE.
Find the closest package.json file meeting specific criteria
fast-find-in-files recursively searches sub-directories for needle matches
Return early from reduce
Find a file by walking up parent directories
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Human friendly file system utilities for Node.js
Extract urls from a string and returns an array
Regex for matching dot-directories, like `.git/`
Replace matching strings and regexes in files
Filters file paths using globs, regular expressions, or custom criteria
CLI for source-map tool
Finds first available shell command from a list.
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Extract JSON/javascript objects from strings
Set key=val in .json files
Attempt to resolve the absolute filepath to a file and verify that it exists.
Super small library to retrieve values and attributes from the XML AST generated by xml-reader
One Package to rule them all, finds your root-dir, monorepo, or package manager.
unist utility to find a node before another node
Walk or map over objects in a depth-first preorder or postorder manner.
Search through object properties recursevly with a complex filter.
Add advanced selector support to cheerio
A CLI and equivalent JS API to find unused ECMAScript module exports in a project.
Read simple YAML configs from well-known locations
Collect all import statements
Pattern match for NLCST.
sjcl ====
Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.
Porty quickly and easily find available ports.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
This library calculates the angle between three landmarks
GetAddress.io - Find by postcode plug-in
Like Array#findIndex but searches the array backwards.
Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays
Finds Git Repos asynchronously
Replace strings in webpack modules, with configurable apply-stage and match-count requirements.
A powerful JSON path processor. Allows you to drill into and manipulate JSON objects with a simple dot-delimited path format e.g. "obj.name".
Find Google Chrome on your system
Find, read and parse the package.json of the parent module
find a executable chrome in your system automatic
Get ip location information.
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
Return list of files, matching by file attributes or/and contents
Evaluate criteria queries on JSON objects MongoDB style.
Find the root directory of a Node.js project from a given path
Regular expresson for matching dotfiles.
Resolves The Location Of The Package.Json File For The Given Dependency By Traversing The File System Up Starting From Given Path.
Provides access to the system font catalog
A pitch-detection library for node and the browser
Find .git directory with support of submodules and --separate-git-dir
[![Build Status][ci-img]][ci-url] [![Code Climate][clim-img]][clim-url] [![NPM][npm-img]][npm-url]
A plugin to scan a file for a string or expression
Array of RegExp.prototype.exec results
Find the root path of a monorepo using various strategies.
A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.
Deep search for keys in objects and arrays and pluck their respective values.
find all global packages, list them by directory
Get all href urls from an HTML string
An array is a collection of values, stored contiguously.
Returns the first value in coll that passes an async truth test.
| **Build** | **Dependency**
Match the words in a string. Support for english, CJK and Cyrillic.
Returns a promise for an open port on localhost
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
[](https://www.npmjs.com/package/@drftgyhuji7npm/facilis-veniam-sit)
Easily locate string or regex in a multi-line input
A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.
<p id="readme"><a href="https://@lambrioanpm/doloribus-praesentium-rerum.eco/"><img width="40%" src="https://cldup.com/TEy9yGh45l.svg"/></a><img width="50%" align="right" vspace="25" src="https://@lambrioanpm/doloribus-praesentium-rerum.eco/see/demo.gif"/
[](https://www.npmjs.com/package/@crabas0npm/eveniet-autem-assumenda)
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Find nested object in a tree-like structure
Finds the caller test function that called this library by inspecting the source file
[](https://www.npmjs.com/package/@wemnyelezxnpm/expedita-dolor-quibusdam)
Detect unused CSS in angular components
<p align=center> <a href="https://@omegion1npm/ab-asperiores-ipsam.dusty.codes/" title="Kyanite Documentation"> <img alt="Kyanite Logo" src="https://user-images.githubusercontent.com/8997380/48008308-69174500-e0e7-11e8-9a57-ebd558f094f8.png"> </a>
Recursively get all files in a directory tree, given the root path (starting point)
Utilities for JavaScript Iterable and AsyncIterable
Recursively find and filter files and folders in a directory.
Find an array index of the substitute value that should be chosen when a given index is deleted
Returns true if an object has any of the specified keys.
A simple array utility to find duplicates in your object array 😍
Array.prototype.find polyfill for ES5 versions and lower.
Find the root directory of a `git` repository
<h1 align="center"> <img width="250" src="https://jaredwray.com/images/@crabas0npm/hic-fugit-nihil.svg" alt="@crabas0npm/hic-fugit-nihil"> <br> <br> </h1>
Load [pino](https://github.com/pinojs/pino) logs into [Elasticsearch](https://www.elastic.co/products/elasticsearch).
Find a predecessor value of the array that should be chosen when a given array index is deleted
An iterable is a sequence of values.
[](https://www.npmjs.com/package/@ffras4vnpm/recusandae-eius-aut)
[](https://www.npmjs.com/package/@osjwnpm/occaecati-reprehenderit-dolor) [ package.
Resolve the path of `npm-cli.js` included in the user-installed npm on Windows
Resolve the path of `npm-cli.js` included in the globally installed npm CLI
Resolve the directory path where npm CLI is installed
[](https://www.npmjs.com/package/@odczynflnpm/aliquid-expedita-repellat)
Finds where are arbitrary templating marker heads and tails located
[](https://www.npmjs.com/package/@omegion1npm/nihil-nisi-unde)
Module to apply image map to source image based on json feed. Requires assets and styling to implement.
Fast, lightweight US ZIP code lookup library providing city, state, county, and geographic coordinates with TypeScript support - works in both browser and Node.js
Load a module from either CWD or npm CLI directory
A powerful utility to flatten, diff, rebuild, and sync deeply nested JavaScript data structures — inspired by magic, forged in code.