Package Licenses
MIT
Dependency Licenses
MIT416
| Package | Relation | Dependencies | Published |
|---|---|---|---|
| @babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations. | INDIRECT | 3 | |
| @babel/compat-data • 7.29.7The compat-data to determine required Babel plugins | INDIRECT | 0 | |
| @babel/core • 7.29.7Babel compiler core. | DIRECT | 38 | |
| @babel/generator • 7.29.8Turns an AST into code. | INDIRECT | 9 | |
| @babel/helper-annotate-as-pure • 7.29.7Helper function to annotate paths and nodes with #__PURE__ comment | INDIRECT | 3 | |
| @babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targets | INDIRECT | 13 | |
| @babel/helper-create-class-features-plugin • 7.29.7Compile class public and private fields, private methods and decorators to ES6 | INDIRECT | 24 | |
| @babel/helper-create-regexp-features-plugin • 7.29.7Compile ESNext Regular Expressions to ES5 | INDIRECT | 15 | |
| @babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill provider | INDIRECT | 25 | |
| @babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usage | INDIRECT | 0 | |
| @babel/helper-member-expression-to-functions • 7.29.7Helper function to replace certain member expressions with function calls | INDIRECT | 18 | |
| @babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loads | INDIRECT | 18 | |
| @babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformations | INDIRECT | 19 | |
| @babel/helper-optimise-call-expression • 7.29.7Helper function to optimise call expression | INDIRECT | 3 | |
| @babel/helper-plugin-utils • 7.29.7General utilities for plugins to use | INDIRECT | 0 | |
| @babel/helper-remap-async-to-generator • 7.29.7Helper function to remap async functions to generators | INDIRECT | 20 | |
| @babel/helper-replace-supers • 7.29.7Helper function to replace supers | INDIRECT | 20 | |
| @babel/helper-skip-transparent-expression-wrappers • 7.29.7Helper which skips types and parentheses | INDIRECT | 18 | |
| @babel/helper-string-parser • 7.29.7A utility package to parse strings | INDIRECT | 0 | |
| @babel/helper-validator-identifier • 7.29.7Validate identifier/keywords name | INDIRECT | 0 | |
| @babel/helper-validator-option • 7.29.7Validate plugin/preset options | INDIRECT | 0 | |
| @babel/helper-wrap-function • 7.29.7Helper to wrap functions inside a function call. | INDIRECT | 18 | |
| @babel/helpers • 7.29.7Collection of helper functions used by Babel transforms. | INDIRECT | 8 | |
| @babel/parser • 7.29.8A JavaScript parser | INDIRECT | 3 | |
| @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 | INDIRECT | 19 | |
| @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.29.7Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 | INDIRECT | 1 | |
| @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 | INDIRECT | 1 | |
| @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.7Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results | INDIRECT | 20 | |
| @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7Transform optional chaining operators to workaround https://crbug.com/v8/11558 | INDIRECT | 21 | |
| @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7Transform static class fields assignments that are affected by https://crbug.com/v8/12421 | INDIRECT | 19 | |
| @babel/plugin-proposal-class-properties • 7.12.1This plugin transforms static class properties as well as properties declared with the property initializer syntax | DIRECT | 26 | |
| @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an object | INDIRECT | 0 | |
| @babel/plugin-syntax-flow • 7.29.7Allow parsing of the flow syntax | INDIRECT | 1 | |
| @babel/plugin-syntax-import-assertions • 7.29.7Allow parsing of the module assertion attributes in the import statement | INDIRECT | 1 | |
| @babel/plugin-syntax-import-attributes • 7.29.7Allow parsing of the module attributes in the import statement | INDIRECT | 1 | |
| @babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.meta | DIRECT | 1 | |
| @babel/plugin-syntax-jsx • 7.29.7Allow parsing of jsx | DIRECT | 1 | |
| @babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag. | INDIRECT | 17 | |
| @babel/plugin-transform-arrow-functions • 7.29.7Compile ES2015 arrow functions to ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-async-generator-functions • 7.29.7Turn async generator functions into ES2015 generators | INDIRECT | 22 | |
| @babel/plugin-transform-async-to-generator • 7.29.7Turn async functions into ES2015 generators | INDIRECT | 23 | |
| @babel/plugin-transform-block-scoped-functions • 7.29.7Babel plugin to ensure function declarations at the block level are block scoped | INDIRECT | 1 | |
| @babel/plugin-transform-block-scoping • 7.29.7Compile ES2015 block scoping (const and let) to ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-class-properties • 7.29.7This plugin transforms static class properties as well as properties declared with the property initializer syntax | INDIRECT | 26 | |
| @babel/plugin-transform-class-static-block • 7.29.7Transform class static blocks | INDIRECT | 26 | |
| @babel/plugin-transform-classes • 7.29.7Compile ES2015 classes to ES5 | INDIRECT | 36 | |
| @babel/plugin-transform-computed-properties • 7.29.7Compile ES2015 computed properties to ES5 | INDIRECT | 9 | |
| @babel/plugin-transform-destructuring • 7.29.7Compile ES2015 destructuring to ES5 | INDIRECT | 19 | |
| @babel/plugin-transform-dotall-regex • 7.29.7Compile regular expressions using the `s` (`dotAll`) flag to ES5. | INDIRECT | 17 | |
| @babel/plugin-transform-duplicate-keys • 7.29.7Compile objects with duplicate keys to valid strict ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7Compile regular expressions using duplicate named groups to index-based groups. | INDIRECT | 17 | |
| @babel/plugin-transform-dynamic-import • 7.29.7Transform import() expressions | INDIRECT | 1 | |
| @babel/plugin-transform-explicit-resource-management • 7.29.7Compile `using` and `await using` declarations to ES2015 | INDIRECT | 20 | |
| @babel/plugin-transform-exponentiation-operator • 7.29.7Compile exponentiation operator to ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-export-namespace-from • 7.29.7Compile export namespace to ES2015 | INDIRECT | 1 | |
| @babel/plugin-transform-flow-strip-types • 7.29.7Strip flow type annotations from your output code. | DIRECT | 2 | |
| @babel/plugin-transform-for-of • 7.29.7Compile ES2015 for...of to ES5 | INDIRECT | 20 | |
| @babel/plugin-transform-function-name • 7.29.7Apply ES2015 function.name semantics to all functions | INDIRECT | 32 | |
| @babel/plugin-transform-json-strings • 7.29.7Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings | INDIRECT | 1 | |
| @babel/plugin-transform-literals • 7.29.7Compile ES2015 unicode string and number literals to ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-logical-assignment-operators • 7.29.7Transforms logical assignment operators into short-circuited assignments | INDIRECT | 1 | |
| @babel/plugin-transform-member-expression-literals • 7.29.7Ensure that reserved words are quoted in property accesses | INDIRECT | 1 | |
| @babel/plugin-transform-modules-amd • 7.29.7This plugin transforms ES2015 modules to AMD | INDIRECT | 21 | |
| @babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJS | INDIRECT | 21 | |
| @babel/plugin-transform-modules-systemjs • 7.29.8This plugin transforms ES2015 modules to SystemJS | INDIRECT | 21 | |
| @babel/plugin-transform-modules-umd • 7.29.7This plugin transforms ES2015 modules to UMD | INDIRECT | 21 | |
| @babel/plugin-transform-named-capturing-groups-regex • 7.29.7Compile regular expressions using named groups to ES5. | INDIRECT | 17 | |
| @babel/plugin-transform-new-target • 7.29.7Transforms new.target meta property | INDIRECT | 1 | |
| @babel/plugin-transform-nullish-coalescing-operator • 7.29.7Remove nullish coalescing operator | INDIRECT | 1 | |
| @babel/plugin-transform-numeric-separator • 7.29.7Remove numeric separators from Decimal, Binary, Hex and Octal literals | INDIRECT | 1 | |
| @babel/plugin-transform-object-rest-spread • 7.29.7Compile object rest and spread to ES5 | INDIRECT | 34 | |
| @babel/plugin-transform-object-super • 7.29.7Compile ES2015 object super to ES5 | INDIRECT | 22 | |
| @babel/plugin-transform-optional-catch-binding • 7.29.7Compile optional catch bindings | INDIRECT | 1 | |
| @babel/plugin-transform-optional-chaining • 7.29.7Transform optional chaining operators into a series of nil checks | INDIRECT | 20 | |
| @babel/plugin-transform-parameters • 7.29.7Compile ES2015 default and rest parameters to ES5 | INDIRECT | 1 | |
| @babel/plugin-transform-private-methods • 7.29.7This plugin transforms private class methods | INDIRECT | 26 | |
| @babel/plugin-transform-private-property-in-object • 7.29.7This plugin transforms checks for a private property in an object | INDIRECT | 26 | |