the stream module from node core for browsers
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Make your own error types!
JSDoc parser
An XML builder for node.js
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Querystringify - Small, simple but powerful query string parser.
Detect whether or not an object is a Typed Array
Generates a base64 id
Iterator abstraction based on ES6 specification
return the first event in a set of ee/event pairs
Check whether a string is a URL.
Create simple HTTP ETags
Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST
Escape string for use in HTML
Range header field string parser
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Compressible Content-Type / mime checking
node.js basic auth parser
Full zlib module for the browser
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Port of TweetNaCl cryptographic library to JavaScript
Mirror of mkdirp 0.5.2
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.