licenses.dev

@babel/preset-env v8.0.6

A Babel preset for each environment.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT108
PackageRelationDependenciesPublished
@babel/code-frame • 8.0.6Generate errors that contain a code frame that point to source locations.INDIRECT2
@babel/compat-data • 8.0.5The compat-data to determine required Babel pluginsDIRECT0
@babel/generator • 8.0.6Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 8.0.0Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 8.0.6Helper functions on Babel compilation targetsDIRECT12
@babel/helper-create-class-features-plugin • 8.0.6Compile class public and private fields, private methods and decorators to ES6INDIRECT23
@babel/helper-create-regexp-features-plugin • 8.0.5Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 1.0.0Babel helper to create your own polyfill providerINDIRECT15
@babel/helper-globals • 8.0.6A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 8.0.5Helper function to replace certain member expressions with function callsINDIRECT17
@babel/helper-module-imports • 8.0.0Babel helper functions for inserting module loadsINDIRECT17
@babel/helper-module-transforms • 8.0.6Babel helper functions for implementing ES6 module transformationsINDIRECT18
@babel/helper-optimise-call-expression • 8.0.0Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 8.0.1General utilities for plugins to useDIRECT0
@babel/helper-remap-async-to-generator • 8.0.1Helper function to remap async functions to generatorsINDIRECT19
@babel/helper-replace-supers • 8.0.1Helper function to replace supersINDIRECT19
@babel/helper-skip-transparent-expression-wrappers • 8.0.0Helper which skips types and parenthesesINDIRECT17
@babel/helper-string-parser • 8.0.6A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 8.0.6Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 8.0.0Validate plugin/preset optionsDIRECT0
@babel/helper-wrap-function • 8.0.0Helper to wrap functions inside a function call.INDIRECT17
@babel/parser • 8.0.6A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 8.0.1Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677DIRECT1
@babel/plugin-bugfix-safari-class-field-initializer-scope • 8.0.1Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843DIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 8.0.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517DIRECT1
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 8.0.6Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect resultsDIRECT19
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 8.0.1Transform optional chaining operators to workaround https://crbug.com/v8/11558DIRECT20
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 8.0.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421DIRECT1
@babel/plugin-transform-arrow-functions • 8.0.1Compile ES2015 arrow functions to ES5DIRECT1
@babel/plugin-transform-async-generator-functions • 8.0.6Turn async generator functions into ES2015 generatorsDIRECT21
@babel/plugin-transform-async-to-generator • 8.0.1Turn async functions into ES2015 generatorsDIRECT22
@babel/plugin-transform-block-scoped-functions • 8.0.1Babel plugin to ensure function declarations at the block level are block scopedDIRECT1
@babel/plugin-transform-block-scoping • 8.0.5Compile ES2015 block scoping (const and let) to ES5DIRECT1
@babel/plugin-transform-class-properties • 8.0.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT25
@babel/plugin-transform-class-static-block • 8.0.5Transform class static blocksDIRECT25
@babel/plugin-transform-classes • 8.0.5Compile ES2015 classes to ES5DIRECT35
@babel/plugin-transform-computed-properties • 8.0.1Compile ES2015 computed properties to ES5DIRECT1
@babel/plugin-transform-destructuring • 8.0.5Compile ES2015 destructuring to ES5DIRECT1
@babel/plugin-transform-dotall-regex • 8.0.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.DIRECT17
@babel/plugin-transform-duplicate-keys • 8.0.1Compile objects with duplicate keys to valid strict ES5DIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 8.0.1Compile regular expressions using duplicate named groups to index-based groups.DIRECT17
@babel/plugin-transform-dynamic-import • 8.0.1Transform import() expressionsDIRECT1
@babel/plugin-transform-explicit-resource-management • 8.0.5Compile `using` and `await using` declarations to ES2015DIRECT2
@babel/plugin-transform-exponentiation-operator • 8.0.1Compile exponentiation operator to ES5DIRECT1
@babel/plugin-transform-export-namespace-from • 8.0.1Compile export namespace to ES2015DIRECT1
@babel/plugin-transform-for-of • 8.0.1Compile ES2015 for...of to ES5DIRECT19
@babel/plugin-transform-function-name • 8.0.1Apply ES2015 function.name semantics to all functionsDIRECT14
@babel/plugin-transform-json-strings • 8.0.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsDIRECT1
@babel/plugin-transform-literals • 8.0.1Compile ES2015 unicode string and number literals to ES5DIRECT1
@babel/plugin-transform-logical-assignment-operators • 8.0.1Transforms logical assignment operators into short-circuited assignmentsDIRECT1
@babel/plugin-transform-member-expression-literals • 8.0.1Ensure that reserved words are quoted in property accessesDIRECT1
@babel/plugin-transform-modules-amd • 8.0.1This plugin transforms ES2015 modules to AMDDIRECT20
@babel/plugin-transform-modules-commonjs • 8.0.1This plugin transforms ES2015 modules to CommonJSDIRECT20
@babel/plugin-transform-modules-systemjs • 8.0.1This plugin transforms ES2015 modules to SystemJSDIRECT20
@babel/plugin-transform-modules-umd • 8.0.1This plugin transforms ES2015 modules to UMDDIRECT20
@babel/plugin-transform-named-capturing-groups-regex • 8.0.1Compile regular expressions using named groups to ES5.DIRECT17
@babel/plugin-transform-new-target • 8.0.1Transforms new.target meta propertyDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 8.0.1Remove nullish coalescing operatorDIRECT1
@babel/plugin-transform-numeric-separator • 8.0.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsDIRECT1
@babel/plugin-transform-object-rest-spread • 8.0.1Compile object rest and spread to ES5DIRECT16
@babel/plugin-transform-object-super • 8.0.1Compile ES2015 object super to ES5DIRECT21
@babel/plugin-transform-optional-catch-binding • 8.0.1Compile optional catch bindingsDIRECT1
@babel/plugin-transform-optional-chaining • 8.0.5Transform optional chaining operators into a series of nil checksDIRECT19
@babel/plugin-transform-parameters • 8.0.5Compile ES2015 default and rest parameters to ES5DIRECT1
@babel/plugin-transform-private-methods • 8.0.1This plugin transforms private class methodsDIRECT25
@babel/plugin-transform-private-property-in-object • 8.0.5This plugin transforms checks for a private property in an objectDIRECT25
@babel/plugin-transform-property-literals • 8.0.1Ensure that reserved words are quoted in object property keysDIRECT1
@babel/plugin-transform-regenerator • 8.0.6Explode async and generator functions into a state machine.DIRECT1
@babel/plugin-transform-regexp-modifiers • 8.0.1Compile inline regular expression modifiersDIRECT17
@babel/plugin-transform-reserved-words • 8.0.1Ensure that no reserved words are used.DIRECT1
@babel/plugin-transform-shorthand-properties • 8.0.1Compile ES2015 shorthand properties to ES5DIRECT1
@babel/plugin-transform-spread • 8.0.5Compile ES2015 spread to ES5DIRECT19
@babel/plugin-transform-sticky-regex • 8.0.1Compile ES2015 sticky regex to an ES5 RegExp constructorDIRECT1
@babel/plugin-transform-template-literals • 8.0.1Compile ES2015 template literals to ES5DIRECT1
@babel/plugin-transform-typeof-symbol • 8.0.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)DIRECT1
@babel/plugin-transform-unicode-escapes • 8.0.1Compile ES2015 Unicode escapes to ES5DIRECT1
@babel/plugin-transform-unicode-property-regex • 8.0.1Compile Unicode property escapes in Unicode regular expressions to ES5.DIRECT17
@babel/plugin-transform-unicode-regex • 8.0.1Compile ES2015 Unicode regex to ES5DIRECT17
@babel/plugin-transform-unicode-sets-regex • 8.0.1Compile regular expressions' unicodeSets (v) flag.DIRECT17
@babel/preset-modules • 0.2.0A Babel preset that targets modern browsers by fixing engine bugs.DIRECT20
@babel/template • 8.0.0Generate an AST from a string template.INDIRECT6
@babel/traverse • 8.0.6The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT16
@babel/types • 8.0.6Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.4.0-beta.0Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.6.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@types/jsesc • 2.5.1TypeScript definitions for jsescINDIRECT0
babel-plugin-polyfill-corejs3 • 1.0.0A Babel plugin to inject imports to core-js@3 polyfillsDIRECT17
browserslist • 4.29.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
core-js-compat • 3.50.0core-js compatDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
flru • 1.0.2A tiny (215B) and fast Least Recently Used (LRU) cacheINDIRECT0
js-tokens • 10.0.0Tiny JavaScript tokenizer.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
node-releases • 2.0.56Node.js releases dataINDIRECT0
obug • 2.2.1A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.INDIRECT0
regenerate-unicode-properties • 10.2.2Regenerate 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
regexpu-core • 6.4.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The 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.2.1Match 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.2.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
update-browserslist-db • 1.3.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
verkit • 0.3.2Fast, zero-dependency SemVer for ESM and TypeScript, with functional, tree-shakeable APIs.DIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.13.3Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
ISC2
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.433Provides a list of electron-to-chromium version mappingsINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.11.25A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001810A 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 8.0.6 version:

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