licenses.dev

create-react-app v3.2.0

Create React apps with no build configuration.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT63
PackageRelationDependenciesPublished
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.13Brace expansion as known from sh/bashINDIRECT2
buffer-from • 0.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
builtins • 1.0.3List of node.js builtin modulesINDIRECT0
chalk • 2.4.2Terminal string styling done rightDIRECT6
chardet • 0.7.0Character detectorINDIRECT0
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
commander • 2.20.0the complete solution for node.js command-line programsDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cross-spawn • 6.0.5Cross platform child_process#spawn and child_process#spawnSyncDIRECT7
debug • 2.6.9small debugging utilityINDIRECT1
envinfo • 7.3.1Info about your dev environment for debugging purposesDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.DIRECT3
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
hyperquest • 2.1.3make streaming http requestsDIRECT10
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
inquirer • 6.5.0A collection of common interactive command line user interfaces.DIRECT33
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
lodash • 4.18.1Lodash modular utilities.INDIRECT0
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
tmp • 0.0.33Temporary file and directory creatorDIRECT1
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC22
PackageRelationDependenciesPublished
block-stream • 0.0.9a stream of blocksINDIRECT1
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
fstream-ignore • 1.0.5A thing for ignoring files based on globsINDIRECT16
fstream • 1.0.12Advanced file system stream thingsINDIRECT15
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
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.7Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.0The semantic version parser used by npm.DIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
tar • 2.2.2tar for nodeINDIRECT17
uid-number • 0.0.6Convert a username/group name to a uid/gid numberINDIRECT0
validate-npm-package-name • 3.0.0Give me a string and I'll tell you if it's a valid npm package nameDIRECT1
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
BSD-2-Clause1
PackageRelationDependenciesPublished
tar-pack • 3.4.1Package and un-package modules of some sort (in tar/gz bundles).DIRECT29
non-standard1
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
Apache-2.01
PackageRelationDependenciesPublished
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.2.0 version:

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