camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Updated by @sindresorhus
strip-json-comments
Strip comments from JSON. Lets you use comments in your JSON files!
Updated by @sindresorhus
p-limit
Run multiple promise-returning & async functions with limited concurrency
Updated by @sindresorhus
dot-prop
Get, set, or delete a property from a nested object using a dot path
Updated by @sindresorhus
configstore
Easily load and save config without having to think about where and how
Updated by @sindresorhus