object-lib
Various object utility functions
Various object utility functions
Resolves custom-marked, cross-referenced paths in parsed JSON
An iterable is a sequence of values.
A `Map` subclass with support for multiple keys for one entry.
Filter an object values using glob patterns or with a `callback` function returns true.
deeply alphabetize object keys
Key management and cryptographically protected messages
Recursively expands property keys with dot-notation into objects.
Utility for returning a list of arrays that contain matching keywords. Useful for filtering package.json files.
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
Functional methods like forEach, map, filter, and other Array methods for Objects in javascript
Encrypt and decrypt your .env file so you can store sensitive information (passwords etc.) in source control
EcmaScript's CreateArrayIterator abstract operation
Converts an object literal with deeply nested nodes to a simple key/value object
Returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.
Generates typed object to provide translations
Delete a set of keys from a pattern in Redis
A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.
Convert object keys recursivly to camelCase using lodash
Deeply normalizes object keys (included nested objects and objects in arrays) to the format of your choosing.