Runs (webpack) loaders
JSON Web Token implementation (symmetric and asymmetric)
Caseless object set/get/has, very useful when working with HTTP headers.
Get the visual width of the widest line in a string - the number of columns required to display it
Set of environment utilities for WebContainers
Convert a kebab-cased CSS property into a camelCased DOM property.
A simple in-memory filesystem. Holds data in a javascript object.
Split a string on the first occurance of a given separator
Use Environment Variables in String
Fetches the contents of a file accross node and browsers.
Regular expression for matching a shebang line
Constant-time comparison of Buffers
A simple module for bitwise-xor on buffers
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Create an object path from a list or array of strings.
create hashes for browserify
Extend an object with the properties of additional objects. node.js/javascript util.
A sdk for support module federation
A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
Repeat a string - fast
Topological sort of directed ascyclic graphs (like dependecy lists)
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim