Buffer and serialization utilities for javascript
A CSS Modules transform to make local scope the default
ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)
Convert Windows backslash paths to slash paths
A tiny (239B) utility for constructing className strings conditionally.
Like ruby's abbrev module, but in js
Ensure a function is only called once
Parse the things that can be arguments to `npm install`
Convert globs to regular expressions
A query library for ECMAScript AST using a CSS selector like query language.
Get, set, or delete a property from a nested object using a dot path
A parser and formatter for delimiter-separated values, such as CSV and TSV
the bare-bones internationalization library used by yargs
The Node.js `util.deprecate()` function with browser support
Determine whether an AST node is a reference
JMESPath implementation in javascript
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
A fast alternative to legacy querystring module
Generate a slug just like GitHub does for markdown headings.
Path manipulation library for JavaScript
Super fast, memoized `req.url` parser
Stable JS value hash.
Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz