licenses.dev

react-dev-utils v12.0.1

webpack utilities used by Create React App

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT113
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.DIRECT3
@babel/helper-validator-identifier • 7.28.5Validate identifier/keywords nameINDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
address • 1.2.2Get current machine IP, MAC and DNS servers.DIRECT0
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
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.28.1Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetDIRECT7
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
chalk • 4.1.2Terminal string styling done rightDIRECT5
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cosmiconfig • 6.0.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT16
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncDIRECT5
debug • 2.6.9small debugging utilityINDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
detect-port-alt • 1.1.6detect available portDIRECT3
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
duplexer • 0.1.2Creates a duplex streamINDIRECT0
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
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
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesDIRECT5
fork-ts-checker-webpack-plugin • 6.5.3Runs typescript type checker and linter on separate process.DIRECT68
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
global-modules • 2.0.0The directory used by npm for globally installed npm modules.DIRECT5
global-prefix • 3.0.0Get the npm global path prefix.INDIRECT4
globby • 11.1.0User-friendly glob matchingDIRECT23
gzip-size • 6.0.0Get the gzipped size of a string or bufferDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immer • 9.0.21Create your next immutable state by mutating the current oneDIRECT0
import-fresh • 3.3.1Import a module while bypassing the cacheINDIRECT3
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
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-root • 2.1.0Check if the process is running as root user, for example, one started with `sudo`DIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonfile • 6.2.0Easily read/write JSON files.INDIRECT2
kind-of • 6.0.3Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
loader-utils • 3.3.1utils for webpack loadersDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
node-releases • 2.0.27Node.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
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform.DIRECT3
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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
pkg-up • 3.1.0Find the closest package.json fileDIRECT6
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsDIRECT2
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
react-error-overlay • 6.1.0An overlay for displaying stack frames.DIRECT0
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
recursive-readdir • 2.2.3Get an array of all files in a directory and subdirectories.DIRECT4
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
schema-utils • 2.7.0webpack Validation UtilsINDIRECT8
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shell-quote • 1.8.3quote and parse shell commandsDIRECT0
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
strip-ansi • 6.0.1Strip ANSI escape codes from a stringDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
tapable • 1.1.3Just a little module for plugins.INDIRECT0
text-table • 0.2.0borderless text tables with alignmentDIRECT0
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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
update-browserslist-db • 1.2.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC20
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
electron-to-chromium • 1.5.266Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.19.1Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
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
semver • 7.7.3The semantic version parser used by npm.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
fs-monkey • 1.1.0Monkey patches for file system related things.INDIRECT0
memfs • 3.5.3In-memory file-system with Node's fs API.INDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
filesize • 8.0.7JavaScript library to generate a human readable String describing the file sizeDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.9.5A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001759A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 12.0.1 version:

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