licenses.dev

@react-native-community/cli-plugin-metro v7.0.4

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT290
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.29.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.29.7Babel compiler core.INDIRECT38
@babel/generator • 7.29.7Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.29.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.29.7Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.29.7Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill providerINDIRECT25
@babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.29.7Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.29.7Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.29.7General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.29.7Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.29.7Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.29.7Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.29.7Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.29.7Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.29.7Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.7A JavaScript parserINDIRECT3
@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.29.7Compile 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-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.29.7Allow parsing of export default fromINDIRECT1
@babel/plugin-syntax-flow • 7.29.7Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx • 7.29.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.29.7Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions • 7.29.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-to-generator • 7.29.7Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.29.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.29.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes • 7.29.7Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.29.7Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.29.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-exponentiation-operator • 7.29.7Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-flow-strip-types • 7.29.7Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.29.7Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.29.7Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-literals • 7.29.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals • 7.29.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-object-assign • 7.29.7Replace Object.assign with an inline helperINDIRECT1
@babel/plugin-transform-object-super • 7.29.7Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-parameters • 7.29.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals • 7.29.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.29.7Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-self • 7.29.7Add a __self prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx-source • 7.29.7Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx • 7.29.7Turn JSX into React function callsINDIRECT22
@babel/plugin-transform-regenerator • 7.29.7Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-runtime • 7.29.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT46
@babel/plugin-transform-shorthand-properties • 7.29.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.29.7Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.29.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.29.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typescript • 7.29.7Transform TypeScript into ES.nextINDIRECT27
@babel/plugin-transform-unicode-regex • 7.29.7Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/template • 7.29.7Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.29.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.29.7Babel 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/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 • 7.0.3INDIRECT21
@react-native-community/cli-server-api • 7.0.4DIRECT73
@react-native-community/cli-tools • 6.2.1DIRECT17
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsINDIRECT2
@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 • 26.1.1TypeScript definitions for nodeINDIRECT1
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.20TypeScript definitions for yargsINDIRECT1
@types/yargs • 16.0.11TypeScript definitions for yargsINDIRECT1
absolute-path • 0.0.0Node.js 0.11.x path.isAbsolute as a separate moduleINDIRECT0
accepts • 1.3.8Higher-level content negotiationINDIRECT3
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 • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
babel-plugin-polyfill-corejs2 • 0.4.17A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT26
babel-plugin-polyfill-corejs3 • 0.13.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-regenerator • 0.6.8A Babel plugin to inject imports to regenerator-runtimeINDIRECT26
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
brace-expansion • 1.1.16Brace 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.28.7Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
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 • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
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
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
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.49.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
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
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
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
error-stack-parser • 2.1.4Extract meaning from JS ErrorsINDIRECT1
errorhandler • 1.5.2Development-only error handler middlewareINDIRECT5
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
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
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 • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 1.0.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
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
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hermes-estree • 0.5.0Flow types for the Flow-ESTree spec produced by the hermes parserINDIRECT0
hermes-parser • 0.5.0A JavaScript parser built from the Hermes engineINDIRECT1
http-errors • 2.0.1Create 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.2Is 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
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-haste-map • 27.5.1INDIRECT38
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 • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
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.15.0YAML 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
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
leven • 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
locate-path • 5.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
lodash • 4.18.1Lodash modular utilities.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.67.0🚇 Base Babel transformer for Metro.INDIRECT59
metro-cache-key • 0.67.0🚇 Cache key utility.INDIRECT0
metro-cache • 0.67.0🚇 Cache layers for Metro.INDIRECT57
metro-config • 0.67.0🚇 Config parser for Metro.DIRECT293
metro-core • 0.67.0🚇 Metro's core package.DIRECT42
metro-hermes-compiler • 0.67.0🚇 Hermes bytecode compiler for Metro.INDIRECT0
metro-inspector-proxy • 0.67.0🚇 Inspector proxy for React Native and dev tools integration.INDIRECT39
metro-minify-uglify • 0.67.0🚇 Minifier for Metro based on Uglify.INDIRECT3
metro-react-native-babel-preset • 0.67.0Babel preset for React Native applicationsINDIRECT113
metro-react-native-babel-transformer • 0.67.0Babel transformer for React Native applications.DIRECT142
metro-resolver • 0.67.0🚇 Implementation of Metro's resolution logic.DIRECT1
metro-runtime • 0.67.0🚇 Module required for evaluating Metro bundles.DIRECT0
metro-source-map • 0.67.0🚇 Source map generator for Metro.INDIRECT35
metro-symbolicate • 0.67.0🚇 A tool to find the source location from JS bundles and stack traces.INDIRECT35
metro-transform-plugins • 0.67.0🚇 Transform plugins for Metro.INDIRECT40
metro-transform-worker • 0.67.0🚇 Transform worker for Metro.INDIRECT293
metro • 0.67.0🚇 The JavaScript bundler for React Native.DIRECT293
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
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
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
nocache • 2.1.0Middleware 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.51Node.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.67.0A 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
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
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-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
picomatch • 2.3.2Blazing 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
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
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.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
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.2Better 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.3Serve static filesINDIRECT20
shell-quote • 1.10.0quote and parse shell commandsINDIRECT0
stackframe • 1.3.4JS Object representation of a stack frameINDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.2HTTP 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
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 • 8.3.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.2.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
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 7.5.13Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
ISC23
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
electron-to-chromium • 1.5.396Provides 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.5a 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
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
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
Apache-2.04
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.11.3A 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
BSD-2-Clause4
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
regjsparser • 0.13.2Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
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
non-standard1
PackageRelationDependenciesPublished
readline • 1.3.0Simple streaming readline module.DIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001806A 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 7.0.4 version:

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