dot-prop
Get, set, or delete a property from a nested object using a dot path
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
dlv
Safely get a dot-notated property within an object.
dot-object
dot-object makes it possible to transform and read (JSON) objects using dot notation.