@babel/code-frame • 8.0.6 Generate errors that contain a code frame that point to source locations. INDIRECT 2 1789739255 @babel/compat-data • 8.0.5 The compat-data to determine required Babel plugins DIRECT 0 1789074805 @babel/generator • 8.0.6 Turns an AST into code. INDIRECT 10 1789739264 @babel/helper-annotate-as-pure • 8.0.0 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1781616777 @babel/helper-compilation-targets • 8.0.6 Helper functions on Babel compilation targets DIRECT 12 1789739261 @babel/helper-create-class-features-plugin • 8.0.6 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 23 1789739291 @babel/helper-create-regexp-features-plugin • 8.0.5 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1789074702 @babel/helper-define-polyfill-provider • 1.0.0 Babel helper to create your own polyfill provider INDIRECT 15 1781722146 @babel/helper-globals • 8.0.6 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1789739314 @babel/helper-member-expression-to-functions • 8.0.5 Helper function to replace certain member expressions with function calls INDIRECT 17 1789074829 @babel/helper-module-imports • 8.0.0 Babel helper functions for inserting module loads INDIRECT 17 1781616801 @babel/helper-module-transforms • 8.0.6 Babel helper functions for implementing ES6 module transformations INDIRECT 18 1789739372 @babel/helper-optimise-call-expression • 8.0.0 Helper function to optimise call expression INDIRECT 3 1781616778 @babel/helper-plugin-utils • 8.0.1 General utilities for plugins to use DIRECT 0 1781689450 @babel/helper-remap-async-to-generator • 8.0.1 Helper function to remap async functions to generators INDIRECT 19 1781689450 @babel/helper-replace-supers • 8.0.1 Helper function to replace supers INDIRECT 19 1781689452 @babel/helper-skip-transparent-expression-wrappers • 8.0.0 Helper which skips types and parentheses INDIRECT 17 1781616801 @babel/helper-string-parser • 8.0.6 A utility package to parse strings INDIRECT 0 1789739245 @babel/helper-validator-identifier • 8.0.6 Validate identifier/keywords name INDIRECT 0 1789739438 @babel/helper-validator-option • 8.0.0 Validate plugin/preset options DIRECT 0 1781616726 @babel/helper-wrap-function • 8.0.0 Helper to wrap functions inside a function call. INDIRECT 17 1781616803 @babel/parser • 8.0.6 A JavaScript parser INDIRECT 3 1789739363 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 8.0.1 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 DIRECT 1 1781689456 @babel/plugin-bugfix-safari-class-field-initializer-scope • 8.0.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 DIRECT 1 1781689457 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 8.0.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 DIRECT 1 1781689459 @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 8.0.6 Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results DIRECT 19 1789739438 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 8.0.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 DIRECT 20 1781689514 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 8.0.1 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 DIRECT 1 1781689459 @babel/plugin-transform-arrow-functions • 8.0.1 Compile ES2015 arrow functions to ES5 DIRECT 1 1781689476 @babel/plugin-transform-async-generator-functions • 8.0.6 Turn async generator functions into ES2015 generators DIRECT 21 1789739372 @babel/plugin-transform-async-to-generator • 8.0.1 Turn async functions into ES2015 generators DIRECT 22 1781689477 @babel/plugin-transform-block-scoped-functions • 8.0.1 Babel plugin to ensure function declarations at the block level are block scoped DIRECT 1 1781689478 @babel/plugin-transform-block-scoping • 8.0.5 Compile ES2015 block scoping (const and let) to ES5 DIRECT 1 1789074808 @babel/plugin-transform-class-properties • 8.0.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 25 1781689518 @babel/plugin-transform-class-static-block • 8.0.5 Transform class static blocks DIRECT 25 1789074927 @babel/plugin-transform-classes • 8.0.5 Compile ES2015 classes to ES5 DIRECT 35 1789074727 @babel/plugin-transform-computed-properties • 8.0.1 Compile ES2015 computed properties to ES5 DIRECT 1 1781689480 @babel/plugin-transform-destructuring • 8.0.5 Compile ES2015 destructuring to ES5 DIRECT 1 1789074776 @babel/plugin-transform-dotall-regex • 8.0.1 Compile regular expressions using the `s` (`dotAll`) flag to ES5. DIRECT 17 1781689481 @babel/plugin-transform-duplicate-keys • 8.0.1 Compile objects with duplicate keys to valid strict ES5 DIRECT 1 1781689482 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 8.0.1 Compile regular expressions using duplicate named groups to index-based groups. DIRECT 17 1781689482 @babel/plugin-transform-dynamic-import • 8.0.1 Transform import() expressions DIRECT 1 1781689482 @babel/plugin-transform-explicit-resource-management • 8.0.5 Compile `using` and `await using` declarations to ES2015 DIRECT 2 1789074789 @babel/plugin-transform-exponentiation-operator • 8.0.1 Compile exponentiation operator to ES5 DIRECT 1 1781689483 @babel/plugin-transform-export-namespace-from • 8.0.1 Compile export namespace to ES2015 DIRECT 1 1781689484 @babel/plugin-transform-for-of • 8.0.1 Compile ES2015 for...of to ES5 DIRECT 19 1781689485 @babel/plugin-transform-function-name • 8.0.1 Apply ES2015 function.name semantics to all functions DIRECT 14 1781689485 @babel/plugin-transform-json-strings • 8.0.1 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings DIRECT 1 1781689487 @babel/plugin-transform-literals • 8.0.1 Compile ES2015 unicode string and number literals to ES5 DIRECT 1 1781689488 @babel/plugin-transform-logical-assignment-operators • 8.0.1 Transforms logical assignment operators into short-circuited assignments DIRECT 1 1781689489 @babel/plugin-transform-member-expression-literals • 8.0.1 Ensure that reserved words are quoted in property accesses DIRECT 1 1781689489 @babel/plugin-transform-modules-amd • 8.0.1 This plugin transforms ES2015 modules to AMD DIRECT 20 1781689490 @babel/plugin-transform-modules-commonjs • 8.0.1 This plugin transforms ES2015 modules to CommonJS DIRECT 20 1781689491 @babel/plugin-transform-modules-systemjs • 8.0.1 This plugin transforms ES2015 modules to SystemJS DIRECT 20 1781689492 @babel/plugin-transform-modules-umd • 8.0.1 This plugin transforms ES2015 modules to UMD DIRECT 20 1781689492 @babel/plugin-transform-named-capturing-groups-regex • 8.0.1 Compile regular expressions using named groups to ES5. DIRECT 17 1781689492 @babel/plugin-transform-new-target • 8.0.1 Transforms new.target meta property DIRECT 1 1781689493 @babel/plugin-transform-nullish-coalescing-operator • 8.0.1 Remove nullish coalescing operator DIRECT 1 1781689494 @babel/plugin-transform-numeric-separator • 8.0.1 Remove numeric separators from Decimal, Binary, Hex and Octal literals DIRECT 1 1781689494 @babel/plugin-transform-object-rest-spread • 8.0.1 Compile object rest and spread to ES5 DIRECT 16 1781689520 @babel/plugin-transform-object-super • 8.0.1 Compile ES2015 object super to ES5 DIRECT 21 1781689495 @babel/plugin-transform-optional-catch-binding • 8.0.1 Compile optional catch bindings DIRECT 1 1781689496 @babel/plugin-transform-optional-chaining • 8.0.5 Transform optional chaining operators into a series of nil checks DIRECT 19 1789074777 @babel/plugin-transform-parameters • 8.0.5 Compile ES2015 default and rest parameters to ES5 DIRECT 1 1789074811 @babel/plugin-transform-private-methods • 8.0.1 This plugin transforms private class methods DIRECT 25 1781689521 @babel/plugin-transform-private-property-in-object • 8.0.5 This plugin transforms checks for a private property in an object DIRECT 25 1789074735 @babel/plugin-transform-property-literals • 8.0.1 Ensure that reserved words are quoted in object property keys DIRECT 1 1781689497 @babel/plugin-transform-regenerator • 8.0.6 Explode async and generator functions into a state machine. DIRECT 1 1789739268 @babel/plugin-transform-regexp-modifiers • 8.0.1 Compile inline regular expression modifiers DIRECT 17 1781689502 @babel/plugin-transform-reserved-words • 8.0.1 Ensure that no reserved words are used. DIRECT 1 1781689502 @babel/plugin-transform-shorthand-properties • 8.0.1 Compile ES2015 shorthand properties to ES5 DIRECT 1 1781689505 @babel/plugin-transform-spread • 8.0.5 Compile ES2015 spread to ES5 DIRECT 19 1789074688 @babel/plugin-transform-sticky-regex • 8.0.1 Compile ES2015 sticky regex to an ES5 RegExp constructor DIRECT 1 1781689505 @babel/plugin-transform-template-literals • 8.0.1 Compile ES2015 template literals to ES5 DIRECT 1 1781689507 @babel/plugin-transform-typeof-symbol • 8.0.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) DIRECT 1 1781689507 @babel/plugin-transform-unicode-escapes • 8.0.1 Compile ES2015 Unicode escapes to ES5 DIRECT 1 1781689508 @babel/plugin-transform-unicode-property-regex • 8.0.1 Compile Unicode property escapes in Unicode regular expressions to ES5. DIRECT 17 1781689509 @babel/plugin-transform-unicode-regex • 8.0.1 Compile ES2015 Unicode regex to ES5 DIRECT 17 1781689510 @babel/plugin-transform-unicode-sets-regex • 8.0.1 Compile regular expressions' unicodeSets (v) flag. DIRECT 17 1781689510 @babel/preset-modules • 0.2.0 A Babel preset that targets modern browsers by fixing engine bugs. DIRECT 20 1781719568 @babel/template • 8.0.0 Generate an AST from a string template. INDIRECT 6 1781616789 @babel/traverse • 8.0.6 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 16 1789739339 @babel/types • 8.0.6 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1789739449 @jridgewell/gen-mapping • 0.4.0-beta.0 Generate source maps INDIRECT 3 1779107004 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.6.0 Encode/decode sourcemap mappings INDIRECT 0 1787879687 @jridgewell/trace-mapping • 0.3.31 Trace the original position through a source map INDIRECT 2 1757535169 @types/jsesc • 2.5.1 TypeScript definitions for jsesc INDIRECT 0 1590009915 babel-plugin-polyfill-corejs3 • 1.0.0 A Babel plugin to inject imports to core-js@3 polyfills DIRECT 17 1781722148 browserslist • 4.29.0 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 7 1789479900 core-js-compat • 3.50.0 core-js compat DIRECT 8 1785919568 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 flru • 1.0.2 A tiny (215B) and fast Least Recently Used (LRU) cache INDIRECT 0 1562873184 js-tokens • 10.0.0 Tiny JavaScript tokenizer. INDIRECT 0 1765228195 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 node-releases • 2.0.56 Node.js releases data INDIRECT 0 1789634287 obug • 2.2.1 A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support. INDIRECT 0 1788933170 regenerate-unicode-properties • 10.2.2 Regenerate sets for Unicode properties and values. INDIRECT 1 1757448519 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.4.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1758554442 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 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.1 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 1757432126 unicode-property-aliases-ecmascript • 2.2.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1757921571 update-browserslist-db • 1.3.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1789061966 verkit • 0.3.2 Fast, zero-dependency SemVer for ESM and TypeScript, with functional, tree-shakeable APIs. DIRECT 0 1785866969