1677 packages found
Really Fast Deep Clone
Access deep object properties using a path
Map object keys and values into a new object
Set nested properties on an object using dot notation.
- bury
- deep-get-set
- deep-object
- deep-property
- deep-set-in
- deep-set
- deephas
- dot-prop
- dot2val
- es5-dot-prop
- get
- getsetdeep
- has
- hasown
- View more
Convert object keys to camel case
Simple key-value storage with support for multiple backends
Port of TweetNaCl cryptographic library to JavaScript
A realtime, decentralized, offline-first, graph data synchronization engine.
- gun
- gunDB
- graph
- document
- key
- value
- relational
- datastore
- database
- engine
- realtime
- decentralized
- peer-to-peer
- distributed
- View more
Quick and dirty signatures for Objects.
Delete nested properties from an object using dot notation.
Generate a RSA PEM key pair from pure JS
Bitcoin Wallet Import Format (WIF) decoding/encoding module
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!).
The scrypt crypto library for NodeJS
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Convert object keys from camel case
- map
- object
- key
- keys
- decamelize
- decamelcase
- uncamelcase
- camelcase
- camel-case
- camel
- case
- separator
- string
- text
- View more
Get the PATH environment variable key cross-platform
Filter object keys and values into a new object
Iterate over the own and inherited 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