@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1730310371 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @types/node • 22.10.2 TypeScript definitions for node INDIRECT 1 1733909716 @types/yauzl • 2.10.3 TypeScript definitions for yauzl INDIRECT 2 1699385947 agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 1603481595 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 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 bl • 4.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1612867055 buffer-crc32 • 0.2.13 A pure javascript CRC32 algorithm that plays nice with binary data INDIRECT 0 1479778108 buffer • 5.7.1 Node.js Buffer API, for the browser INDIRECT 2 1604526695 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 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 cosmiconfig • 8.1.3 Find and load configuration from a package.json property, rc file, or CommonJS module DIRECT 16 1679172676 cross-fetch • 3.1.5 Universal WHATWG Fetch API for Node, Browsers and React Native INDIRECT 4 1642719215 debug • 4.3.4 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1647524327 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 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 fd-slicer • 1.1.0 safely create multiple ReadStream or WriteStream objects from the same file descriptor INDIRECT 1 1528068502 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 1524753752 get-stream • 5.2.0 Get a stream as a string, buffer, or array INDIRECT 4 1597007197 https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS DIRECT 3 1649961720 import-fresh • 3.3.0 Import a module while bypassing the cache INDIRECT 3 1608471341 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 4.1.0 YAML 1.2 parser and serializer INDIRECT 1 1618434429 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 mitt • 3.0.0 Tiny 200b functional Event Emitter / pubsub. INDIRECT 0 1624481229 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 ms • 2.1.2 Tiny millisecond conversion utility INDIRECT 0 1559842315 node-fetch • 2.6.7 A light-weight module that brings window.fetch to node.js INDIRECT 3 1642335518 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 1553772832 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 1610968513 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 1552382718 pend • 1.2.0 dead-simple optimistic async helper INDIRECT 0 1416779572 progress • 2.0.3 Flexible ascii progress bar DIRECT 0 1544029078 proxy-from-env • 1.1.0 Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables. DIRECT 0 1583292919 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1506160096 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 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 tar-fs • 2.1.1 filesystem bindings for tar-stream INDIRECT 17 1604688225 tar-stream • 2.2.0 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 13 1609237377 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 unbzip2-stream • 1.4.3 streaming unbzip2 implementation in pure javascript for node and browsers INDIRECT 4 1590563045 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 1728460238 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 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 ws • 8.13.0 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1678471045 yargs • 17.7.1 yargs the modern, pirate-themed, successor to optimist. INDIRECT 15 1676994298 yauzl • 2.10.0 yet another unzip library for node INDIRECT 3 1530590433