agent-base • 7.1.3 Turn a function into an `http.Agent` instance INDIRECT 0 1733630651 ajv • 8.17.1 Another JSON Schema Validator DIRECT 4 1720816933 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 async-lock • 1.4.1 Lock on asynchronous code DIRECT 0 1703274274 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 aws4 • 1.13.2 Signs and prepares requests using AWS Signature Version 4 DIRECT 0 1724831030 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 bl • 2.2.1 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 9 1598430329 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 brace-expansion • 2.0.1 Brace expansion as known from sh/bash INDIRECT 1 1614010693 buffer • 4.9.2 Node.js Buffer API, for the browser INDIRECT 3 1573256836 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 14 1733462354 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 11 1734310625 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 cookie • 0.5.0 HTTP server cookie parsing and serialization DIRECT 0 1649719917 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 crypto-js • 4.2.0 JavaScript library of crypto standards. DIRECT 0 1698186029 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.0.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1710656343 events • 1.1.1 Node's event emitter for all engines. INDIRECT 0 1466611760 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 form-data • 4.0.1 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. DIRECT 5 1728532186 fs-extra • 11.2.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. DIRECT 3 1701132395 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.6 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 10 1733954479 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 https-proxy-agent • 7.0.6 An HTTP(s) proxy `http.Agent` implementation for HTTPS DIRECT 3 1733542329 ip-address • 9.0.5 A library for parsing IPv4 and IPv6 IP addresses in node and the browser. INDIRECT 2 1695664393 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 13 1734073522 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-generator-function • 1.0.10 Determine if a function is a native generator function. INDIRECT 2 1628227677 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 22 1734542407 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 jsbn • 1.1.0 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 1487006096 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 jsonfile • 6.1.0 Easily read/write JSON files. INDIRECT 2 1604163624 jsontoxml • 1.0.1 This is a library designed to render js objects as xml. Its not made to parse or otherwise edit existing xml/html structures. DIRECT 0 1538408083 jsonwebtoken • 9.0.2 JSON Web Token implementation (symmetric and asymmetric) DIRECT 14 1693398613 jwa • 1.4.1 JWA implementation (supports all JWS algorithms) INDIRECT 3 1552749595 jws • 3.2.2 Implementation of JSON Web Signatures INDIRECT 4 1552749977 lodash.includes • 4.3.0 The lodash method `_.includes` exported as a module. INDIRECT 0 1471109980 lodash.isboolean • 3.0.3 The lodash method `_.isBoolean` exported as a module. INDIRECT 0 1454484500 lodash.isinteger • 4.0.4 The lodash method `_.isInteger` exported as a module. INDIRECT 0 1471110041 lodash.isnumber • 3.0.3 The lodash method `_.isNumber` exported as a module. INDIRECT 0 1454484529 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 1471110067 lodash.isstring • 4.0.1 The lodash method `_.isString` exported as a module. INDIRECT 0 1454484539 lodash.once • 4.1.1 The lodash method `_.once` exported as a module. INDIRECT 0 1471110167 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 memory-pager • 1.5.0 Access memory using small fixed sized buffers INDIRECT 0 1547048304 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 punycode • 1.3.2 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1413980428 querystring • 0.2.0 Node's querystring module for all engines. INDIRECT 0 1362521623 querystring • 0.2.1 Node's querystring module for all engines. DIRECT 0 1613399896 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readline-sync • 1.4.10 Synchronous Readline for interactively running to have a conversation with the user via a console(TTY). DIRECT 0 1564232408 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 saslprep • 1.0.3 SASLprep: Stringprep Profile for User Names and Passwords, rfc4013. INDIRECT 2 1556674884 set-function-length • 1.2.2 Set a function's length property INDIRECT 13 1710006059 smart-buffer • 4.2.0 smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. INDIRECT 0 1628317134 socks-proxy-agent • 8.0.5 A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS DIRECT 8 1733542331 socks • 2.8.3 Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. INDIRECT 4 1712714721 sparse-bitfield • 3.0.3 Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer INDIRECT 1 1488673065 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 url • 0.10.3 The core `url` packaged standalone for use with Browserify. INDIRECT 2 1425062241 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.12.5 Node.js's util module for all engines INDIRECT 26 1665951987 uuid • 8.0.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1588192946 uuid • 9.0.1 RFC4122 (v1, v4, and v5) UUIDs DIRECT 0 1694508995 which-typed-array • 1.1.18 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 21 1734543752 xml2js • 0.6.2 Simple XML to JavaScript object converter. DIRECT 2 1690366989 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553