dot-object

dot-object makes it possible to transform and read (JSON) objects using dot notation.

camelcase

Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`