JSPM

Found 2799 results for find icon

has-values

Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.

  • v2.0.1
  • 92.25
  • Published

find-root

find the closest package.json

  • v1.1.0
  • 87.79
  • Published

nanomatch

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)

  • v1.2.13
  • 87.51
  • Published

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.

  • v2.0.1
  • 83.94
  • Published

has-flag

Check if argv has a specific flag

  • v5.0.1
  • 83.55
  • Published

ansi-regex

Regular expression for matching ANSI escape codes

  • v6.1.0
  • 82.68
  • Published

find-up

Find a file or directory by walking up parent directories

  • v7.0.0
  • 82.25
  • Published

locate-path

Get the first path that exists on disk of multiple paths

  • v7.2.0
  • 81.74
  • Published

find-pkg

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.

  • v2.0.0
  • 81.50
  • Published

p-locate

Get the first fulfilled promise that satisfies the provided testing function

  • v6.0.0
  • 79.99
  • Published

is-dotfile

Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.

  • v2.0.0
  • 78.93
  • Published

parse-glob

Parse a glob pattern into an object of tokens.

  • v3.0.4
  • 78.35
  • Published

pkg-dir

Find the root directory of a Node.js project or npm package

  • v8.0.0
  • 78.25
  • Published

lodash.find

The lodash method `_.find` exported as a module.

  • v4.6.0
  • 78.17
  • Published

escalade

A tiny (183B to 210B) and fast utility to ascend parent directories

  • v3.2.0
  • 78.15
  • Published

globby

User-friendly glob matching

  • v14.1.0
  • 77.92
  • Published

find

Find files or directories by name

  • v0.3.0
  • 77.55
  • Published

micromatch

Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.

  • v4.0.8
  • 77.53
  • Published

readdirp

Recursive version of fs.readdir with small RAM & CPU footprint.

  • v4.1.2
  • 76.82
  • Published

html-comment-regex

Regular expression for matching HTML comments

  • v1.1.2
  • 76.62
  • Published

walkdir

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.

  • v0.4.1
  • 75.68
  • Published

run-node

Run the Node.js binary no matter what

  • v2.0.0
  • 75.14
  • Published

array.prototype.findlastindex

An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.

  • v1.2.6
  • 73.29
  • Published

findit2

walk a directory tree recursively with events

  • v2.2.3
  • 72.88
  • Published

es-iterator-helpers

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

  • v1.2.1
  • 72.76
  • Published

find-index

finds an item in an array matching a predicate function, and returns its index

  • v1.1.1
  • 72.36
  • Published

array-find

ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.

  • v1.0.0
  • 72.13
  • Published

array.prototype.findlast

An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.

  • v1.2.5
  • 71.23
  • Published

first-match

Find the first element in an array that passes a callback test. Equivalent to underscore.find()

  • v0.0.1
  • 70.65
  • Published

get-object

Get a property from an object using dot (object path) notation.

  • v0.2.0
  • 70.38
  • Published

find-config

Find the first config file matching a given name in the current directory or the nearest ancestor directory.

  • v1.0.0
  • 70.29
  • Published

has-ansi

Check if a string has ANSI escape codes

  • v6.0.0
  • 69.95
  • Published

get-port

Get an available port

  • v7.1.0
  • 69.35
  • Published

readdir-glob

Recursive fs.readdir with streaming API and glob filtering.

  • v2.0.1
  • 69.25
  • Published

findup-sync

Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

  • v5.0.0
  • 68.00
  • Published

ip-regex

Regular expression for matching IP addresses (IPv4 & IPv6)

  • v5.0.0
  • 67.98
  • Published

findit

walk a directory tree recursively with events

  • v2.0.0
  • 67.90
  • Published

esniff

Low footprint ECMAScript source code parser

  • v2.0.1
  • 67.78
  • Published

multimatch

Extends `minimatch.match()` with support for multiple patterns

  • v7.0.0
  • 67.55
  • Published

