camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
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.
dlv
Safely get a dot-notated property within an object.