assign-deep
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it
Sorts object by its keys
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Returns true if an object has an own, nested property using dot notation paths ('a.b.c').
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
Omit object key/values recursively with lodash as only dependency.
Transforms nested keys of complex objects
Modify the names of the own enumerable properties (keys) of an object.
async keyshelper method as module.
Recursively rename the keys in an object.
Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.
Tableize an object by flattening its keys into object paths (dot-notation).
Retrieve all keys and nested keys from objects and arrays of objects.
Prettier formatter for package.json files
Meteor's Random Package for Straight Node
YAML loader for webpack
A flexible hash map which supports deep keys.
Recursive camelCase of object keys and arrays of objects
Creates an array composed of the own enumerable property names(including nested) of an object.