dot-prop
Get, set, or delete a property from a nested object using a dot path
dot-object
dot-object makes it possible to transform and read (JSON) objects using dot notation.
compute-dot
Computes the dot product between two numeric arrays.
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`