@tokenizer/token • 0.3.0TypeScript definition for strtok3 token | INDIRECT | 0 | |
@tootallnate/once • 2.0.0Creates a Promise that waits for a single event | INDIRECT | 0 | |
abort-controller • 3.0.0An implementation of WHATWG AbortController interface. | INDIRECT | 1 | |
agent-base • 6.0.2Turn a function into an `http.Agent` instance | INDIRECT | 2 | |
arrify • 2.0.1Convert a value to an array | INDIRECT | 0 | |
async-retry • 1.3.3Retrying made simple, easy and async | INDIRECT | 1 | |
base64-js • 1.5.1Base64 encoding/decoding in pure JS | INDIRECT | 0 | |
bignumber.js • 9.3.0A library for arbitrary-precision decimal and non-decimal arithmetic | INDIRECT | 0 | |
buffer • 6.0.3Node.js Buffer API, for the browser | INDIRECT | 2 | |
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind` | INDIRECT | 2 | |
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. | INDIRECT | 12 | |
compressible • 2.0.18Compressible Content-Type / mime checking | INDIRECT | 1 | |
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12. | INDIRECT | 0 | |
debug • 4.4.0Lightweight debugging utility for Node.js and the browser | INDIRECT | 1 | |
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound | INDIRECT | 4 | |
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input | INDIRECT | 9 | |
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed. | INDIRECT | 2 | |
ent • 2.2.2Encode and decode HTML entities | INDIRECT | 17 | |
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one. | INDIRECT | 0 | |
es-errors • 1.3.0A simple cache for a few of the JS Error constructors. | INDIRECT | 0 | |
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercible | INDIRECT | 1 | |
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface. | INDIRECT | 0 | |
events • 3.3.0Node's event emitter for all engines. | INDIRECT | 0 | |
extend • 3.0.2Port of jQuery.extend for node.js and the browser | INDIRECT | 0 | |
fast-xml-parser • 4.5.3Validate XML, Parse XML, Build XML without C/C++ based libraries | INDIRECT | 1 | |
file-type • 16.5.4Detect the file type of a Buffer/Uint8Array/ArrayBuffer | INDIRECT | 15 | |
function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require time | INDIRECT | 11 | |
get-proto • 1.0.1Robustly get the [[Prototype]] of an object | INDIRECT | 6 | |
google-p12-pem • 4.0.1Convert Google .p12 keys to .pem keys. | INDIRECT | 1 | |
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. | INDIRECT | 0 | |
gtoken • 6.1.2Node.js Google Authentication Service Account Tokens | INDIRECT | 18 | |
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams. | INDIRECT | 0 | |
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. | INDIRECT | 1 | |
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTP | INDIRECT | 4 | |
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPS | INDIRECT | 3 | |
immediate • 3.0.6A cross browser microtask library | INDIRECT | 0 | |
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag | INDIRECT | 14 | |
is-stream • 2.0.1Check if something is a Node.js stream | INDIRECT | 0 | |
isarray • 1.0.0Array#isArray for older browsers | INDIRECT | 0 | |
json-bigint • 1.0.0JSON.parse with bigints support | INDIRECT | 1 | |
jwa • 2.0.0JWA implementation (supports all JWS algorithms) | INDIRECT | 3 | |
jws • 4.0.0Implementation of JSON Web Signatures | INDIRECT | 4 | |
lie • 3.3.0A basic but performant promise implementation | INDIRECT | 1 | |
luxon • 3.6.1Immutable date wrapper | INDIRECT | 0 | |
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached. | INDIRECT | 0 | |
mime-db • 1.52.0Media Type Database | INDIRECT | 0 | |
mime-db • 1.54.0Media Type Database | INDIRECT | 0 | |
mime-types • 2.1.35The ultimate javascript content-type utility. | INDIRECT | 1 | |
mime • 3.0.0A comprehensive library for mime-type mapping | INDIRECT | 0 | |
ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.js | INDIRECT | 3 | |
object-hash • 3.0.0Generate hashes from javascript objects in node and the browser. | INDIRECT | 0 | |
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrency | INDIRECT | 1 | |
peek-readable • 4.1.0Read and peek from a readable stream | INDIRECT | 0 | |
process-nextick-args • 2.0.1process.nextTick but always with args | INDIRECT | 0 | |
process • 0.11.10process information for node.js and browsers | INDIRECT | 0 | |
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. | INDIRECT | 0 | |
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 7 | |
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 4 | |
readable-stream • 4.7.0Node.js Streams, a user-land copy of the stream library from Node.js | INDIRECT | 9 | |
readable-web-to-node-stream • 3.0.4Converts a Web-API readable-stream into a Node readable-stream. | INDIRECT | 10 | |
retry-request • 5.0.2Retry a request. | INDIRECT | 3 | |
retry • 0.13.1Abstraction for exponential and custom retry strategies for failed operations. | INDIRECT | 0 | |
safe-buffer • 5.1.2Safer Node.js Buffer API | INDIRECT | 0 | |
safe-buffer • 5.2.1Safer Node.js Buffer API | INDIRECT | 0 | |
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string. | INDIRECT | 15 | |
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding API | INDIRECT | 0 | |
stream-events • 1.0.5Get an event when you're being sent data or asked for it. | INDIRECT | 1 | |
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queue | INDIRECT | 0 | |
string_decoder • 1.1.1The string_decoder module from Node core | INDIRECT | 1 | |
string_decoder • 1.3.0The string_decoder module from Node core | INDIRECT | 1 | |
strnum • 1.1.2Parse String to Number based on configuration | INDIRECT | 0 | |
strtok3 • 6.3.0A promise based streaming tokenizer | INDIRECT | 2 | |
stubs • 3.0.0Easy method stubber. | INDIRECT | 0 | |
token-types • 4.2.1Common token types for decoding and encoding numeric and string values | INDIRECT | 2 | |
tr46 • 0.0.3An implementation of the Unicode TR46 spec | INDIRECT | 0 | |
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 | |
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDs | INDIRECT | 0 | |
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDs | INDIRECT | 0 | |
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machinery | INDIRECT | 2 | |
yocto-queue • 0.1.0Tiny queue data structure | INDIRECT | 0 | |