set-value
Set nested properties on an object using dot notation.
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
cache-base
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
dot-prop
Get, set, or delete a property from a nested object using a dot path
union-value
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.