Patch console methods to intercept output
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
List of SPDX licenses
A simple http/2 & http/1.1 spec compliant proxy helper for Node.
Check if servers are reachable
Pretty unicode tables for the CLI
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Parse Basic Auth `Authorization` HTTP headers
Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)
A fast and easy to use JSON Schema validator
A pure javascript JPEG encoder and decoder
Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST
Convert a Multiaddr to a URI
JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.
Match balanced character pairs, like "{" and "}"
Return an object as an 'x-www-form-urlencoded' string
Easy access to HTTP Status Codes
Non-blocking stdout stream
Encode and decode HTML entities
node style md5 on pure JavaScript
Call a callback when a readable/writable/duplex stream has completed or failed.
Generates an asynchronous resolver function from a PAC file
Prepare a node environment to require files with different extensions.
Fast JavaScript array sorting by implementing Python's Timsort algorithm