foo bar
Convert Windows backslash paths to slash paths
A CSS Modules transform to make local scope the default
A tiny (239B) utility for constructing className strings conditionally.
Parse the things that can be arguments to `npm install`
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Get, set, or delete a property from a nested object using a dot path
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
A parser and formatter for delimiter-separated values, such as CSV and TSV
Path manipulation library for JavaScript
A fast alternative to legacy querystring module
Convert globs to regular expressions
the mighty option parser used by yargs
Super fast, memoized `req.url` parser
Generate a slug just like GitHub does for markdown headings.
JMESPath implementation in javascript
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
Map object keys and values into a new object
Recursively mkdir, like `mkdir -p`
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Utility functions for converting to and from URLs that encode query string data into URL paths
Turn any flavor of allowable package.json bin into a normalized object
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Resolve a nested selector in a PostCSS AST