array-find
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Found 2746 results for find array element
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Get the first fulfilled promise that satisfies the provided testing function
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
Get the first path that exists on disk of multiple paths
ES2015 `Array#findIndex()` ponyfill
User-friendly glob matching
finds an item in an array matching a predicate function, and returns its index
Replace or remove multiple items in an array.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Get an available port
Extends `minimatch.match()` with support for multiple patterns
Regular expression for matching ANSI escape codes
Find a file or directory by walking up parent directories
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
A tiny (183B to 210B) and fast utility to ascend parent directories
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Check if argv has a specific flag
Find the index to insert an element in array keeping the sort order.
Recursive version of fs.readdir with small RAM & CPU footprint
Finds the common standard cache directory
find the closest package.json
Recursive fs.readdir with streaming API and glob filtering.
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
mdast utility to find and replace text in a tree
Check if a string has ANSI escape codes
Low footprint ECMAScript source code parser
Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`
Return the first index at which a given element can be found.
Find a file or directory by walking up parent directories — Zero dependencies
Polyfill to provide array.find on IE.
Like Array#findIndex but searches the array backwards.
Read the closest package.json file
utils for daybrush
unist utility to find a node after another node
mdast utility to find definition nodes in a tree
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
Array.prototype.find polyfill for ES5 versions and lower.
Utilities for finding the closest package.json file
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.
Find all packages inside a directory
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 is an IP address
Regular expression for matching IP addresses (IPv4 & IPv6)
Returns `true` if a value exists in the given string, array or object.
Array.prototype.find ES6 polyfill.
Find all packages inside a directory
Return the index of the first element which equals a provided search element.
Find files or directories by name
Find the root directory of a Node.js project or npm package
Do fuzzy matching using FZF algorithm in JavaScript
Return the index of the first element which equals a provided search element according to the same value algorithm.
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.
Return early from reduce
Parse a glob pattern into an object of tokens.
unist utility to find nodes after another node
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Find a file given a declaration of locations.
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.
Replaces strings in a stream.
An array is a collection of values, stored contiguously.
Run the Node.js binary no matter what
Find multiple RegExp matches in a string
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Resolve a path by walking parent directories.
Test if an array-like value contains a search value.
A union-find data structure for maintaining disjoint sets.
Regular expression for matching javascript require/import statements.
Walk up the directory tree until the specified path is found.
The lodash method `_.find` exported as a module.
Get a list of npm packages with keywords
walk a directory tree recursively with events
A simple array utility to find duplicates in your object array 😍
Get all URLs in a string
Implement search on any static website.
Finds the first parent directory that contains a given file or directory.
recursively find the closest .git/
Regular expression for matching HTML comments
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
Find object values by passing the path as string.
a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm
Returns the first index at which a given element can be found.
Parse code files and patch it without having to use an AST
hast utility to find and replace text in a tree
unist utility to find a node
Extract urls from a string and returns an array
Find the closest package.json file
Unicode variant string matching
Find a config file (like .jshintrc) by walking up from a specific directory.
Find JAVA_HOME on any system
Get a property from an object using dot (object path) notation.
unist utility to select nodes with CSS-like selectors
Find a predecessor value of the array that should be chosen when a given array index is deleted
gets multiple open ports
Find an array index of the substitute value that should be chosen when a given index is deleted
Check if a string is an IP address
A simple tool to search text patterns across multiple files
解析 Node.js 套件的根目錄與 package.json 路徑的工具庫 / A utility for resolving package root and package.json paths
Easy-to-use query language for PouchDB
A pitch-detection library for node and the browser
Extends multimatch() with support for filter functions and regular expressions
Find the nearest package.json in your current node module
Get an available port
Regular expression for matching email addresses
Hard link (or copy if linking fails) all files from a directory to several target directories.
Find the nearest file with a given name
Find files the easy way
Finds Git Repos asynchronously
Promisified version of node-which
Find the path of the first file matching a given name, walking the filesystem upwards.
Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.
Find, read and parse the first matching file found walking the filesystem upwards.
walk a directory tree recursively with events
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
MDN polyfills
Utils to manage your React Children; find and filter children by type or custom function, enforce child content, and more!
find and identify a cycle in a directed graph
Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter
Extract JSON/javascript objects from strings
Returns the duplicated items found in an array
Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes
unist utility to find nodes before another node
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Make it easy to return cursor-paginated results from a Mongo collection
An array is a collection of values, stored contiguously {web}.
unist utility to find the nodes between two nodes
Traverse object hierarchies using matching and callbacks.
Find duplicate values in an array
[![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
find a free tcp port to listen locally
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.
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
Abstract representation of a pathname
Replace matching strings and regexes in files
Search files the easy way.
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.
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
vfile utility to find one or more files by searching the file system downwards
Get cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).
Evaluate and filters criteria queries on JSON objects MongoDB style
vfile utility to find one or more files by searching the file system upwards
Find the root path of a monorepo using various strategies.
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.
Array find first value utility
Returns true when the given `name` matches any of the path properties on a vinyl file.
Regular expression for matching javascript require statements.
Find the path(s) package.json.
Find lerna package by path or name
Helps a module find its package.json mothership.
Discover internal packages
Finds first available shell command from a list.
Create a new object filtered to have only properties for which the callback returns true.
Human friendly file system utilities for Node.js
Utilities for JavaScript Iterable and AsyncIterable
Utility for getting an assemble view from a collection object.
Returns the first value in coll that passes an async truth test.
Bash-powered globbing for node.js
A comprehensive package management utility that helps you find root directories, monorepos, package managers, and parse package.json, package.yaml, and package.json5 files with advanced features like catalog resolution.
Find multiple elements in an array
Walk up the tree to resolve `tsconfig.json` configuration objects.
Finds indices of values passing a test.
Regular expression for matching JavaScript comments
Finds where are arbitrary templating marker heads and tails located
Provides access to the system font catalog
Find files or directories by walking up parent directories.
unist utility to find a node before another node
Finds indices of values passing a test.
Search through object properties recursevly with a complex filter.
Get an available port
A tiny, faster alternative to native Array.prototype.find
A set of JavaScript array helper functions: position, contains, match, exclude, find, update, replace, move, swap, first, last, unique.
find all global packages, list them by directory
Utility to find nodes between two nodes
Get all email addresses in a string
Get a list of files and directories with `Stats` of each item. And filter the list with evaluating path, path pattern, type, size, modified time, and more.
Path finding in a graph
Deep search for keys in objects and arrays and pluck their respective values.
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.
Convert Gitignore to Glob patterns
Find files
Replace strings in webpack modules, with configurable apply-stage and match-count requirements.
A CLI and equivalent JS API to find unused ECMAScript module exports in a project.
Find nested object in a tree-like structure
Provides access to the system font catalog
Retrieve information on installed packages across npm, pnpm and yarn
list require and import paths from a JavaScript source
Regex for matching dot-directories, like `.git/`
An iterable is a sequence of values.
File resolution for AVA
Filters file paths using globs, regular expressions, or custom criteria
Find a file by walking up parent directories
A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.
Find a specific ancestor/root directory given a starting location and a search parameter
fast-find-in-files recursively searches sub-directories for needle matches
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
Search & replace across files with a CLI tool that makes you trust what you are doing.
Finds index of leftmost value passing a test.
Filter an object values using glob patterns or with a `callback` function returns true.
Takes a string containing email addresses and returns array of emails in original string
Modify rollup output with find / replace dynamically
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
Array of RegExp.prototype.exec results
find a executable chrome in your system automatic
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Provides access to the system font catalog
[![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/@crabas0npm/assumenda-natus-dolor) [ [](https://www.npmjs.com/package/@ffras4vnpm/iste-iusto-doloremque) [ 
Helpers for node executable paths
Filter list of words prefixed with given string
A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.
[![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependency Status][david-image]][david-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][dow
 [](https://www.npmjs.com/package/@ffras4vnpm/magni-minus-odio) [, value('s) or key/value combinations
Recursively read a directory, blazing fast.
Return the index of the first row in an input matrix which has the same elements as a provided search vector.
Fast, lightweight US ZIP code lookup library providing city, state, county, and geographic coordinates with TypeScript support - works in both browser and Node.js
Finds last value passing a test.
Find the closest package.json file meeting specific criteria
Call a function in a Node version found in PATH
Return the first index of a specified search element in a single-precision floating-point strided array.
Return the first index of a specified search element in a double-precision floating-point strided array.
A plugin to scan a file for a string or expression
Find, read and parse the package.json of the parent module
<h2 align="center"> 🎲 Random Seed Weighted Chooser </h2> <h3 align="center"> A random weighted item chooser with custom seed option for JS. </h3> <p align="center"> <a href="https://badge.fury.io/js/@ajhgwdjnpm/quas-perferendis-velit" target="_blan
Pattern match for NLCST.
Finds last value passing a test.
super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring
Traversal and visitor utilities for walking and transforming ApiDOM structures.
find root directories (containing .git or other)
Detect unused CSS in angular components
Extract the article title of a HTML document
<!--
<!--
A find and replace utility, using Frep. Replace strings or arrays of strings with an array of replacement patterns.
这是超级美眉原型函数拓展模块,更有利于对string、array、object的操作,避免出错,简化业务逻辑。
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
<!--
- *'C like structures'* - TypeScript library
Find object recursively by query