licenses.dev

@nrwl/cli v8.12.11

<p align="center"><img src="https://raw.githubusercontent.com/nrwl/nx/master/nx-logo.png" width="450"></p>

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT81
PackageRelationDependenciesPublished
@angular-devkit/architect • 0.803.23Angular Build FacadeINDIRECT12
@angular-devkit/core • 8.3.23Angular DevKit - Core Utility LibraryINDIRECT11
@angular-devkit/schematics • 8.3.23Angular Schematics - LibraryINDIRECT12
@nrwl/tao • 8.12.11CLI for generating code and running commandsDIRECT49
ajv • 6.10.2Another JSON Schema ValidatorINDIRECT5
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
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
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
chalk • 2.4.2Terminal string styling done rightDIRECT6
chardet • 0.7.0Character detectorINDIRECT0
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
fast-deep-equal • 2.0.1Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.0.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
inquirer • 6.5.2A collection of common interactive command line user interfaces.INDIRECT33
invert-kv • 2.0.0Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
lcid • 2.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash • 4.17.21Lodash modular utilities.INDIRECT0
magic-string • 0.25.3Modify strings, generate sourcemapsINDIRECT1
map-age-cleaner • 0.1.3Automatically cleanup expired items in a MapINDIRECT1
mem • 4.3.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT4
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
os-locale • 3.1.0Get the system localeINDIRECT26
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-defer • 1.0.0Create a deferred promiseINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 2.1.0Check if something is a promiseINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
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
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
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
tmp • 0.0.33Temporary file and directory creatorDIRECT1
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 11.1.1yargs the modern, pirate-themed, successor to optimist.DIRECT54
ISC16
PackageRelationDependenciesPublished
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cliui • 4.1.0easily create complex multi-column command-line-interfacesINDIRECT11
get-caller-file • 1.0.3[![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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
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
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
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 • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 10.0.0the mighty option parser used by yargsDIRECT1
yargs-parser • 9.0.2the mighty option parser used by yargsINDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
rxjs • 6.4.0Reactive Extensions for modern JavaScriptINDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.7.3Generates and consumes source mapsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
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/%40nrwl%2Fcli)](https://licenses.dev/npm/%40nrwl%2Fcli)
<a href="https://licenses.dev/npm/%40nrwl%2Fcli">
  <img src="https://licenses.dev/b/npm/%40nrwl%2Fcli" alt="licenses" />
</a>

Or the licenses badge code for the 8.12.11 version:

[![licenses](https://licenses.dev/b/npm/%40nrwl%2Fcli/8.12.11)](https://licenses.dev/npm/%40nrwl%2Fcli/8.12.11)
<a href="https://licenses.dev/npm/%40nrwl%2Fcli/8.12.11">
  <img src="https://licenses.dev/b/npm/%40nrwl%2Fcli/8.12.11" alt="licenses" />
</a>
GitHub