Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
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).
Simple key-value storage with support for multiple backends
Call a specified method on each value in the given object.
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
Key value visualizer/editor written in React
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
Delete nested properties from an object using dot notation.
The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.
Tomahawk plugin, implementing a Key Value Pair Store in Memory.
Simple key-value storage with support for multiple backends
Returns `true` if a value exists in the given string, array or object.
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!).
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
- accumulate
- accumulator
- callback
- cb
- find
- for-in
- for-own
- has
- has-own
- hasOwn
- index
- iterate
- iterator
- javascript
- View more
Find paths in objects to given key('s), value('s) or key/value combinations
lodash omitDeep/omitByDeep object key/value recursively
Get or set a deep value using a keypath string. Supports bracket and dot notation
Persistent key-value store for web browsers backed by IndexedDB
Sets the value at path of object.
Replace key/value pairs in a string
Pure JavaScript parser for key1=value1;"key 2"="value 2"; strings.