Showing 1-20 of 1,071,195 packages
Pluck graphql-tag template literals
Convert object keys from camel case
Pluck nested properties from an object
Convert object keys to camel case
A module used internally by Jest to check which files have changed since you last committed in git or hg.
Convert an object's keys to snake case
Constants and utilities about visitor keys to traverse AST.
Pluck and omit properties from a JS object
Retrieves the value of a specified property from all elements in the collection.
Sort an object's keys, including an optional key list
Lowercase the keys of an object
Pluck graphql-tag template literals
Pluck graphql-tag template literals
Create an array of the owned/enumerable keys of an input object.
Array manipulation, ordering, searching, summarizing, etc.
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
A utility function to index arrays by any criteria
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).