licenses.dev

metro-react-native-babel-preset v0.56.4

Babel preset for React Native applications

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT109
PackageRelationDependenciesPublished
@babel/code-frame • 7.25.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.8INDIRECT0
@babel/generator • 7.25.7Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.25.7Helper function to build binary assignment operator visitorsINDIRECT28
@babel/helper-compilation-targets • 7.25.7Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.7Compile class public and private fields, private methods and decorators to ES6INDIRECT34
@babel/helper-create-regexp-features-plugin • 7.25.7Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.7Helper function to replace certain member expressions with function callsINDIRECT28
@babel/helper-module-imports • 7.25.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.7Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-optimise-call-expression • 7.25.7Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.25.7General utilities for plugins to useINDIRECT0
@babel/helper-replace-supers • 7.25.7Helper function to replace supersINDIRECT30
@babel/helper-simple-access • 7.25.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-skip-transparent-expression-wrappers • 7.25.7Helper which skips types and parenthesesINDIRECT28
@babel/helper-string-parser • 7.25.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.7Validate plugin/preset optionsINDIRECT0
@babel/highlight • 7.25.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.8A JavaScript parserINDIRECT4
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT36
@babel/plugin-proposal-export-default-from • 7.25.8Compile export default to ES2015DIRECT1
@babel/plugin-proposal-nullish-coalescing-operator • 7.18.6Remove nullish coalescing operatorDIRECT2
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5DIRECT16
@babel/plugin-proposal-optional-catch-binding • 7.18.6Compile optional catch bindingsDIRECT2
@babel/plugin-proposal-optional-chaining • 7.21.0Transform optional chaining operators into a series of nil checksDIRECT31
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()DIRECT1
@babel/plugin-syntax-export-default-from • 7.25.7Allow parsing of export default fromDIRECT1
@babel/plugin-syntax-flow • 7.25.7Allow parsing of the flow syntaxDIRECT1
@babel/plugin-syntax-jsx • 7.25.7Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-typescript • 7.25.7Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions • 7.25.7Compile ES2015 arrow functions to ES5DIRECT1
@babel/plugin-transform-block-scoping • 7.25.7Compile ES2015 block scoping (const and let) to ES5DIRECT1
@babel/plugin-transform-classes • 7.25.7Compile ES2015 classes to ES5DIRECT45
@babel/plugin-transform-computed-properties • 7.25.7Compile ES2015 computed properties to ES5DIRECT18
@babel/plugin-transform-destructuring • 7.25.7Compile ES2015 destructuring to ES5DIRECT1
@babel/plugin-transform-exponentiation-operator • 7.25.7Compile exponentiation operator to ES5DIRECT30
@babel/plugin-transform-flow-strip-types • 7.25.7Strip flow type annotations from your output code.DIRECT2
@babel/plugin-transform-for-of • 7.25.7Compile ES2015 for...of to ES5DIRECT30
@babel/plugin-transform-function-name • 7.25.7Apply ES2015 function.name semantics to all functionsDIRECT41
@babel/plugin-transform-literals • 7.25.7Compile ES2015 unicode string and number literals to ES5DIRECT1
@babel/plugin-transform-modules-commonjs • 7.25.7This plugin transforms ES2015 modules to CommonJSDIRECT32
@babel/plugin-transform-object-assign • 7.25.7Replace Object.assign with an inline helperDIRECT1
@babel/plugin-transform-parameters • 7.25.7Compile ES2015 default and rest parameters to ES5DIRECT1
@babel/plugin-transform-react-display-name • 7.25.7Add displayName to React.createClass callsDIRECT1
@babel/plugin-transform-react-jsx-source • 7.25.7Add a __source prop to all JSX ElementsDIRECT1
@babel/plugin-transform-react-jsx • 7.25.7Turn JSX into React function callsDIRECT32
@babel/plugin-transform-regenerator • 7.25.7Explode async and generator functions into a state machine.DIRECT4
@babel/plugin-transform-runtime • 7.25.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT54
@babel/plugin-transform-shorthand-properties • 7.25.7Compile ES2015 shorthand properties to ES5DIRECT1
@babel/plugin-transform-spread • 7.25.7Compile ES2015 spread to ES5DIRECT30
@babel/plugin-transform-sticky-regex • 7.25.7Compile ES2015 sticky regex to an ES5 RegExp constructorDIRECT1
@babel/plugin-transform-template-literals • 7.25.7Compile ES2015 template literals to ES5DIRECT1
@babel/plugin-transform-typescript • 7.25.7Transform TypeScript into ES.nextDIRECT37
@babel/plugin-transform-unicode-regex • 7.25.7Compile ES2015 Unicode regex to ES5DIRECT18
@babel/runtime • 7.25.7babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.7Generate an AST from a string template.DIRECT16
@babel/traverse • 7.25.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.8Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
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 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.2A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
browserslist • 4.24.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.38.1core-js compatINDIRECT7
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
escalade • 3.2.0A 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.15.1Is this specifier a node.js core module?INDIRECT2
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.0.2Given 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
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
react-refresh • 0.4.3React is a JavaScript library for building user interfaces.DIRECT0
regenerate-unicode-properties • 10.2.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-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 • 6.1.1regexpu’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
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.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
update-browserslist-db • 1.1.1CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
ISC5
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.38Provides 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.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001668A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
regjsparser • 0.11.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/metro-react-native-babel-preset)](https://licenses.dev/npm/metro-react-native-babel-preset)
<a href="https://licenses.dev/npm/metro-react-native-babel-preset">
  <img src="https://licenses.dev/b/npm/metro-react-native-babel-preset" alt="licenses" />
</a>

Or the licenses badge code for the 0.56.4 version:

[![licenses](https://licenses.dev/b/npm/metro-react-native-babel-preset/0.56.4)](https://licenses.dev/npm/metro-react-native-babel-preset/0.56.4)
<a href="https://licenses.dev/npm/metro-react-native-babel-preset/0.56.4">
  <img src="https://licenses.dev/b/npm/metro-react-native-babel-preset/0.56.4" alt="licenses" />
</a>
GitHub