Cryptocurrency CLI price tool
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
A package that contains an array of every single file extension there is for text files
A package that contains an array of every single file extension there is for binary files
Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
An extended Error class that envelops a parent error, such that the stack trace contains the causation
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it
Stop getting EMFILE errors! Open only as many files as the operating system supports.
Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.
Parse and stringify the environment configuration files and format, also known as .env files and dotenv files
A state machine compiler
A pure JS implementation SHA256.
Extract the options and callback from a function's arguments easily
Provides functions for detecting if the host environment supports the WebCrypto API
CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.
Require a file without adding it into the require cache
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.
implementation of crypto for the browser
JavaScript library of crypto standards.
Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.