licenses.dev

@babel/preset-env v7.0.0-rc.2

A Babel preset for each environment.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT92
PackageRelationDependenciesPublished
@babel/code-frame • 7.0.0-rc.2Generate errors that contain a code frame that point to source locations.INDIRECT10
@babel/generator • 7.0.0-rc.2Turns an AST into code.INDIRECT7
@babel/helper-annotate-as-pure • 7.0.0-rc.2Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.0.0-rc.2Helper function to build binary assignment operator visitorsINDIRECT28
@babel/helper-call-delegate • 7.0.0-rc.2Helper function to call delegateINDIRECT28
@babel/helper-define-map • 7.0.0-rc.2Helper function to define a mapINDIRECT18
@babel/helper-explode-assignable-expression • 7.0.0-rc.2Helper function to explode an assignable expressionINDIRECT27
@babel/helper-function-name • 7.0.0-rc.2Helper function to change the property 'name' of every functionINDIRECT17
@babel/helper-get-function-arity • 7.0.0-rc.2Helper function to get function arityINDIRECT4
@babel/helper-hoist-variables • 7.0.0-rc.2Helper function to hoist variablesINDIRECT4
@babel/helper-member-expression-to-functions • 7.0.0-rc.2Helper function to replace certain member expressions with function callsINDIRECT4
@babel/helper-module-imports • 7.0.0-rc.2Babel helper functions for inserting module loadsDIRECT4
@babel/helper-module-transforms • 7.0.0-rc.2Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.0.0-rc.2Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.0.0-rc.2General utilities for plugins to useDIRECT0
@babel/helper-regex • 7.0.0-rc.2Helper function to check for literal RegExINDIRECT1
@babel/helper-remap-async-to-generator • 7.0.0-rc.2Helper function to remap async functions to generatorsINDIRECT29
@babel/helper-replace-supers • 7.0.0-rc.2Helper function to replace supersINDIRECT29
@babel/helper-simple-access • 7.0.0-rc.2Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT16
@babel/helper-split-export-declaration • 7.0.0-rc.2>INDIRECT4
@babel/helper-wrap-function • 7.0.0-rc.2Helper to wrap functions inside a function call.INDIRECT27
@babel/highlight • 7.0.0-rc.2Syntax highlight JavaScript strings for output in terminals.INDIRECT9
@babel/parser • 7.0.0-rc.2A JavaScript parserINDIRECT0
@babel/plugin-proposal-async-generator-functions • 7.0.0-rc.2Turn async generator functions into ES2015 generatorsDIRECT32
@babel/plugin-proposal-json-strings • 7.0.0-rc.2Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsDIRECT2
@babel/plugin-proposal-object-rest-spread • 7.0.0-rc.2Compile object rest and spread to ES5DIRECT2
@babel/plugin-proposal-optional-catch-binding • 7.0.0-rc.2Compile optional catch bindingsDIRECT2
@babel/plugin-proposal-unicode-property-regex • 7.0.0-rc.2Compile Unicode property escapes in Unicode regular expressions to ES5.DIRECT13
@babel/plugin-syntax-async-generators • 7.0.0-rc.2Allow parsing of async generator functionsDIRECT1
@babel/plugin-syntax-json-strings • 7.0.0-rc.2Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.0.0-rc.2Allow parsing of object rest/spreadDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.0.0-rc.2Allow parsing of optional catch bindingsDIRECT1
@babel/plugin-transform-arrow-functions • 7.0.0-rc.2Compile ES2015 arrow functions to ES5DIRECT1
@babel/plugin-transform-async-to-generator • 7.0.0-rc.2Turn async functions into ES2015 generatorsDIRECT32
@babel/plugin-transform-block-scoped-functions • 7.0.0-rc.2Babel plugin to ensure function declarations at the block level are block scopedDIRECT1
@babel/plugin-transform-block-scoping • 7.0.0-rc.2Compile ES2015 block scoping (const and let) to ES5DIRECT2
@babel/plugin-transform-classes • 7.0.0-rc.2Compile ES2015 classes to ES5DIRECT33
@babel/plugin-transform-computed-properties • 7.0.0-rc.2Compile ES2015 computed properties to ES5DIRECT1
@babel/plugin-transform-destructuring • 7.0.0-rc.2Compile ES2015 destructuring to ES5DIRECT1
@babel/plugin-transform-dotall-regex • 7.0.0-rc.2Compile regular expressions using the `s` (`dotAll`) flag to ES5.DIRECT13
@babel/plugin-transform-duplicate-keys • 7.0.0-rc.2Compile objects with duplicate keys to valid strict ES5DIRECT1
@babel/plugin-transform-exponentiation-operator • 7.0.0-rc.2Compile exponentiation operator to ES5DIRECT30
@babel/plugin-transform-for-of • 7.0.0-rc.2Compile ES2015 for...of to ES5DIRECT1
@babel/plugin-transform-function-name • 7.0.0-rc.2Apply ES2015 function.name semantics to all functionsDIRECT19
@babel/plugin-transform-literals • 7.0.0-rc.2Compile ES2015 unicode string and number literals to ES5DIRECT1
@babel/plugin-transform-modules-amd • 7.0.0-rc.2This plugin transforms ES2015 modules to AMDDIRECT21
@babel/plugin-transform-modules-commonjs • 7.0.0-rc.2This plugin transforms ES2015 modules to CommonJSDIRECT21
@babel/plugin-transform-modules-systemjs • 7.0.0-rc.2This plugin transforms ES2015 modules to SystemJSDIRECT6
@babel/plugin-transform-modules-umd • 7.0.0-rc.2This plugin transforms ES2015 modules to UMDDIRECT21
@babel/plugin-transform-new-target • 7.0.0-rc.2Transforms new.target meta propertyDIRECT1
@babel/plugin-transform-object-super • 7.0.0-rc.2Compile ES2015 object super to ES5DIRECT31
@babel/plugin-transform-parameters • 7.0.0-rc.2Compile ES2015 default and rest parameters to ES5DIRECT30
@babel/plugin-transform-regenerator • 7.0.0-rc.2Explode async and generator functions into a state machine.DIRECT2
@babel/plugin-transform-shorthand-properties • 7.0.0-rc.2Compile ES2015 shorthand properties to ES5DIRECT1
@babel/plugin-transform-spread • 7.0.0-rc.2Compile ES2015 spread to ES5DIRECT1
@babel/plugin-transform-sticky-regex • 7.0.0-rc.2Compile ES2015 sticky regex to an ES5 RegExp constructorDIRECT3
@babel/plugin-transform-template-literals • 7.0.0-rc.2Compile ES2015 template literals to ES5DIRECT6
@babel/plugin-transform-typeof-symbol • 7.0.0-rc.2This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)DIRECT1
@babel/plugin-transform-unicode-regex • 7.0.0-rc.2Compile ES2015 Unicode regex to ES5DIRECT13
@babel/template • 7.0.0-rc.2Generate an AST from a string template.INDIRECT15
@babel/traverse • 7.0.0-rc.2The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT26
@babel/types • 7.0.0-rc.2Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
browserslist • 3.2.8Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetDIRECT2
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
debug • 3.2.7small debugging utilityINDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
invariant • 2.2.4invariantDIRECT2
js-levenshtein • 1.1.6The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.DIRECT0
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
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
regenerate-unicode-properties • 9.0.0Regenerate 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-transform • 0.13.4Explode async and generator functions into a state machine.INDIRECT1
regexpu-core • 4.8.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.5.2Generate regular expressions from regjsparser’s AST.INDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightINDIRECT0
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.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
ISC2
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.76Provides a list of electron-to-chromium version mappingsINDIRECT0
semver • 5.7.2The semantic version parser used by npm.DIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.7.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001690A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
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.0.0-rc.2 version:

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