Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Test if an object's own property is enumerable.
Just a helper for plucking a property out of an object.
Returns `true` if a value exists in the given string, array or object.
Expand a string into a JavaScript object using a simple notation. Use the CLI or as a node.js lib.
Split a dot property into its parts
Immutable version of dot-prop with some extensions
Return a property descriptor for an object's own property.
Define a non-enumerable read-write accessor.
Coerce props to custom values
🐡 Get, set, remove, and test for deeply nested properties
Map/rename keys recursively with lodash as only dependency.
💠 Recursive assign for objects, arrays and more
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
The Class Proxy is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).
Set nested values on an object using a dot path or custom separator
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!).
Get property value by dot notation
Get a property from a nested object using a dot path or custom separator
Use dot notation to get properties from deeply nested object and array structures.
Creates an object composed of the picked object properties from a nested object using a dot path or custom separator