Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Create an ArrayBuffer instance from a Data URI string
Sumo Logic Javascript SDK for sending logs to a HTTP Source endpoint.
Better Stack Pino transport (formerly Logtail)
Javascript BPE Encoder Decoder for GPT-2 / GPT-3
Make a regular expression time out if it takes too long to execute
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.
Error-tolerant ECMAScript parser
The ngrok agent in library form, suitable for integrating directly into your NodeJS application.
MurmurHash3 x86 finalization mix implemented in JavaScript.
Check which JavaScript environment your code is running in at runtime: browser, Node.js, Bun, etc
Abstract logger TypeScript interface with a dummy logger that does nothing, useful for libraries.
Creates ASCII Art from text. A full implementation of the FIGfont spec.
An error subclass for wrapping non-error values
Parses data: URLs
Call a callback when a readable/writable/duplex stream has completed or failed.
Splunk HTTP Event Collector logging interface
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Provides a list of reserved identifiers for JavaScript
Keeper Secrets Manager Javascript SDK
No description provided.
Node.js log generator for log engine
TypeScript port of HdrHistogram