Randomly changes values within a given threshold.
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
Transforms css values and at-rule params into the tree
Utility to parse a string bytes to bytes and vice-versa
A fast fifo implementation similar to the one powering nextTick in Node.js core
a CSS selector parser
Replace JSX attribute value
Set nested properties on an object using dot notation.
Persistent ordered mapping from strings
the complete solution for node.js command-line programs
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Delete nested properties from an object using dot notation.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
JSS plugin for function value and rule syntax
flow typed nullthrows
JSON without touching any globals
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Copy a descriptor from object A to object B
AST utils for webassemblyjs
Use the unset keyword in CSS.
Define a lazily evaluated property on an object
PostCSS plugin for CSS Modules to pass arbitrary values between your module files
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.