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.
Found 2733 results for find by key
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)
Find files or directories by name
mdast utility to find and replace text in a tree
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 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.
Find a file given a declaration of locations.
Utilities for finding the closest package.json file
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.
The lodash method `_.find` exported as a module.
Filter an object values using glob patterns or with a `callback` function returns true.
Regular expression for matching javascript require/import statements.
Regular expression for matching HTML comments
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.
Find the closest package.json file
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.
walk a directory tree recursively with events
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Create a new object filtered to have only properties for which the callback returns true.
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
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
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
vfile utility to find one or more files by searching the file system upwards
Implement search on any static website.
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.
Get all URLs in a string
Search & replace across files with a CLI tool that makes you trust what you are doing.
Find files the easy way
Return the first index at which a given element can be found.
Unicode variant string matching
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
Returns true when the given `name` matches any of the path properties on a vinyl file.
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
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, read and parse the first matching file found walking the filesystem upwards.
find item(s) in an array or objects recursively
unist utility to find nodes before another node
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
Polyfill to provide array.find on IE.
Find files
Find the closest package.json file meeting specific criteria
Find a file by walking up parent directories
fast-find-in-files recursively searches sub-directories for needle matches
Return early from reduce
Human friendly file system utilities for Node.js
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Extract urls from a string and returns an array
Replace matching strings and regexes in files
Regex for matching dot-directories, like `.git/`
Finds first available shell command from a list.
Filters file paths using globs, regular expressions, or custom criteria
CLI for source-map tool
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
Attempt to resolve the absolute filepath to a file and verify that it exists.
Set key=val in .json files
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
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
Like Array#findIndex but searches the array backwards.
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
Provides access to the system font catalog
Regular expresson for matching dotfiles.
Find .git directory with support of submodules and --separate-git-dir
Resolves The Location Of The Package.Json File For The Given Dependency By Traversing The File System Up Starting From Given Path.
A pitch-detection library for node and the browser
[![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
Get all href urls from an HTML string
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
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"/
Find nested object in a tree-like structure
[](https://www.npmjs.com/package/@crabas0npm/eveniet-autem-assumenda)
[](https://www.npmjs.com/package/@wemnyelezxnpm/expedita-dolor-quibusdam)
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Detect unused CSS in angular components
Finds the caller test function that called this library by inspecting the source file
<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 a predecessor value of the array that should be chosen when a given array index is deleted
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).
An iterable is a sequence of values.
[](https://www.npmjs.com/package/@osjwnpm/occaecati-reprehenderit-dolor) [](https://www.npmjs.com/package/@ffras4vnpm/recusandae-eius-aut)
[](https://www.npmjs.com/package/@odczynflnpm/aliquid-expedita-repellat)
A pack of functions for working with Sets.
[](https://www.npmjs.com/package/@omegion1npm/nihil-nisi-unde)
A flexible LRU cache made with the excellent [lru-cache](https://github.com/isaacs/node-lru-cache) 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
Finds where are arbitrary templating marker heads and tails located
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.
Regular expression for matching DOIs
data-cy shorthand notation for cypress get and find functions
Resolve the path of a module from the directory where npm is installed
Returns the duplicated items found in an array
The Javascript version of "in_array" php function from the php.js project - http://phpjs.org/
#### Other projects:
Find a executable Chrome / Edge / Firefox in your system
[](https://developer.twitter.com/en/docs/twitter-api/early-access) [![Twitter API v1.1 badge](https://img.shields.io/endpoint?url=https%3A%2F%2Ftwba
Get the line number for each regex match found in a string.
yet another lookup
Search for files or folders by regular expression in the directory where Node was started.
Utilities for DOM
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Find TODO, FIXME and NOTE inside project files
Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter
Find files by using regex
A library of React components to render input fields that simplify displaying formatted numbers such as currency or telephone numbers.
Buffer Serializer =================
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Finds the longest common parent directory path in an array of file path strings or custom objects. Also returns sub and base parts for each path.