@babel/runtime-corejs3 • 7.26.0 babel's modular runtime helpers with core-js@3 polyfilling INDIRECT 2 1729863012 @babel/runtime • 7.26.0 babel's modular runtime helpers INDIRECT 1 1729863011 @types/node • 12.20.55 TypeScript definitions for Node.js INDIRECT 0 1654628597 @types/semver • 7.5.8 TypeScript definitions for semver DIRECT 0 1708792529 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 1553937332 agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 1603481595 ajv • 8.17.1 Another JSON Schema Validator DIRECT 4 1720816933 ansi-escapes • 4.3.2 ANSI escape codes for manipulating the terminal INDIRECT 1 1616593301 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 atomic-sleep • 1.0.0 Zero CPU overhead, zero dependency, true event-loop blocking sleep INDIRECT 0 1583780161 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 base64url • 3.0.1 For encoding to/from base64urls INDIRECT 0 1543191692 buffer • 6.0.3 Node.js Buffer API, for the browser INDIRECT 2 1606099887 camel-case • 4.1.2 Transform into a string with the separator denoted by the next word capitalized INDIRECT 4 1606869119 capital-case • 1.0.4 Transform into a space separated string with each word capitalized INDIRECT 4 1606869116 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 change-case • 4.1.2 Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others DIRECT 15 1606869128 chardet • 0.7.0 Character detector INDIRECT 0 1534546710 cli-cursor • 3.1.0 Toggle the CLI cursor INDIRECT 4 1560272255 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 colorette • 2.0.20 🌈Easily set your terminal text color & styles. INDIRECT 0 1681659249 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 commander • 4.1.1 the complete solution for node.js command-line programs INDIRECT 0 1580710556 constant-case • 3.0.4 Transform into upper case string with an underscore between words INDIRECT 4 1606869116 core-js-pure • 3.40.0 Standard library INDIRECT 0 1736274155 core-js • 3.40.0 Standard library INDIRECT 0 1736274142 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 csprng • 0.1.2 Secure random numbers of any size in any base INDIRECT 1 1485696824 csv-parse • 4.16.3 CSV parsing implementing the Node.js `stream.Transform` API INDIRECT 0 1630657529 csv-stringify • 5.6.5 CSV stringifier implementing the Node.js `stream.Transform` API INDIRECT 0 1630657528 dateformat • 4.6.3 A node.js package for Steven Levithan's excellent dateFormat() function. INDIRECT 0 1632206153 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dot-case • 3.0.4 Transform into a lower case string with a period between words INDIRECT 3 1606869116 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 1550556052 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 1562602033 fast-copy • 3.0.2 A blazing fast deep object copier INDIRECT 0 1710596490 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-redact • 3.5.0 very fast object redaction INDIRECT 0 1710872806 fast-safe-stringify • 2.1.1 Safely and quickly serialize JavaScript objects INDIRECT 0 1631085556 figures • 3.2.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 1581864952 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 • 8.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1561741356 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 header-case • 2.0.4 Transform into a dash separated string of capitalized words INDIRECT 5 1606869124 help-me • 5.0.0 Help command for node, partner of minimist and commist INDIRECT 0 1702463449 http-parser-js • 0.5.9 A pure JS HTTP parser for node. INDIRECT 0 1736455401 https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 1649961720 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 immediate • 3.0.6 A cross browser microtask library INDIRECT 0 1469708721 inquirer • 7.3.3 A collection of common interactive command line user interfaces. INDIRECT 33 1595471558 is-docker • 2.2.1 Check if the process is running inside a Docker container INDIRECT 0 1617958751 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-wsl • 2.2.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1 1588492633 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 joycon • 3.1.1 Load config with ease. INDIRECT 0 1638384972 jsforce • 2.0.0-beta.29 Salesforce API Library for JavaScript DIRECT 89 1701111383 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 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 lie • 3.3.0 A basic but performant promise implementation INDIRECT 1 1520348048 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 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 lower-case • 2.0.2 Transforms the string to lower case INDIRECT 1 1606869107 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 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 multistream • 3.1.0 A stream that emits multiple other streams one after another (streams3) INDIRECT 5 1564882747 no-case • 3.0.4 Transform into a lower cased string with spaces between words INDIRECT 2 1606869113 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 on-exit-leak-free • 2.1.2 Execute a function on exit without leaking memory, allowing all objects to be garbage collected INDIRECT 0 1696344126 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 open • 7.4.2 Open stuff like URLs, files, executables. Cross-platform. INDIRECT 2 1613491837 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 param-case • 3.0.4 Transform into a lower cased string with dashes between words INDIRECT 4 1606869119 pascal-case • 3.1.2 Transform into a string of capitalized words without separators INDIRECT 3 1606869116 path-case • 3.0.4 Transform into a lower case string with slashes between words INDIRECT 4 1606869123 pino-abstract-transport • 1.2.0 Write Pino transports easily DIRECT 11 1713789052 pino-pretty • 10.3.1 Prettifier for Pino log lines DIRECT 28 1703683045 pino-std-serializers • 6.2.2 A collection of standard object serializers for Pino INDIRECT 0 1687690417 pino • 8.21.0 super fast, all natural json logger DIRECT 22 1713968730 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 process-warning • 3.0.0 A small utility for creating warnings and emitting them. INDIRECT 0 1702412855 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 proper-lockfile • 4.1.2 A inter-process and inter-machine lockfile utility that works on a local or network file system DIRECT 3 1611600918 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 quick-format-unescaped • 4.0.4 Solves a problem with util.format INDIRECT 0 1632233918 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 readable-stream • 4.7.0 Node.js Streams, a user-land copy of the stream library from Node.js INDIRECT 9 1736241338 real-require • 0.2.0 Keep require and import consistent after bundling or transpiling INDIRECT 0 1658744078 regenerator-runtime • 0.13.11 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1668449722 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 restore-cursor • 3.1.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1556260175 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 run-async • 2.4.1 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 1587966009 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 safe-stable-stringify • 2.5.0 Deterministic and safely JSON.stringify to quickly serialize JavaScript objects INDIRECT 0 1724535077 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 sentence-case • 3.0.4 Transform into a lower case with spaces between words, then capitalize the string INDIRECT 4 1606869116 sequin • 0.1.1 Generate uniformly distributed ints in any base from a bit sequence INDIRECT 0 1492444546 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 snake-case • 3.0.4 Transform into a lower case string with underscores between words INDIRECT 4 1606869124 sonic-boom • 3.8.1 Extremely fast utf8 only stream implementation INDIRECT 1 1712245128 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-json-comments • 3.1.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1594565096 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 thread-stream • 2.7.0 A streaming way to send data to a Node.js Worker Thread INDIRECT 1 1713977483 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 tldts-core • 6.1.71 tldts core primitives (internal module) INDIRECT 0 1736154018 tldts • 6.1.71 Library to work against complex domain names, subdomains and URIs. INDIRECT 1 1736154020 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 1502530219 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 ts-retry-promise • 0.7.1 retry for functions returning a promise DIRECT 0 1693330495 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 upper-case-first • 2.0.2 Transforms the string with the first character in upper cased INDIRECT 1 1606869107 upper-case • 2.0.2 Transforms the string to upper case INDIRECT 1 1606859774 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 xml2js • 0.5.0 Simple XML to JavaScript object converter. INDIRECT 2 1681033392 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553