find-versions

Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`

  • v6.0.0
  • 67.36
  • Published

maximatch

Extends multimatch() with support for filter functions and regular expressions

  • v0.1.0
  • 67.28
  • Published

matched

Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.

  • v5.0.1
  • 67.27
  • Published

find-git-root

recursively find the closest .git/

  • v1.0.4
  • 66.99
  • Published

omit-empty

Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.

  • v1.0.0
  • 66.90
  • Published

file-js

Abstract representation of a pathname

  • v1.2.0
  • 66.17
  • Published

find-in-files

A simple tool to search text patterns across multiple files

  • v0.5.0
  • 65.26
  • Published

find-replace

Replace or remove multiple items in an array.

  • v5.0.2
  • 65.24
  • Published

find-up-simple

Find a file or directory by walking up parent directories — Zero dependencies

  • v1.0.1
  • 64.49
  • Published

fined

Find a file given a declaration of locations.

  • v2.0.0
  • 64.35
  • Published

reduce-object

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

  • v0.1.3
  • 63.69
  • Published

knip

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

  • v5.59.1
  • 63.68
  • Published

read-package-up

Read the closest package.json file

  • v11.0.0
  • 63.40
  • Published

rcfinder

Find a config file (like .jshintrc) by walking up from a specific directory.

  • v0.1.9
  • 63.06
  • Published

execall

Find multiple RegExp matches in a string

  • v3.0.0
  • 62.29
  • Published

bash-glob

Bash-powered globbing for node.js

  • v2.0.0
  • 62.13
  • Published

fd-package-json

Utilities for finding the closest package.json file

  • v2.0.0
  • 62.00
  • Published

which-promise

Promisified version of node-which

  • v1.0.0
  • 61.83
  • Published

is-ip

Check if a string is an IP address

  • v5.0.1
  • 61.80
  • Published

find-package

Find the nearest package.json in your current node module

  • v1.0.0
  • 61.66
  • Published

find-insert-index

Find the index to insert an element in array keeping the sort order.

  • v0.0.1
  • 61.29
  • Published

load-pkg

Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.

  • v4.0.0
  • 61.16
  • Published

tsconfig-resolver

Walk up the tree to resolve `tsconfig.json` configuration objects.

    • v3.0.1
    • 60.80
    • Published

    deps-regex

    Regular expression for matching javascript require/import statements.

    • v0.2.0
    • 60.67
    • Published

    union-find

    A union-find data structure for maintaining disjoint sets.

    • v1.0.2
    • 59.93
    • Published

    object.filter

    Create a new object filtered to have only properties for which the callback returns true.

    • v0.3.0
    • 59.48
    • Published

    match-file

    Returns true when the given `name` matches any of the path properties on a vinyl file.

    • v1.0.0
    • 59.11
    • Published

    utils-indexof

    Returns the first index at which a given element can be found.

    • v1.0.0
    • 58.66
    • Published

    any

    Returns `true` if a value exists in the given string, array or object.

    • v1.0.0
    • 58.31
    • Published

    requires-regex

    Regular expression for matching javascript require statements.

    • v1.0.4
    • 57.86
    • Published

    walk-back

    Walk up the directory tree until the specified path is found.

    • v5.1.1
    • 57.35
    • Published

    get-view

    Utility for getting an assemble view from a collection object.

    • v2.0.0
    • 56.88
    • Published

    find-parent-dir

    Finds the first parent directory that contains a given file or directory.

    • v0.3.1
    • 56.83
    • Published

    find-free-port

    find a free tcp port to listen locally

    • v2.0.0
    • 54.77
    • Published

    npm-keyword

    Get a list of npm packages with keywords

    • v8.0.0
    • 54.56
    • Published

    jstreemap

    Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes

    • v1.28.2
    • 54.09
    • Published

    find-value

    Find object values by passing the path as string.

    • v1.0.13
    • 53.41
    • Published

    get-ports

    gets multiple open ports

    • v1.0.3
    • 53.19
    • Published

    unist-util-select

    unist utility to select nodes with CSS-like selectors

    • v5.1.0
    • 53.05
    • Published

    find-packages

    Find all packages inside a directory

    • v10.0.4
    • 52.82
    • Published

    pagefind

    Implement search on any static website.

    • v1.3.0
    • 52.28
    • Published

    didyoumean2

    a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm

    • v7.0.4
    • 52.22
    • Published

    find-java-home

    Find JAVA_HOME on any system

    • v2.0.0
    • 51.91
    • Published

    filehound

    Find files the easy way

    • v1.17.6
    • 51.58
    • Published

    rollup-plugin-modify

    Modify rollup output with find / replace dynamically

    • v3.0.0
    • 51.38
    • Published

    mothership

    Helps a module find its package.json mothership.

    • v0.3.0
    • 51.34
    • Published

    find-plugins

    Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.

    • v1.1.7
    • 50.98
    • Published

    packpath

    Find the path(s) package.json.

    • v0.1.0
    • 50.83
    • Published

    filesniffer

    Search files the easy way.

    • v1.0.3
    • 50.56
    • Published

    lookup-path

    Attempt to resolve the absolute filepath to a file and verify that it exists.

    • v0.3.1
    • 49.39
    • Published

    fzf

    Do fuzzy matching using FZF algorithm in JavaScript

    • v0.5.2
    • 49.18
    • Published

    get-port-cli

    Get an available port

    • v3.0.0
    • 48.69
    • Published

    package-up

    Find the closest package.json file

    • v5.0.0
    • 48.63
    • Published

    component-find

    Array find first value utility

    • v1.0.0
    • 48.14
    • Published

    @wemnyelezxnpm/ab-facilis-vero

    <div align="center"> <img width="180" height="180" vspace="20" src="https://cdn.worldvectorlogo.com/logos/css-3.svg"> <a href="https://github.com/webpack/webpack"> <img width="200" height="200" src="https://webpack.js.org/assets/icon-squ

    • v1.0.0
    • 47.47
    • Published

    pouchdb-find

    Easy-to-use query language for PouchDB

    • v9.0.0
    • 47.06
    • Published

    closest-package

    Find the closest package.json file meeting specific criteria

    • v1.0.0
    • 46.63
    • Published

    find-array-duplicates

    A simple array utility to find duplicates in your object array 😍

    • v1.0.6
    • 45.85
    • Published

    object-scan

    Traverse object hierarchies using matching and callbacks.

    • v20.0.1
    • 45.58
    • Published

    @stdlib/utils-index-of

    Return the first index at which a given element can be found.

    • v0.2.2
    • 45.51
    • Published

    get-urls

    Get all URLs in a string

    • v12.1.0
    • 45.40
    • Published

    iplocation

    Get ip location information.

    • v7.2.0
    • 45.38
    • Published

    vfile-find-up

    vfile utility to find one or more files by searching the file system upwards

    • v7.1.0
    • 45.22
    • Published

    email-regex

    Regular expression for matching email addresses

    • v5.0.0
    • 45.16
    • Published

    react-nanny

    Utils to manage your React Children; find and filter children by type or custom function, enforce child content, and more!

    • v2.15.0
    • 45.08
    • Published

    chrome-finder

    find a executable chrome in your system automatic

    • v1.0.7
    • 45.06
    • Published

    word-regex

    Regular expression for matching words in a string. Support for english, CJK and Cyrillic.

    • v0.1.2
    • 44.92
    • Published

    porty

    Porty quickly and easily find available ports.

    • v3.1.1
    • 44.52
    • Published

    @digitak/grubber

    Parse code files and patch it without having to use an AST

    • v3.1.4
    • 44.39
    • Published

    find-up-path

    Find the path of the first file matching a given name, walking the filesystem upwards.

    • v1.0.1
    • 44.38
    • Published

    find-up-json

    Find, read and parse the first matching file found walking the filesystem upwards.

    • v2.0.5
    • 44.32
    • Published

    @pnpm/fs.hard-link-dir

    Hard link (or copy if linking fails) all files from a directory to several target directories.

    • v1000.0.1
    • 44.25
    • Published

    find-last-index

    Like Array#findIndex but searches the array backwards.

    • v1.0.0
    • 43.71
    • Published

    get-hrefs

    Get all href urls from an HTML string

    • v4.0.0
    • 43.41
    • Published

    comment-regex

    Regular expression for matching JavaScript comments

    • v2.0.0
    • 43.40
    • Published

    ava-files

    File resolution for AVA

    • v1.0.0
    • 43.16
    • Published

    locate-chrome

    Find Google Chrome on your system

    • v0.1.1
    • 43.12
    • Published

    gulp-scan

    A plugin to scan a file for a string or expression

    • v0.1.4
    • 42.82
    • Published

    mongo-cursor-pagination

    Make it easy to return cursor-paginated results from a Mongo collection

    • v9.0.1
    • 42.81
    • Published

    bin-up

    Finds an installed tool in node_modules/.bin folders from current up to the git root

    • v1.3.2
    • 42.08
    • Published

    match-words

    Match the words in a string. Support for english, CJK and Cyrillic.

    • v1.0.0
    • 42.07
    • Published

    find-remove

    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.

    • v5.1.1
    • 41.74
    • Published

    @firanorg/mollitia-molestias-accusamus

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v10.13.142
    • 41.34
    • Published

    reduce-first

    Return early from reduce

    • v2.0.0
    • 41.24
    • Published

    node-glob

    Find files

    • v1.2.0
    • 41.01
    • Published

    extract-urls

    Extract urls from a string and returns an array

    • v1.4.1
    • 40.90
    • Published

    npkill

    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.

    • v0.12.2
    • 40.85
    • Published

    git-root-dir

    Find the root directory of a `git` repository

    • v1.0.2
    • 40.76
    • Published

    dotdir-regex

    Regex for matching dot-directories, like `.git/`

    • v1.0.1
    • 40.60
    • Published

    node-find-files

    A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.

    • v1.0.0
    • 40.35
    • Published

    keyfinder

    Deep search for keys in objects and arrays and pluck their respective values.

    • v1.0.0
    • 40.17
    • Published

    @folder/xdg

    Get cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).

    • v4.0.1
    • 40.11
    • Published

    xml-query

    Super small library to retrieve values and attributes from the XML AST generated by xml-reader

    • v1.5.0
    • 39.86
    • Published

    @dramaorg/delectus-culpa-reprehenderit

    [![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

    • v3.5.94
    • 39.37
    • Published

    find-exec

    Finds first available shell command from a list.

    • v1.0.3
    • 39.30
    • Published

    omit-empty-es

    (fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.

    • v1.2.0
    • 39.30
    • Published

    yalookup

    yet another lookup

    • v0.1.4
    • 39.14
    • Published

    fpj

    Resolves The Location Of The Package.Json File For The Given Dependency By Traversing The File System Up Starting From Given Path.

    • v1.3.1
    • 39.02
    • Published

    npm-cli-dir

    Resolve the directory path where npm CLI is installed

    • v4.0.0
    • 38.95
    • Published

    regexp.execall

    Array of RegExp.prototype.exec results

    • v1.0.2
    • 38.50
    • Published

    fs-grep

    Contents of the file grep

    • v0.0.5
    • 38.47
    • Published

    json-criteria

    Evaluate criteria queries on JSON objects MongoDB style.

    • v2.6.0
    • 38.43
    • Published

    line-number

    Get the line number for each regex match found in a string.

    • v0.1.0
    • 38.41
    • Published

    locater

    Easily locate string or regex in a multi-line input

    • v1.3.0
    • 38.36
    • Published

    npm-cli-path

    Resolve the path of `npm-cli.js` included in the globally installed npm CLI

    • v4.0.0
    • 38.08
    • Published

    ancesdir

    Find a specific ancestor/root directory given a starting location and a search parameter

    • v7.0.0
    • 37.94
    • Published

    dotfile-regex

    Regular expresson for matching dotfiles.

    • v1.0.2
    • 37.86
    • Published

    parent-package-json

    Find, read and parse the package.json of the parent module

    • v3.0.0
    • 37.81
    • Published

    ngraph.path

    Path finding in a graph

    • v1.5.0
    • 37.73
    • Published

    rexreplace

    Search & replace across files with a CLI tool that makes you trust what you are doing.

    • v7.1.13
    • 37.55
    • Published

    frep

    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

    • v0.2.3
    • 37.41
    • Published

    in_array

    The Javascript version of "in_array" php function from the php.js project - http://phpjs.org/

    • v1.1.0
    • 37.35
    • Published

    finder-on-steroids

    Recursively find and filter files and folders in a directory.

    • v1.0.3
    • 37.29
    • Published

    vfile-find-down

    vfile utility to find one or more files by searching the file system downwards

    • v7.1.0
    • 37.28
    • Published

    array.find

    Array.prototype.find polyfill for ES5 versions and lower.

    • v1.0.9
    • 37.25
    • Published

    find-cycle

    find and identify a cycle in a directed graph

    • v1.1.0
    • 37.18
    • Published

    find-unused-exports

    A CLI and equivalent JS API to find unused ECMAScript module exports in a project.

    • v7.1.1
    • 37.14
    • Published

    query-extensions

    Extensions to the core @testing-library query API

    • v0.0.4
    • 36.96
    • Published

    file-regex

    Find files by using regex

    • v3.1.0
    • 36.86
    • Published

    apr-find

    Returns the first value in coll that passes an async truth test.

    • v3.0.3
    • 36.78
    • Published

    array-find-predecessor

    Find a predecessor value of the array that should be chosen when a given array index is deleted

    • v1.0.0
    • 36.71
    • Published

    this

    Traverses up the directory tree and returns the first module found

    • v1.1.0
    • 36.54
    • Published

    object-deep-search

    Search through object properties recursevly with a complex filter.

    • v0.0.7
    • 36.47
    • Published

    filter-values

    Filter an object values using glob patterns or with a `callback` function returns true.

    • v0.4.1
    • 36.12
    • Published

    file-matcher

    Return list of files, matching by file attributes or/and contents

    • v1.3.0
    • 35.95
    • Published

    fast-find-in-files

    fast-find-in-files recursively searches sub-directories for needle matches

    • v1.0.5
    • 35.74
    • Published

    array-duplicates

    Returns the duplicated items found in an array

    • v1.0.1
    • 35.65
    • Published

    find-pkg-dir

    Find the root directory of a Node.js project from a given path

    • v2.0.0
    • 35.53
    • Published

    node-exec-path

    Helpers for node executable paths

    • v1.0.34
    • 35.49
    • Published

    find-up-cli

    Find a file by walking up parent directories

    • v6.0.0
    • 35.49
    • Published

    file-path-filter

    Filters file paths using globs, regular expressions, or custom criteria

    • v3.0.2
    • 35.46
    • Published

    find-object-paths

    Find paths in objects to given key('s), value('s) or key/value combinations

    • v1.1.0
    • 35.43
    • Published

    node-system-fonts

    Provides access to the system font catalog

    • v1.0.1
    • 35.43
    • Published

    whitespace-regex

    Regular expression for matching the whitespace in a string.

    • v0.1.2
    • 35.40
    • Published

    grunt-port-pick

    Scan and pick an available port, for other grunt tasks

    • v1.5.3
    • 35.29
    • Published

    all-files-in-tree

    Recursively get all files in a directory tree, given the root path (starting point)

    • v1.1.2
    • 35.19
    • Published

    find-test-caller

    Finds the caller test function that called this library by inspecting the source file

    • v1.0.2
    • 35.08
    • Published

    promise.extra

    series, waterfall and more with vanilla es promise/thenable.

    • v4.0.0
    • 34.99
    • Published

    recursive-path-finder-regexp

    Search for files or folders by regular expression in the directory where Node was started.

    • v0.3.0
    • 34.93
    • Published

    strings

    Easily replace and transform :props in strings.

    • v0.4.2
    • 34.86
    • Published

    vue-search-input

    A Vue.js 3 search input component, inspired by the global search input of Storybook and GitHub.

    • v1.1.17
    • 34.77
    • Published

    webpack-string-replacer

    Replace strings in webpack modules, with configurable apply-stage and match-count requirements.

    • v0.0.20
    • 34.77
    • Published

    scorta

    A tiny (330B to 357B) and fast utility to find a package's hidden supply / cache directory

    • v1.0.0
    • 34.74
    • Published

    find-gitdir

    Find .git directory with support of submodules and --separate-git-dir

    • v1.0.0
    • 34.73
    • Published

    resolve-from-npm

    Resolve the path of a module from the directory where npm is installed

    • v4.2.0
    • 34.70
    • Published

    match-requires

    Match require statements in a string. Returns an array of matching require statements. Each match is an object with line number, variable name, and module name. Statements in code comments are ignored.

    • v2.0.1
    • 34.43
    • Published

    grunt-todo

    Find TODO, FIXME and NOTE inside project files

    • v0.5.0
    • 34.31
    • Published

    find-glob

    Find files using extensive glob syntax

    • v2.1.0
    • 34.30
    • Published

    compute-find

    Finds array elements which satisfy a test condition.

    • v1.0.0
    • 34.27
    • Published

    extra-array

    An array is a collection of values, stored contiguously.

    • v4.3.3
    • 34.26
    • Published

    array-find-es6

    ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.

    • v2.0.3
    • 34.21
    • Published

    fs-find

    Filesystem recursive asynchronous find

    • v0.4.0
    • 34.14
    • Published

    @visulima/package

    One Package to rule them all, finds your root-dir, monorepo, or package manager.

    • v3.5.6
    • 33.98
    • Published

    @visulima/fs

    Human friendly file system utilities for Node.js

    • v3.1.3
    • 33.86
    • Published

    font-manager

    Provides access to the system font catalog

    • v0.3.1
    • 33.60
    • Published

    common-path

    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.

    • v1.0.1
    • 33.44
    • Published

    real-executable-path

    Find the first instance of an executable in the PATH, with expanding all symbolic links

    • v3.0.0
    • 33.27
    • Published

    iterable-operator

    Utilities for JavaScript Iterable and AsyncIterable

    • v5.1.0
    • 33.24
    • Published

    walk-filtered

    A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.

    • v2.7.3
    • 33.19
    • Published

    find-polyfill

    Implements the find method for Array if not already implemented

    • v1.0.1
    • 33.14
    • Published

    in-array

    Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

    • v0.1.2
    • 33.09
    • Published

    deep_find

    find item(s) in an array or objects recursively

    • v1.0.1
    • 33.07
    • Published

    d-forest

    Find nested object in a tree-like structure

    • v3.2.4
    • 32.61
    • Published

    @dozerg/find-up

    Find files or directories by walking up parent directories.

    • v1.0.8
    • 32.58
    • Published

    resolve-up

    Resolve paths to globally installed npm modules using glob patterns. Useful for getting paths to yeoman or Generate generators, etc.

    • v1.0.0
    • 32.48
    • Published

    @codeque/core

    Multiline code search for every language. Structural code search for JavaScript, TypeScript, HTML and CSS

    • v0.6.1
    • 31.94
    • Published

    del-symlinks

    Delete symlinks using glob

    • v0.1.2
    • 31.83
    • Published

    extra-iterable

    An iterable is a sequence of values.

    • v3.3.2
    • 31.79
    • Published

    find-open-port

    Returns a promise for an open port on localhost

    • v2.0.3
    • 31.78
    • Published

    sub-index

    Find an array index of the substitute value that should be chosen when a given index is deleted

    • v1.0.0
    • 31.70
    • Published

    @codeque/eslint-plugin

    Create custom ESLint rules based on code samples. Utilizing CodeQue - structural code search engine.

    • v0.1.2
    • 31.54
    • Published