Search results

4714 packages found

Take a nested Javascript object and flatten it, or unflatten an object with delimited keys

published 5.0.3 4 years ago
M
Q
P

deepObjectKeyAlternator is a versatile utility function that allows you to recursively parse an object or array of objects, applying a key mapping to rename object keys. It's particularly handy when you need to transform the structure of nested objects wh

published 1.2.1 7 months ago
M
Q
P

Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays

published 2.0.1 2 months ago
M
Q
P

copy an object but omit the specified keys

published 2.2.0 a year ago
M
Q
P

Set nested properties on an object using dot notation.

published 4.1.0 3 years ago
M
Q
P

Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.

published 2.0.1 6 years ago
M
Q
P

Map object keys and values into a new object

published 5.0.2 2 years ago
M
Q
P

Convert an object's keys to snake case

published 8.0.0 a month ago
M
Q
P

Get object keys paths

published 1.0.2 10 months ago
M
Q
P

A simple object mapping utility that makes it easy to map data from one object to another. Create object mappers using fluent interface that supports deep references (dot notation), custom transformations, and object merging.

published 3.8.8 3 months ago
M
Q
P

Node library to transform object keys to another format

published 1.2.1 10 months ago
M
Q
P

Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.

published 1.0.0 7 years ago
M
Q
P

deeply alphabetize object keys

published 3.0.0 5 years ago
M
Q
P

Work with objects of different cased keys

published 0.2.1 3 years ago
M
Q
P

Sort the keys of an object

published 5.0.0 3 years ago
M
Q
P

Deeply normalizes object keys (included nested objects and objects in arrays) to the format of your choosing.

published 1.0.1 7 years ago
M
Q
P

Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it

published 5.6.0 4 months ago
M
Q
P

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 can do this!).

published 3.0.1 6 years ago
M
Q
P

Sorts object by its keys

published 1.0.2 7 years ago
M
Q
P

map an object, predicate updates keys, receives (value, key, object)

published 2.3.0 a year ago
M
Q
P