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.