69 packages found
Convenient and dependency free wrapper for working with arrays and objects.
pluck a property from each member of a collection
Extract a property value from each element of an object array.
Extends Array methods adding: - combine(array): Object - diff(array): Array - indexByKey(arrayOfObjects): objectOfObjects - intersect(array): Array - pluck(field): Array - range(elements): Array - range(begin, end): Array - subtract(array): Array
Deep pluck properties by returning their parent reference.
A small utility for nodejs to pluck and group keys from array of objects at one loop (used to remove boilerplate codes)
transpose an array of array into an object of plucked series arrays
Lightweight, use-anywhere toolkit for working with array data.
Yank values from a given object via a specified schema
Pluck and omit properties from a JS object
Transform an Object that was transformed to return only the original properties recursively picked if they are not undefined.
Pluck nested properties from an object
Map values from one object to a new object having the same keys.
Map values from one object to a new object having the same keys.
Polymorphic data transformer: excludes provided fields from an object or array
Pick selected properties from the given object or array
common javascript utils that can be required selectively that assume es5+