150 packages found
Given an object, and a value, return a tuple of the property name, and the object on which it is an own property.
Find nested object in a tree-like structure
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
A dangerously convienient, high performance and super lightweight utility (2.7kb) that injects methods into the Object prototype to sugar for many common use cases working with Javascript objects.
Walk or map over objects in a depth-first preorder or postorder manner.
A set of JavaScript array helper functions: position, contains, match, exclude, find, update, replace, move, swap, first, last, unique.
A dangerously convienient 2kb utility that injects usfull functions into the Object prototype to sugar for many common use cases working with Javascript objects.
Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.
Recursivly searching for a property by name
Returns the first index at which a given element can be found.
Finds differences between objects and other tools to handle objects in Typescript
Traverse object hierarchies using matching and callbacks.
tiny module for finding an object in an array and returning a copy of the array with the object replaced
Find and return paths to keys within objects no matter where
Find object recursively by query
Módulo que adquire as pastas e arquivos de um diretório, em JSON, similar ao comando 'tree' de diversos sistemas operacionais.
Javascript collection utilities such as each, filter and find for use with both object and array
A set of misc utilties I find myself repeatedly re-writing between projects.
Find diff between any two variables where variables be any valid JavaScript data type like string, numeric, array or object
A simple array utility to find duplicates in your object array 😍