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
Check if argv has a specific flag
Regular expression for matching ANSI escape codes
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
Recursive version of fs.readdir with small RAM & CPU footprint.
Low footprint ECMAScript source code parser
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
Resolve a path by walking parent directories.
Run the Node.js binary no matter what
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Find files or directories by name
Regular expression for matching IP addresses (IPv4 & IPv6)
Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`
mdast utility to find and replace text in a tree
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.
Parse a glob pattern into an object of tokens.
Utilities for finding the closest package.json file
Find paths in objects to given key('s), value('s) or key/value combinations
unist utility to find a node after another node
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 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.
Find multiple RegExp matches in a string
Check if a string is an IP address
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Get a list of npm packages with keywords
Replaces strings in a stream.
Filter an object values using glob patterns or with a `callback` function returns true.
Find object values by passing the path as string.
The lodash method `_.find` exported as a module.
Regular expression for matching javascript require/import statements.
Regular expression for matching HTML comments
Find all packages inside a directory
unist utility to find nodes after another node
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
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
Find the root directory of a Node.js project or npm package
Walk up the directory tree until the specified path is found.
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()
Find a config file (like .jshintrc) by walking up from a specific 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.
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
A union-find data structure for maintaining disjoint sets.
utils for daybrush
Finds the common standard cache directory
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
Do fuzzy matching using FZF algorithm in JavaScript
walk a directory tree recursively with events
Promisified version of node-which
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.
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
Find files the easy way
Search & replace across files with a CLI tool that makes you trust what you are doing.
Find JAVA_HOME on any system
Find lerna package by path or name
Return the first index at which a given element can be found.
Unicode variant string matching
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.
vfile utility to find one or more files by searching the file system downwards
A simple tool to search text patterns across multiple files
unist utility to find a node
Get an available port
Convert Gitignore to Glob patterns
resolve package root and package.json paths , work on node 17 too
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.
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.
Find the path(s) package.json.
Modify rollup output with find / replace dynamically
Easy-to-use query language for PouchDB
[![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).
Traverse object hierarchies using matching and callbacks.
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.
MDN polyfills
Find the nearest package.json in your current node module
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
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.
Parse code files and patch it without having to use an AST
Returns the first index at which a given element can be found.
Find files or directories by walking up parent directories.
Find the path of the first file matching a given name, walking the filesystem upwards.
Helps a module find its package.json mothership.
unist utility to find nodes before another node
find item(s) in an array or objects recursively
Find, read and parse the first matching file found walking the filesystem upwards.
Evaluate and filters criteria queries on JSON objects MongoDB style
Search files the easy way.
gets multiple open ports
find and identify a cycle in a directed graph
Utility to find nodes between two nodes
Discover internal packages
Test if an array-like value contains a search value.
File resolution for AVA
Find a specific ancestor/root directory given a starting location and a search parameter
unist utility to find the nodes between two nodes
Polyfill to provide array.find on IE.
Regular expression for matching JavaScript comments
Path finding in a graph
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
[![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
Finds first available shell command from a list.
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
Set key=val in .json files
One Package to rule them all, finds your root-dir, monorepo, or package manager.
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
Search through object properties recursevly with a complex filter.
unist utility to find a node before another node
Walk or map over objects in a depth-first preorder or postorder manner.
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.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Porty quickly and easily find available ports.
GetAddress.io - Find by postcode plug-in
This library calculates the angle between three landmarks
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, read and parse the package.json of the parent module
Find Google Chrome on your system
find a executable chrome in your system automatic
Return list of files, matching by file attributes or/and contents
Get ip location information.
Regular expresson for matching dotfiles.
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
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
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]
find all global packages, list them by directory
A plugin to scan a file for a string or expression
Array of RegExp.prototype.exec results
A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.
An array is a collection of values, stored contiguously.
Find the root path of a monorepo using various strategies.
Get all href urls from an HTML string
Deep search for keys in objects and arrays and pluck their respective values.
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
Find nested object in a tree-like structure
[](https://www.npmjs.com/package/@drftgyhuji7npm/facilis-veniam-sit)
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
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"/
Utilities for JavaScript Iterable and AsyncIterable
[](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]
[](https://www.npmjs.com/package/@wemnyelezxnpm/expedita-dolor-quibusdam)
Finds the caller test function that called this library by inspecting the source file
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)
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
Find a predecessor value of the array that should be chosen when a given array index is deleted
Load [pino](https://github.com/pinojs/pino) logs into [Elasticsearch](https://www.elastic.co/products/elasticsearch).
Returns true if an object has any of the specified keys.
A simple array utility to find duplicates in your object array 😍
Find the root directory of a `git` repository
Array.prototype.find polyfill for ES5 versions and lower.
<h1 align="center"> <img width="250" src="https://jaredwray.com/images/@crabas0npm/hic-fugit-nihil.svg" alt="@crabas0npm/hic-fugit-nihil"> <br> <br> </h1>
An iterable is a sequence of values.
Fast, lightweight US ZIP code lookup library providing city, state, county, and geographic coordinates with TypeScript support - works in both browser and Node.js
[](https://www.npmjs.com/package/@osjwnpm/occaecati-reprehenderit-dolor) [](https://www.npmjs.com/package/@ffras4vnpm/recusandae-eius-aut)
A pack of functions for working with Sets.
[](https://www.npmjs.com/package/@odczynflnpm/aliquid-expedita-repellat)
[](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.
A powerful utility to flatten, diff, rebuild, and sync deeply nested JavaScript data structures — inspired by magic, forged in code.
Resolve the directory path where npm CLI is installed
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
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.
Load a module from either CWD or npm CLI directory