licenses.dev

@babel/preset-env v7.24.5

A Babel preset for each environment.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT140
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.2Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.24.4DIRECT0
@babel/helper-annotate-as-pure • 7.22.5Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.22.15Helper function to build binary assignment operator visitorsINDIRECT4
@babel/helper-compilation-targets • 7.23.6Helper functions on Babel compilation targetsDIRECT12
@babel/helper-create-class-features-plugin • 7.24.5Compile class public and private fields, private methods and decorators to ES6INDIRECT26
@babel/helper-create-regexp-features-plugin • 7.22.15Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-environment-visitor • 7.22.20Helper visitor to only visit nodes in the current 'this' contextINDIRECT0
@babel/helper-function-name • 7.23.0Helper function to change the property 'name' of every functionINDIRECT17
@babel/helper-hoist-variables • 7.22.5Helper function to hoist variablesINDIRECT4
@babel/helper-member-expression-to-functions • 7.24.5Helper function to replace certain member expressions with function callsINDIRECT4
@babel/helper-module-imports • 7.24.3Babel helper functions for inserting module loadsINDIRECT4
@babel/helper-module-transforms • 7.24.5Babel helper functions for implementing ES6 module transformationsINDIRECT8
@babel/helper-optimise-call-expression • 7.22.5Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.24.5General utilities for plugins to useDIRECT0
@babel/helper-remap-async-to-generator • 7.22.20Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.24.1Helper function to replace supersINDIRECT7
@babel/helper-simple-access • 7.24.5Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT4
@babel/helper-skip-transparent-expression-wrappers • 7.22.5Helper which skips types and parenthesesINDIRECT4
@babel/helper-split-export-declaration • 7.24.5INDIRECT4
@babel/helper-string-parser • 7.24.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.24.5Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.23.5Validate plugin/preset optionsDIRECT0
@babel/helper-wrap-function • 7.24.5Helper to wrap functions inside a function call.INDIRECT18
@babel/highlight • 7.24.5Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.24.5A JavaScript parserINDIRECT0
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.24.5Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677DIRECT2
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.24.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517DIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.24.1Transform optional chaining operators to workaround https://crbug.com/v8/11558DIRECT8
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.24.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421DIRECT2
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectDIRECT0
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesDIRECT1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocksDIRECT1
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()DIRECT1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace fromDIRECT1
@babel/plugin-syntax-import-assertions • 7.24.1Allow parsing of the module assertion attributes in the import statementDIRECT1
@babel/plugin-syntax-import-attributes • 7.24.1Allow parsing of the module attributes in the import statementDIRECT1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.metaDIRECT1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.DIRECT18
@babel/plugin-transform-arrow-functions • 7.24.1Compile ES2015 arrow functions to ES5DIRECT1
@babel/plugin-transform-async-generator-functions • 7.24.3Turn async generator functions into ES2015 generatorsDIRECT24
@babel/plugin-transform-async-to-generator • 7.24.1Turn async functions into ES2015 generatorsDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.24.1Babel plugin to ensure function declarations at the block level are block scopedDIRECT1
@babel/plugin-transform-block-scoping • 7.24.5Compile ES2015 block scoping (const and let) to ES5DIRECT1
@babel/plugin-transform-class-properties • 7.24.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT28
@babel/plugin-transform-class-static-block • 7.24.4Transform class static blocksDIRECT29
@babel/plugin-transform-classes • 7.24.5Compile ES2015 classes to ES5DIRECT38
@babel/plugin-transform-computed-properties • 7.24.1Compile ES2015 computed properties to ES5DIRECT18
@babel/plugin-transform-destructuring • 7.24.5Compile ES2015 destructuring to ES5DIRECT1
@babel/plugin-transform-dotall-regex • 7.24.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.DIRECT18
@babel/plugin-transform-duplicate-keys • 7.24.1Compile objects with duplicate keys to valid strict ES5DIRECT1
@babel/plugin-transform-dynamic-import • 7.24.1Transform import() expressionsDIRECT2
@babel/plugin-transform-exponentiation-operator • 7.24.1Compile exponentiation operator to ES5DIRECT6
@babel/plugin-transform-export-namespace-from • 7.24.1Compile export namespace to ES2015DIRECT2
@babel/plugin-transform-for-of • 7.24.1Compile ES2015 for...of to ES5DIRECT6
@babel/plugin-transform-function-name • 7.24.1Apply ES2015 function.name semantics to all functionsDIRECT31
@babel/plugin-transform-json-strings • 7.24.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsDIRECT2
@babel/plugin-transform-literals • 7.24.1Compile ES2015 unicode string and number literals to ES5DIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.24.1Transforms logical assignment operators into short-circuited assignmentsDIRECT2
@babel/plugin-transform-member-expression-literals • 7.24.1Ensure that reserved words are quoted in property accessesDIRECT1
@babel/plugin-transform-modules-amd • 7.24.1This plugin transforms ES2015 modules to AMDDIRECT10
@babel/plugin-transform-modules-commonjs • 7.24.1This plugin transforms ES2015 modules to CommonJSDIRECT10
@babel/plugin-transform-modules-systemjs • 7.24.1This plugin transforms ES2015 modules to SystemJSDIRECT11
@babel/plugin-transform-modules-umd • 7.24.1This plugin transforms ES2015 modules to UMDDIRECT10
@babel/plugin-transform-named-capturing-groups-regex • 7.22.5Compile regular expressions using named groups to ES5.DIRECT18
@babel/plugin-transform-new-target • 7.24.1Transforms new.target meta propertyDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.24.1Remove nullish coalescing operatorDIRECT2
@babel/plugin-transform-numeric-separator • 7.24.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsDIRECT2
@babel/plugin-transform-object-rest-spread • 7.24.5Compile object rest and spread to ES5DIRECT16
@babel/plugin-transform-object-super • 7.24.1Compile ES2015 object super to ES5DIRECT9
@babel/plugin-transform-optional-catch-binding • 7.24.1Compile optional catch bindingsDIRECT2
@babel/plugin-transform-optional-chaining • 7.24.5Transform optional chaining operators into a series of nil checksDIRECT7
@babel/plugin-transform-parameters • 7.24.5Compile ES2015 default and rest parameters to ES5DIRECT1
@babel/plugin-transform-private-methods • 7.24.1This plugin transforms private class methodsDIRECT28
@babel/plugin-transform-private-property-in-object • 7.24.5This plugin transforms checks for a private property in an objectDIRECT29
@babel/plugin-transform-property-literals • 7.24.1Ensure that reserved words are quoted in object property keysDIRECT1
@babel/plugin-transform-regenerator • 7.24.1Explode async and generator functions into a state machine.DIRECT4
@babel/plugin-transform-reserved-words • 7.24.1Ensure that no reserved words are used.DIRECT1
@babel/plugin-transform-shorthand-properties • 7.24.1Compile ES2015 shorthand properties to ES5DIRECT1
@babel/plugin-transform-spread • 7.24.1Compile ES2015 spread to ES5DIRECT6
@babel/plugin-transform-sticky-regex • 7.24.1Compile ES2015 sticky regex to an ES5 RegExp constructorDIRECT1
@babel/plugin-transform-template-literals • 7.24.1Compile ES2015 template literals to ES5DIRECT1
@babel/plugin-transform-typeof-symbol • 7.24.5This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)DIRECT1
@babel/plugin-transform-unicode-escapes • 7.24.1Compile ES2015 Unicode escapes to ES5DIRECT1
@babel/plugin-transform-unicode-property-regex • 7.24.1Compile Unicode property escapes in Unicode regular expressions to ES5.DIRECT18
@babel/plugin-transform-unicode-regex • 7.24.1Compile ES2015 Unicode regex to ES5DIRECT18
@babel/plugin-transform-unicode-sets-regex • 7.24.1Compile regular expressions' unicodeSets (v) flag.DIRECT18
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.DIRECT6
@babel/regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
@babel/runtime • 7.24.5babel's modular runtime helpersINDIRECT1
@babel/template • 7.24.0Generate an AST from a string template.INDIRECT16
@babel/types • 7.24.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
babel-plugin-polyfill-corejs2 • 0.4.11A Babel plugin to inject imports to core-js@2 polyfillsDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.4A Babel plugin to inject imports to core-js@3 polyfillsDIRECT25
babel-plugin-polyfill-regenerator • 0.6.2A Babel plugin to inject imports to regenerator-runtimeDIRECT24
browserslist • 4.23.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
core-js-compat • 3.37.1core-js compatDIRECT7
debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
escalade • 3.1.2A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-core-module • 2.13.1Is this specifier a node.js core module?INDIRECT2
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.14Node.js releases dataINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
regenerate-unicode-properties • 10.1.1Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.0The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.1.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
update-browserslist-db • 1.0.16CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
ISC5
PackageRelationDependenciesPublished
electron-to-chromium • 1.4.772Provides a list of electron-to-chromium version mappingsINDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
picocolors • 1.0.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.DIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.9.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001618A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40babel%2Fpreset-env)](https://licenses.dev/npm/%40babel%2Fpreset-env)
<a href="https://licenses.dev/npm/%40babel%2Fpreset-env">
  <img src="https://licenses.dev/b/npm/%40babel%2Fpreset-env" alt="licenses" />
</a>

Or the licenses badge code for the 7.24.5 version:

[![licenses](https://licenses.dev/b/npm/%40babel%2Fpreset-env/7.24.5)](https://licenses.dev/npm/%40babel%2Fpreset-env/7.24.5)
<a href="https://licenses.dev/npm/%40babel%2Fpreset-env/7.24.5">
  <img src="https://licenses.dev/b/npm/%40babel%2Fpreset-env/7.24.5" alt="licenses" />
</a>
GitHub