@babel/code-frame • 7.27.1 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1746025711 @babel/compat-data • 7.28.0 The compat-data to determine required Babel plugins INDIRECT 0 1751445493 @babel/generator • 7.28.0 Turns an AST into code. INDIRECT 9 1751445504 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.27.2 Helper functions on Babel compilation targets INDIRECT 12 1746545628 @babel/helper-create-class-features-plugin • 7.27.1 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1746025765 @babel/helper-create-regexp-features-plugin • 7.27.1 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1746025746 @babel/helper-define-polyfill-provider • 0.6.5 Babel helper to create your own polyfill provider INDIRECT 23 1751042267 @babel/helper-globals • 7.28.0 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1751445494 @babel/helper-member-expression-to-functions • 7.27.1 Helper function to replace certain member expressions with function calls INDIRECT 18 1746025755 @babel/helper-module-imports • 7.27.1 Babel helper functions for inserting module loads INDIRECT 18 1746025756 @babel/helper-module-transforms • 7.27.3 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1748335166 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.27.1 General utilities for plugins to use INDIRECT 0 1746025706 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.27.1 Helper function to replace supers INDIRECT 20 1746025760 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.27.1 Validate identifier/keywords name INDIRECT 0 1746025707 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.27.1 Helper to wrap functions inside a function call. INDIRECT 18 1746025757 @babel/parser • 7.28.0 A JavaScript parser INDIRECT 3 1751445502 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1746025757 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1746025757 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 26 1656359444 @babel/plugin-proposal-nullish-coalescing-operator • 7.18.6 Remove nullish coalescing operator DIRECT 2 1656359392 @babel/plugin-proposal-optional-chaining • 7.21.0 Transform optional chaining operators into a series of nil checks DIRECT 21 1676907054 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() DIRECT 1 1578949953 @babel/plugin-syntax-import-assertions • 7.27.1 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1746025719 @babel/plugin-syntax-import-attributes • 7.27.1 Allow parsing of the module attributes in the import statement INDIRECT 1 1746025720 @babel/plugin-syntax-jsx • 7.27.1 Allow parsing of jsx INDIRECT 1 1746025721 @babel/plugin-syntax-nullish-coalescing-operator • 7.8.3 Allow parsing of the nullish-coalescing operator INDIRECT 1 1578950043 @babel/plugin-syntax-optional-chaining • 7.8.3 Allow parsing of optional properties INDIRECT 1 1578950083 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.28.0 Turn async generator functions into ES2015 generators INDIRECT 22 1751445507 @babel/plugin-transform-async-to-generator • 7.27.1 Turn async functions into ES2015 generators INDIRECT 23 1746025767 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.28.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1751445496 @babel/plugin-transform-class-properties • 7.27.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1746025773 @babel/plugin-transform-class-static-block • 7.27.1 Transform class static blocks INDIRECT 26 1746025773 @babel/plugin-transform-classes • 7.28.0 Compile ES2015 classes to ES5 DIRECT 35 1751445507 @babel/plugin-transform-computed-properties • 7.27.1 Compile ES2015 computed properties to ES5 INDIRECT 9 1746025749 @babel/plugin-transform-destructuring • 7.28.0 Compile ES2015 destructuring to ES5 INDIRECT 19 1751445507 @babel/plugin-transform-dotall-regex • 7.27.1 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1746025749 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1746025749 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-explicit-resource-management • 7.28.0 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1751445509 @babel/plugin-transform-exponentiation-operator • 7.27.1 Compile exponentiation operator to ES5 INDIRECT 1 1746025727 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 31 1746025759 @babel/plugin-transform-json-strings • 7.27.1 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1746025728 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.27.1 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1746025729 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.27.1 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-systemjs • 7.27.1 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.27.1 Compile regular expressions using named groups to ES5. INDIRECT 17 1746025751 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.27.1 Remove nullish coalescing operator INDIRECT 1 1746025730 @babel/plugin-transform-numeric-separator • 7.27.1 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1746025731 @babel/plugin-transform-object-rest-spread • 7.28.0 Compile object rest and spread to ES5 INDIRECT 33 1751445509 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.27.1 Compile optional catch bindings INDIRECT 1 1746025732 @babel/plugin-transform-optional-chaining • 7.27.1 Transform optional chaining operators into a series of nil checks INDIRECT 20 1746025762 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.27.1 This plugin transforms private class methods INDIRECT 26 1746025774 @babel/plugin-transform-private-property-in-object • 7.27.1 This plugin transforms checks for a private property in an object INDIRECT 26 1746025774 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-react-display-name • 7.28.0 Add displayName to React.createClass calls INDIRECT 1 1751445496 @babel/plugin-transform-react-jsx-development • 7.27.1 Turn JSX into React function calls in development INDIRECT 23 1746025771 @babel/plugin-transform-react-jsx • 7.27.1 Turn JSX into React function calls INDIRECT 22 1746025763 @babel/plugin-transform-react-pure-annotations • 7.27.1 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1746025746 @babel/plugin-transform-regenerator • 7.28.0 Explode async and generator functions into a state machine. INDIRECT 1 1751445497 @babel/plugin-transform-regexp-modifiers • 7.27.1 Compile inline regular expression modifiers INDIRECT 17 1746025752 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-runtime • 7.28.0 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals DIRECT 44 1751445497 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.27.1 Compile ES2015 spread to ES5 DIRECT 20 1746025764 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.27.1 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1746025752 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.27.1 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1746025753 @babel/preset-env • 7.28.0 A Babel preset for each environment. DIRECT 126 1751445511 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-react • 7.27.1 Babel preset for all React plugins. DIRECT 27 1746025775 @babel/runtime • 7.27.6 babel's modular runtime helpers DIRECT 0 1749112637 @babel/template • 7.27.2 Generate an AST from a string template. INDIRECT 7 1746545629 @babel/traverse • 7.28.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1751445506 @babel/types • 7.28.1 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1752315693 @jridgewell/gen-mapping • 0.3.12 Generate source maps INDIRECT 3 1751393934 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.4 Encode/decode sourcemap mappings INDIRECT 0 1751393897 @jridgewell/trace-mapping • 0.3.29 Trace the original position through a source map INDIRECT 2 1751393812 @sindresorhus/is • 4.6.0 Type check values INDIRECT 0 1645952779 @szmarczak/http-timer • 4.0.6 Timings for HTTP requests INDIRECT 1 1626125968 @tokenizer/token • 0.3.0 TypeScript definition for strtok3 token INDIRECT 0 1626116207 @types/cacheable-request • 6.0.3 TypeScript definitions for cacheable-request INDIRECT 5 1668011575 @types/http-cache-semantics • 4.0.4 TypeScript definitions for http-cache-semantics INDIRECT 0 1699342474 @types/keyv • 3.1.4 TypeScript definitions for keyv INDIRECT 2 1647495108 @types/node • 24.0.13 TypeScript definitions for node INDIRECT 1 1752174178 @types/parse-json • 4.0.2 TypeScript definitions for parse-json INDIRECT 0 1699360513 @types/responselike • 1.0.3 TypeScript definitions for responselike INDIRECT 2 1699371027 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 1553937332 babel-plugin-dynamic-import-node • 2.3.3 Babel plugin to transpile import() to a deferred require(), for node DIRECT 20 1587495694 babel-plugin-macros • 2.8.0 Allows you to build compile-time libraries DIRECT 24 1575737803 babel-plugin-polyfill-corejs2 • 0.4.14 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1751042269 babel-plugin-polyfill-corejs3 • 0.13.0 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1751042269 babel-plugin-polyfill-regenerator • 0.6.5 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1751042269 babel-plugin-transform-react-remove-prop-types • 0.4.24 Remove unnecessary React propTypes from the production build DIRECT 0 1549057119 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 buffer • 6.0.3 Node.js Buffer API, for the browser INDIRECT 2 1606099887 cacheable-lookup • 5.0.4 A cacheable dns.lookup(…) that respects the TTL INDIRECT 0 1607451463 cacheable-request • 7.0.4 Wrap native HTTP requests with RFC compliant cache support INDIRECT 13 1686181616 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 1733462354 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 ci-info • 2.0.0 Get details about the current Continuous Integration environment INDIRECT 0 1544044708 clone-response • 1.0.3 Clone a Node.js HTTP response stream INDIRECT 1 1658070045 core-js-compat • 3.44.0 core-js compat INDIRECT 7 1751896118 core-js-compat • 3.9.0 core-js compat INDIRECT 8 1613668814 cosmiconfig • 6.0.0 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 16 1572710664 crypto-random-string • 2.0.0 Generate a cryptographically strong random string INDIRECT 0 1554839384 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 decompress-response • 6.0.0 Decompress a HTTP response if needed INDIRECT 1 1589512108 defer-to-connect • 2.0.1 The safe way to handle the `connect` socket event INDIRECT 0 1614210982 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 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 dot-prop • 5.3.0 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 1599401690 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 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.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 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 file-type • 16.5.4 Detect the file type of a Buffer/Uint8Array/ArrayBuffer INDIRECT 15 1658414135 fs-extra • 10.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. INDIRECT 3 1650135094 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gatsby-core-utils • 2.15.0 A collection of gatsby utils used in different gatsby packages DIRECT 70 1670413905 gatsby-legacy-polyfills • 1.15.0 Polyfills for legacy browsers DIRECT 10 1670413905 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-stream • 5.2.0 Get a stream as a string, buffer, or array INDIRECT 4 1597007197 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 got • 11.8.6 Human-friendly and powerful HTTP request library for Node.js INDIRECT 30 1670541791 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 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 http2-wrapper • 1.0.3 HTTP2 client, just with the familiar `https` API INDIRECT 2 1614296277 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-obj • 2.0.0 Check if a value is an object INDIRECT 0 1555688257 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json-buffer • 3.0.1 JSON parse & stringify that supports binary via bops & base64 INDIRECT 0 1536606136 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 jsonfile • 6.1.0 Easily read/write JSON files. INDIRECT 2 1604163624 keyv • 4.5.4 Simple key-value storage with support for multiple backends INDIRECT 1 1696697634 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lowercase-keys • 2.0.0 Lowercase the keys of an object INDIRECT 0 1556596803 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1587567554 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mimic-response • 1.0.1 Mimic a Node.js HTTP response stream INDIRECT 0 1531308307 mimic-response • 3.1.0 Mimic a Node.js HTTP response stream INDIRECT 0 1589481062 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 node-object-hash • 2.3.10 Node.js object hash library with properties/arrays sorting to provide constant hashes INDIRECT 0 1631619197 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 normalize-url • 6.1.0 Normalize a URL INDIRECT 0 1624353875 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.assign • 4.1.7 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 19 1734555262 p-cancelable • 2.1.1 Create a promise that can be canceled INDIRECT 0 1619950872 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-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 1552382718 peek-readable • 4.1.0 Read and peek from a readable stream INDIRECT 0 1644151807 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 INDIRECT 3 1611600918 pump • 3.0.3 pipe streams together and close all of them if one of them closes INDIRECT 3 1750065359 quick-lru • 5.1.1 Simple “Least Recently Used” (LRU) cache INDIRECT 0 1591017090 readable-stream • 4.7.0 Node.js Streams, a user-land copy of the stream library from Node.js INDIRECT 9 1736241338 readable-web-to-node-stream • 3.0.4 Converts a Web-API readable-stream into a Node readable-stream. INDIRECT 10 1739627884 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 resolve-alpn • 1.2.1 Detects the ALPN protocol INDIRECT 0 1630311156 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1506160096 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 responselike • 2.0.1 A response-like object for mocking a Node.js HTTP response stream INDIRECT 1 1658156809 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 1710006059 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 strtok3 • 6.3.0 A promise based streaming tokenizer INDIRECT 2 1644154559 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 tmp • 0.2.3 Temporary file and directory creator INDIRECT 0 1709174778 token-types • 4.2.1 Common token types for decoding and encoding numeric and string values INDIRECT 2 1659466855 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 1520537433 undici-types • 7.8.0 A stand-alone types package for Undici INDIRECT 0 1744279288 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1726132494 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1663157048 unique-string • 2.0.0 Generate a unique random string INDIRECT 1 1556511486 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 xdg-basedir • 4.0.0 Get XDG Base Directory paths INDIRECT 0 1556597387