licenses.dev

@react-native-community/cli-plugin-metro v10.2.3

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT319
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.28.4The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.28.4Babel compiler core.INDIRECT38
@babel/generator • 7.28.3Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.27.3Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.27.2Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.28.3Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.27.1Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.5Babel helper to create your own polyfill providerINDIRECT24
@babel/helper-environment-visitor • 7.24.7Helper visitor to only visit nodes in the current 'this' contextINDIRECT3
@babel/helper-globals • 7.28.0A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.27.1Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.27.1Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.28.3Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.27.1Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.27.1General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.27.1Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.27.1Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.27.1Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.27.1Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.28.3Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.28.4Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.28.4A JavaScript parserINDIRECT3
@babel/plugin-proposal-async-generator-functions • 7.20.7Turn async generator functions into ES2015 generatorsINDIRECT24
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-proposal-export-default-from • 7.27.1Compile export default to ES2015INDIRECT1
@babel/plugin-proposal-nullish-coalescing-operator • 7.18.6Remove nullish coalescing operatorINDIRECT2
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5INDIRECT17
@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 checksINDIRECT21
@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.27.1Allow parsing of export default fromINDIRECT1
@babel/plugin-syntax-flow • 7.27.1Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx • 7.27.1Allow 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.27.1Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions • 7.27.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-to-generator • 7.27.1Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.27.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.28.4Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes • 7.28.4Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.27.1Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.28.0Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-flow-strip-types • 7.27.1Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.27.1Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.27.1Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-literals • 7.27.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals • 7.27.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs • 7.27.1This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.27.1Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-object-super • 7.27.1Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-parameters • 7.27.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals • 7.27.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.28.0Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-self • 7.27.1Add a __self prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx-source • 7.27.1Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx • 7.27.1Turn JSX into React function callsINDIRECT22
@babel/plugin-transform-runtime • 7.28.3Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT45
@babel/plugin-transform-shorthand-properties • 7.27.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.27.1Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.27.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.27.1Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typescript • 7.28.0Transform TypeScript into ES.nextINDIRECT27
@babel/plugin-transform-unicode-regex • 7.27.1Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/runtime • 7.28.4babel's modular runtime helpersINDIRECT0
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.28.4The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.28.4Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jest/types • 26.6.2INDIRECT13
@jest/types • 27.5.1INDIRECT13
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/source-map • 0.3.11Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT4
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@react-native-community/cli-debugger-ui • 10.0.0INDIRECT22
@react-native-community/cli-server-api • 10.1.1DIRECT99
@react-native-community/cli-tools • 10.1.1DIRECT46
@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 • 24.7.2TypeScript definitions for nodeINDIRECT1
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@types/yargs • 16.0.9TypeScript definitions for yargsINDIRECT1
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
absolute-path • 0.0.0Node.js 0.11.x path.isAbsolute as a separate moduleINDIRECT0
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn • 8.15.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
appdirsjs • 1.2.7OS-dependent application paths for cache, data and config directoriesINDIRECT0
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.14A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT25
babel-plugin-polyfill-corejs3 • 0.13.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT26
babel-plugin-polyfill-regenerator • 0.6.5A Babel plugin to inject imports to regenerator-runtimeINDIRECT25
babel-plugin-syntax-trailing-function-commas • 7.0.0-beta.0Compile trailing function commas to ES5INDIRECT0
babel-preset-fbjs • 3.4.0Babel preset for Facebook projects.INDIRECT67
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
brace-expansion • 1.1.12Brace 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.26.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
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 rightDIRECT5
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
ci-info • 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
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
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.8.1Node.js compression middlewareINDIRECT9
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect • 3.7.0High performance middleware frameworkINDIRECT11
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.46.0core-js compatINDIRECT8
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 moduleINDIRECT14
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
denodeify • 1.2.1Tool to turn functions with Node-style callback APIs into functions that return PromisesINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
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
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
error-stack-parser • 2.1.4Extract meaning from JS ErrorsINDIRECT1
errorhandler • 1.5.1Development-only error handler middlewareINDIRECT5
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
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
execa • 1.0.0A better `child_process`DIRECT18
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
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fresh • 0.5.2HTTP response freshness testingINDIRECT0
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
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
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.8.0Flow types for the Flow-ESTree spec produced by the hermes parserINDIRECT0
hermes-parser • 0.8.0A JavaScript parser built from the Hermes engineINDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
image-size • 0.6.3get dimensions of any image fileINDIRECT0
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-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
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
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
jest-get-type • 26.3.0A utility function to get the type of a valueINDIRECT0
jest-regex-util • 27.5.1INDIRECT0
jest-serializer • 27.5.1Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `unINDIRECT3
jest-util • 27.5.1INDIRECT17
jest-validate • 26.6.2Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.INDIRECT20
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.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
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
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
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
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.73.10🚇 Base Babel transformer for Metro.INDIRECT59
metro-cache-key • 0.73.10🚇 Cache key utility.INDIRECT0
metro-cache • 0.73.10🚇 Cache layers for Metro.INDIRECT16
metro-config • 0.73.10🚇 Config parser for Metro.DIRECT285
metro-core • 0.73.10🚇 Metro's core package.DIRECT3
metro-file-map • 0.73.10[Experimental] - 🚇 File crawling, watching and mapping for MetroINDIRECT45
metro-hermes-compiler • 0.73.10🚇 Hermes bytecode compiler for Metro.INDIRECT0
metro-inspector-proxy • 0.73.10🚇 Inspector proxy for React Native and dev tools integration.INDIRECT29
metro-minify-terser • 0.73.10🚇 Minifier for Metro based on Terser.INDIRECT11
metro-minify-uglify • 0.73.10🚇 Minifier for Metro based on Uglify.INDIRECT3
metro-react-native-babel-preset • 0.73.10Babel preset for React Native applicationsINDIRECT112
metro-react-native-babel-transformer • 0.73.10Babel transformer for React Native applications.DIRECT142
metro-resolver • 0.73.10🚇 Implementation of Metro's resolution logic.DIRECT1
metro-runtime • 0.73.10🚇 Module required for evaluating Metro bundles.DIRECT2
metro-source-map • 0.73.10🚇 Source map generator for Metro.INDIRECT35
metro-symbolicate • 0.73.10🚇 A tool to find the source location from JS bundles and stack traces.INDIRECT35
metro-transform-plugins • 0.73.10🚇 Transform plugins for Metro.INDIRECT40
metro-transform-worker • 0.73.10🚇 Transform worker for Metro.INDIRECT285
metro • 0.73.10🚇 The JavaScript bundler for React Native.DIRECT285
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-db • 1.54.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
negotiator • 0.6.4HTTP content negotiationINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
nocache • 3.0.4Middleware to destroy cachingINDIRECT0
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.23Node.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
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
nullthrows • 1.1.1flow typed nullthrowsINDIRECT0
ob1 • 0.73.10A 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
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.1.0Execute a listener when a response is about to write headersINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
ora • 5.4.1Elegant terminal spinnerINDIRECT29
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
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 • 26.6.2Stringify any JavaScript value.INDIRECT16
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 3.0.3pipe streams together and close all of them if one of them closesINDIRECT3
range-parser • 1.2.1Range header field string parserINDIRECT0
react-is • 17.0.2Brand 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
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
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
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
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
rimraf • 2.2.8A deep deletion module for node (like `rm -rf`)INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serialize-error • 2.1.0Serialize an error into a plain objectINDIRECT0
serve-static • 1.16.2Serve static filesINDIRECT21
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shell-quote • 1.8.3quote and parse shell commandsINDIRECT0
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
statuses • 2.0.1HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The 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
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
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
temp • 0.8.3Temporary files and directoriesINDIRECT2
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
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
undici-types • 7.14.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.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
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
update-browserslist-db • 1.1.3CLI 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
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vlq • 1.0.1Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
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
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC24
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.234Provides 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
isexe • 2.0.0Minimal module to check if a file is executable.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 • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
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-Clause6
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
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.13.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 5.44.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT10
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
baseline-browser-mapping • 2.8.16A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
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
non-standard1
PackageRelationDependenciesPublished
readline • 1.3.0Simple streaming readline module.DIRECT0
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.30001750A 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/%40react-native-community%2Fcli-plugin-metro)](https://licenses.dev/npm/%40react-native-community%2Fcli-plugin-metro)
<a href="https://licenses.dev/npm/%40react-native-community%2Fcli-plugin-metro">
  <img src="https://licenses.dev/b/npm/%40react-native-community%2Fcli-plugin-metro" alt="licenses" />
</a>

Or the licenses badge code for the 10.2.3 version:

[![licenses](https://licenses.dev/b/npm/%40react-native-community%2Fcli-plugin-metro/10.2.3)](https://licenses.dev/npm/%40react-native-community%2Fcli-plugin-metro/10.2.3)
<a href="https://licenses.dev/npm/%40react-native-community%2Fcli-plugin-metro/10.2.3">
  <img src="https://licenses.dev/b/npm/%40react-native-community%2Fcli-plugin-metro/10.2.3" alt="licenses" />
</a>
GitHub