@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.27.7 The compat-data to determine required Babel plugins INDIRECT 0 1750946597 @babel/core • 7.9.0 Babel compiler core. DIRECT 33 1584718813 @babel/generator • 7.27.5 Turns an AST into code. INDIRECT 9 1748950028 @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-environment-visitor • 7.24.7 Helper visitor to only visit nodes in the current 'this' context INDIRECT 3 1717593330 @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/helpers • 7.27.6 Collection of helper functions used by Babel transforms. INDIRECT 8 1749112642 @babel/parser • 7.27.7 A JavaScript parser INDIRECT 3 1750946600 @babel/plugin-proposal-async-generator-functions • 7.20.7 Turn async generator functions into ES2015 generators INDIRECT 24 1671702320 @babel/plugin-proposal-class-properties • 7.8.3 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 26 1578951758 @babel/plugin-proposal-decorators • 7.8.3 Compile class and object decorators to ES5 DIRECT 27 1578951765 @babel/plugin-proposal-dynamic-import • 7.18.6 Transform import() expressions INDIRECT 2 1656359390 @babel/plugin-proposal-json-strings • 7.18.6 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 2 1656359390 @babel/plugin-proposal-nullish-coalescing-operator • 7.8.3 Remove nullish coalescing operator DIRECT 2 1578951672 @babel/plugin-proposal-numeric-separator • 7.8.3 Remove numeric separators from Decimal, Binary, Hex and Octal literals DIRECT 2 1578951719 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 INDIRECT 16 1671702328 @babel/plugin-proposal-optional-catch-binding • 7.18.6 Compile optional catch bindings INDIRECT 2 1656359392 @babel/plugin-proposal-optional-chaining • 7.9.0 Transform optional chaining operators into a series of nil checks DIRECT 2 1584718747 @babel/plugin-proposal-unicode-property-regex • 7.18.6 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1656359424 @babel/plugin-syntax-async-generators • 7.8.4 Allow parsing of async generator functions INDIRECT 1 1578950149 @babel/plugin-syntax-decorators • 7.27.1 Allow parsing of decorators INDIRECT 1 1746025716 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() INDIRECT 1 1578949953 @babel/plugin-syntax-flow • 7.27.1 Allow parsing of the flow syntax INDIRECT 1 1746025718 @babel/plugin-syntax-json-strings • 7.8.3 Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1578949987 @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-numeric-separator • 7.10.4 Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator INDIRECT 1 1593522709 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @babel/plugin-syntax-optional-catch-binding • 7.8.3 Allow parsing of optional catch bindings INDIRECT 1 1578950070 @babel/plugin-syntax-optional-chaining • 7.8.3 Allow parsing of optional properties INDIRECT 1 1578950083 @babel/plugin-syntax-top-level-await • 7.14.5 Allow parsing of top-level await in modules INDIRECT 1 1623280315 @babel/plugin-syntax-typescript • 7.27.1 Allow parsing of TypeScript syntax INDIRECT 1 1746025723 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @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.27.5 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1748950023 @babel/plugin-transform-classes • 7.27.7 Compile ES2015 classes to ES5 INDIRECT 35 1750946603 @babel/plugin-transform-computed-properties • 7.27.1 Compile ES2015 computed properties to ES5 INDIRECT 9 1746025749 @babel/plugin-transform-destructuring • 7.27.7 Compile ES2015 destructuring to ES5 INDIRECT 19 1750946603 @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-exponentiation-operator • 7.27.1 Compile exponentiation operator to ES5 INDIRECT 1 1746025727 @babel/plugin-transform-flow-strip-types • 7.9.0 Strip flow type annotations from your output code. DIRECT 2 1584718748 @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-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @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-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @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.8.3 Add displayName to React.createClass calls DIRECT 1 1578951698 @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-self • 7.27.1 Add a __self prop to all JSX Elements INDIRECT 1 1746025735 @babel/plugin-transform-react-jsx-source • 7.27.1 Add a __source prop to all JSX Elements INDIRECT 1 1746025735 @babel/plugin-transform-react-jsx • 7.27.1 Turn JSX into React function calls INDIRECT 22 1746025763 @babel/plugin-transform-regenerator • 7.27.5 Explode async and generator functions into a state machine. INDIRECT 1 1748950025 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-runtime • 7.9.0 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals DIRECT 27 1584718763 @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 INDIRECT 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-typescript • 7.27.1 Transform TypeScript into ES.next INDIRECT 27 1746025775 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/preset-env • 7.9.0 A Babel preset for each environment. DIRECT 109 1584718795 @babel/preset-modules • 0.1.6 A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 20 1689930757 @babel/preset-react • 7.9.1 Babel preset for all React plugins. DIRECT 27 1584741099 @babel/preset-typescript • 7.9.0 Babel preset for TypeScript. DIRECT 28 1584718789 @babel/runtime • 7.9.0 babel's modular runtime helpers DIRECT 1 1584718772 @babel/template • 7.27.2 Generate an AST from a string template. INDIRECT 7 1746545629 @babel/traverse • 7.27.7 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1750946602 @babel/types • 7.27.7 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1750946599 @jridgewell/gen-mapping • 0.3.9 Generate source maps INDIRECT 3 1751232492 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.1 Encode/decode sourcemap mappings INDIRECT 0 1751233557 @jridgewell/trace-mapping • 0.3.26 Trace the original position through a source map INDIRECT 2 1751233571 @types/parse-json • 4.0.2 TypeScript definitions for parse-json INDIRECT 0 1699360513 babel-plugin-macros • 2.8.0 Allows you to build compile-time libraries DIRECT 25 1575737803 babel-plugin-transform-react-remove-prop-types • 0.4.24 Remove unnecessary React propTypes from the production build DIRECT 0 1549057119 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 core-js-compat • 3.43.0 core-js compat INDIRECT 7 1749452102 cosmiconfig • 6.0.0 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 16 1572710664 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 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 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 invariant • 2.2.4 invariant INDIRECT 2 1520966170 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 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-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 leven • 3.1.0 Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm INDIRECT 0 1554353727 levenary • 1.1.1 [](https://www.npmjs.com/package/levenary) [](https://github.com/tanhauhau/levenary/actions) INDIRECT 1 1580182386 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 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 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 regenerator-runtime • 0.13.11 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1668449722 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-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 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 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 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163