licenses.dev

metro-config v0.76.7

πŸš‡ Config parser for Metro.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT252
PackageRelationDependenciesPublished
@babel/code-frame β€’ 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data β€’ 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core β€’ 7.26.0Babel compiler core.INDIRECT38
@babel/generator β€’ 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure β€’ 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets β€’ 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin β€’ 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin β€’ 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider β€’ 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-environment-visitor β€’ 7.24.7Helper visitor to only visit nodes in the current 'this' contextINDIRECT3
@babel/helper-member-expression-to-functions β€’ 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports β€’ 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms β€’ 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression β€’ 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils β€’ 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator β€’ 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers β€’ 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers β€’ 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser β€’ 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier β€’ 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option β€’ 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function β€’ 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers β€’ 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser β€’ 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-proposal-async-generator-functions β€’ 7.20.7Turn async generator functions into ES2015 generatorsINDIRECT25
@babel/plugin-proposal-class-properties β€’ 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-proposal-export-default-from β€’ 7.25.9Compile export default to ES2015INDIRECT1
@babel/plugin-proposal-nullish-coalescing-operator β€’ 7.18.6Remove nullish coalescing operatorINDIRECT2
@babel/plugin-proposal-numeric-separator β€’ 7.18.6Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT2
@babel/plugin-proposal-object-rest-spread β€’ 7.20.7Compile object rest and spread to ES5INDIRECT16
@babel/plugin-proposal-optional-catch-binding β€’ 7.18.6Compile optional catch bindingsINDIRECT2
@babel/plugin-proposal-optional-chaining β€’ 7.21.0Transform optional chaining operators into a series of nil checksINDIRECT22
@babel/plugin-syntax-async-generators β€’ 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-class-properties β€’ 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-dynamic-import β€’ 7.8.3Allow parsing of import()INDIRECT1
@babel/plugin-syntax-export-default-from β€’ 7.25.9Allow parsing of export default fromINDIRECT1
@babel/plugin-syntax-flow β€’ 7.26.0Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx β€’ 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator β€’ 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator β€’ 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@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.9Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions β€’ 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-to-generator β€’ 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions β€’ 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping β€’ 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes β€’ 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties β€’ 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring β€’ 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-flow-strip-types β€’ 7.26.5Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of β€’ 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name β€’ 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-literals β€’ 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals β€’ 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs β€’ 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex β€’ 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-object-super β€’ 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-parameters β€’ 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals β€’ 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name β€’ 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-self β€’ 7.25.9Add a __self prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx-source β€’ 7.25.9Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx β€’ 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-runtime β€’ 7.25.9Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT45
@babel/plugin-transform-shorthand-properties β€’ 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread β€’ 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex β€’ 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals β€’ 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typescript β€’ 7.26.5Transform TypeScript into ES.nextINDIRECT28
@babel/plugin-transform-unicode-regex β€’ 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/runtime β€’ 7.26.0babel's modular runtime helpersINDIRECT1
@babel/template β€’ 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse β€’ 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types β€’ 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jest/schemas β€’ 29.6.3Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.INDIRECT1
@jest/types β€’ 27.5.1INDIRECT13
@jest/types β€’ 29.6.3This package contains shared types of Jest's packages.INDIRECT15
@jridgewell/gen-mapping β€’ 0.3.8Generate 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/source-map β€’ 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@jridgewell/sourcemap-codec β€’ 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping β€’ 0.3.25Trace the original position through a source mapINDIRECT2
@sinclair/typebox β€’ 0.27.8JSONSchema Type Builder with Static Type Resolution for TypeScriptINDIRECT0
@types/istanbul-lib-coverage β€’ 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report β€’ 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports β€’ 3.0.4TypeScript definitions for istanbul-reportsINDIRECT2
@types/node β€’ 22.10.6TypeScript definitions for nodeINDIRECT1
@types/yargs-parser β€’ 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs β€’ 16.0.9TypeScript definitions for yargsINDIRECT1
@types/yargs β€’ 17.0.33TypeScript definitions for yargsINDIRECT1
accepts β€’ 1.3.8Higher-level content negotiationINDIRECT3
acorn β€’ 8.14.0ECMAScript parserINDIRECT0
ansi-regex β€’ 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles β€’ 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles β€’ 5.2.0ANSI escape codes for styling strings in the terminalINDIRECT0
argparse β€’ 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
async β€’ 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
babel-plugin-polyfill-corejs2 β€’ 0.4.12A 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.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-syntax-trailing-function-commas β€’ 7.0.0-beta.0Compile trailing function commas to ES5INDIRECT0
babel-plugin-transform-flow-enums β€’ 0.0.2Babel transform for Flow Enums.INDIRECT2
babel-preset-fbjs β€’ 3.4.0Babel preset for Facebook projects.INDIRECT67
balanced-match β€’ 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion β€’ 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces β€’ 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist β€’ 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from β€’ 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
caller-callsite β€’ 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path β€’ 2.0.0Get the path of the caller functionINDIRECT2
callsites β€’ 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase β€’ 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` β†’ `fooBar`INDIRECT0
chalk β€’ 4.1.2Terminal string styling done rightINDIRECT5
ci-info β€’ 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
ci-info β€’ 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
color-convert β€’ 2.0.1Plain color conversion functionsINDIRECT1
color-name β€’ 1.1.4A list of color names and its valuesINDIRECT0
commander β€’ 2.13.0the complete solution for node.js command-line programsINDIRECT0
commander β€’ 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map β€’ 0.0.1concatenative mapdasheryINDIRECT0
connect β€’ 3.7.0High performance middleware frameworkDIRECT11
convert-source-map β€’ 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat β€’ 3.40.0core-js compatINDIRECT7
core-util-is β€’ 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig β€’ 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleDIRECT14
debug β€’ 2.6.9small debugging utilityINDIRECT1
debug β€’ 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
denodeify β€’ 1.2.1Tool to turn functions with Node-style callback APIs into functions that return PromisesINDIRECT0
ee-first β€’ 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex β€’ 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl β€’ 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
error-ex β€’ 1.3.2Easy error subclassing and stack customizationINDIRECT1
error-stack-parser β€’ 2.1.4Extract meaning from JS ErrorsINDIRECT1
escalade β€’ 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html β€’ 1.0.3Escape string for use in HTMLINDIRECT0
fill-range β€’ 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
finalhandler β€’ 1.1.2Node.js final http responderINDIRECT9
fsevents β€’ 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind β€’ 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync β€’ 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
globals β€’ 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag β€’ 4.0.0Check if argv has a specific flagINDIRECT0
hasown β€’ 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hermes-estree β€’ 0.12.0Flow types for the Flow-ESTree spec produced by the hermes parserINDIRECT0
hermes-parser β€’ 0.12.0A JavaScript parser built from the Hermes engineINDIRECT1
image-size β€’ 1.2.0get dimensions of any image fileINDIRECT2
import-fresh β€’ 2.0.0Import a module while bypassing the cacheINDIRECT4
invariant β€’ 2.2.4invariantINDIRECT2
is-arrayish β€’ 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module β€’ 2.16.1Is this specifier a node.js core module?INDIRECT2
is-directory β€’ 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-fullwidth-code-point β€’ 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-number β€’ 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
isarray β€’ 1.0.0Array#isArray for older browsersINDIRECT0
jest-get-type β€’ 29.6.3A utility function to get the type of a valueINDIRECT0
jest-regex-util β€’ 27.5.1INDIRECT0
jest-util β€’ 27.5.1INDIRECT17
jest-validate β€’ 29.7.0Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.DIRECT22
jest-worker β€’ 27.5.1Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
js-tokens β€’ 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml β€’ 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsesc β€’ 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc β€’ 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-better-errors β€’ 1.0.2JSON.parse with context information on errorINDIRECT0
json5 β€’ 2.2.3JSON for HumansINDIRECT0
leven β€’ 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lodash.debounce β€’ 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.throttle β€’ 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
loose-envify β€’ 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
merge-stream β€’ 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
metro-babel-transformer β€’ 0.76.7πŸš‡ Base Babel transformer for Metro.INDIRECT42
metro-cache-key β€’ 0.76.7πŸš‡ Cache key utility.INDIRECT0
metro-cache β€’ 0.76.7πŸš‡ Cache layers for Metro.DIRECT15
metro-core β€’ 0.76.7πŸš‡ Metro's core package.DIRECT2
metro-file-map β€’ 0.76.7[Experimental] - πŸš‡ File crawling, watching and mapping for MetroINDIRECT43
metro-inspector-proxy β€’ 0.76.7πŸš‡ Inspector proxy for React Native and dev tools integration.INDIRECT33
metro-minify-terser β€’ 0.76.7πŸš‡ Minifier for Metro based on Terser.INDIRECT12
metro-minify-uglify β€’ 0.76.7πŸš‡ Minifier for Metro based on Uglify.INDIRECT3
metro-react-native-babel-preset β€’ 0.76.7Babel preset for React Native applicationsINDIRECT115
metro-resolver β€’ 0.76.7πŸš‡ Implementation of Metro's resolution logic.INDIRECT0
metro-runtime β€’ 0.76.7πŸš‡ Module required for evaluating Metro bundles.DIRECT3
metro-source-map β€’ 0.76.7πŸš‡ Source map generator for Metro.INDIRECT36
metro-symbolicate β€’ 0.76.7πŸš‡ A tool to find the source location from JS bundles and stack traces.INDIRECT36
metro-transform-plugins β€’ 0.76.7πŸš‡ Transform plugins for Metro.INDIRECT40
metro-transform-worker β€’ 0.76.7πŸš‡ Transform worker for Metro.INDIRECT287
metro β€’ 0.76.7πŸš‡ The JavaScript bundler for React Native.DIRECT287
micromatch β€’ 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db β€’ 1.52.0Media Type DatabaseINDIRECT0
mime-types β€’ 2.1.35The ultimate javascript content-type utility.INDIRECT1
ms β€’ 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms β€’ 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator β€’ 0.6.3HTTP content negotiationINDIRECT0
node-abort-controller β€’ 3.1.1AbortController for Node based on EventEmitterINDIRECT0
node-fetch β€’ 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-int64 β€’ 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
node-releases β€’ 2.0.19Node.js releases dataINDIRECT0
normalize-path β€’ 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
nullthrows β€’ 1.1.1flow typed nullthrowsINDIRECT0
ob1 β€’ 0.76.7A small library for working with 0- and 1-based offsets in a type-checked way.INDIRECT0
on-finished β€’ 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
parse-json β€’ 4.0.0Parse JSON with more helpful errorsINDIRECT3
parseurl β€’ 1.3.3parse a url with memoizationINDIRECT0
path-is-absolute β€’ 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse β€’ 1.0.7Node.js path.parse() ponyfillINDIRECT0
picomatch β€’ 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
pretty-format β€’ 29.7.0Stringify any JavaScript value.INDIRECT4
process-nextick-args β€’ 2.0.1process.nextTick but always with argsINDIRECT0
queue β€’ 6.0.2asynchronous function queue with adjustable concurrencyINDIRECT1
react-is β€’ 18.3.1Brand checking of React Elements.INDIRECT0
react-refresh β€’ 0.4.3React is a JavaScript library for building user interfaces.INDIRECT0
readable-stream β€’ 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
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
regexpu-core β€’ 6.2.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
require-directory β€’ 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-from β€’ 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve β€’ 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer β€’ 5.1.2Safer Node.js Buffer APIINDIRECT0
serialize-error β€’ 2.1.0Serialize an error into a plain objectINDIRECT0
source-map-support β€’ 0.5.21Fixes stack traces for files with source mapsINDIRECT2
stackframe β€’ 1.3.4JS Object representation of a stack frameINDIRECT0
statuses β€’ 1.5.0HTTP status utilityINDIRECT0
string_decoder β€’ 1.1.1The string_decoder module from Node coreINDIRECT1
string-width β€’ 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi β€’ 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-color β€’ 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color β€’ 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag β€’ 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
throat β€’ 5.0.0Throttle the parallelism of an asynchronous (promise returning) function / functionsINDIRECT0
through2 β€’ 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
to-regex-range β€’ 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
tr46 β€’ 0.0.3An implementation of the Unicode TR46 specINDIRECT0
undici-types β€’ 6.20.0A stand-alone types package for UndiciINDIRECT0
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
unpipe β€’ 1.0.0Unpipe a stream from all destinationsINDIRECT0
update-browserslist-db β€’ 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate β€’ 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge β€’ 1.0.1merge() utility functionINDIRECT0
vlq β€’ 1.0.1Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
whatwg-url β€’ 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi β€’ 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws β€’ 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xtend β€’ 4.0.2extend like a bossINDIRECT0
yargs β€’ 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
ISC19
PackageRelationDependenciesPublished
anymatch β€’ 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
cliui β€’ 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
electron-to-chromium β€’ 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
fs.realpath β€’ 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file β€’ 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob β€’ 7.2.3a little globberINDIRECT10
graceful-fs β€’ 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight β€’ 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits β€’ 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache β€’ 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch β€’ 3.1.2a glob matcher in javascriptINDIRECT3
once β€’ 1.4.0Run a function exactly one timeINDIRECT1
picocolors β€’ 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
rimraf β€’ 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver β€’ 6.3.1The semantic version parser used by npm.INDIRECT0
wrappy β€’ 1.0.2Callback wrapping utilityINDIRECT0
y18n β€’ 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist β€’ 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser β€’ 21.1.1the mighty option parser used by yargsINDIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
makeerror β€’ 1.0.12A library to make errors.INDIRECT1
source-map β€’ 0.5.7Generates and consumes source mapsINDIRECT0
source-map β€’ 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js β€’ 1.0.3JavaScript sprintf implementationINDIRECT0
tmpl β€’ 1.0.5JavaScript micro templates.INDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
esprima β€’ 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
regjsparser β€’ 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser β€’ 5.37.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
uglify-es β€’ 3.3.9JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT2
webidl-conversions β€’ 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.04
PackageRelationDependenciesPublished
@ampproject/remapping β€’ 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
bser β€’ 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
fb-watchman β€’ 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
walker β€’ 1.0.8A simple directory tree walker.INDIRECT2
0BSD1
PackageRelationDependenciesPublished
jsc-safe-url β€’ 0.2.4Utility functions for converting to and from URLs that encode query string data into URL pathsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite β€’ 1.0.30001692A 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/metro-config)](https://licenses.dev/npm/metro-config)
<a href="https://licenses.dev/npm/metro-config">
  <img src="https://licenses.dev/b/npm/metro-config" alt="licenses" />
</a>

Or the licenses badge code for the 0.76.7 version:

[![licenses](https://licenses.dev/b/npm/metro-config/0.76.7)](https://licenses.dev/npm/metro-config/0.76.7)
<a href="https://licenses.dev/npm/metro-config/0.76.7">
  <img src="https://licenses.dev/b/npm/metro-config/0.76.7" alt="licenses" />
</a>
GitHub