```sh npm i -s deep-value-find # or yarn add deep-value-find ```
Replace or remove multiple items in an array.
High-performance JSON Pointer implementation
finds an item in an array matching a predicate function, and returns its index
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 object values by passing the path as string.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
ES2015 `Array#findIndex()` ponyfill
flow typed nullthrows
Get the first fulfilled promise that satisfies the provided testing function
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.
Standalone CSS Selector Finder and Parser.
Global identifiers from different JavaScript environments
PostCSS plugin for CSS Modules to pass arbitrary values between your module files
Returns true if a value is a plain object, array or function.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Find the position of grapheme cluster breaks in a string
Array manipulation, ordering, searching, summarizing, etc.
Find the nearest value of a discrete periodic function, given a point.
Find package.json files in parent directories, keep finding until you find the right one using iterators.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object