From f9895feab029980d55f47d66523c0e0508336584 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Fri, 5 Apr 2024 15:21:33 -0400 Subject: [PATCH 1/6] Zowe CLI notes for Zowe v1.28.6 Signed-off-by: anaxceron --- .../getting-started/release-notes/v1_28_6.md | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md index 42038b7787..ee20f6e3ca 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md @@ -20,16 +20,37 @@ Zowe Version 1.28.6 contains the bug fixes that are described in the following t #### Zowe CLI (Core) +- Resolved technical currency by updating `markdown-it` dependency. [[#2105](https://github.com/zowe/zowe-cli/pull/2105)] + +- Resolved technical currency by updating `socks` transitive dependency. + +- Added missing npm-shrinkwrap. + +- Added missing z/OSMF connection options to the z/OS Logs command group. + +- Removed out of date `Perf-Timing` performance timing package. + +- Updated Imperative to version `4.18.19` to fix issues with normalizing newlines on file uploads [[#1815](https://github.com/zowe/zowe-cli/issues/1815)] + #### Zowe CLI Imperative Framework -#### CICS Plug-in for Zowe CLI +- Fixed normalization on stream chunk boundaries [[#1815](https://github.com/zowe/zowe-cli/issues/1815)] #### DB2 Plug-in for Zowe CLI -#### MQ Plug-in for Zowe CLI +- Updated follow-redirects transitive dependency to resolve technical debt. [[#146](https://github.com/zowe/zowe-cli-db2-plugin/pull/146)] + +- Updated follow-redirects transitive dependency to resolve technical debt. [[#138](https://github.com/zowe/zowe-cli-db2-plugin/pull/138)] + +- Added missing npm-shrinkwrap. + +- Updated ibm_db dependency to resolve technical debt #### IMS Plug-in for Zowe CLI +- Deprecated the IMS Plug-in for Zowe CLI due to compatibility issues between the plug-in, the Zowe IMS Operations API, and IBM IMS running on the mainframe. +- Added missing npm-shrinkwrap. + ### Zowe Explorer #### Zowe Explorer (Core) From cb4f5651253d60f9b888f6bf418bdcdbe01c0d07 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 11 Apr 2024 11:47:28 -0400 Subject: [PATCH 2/6] adding CVEs, removing headers Signed-off-by: anaxceron --- .../getting-started/release-notes/v1_28_6.md | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md index ee20f6e3ca..a188776e83 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md @@ -10,12 +10,6 @@ See [Bug fixes](#bug-fixes) for a list of issues addressed in this release. Zowe Version 1.28.6 contains the bug fixes that are described in the following topics. -### Zowe installation and packaging - -### Zowe Application Framework - -### Zowe API Mediation Layer - ### Zowe CLI #### Zowe CLI (Core) @@ -73,4 +67,34 @@ Zowe Version 1.28.6 contains the bug fixes that are described in the following t Zowe discloses fixed vulnerabilities in a timely manner giving you sufficient time to plan your upgrades. Zowe does not disclose the vulnerabilities fixed in the latest release as we respect the need for at least 45 days to decide when and how you upgrade Zowe. When a new release is published, Zowe publishes the vulnerabilities fixed in the previous release. For more information about the Zowe security policy, see the [Security page](https://www.zowe.org/security.html) on the Zowe website. -The following security issues were fixed by the Zowe security group in version 2.2. +The following security issues were fixed by the Zowe security group in version 1.28.5. + +- CVE-2023-41080 (BDSA-2023-2250) +- CVE-2019-10202 +- CVE-2019-10172 (BDSA-2019-4644) +- CVE-2020-8908 +- CVE-2023-2976 (BDSA-2016-1748) +- CVE-2020-36518 (BDSA-2020-4752) +- CVE-2022-42003 (BDSA-2022-2765) +- CVE-2022-42004 (BDSA-2022-2768) +- CVE-2021-46877 (BDSA-2021-4830) +- CVE-2023-35116 +- BDSA-2023-1491 +- CVE-2023-33546 (BDSA-2023-1535) +- CVE-2021-28168 (BDSA-2021-1123) +- CVE-2021-28169 (BDSA-2021-1714) +- CVE-2021-34428 (BDSA-2021-1877) +- CVE-2021-34429 (BDSA-2021-2098) +- CVE-2022-2047 (BDSA-2022-1891) +- CVE-2022-2048 (BDSA-2022-1887) +- CVE-2023-26048 (BDSA-2023-0887) +- CVE-2023-26049 (BDSA-2023-0888) +- CVE-2020-15250 (BDSA-2020-2739) +- BDSA-2018-5289 +- CVE-2023-34462 (BDSA-2023-1556) +- CVE-2022-1471 (BDSA-2022-3447) +- CVE-2023-20873 (BDSA-2023-0953) +- CVE-2023-20883 (BDSA-2023-1225) +- CVE-2023-20873 +- CVE-2023-38286 (BDSA-2023-1804) +- CVE-2023-26136 (BDSA-2023-1661) From 848e659601f85dccf942ec07321a4b5bad041340 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 11 Apr 2024 11:51:54 -0400 Subject: [PATCH 3/6] adding tpsrs Signed-off-by: anaxceron --- tpsr/tpsr-v1.28.6.md | 4163 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4163 insertions(+) diff --git a/tpsr/tpsr-v1.28.6.md b/tpsr/tpsr-v1.28.6.md index e69de29bb2..91ffccefe4 100644 --- a/tpsr/tpsr-v1.28.6.md +++ b/tpsr/tpsr-v1.28.6.md @@ -0,0 +1,4163 @@ +# Zowe Third Party Library Usage + +* [Imperative CLI Framework for Zowe](#imperative-cli-framework-for-zowe-dependency-attributions) +* [Zowe API Mediation Layer](#zowe-api-mediation-layer-dependency-attributions) +* [Zowe common java libraries](#zowe-common-java-libraries-dependency-attributions) +* [Zowe Application Framework](#zowe-application-framework-dependency-attributions) +* [Zowe CLI](#zowe-cli-dependency-attributions) +* [IBM® CICS® Plug-in for Zowe CLI](#ibm®-cics®-plug-in-for-zowe-cli-dependency-attributions) +* [IBM® Db2® Plug-in for Zowe CLI](#ibm®-db2®-plug-in-for-zowe-cli-dependency-attributions) +* [Performance Timing Utility](#performance-timing-utility-dependency-attributions) +* [IBM® MQ Plug-in for Zowe CLI](#ibm®-mq-plug-in-for-zowe-cli-dependency-attributions) +* [Secure Credential Store Plug-in for Zowe CLI](#secure-credential-store-plug-in-for-zowe-cli-dependency-attributions) +* [z/OS® FTP Plug-in for Zowe CLI](#z/os®-ftp-plug-in-for-zowe-cli-dependency-attributions) +* [IBM® IMS® Plug-in for Zowe CLI](#ibm®-ims®-plug-in-for-zowe-cli-dependency-attributions) +* [Zowe Desktop Data Sets UI Plugin](#zowe-desktop-data-sets-ui-plugin-dependency-attributions) +* [Zowe Desktop Eclipse Orion-based React Editor](#zowe-desktop-eclipse-orion-based-react-editor-dependency-attributions) +* [Zowe Desktop JES UI Plugin](#zowe-desktop-jes-ui-plugin-dependency-attributions) +* [Zowe Desktop Web Plug-in Server](#zowe-desktop-web-plug-in-server-dependency-attributions) +* [Zowe Desktop z/OS Unix Files UI Plugin](#zowe-desktop-z/os-unix-files-ui-plugin-dependency-attributions) +* [Zowe Explorer Common REST Server](#zowe-explorer-common-rest-server-dependency-attributions) +* [Zowe Explorer Data Sets REST Server](#zowe-explorer-data-sets-rest-server-dependency-attributions) +* [Zowe Explorer Jobs REST Server](#zowe-explorer-jobs-rest-server-dependency-attributions) +* [Zowe Application Framework Authentication Handlers](#zowe-application-framework-authentication-handlers-dependency-attributions) +* [Zowe Desktop TN3270 Emulator Plug-in](#zowe-desktop-tn3270-emulator-plug-in-dependency-attributions) +* [Zowe Desktop Sample Angular Application](#zowe-desktop-sample-angular-application-dependency-attributions) +* [Zowe Desktop Sample iFrame Application](#zowe-desktop-sample-iframe-application-dependency-attributions) +* [Zowe Desktop Sample React Application](#zowe-desktop-sample-react-application-dependency-attributions) +* [Zowe Desktop VT Emulator Plugin-in](#zowe-desktop-vt-emulator-plugin-in-dependency-attributions) +* [Zowe Desktop Editor Plugin-in](#zowe-desktop-editor-plugin-in-dependency-attributions) +* [Zowe Desktop Workflows Plugin-in](#zowe-desktop-workflows-plugin-in-dependency-attributions) +* [Utilities](#utilities-dependency-attributions) +* [Zowe Visual Studio Code Extension](#zowe-visual-studio-code-extension-dependency-attributions) +* [Zowe Desktop IP Explorer Plug-in](#zowe-desktop-ip-explorer-plug-in-dependency-attributions) + +### Imperative CLI Framework for Zowe Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| agent-base | 6.0.2 | MIT | [agent-base](https://github.com/TooTallNate/node-agent-base#readme) | +| agentkeepalive | 4.1.4 | MIT | [agentkeepalive](https://github.com/node-modules/agentkeepalive#readme) | +| aggregate-error | 3.1.0 | MIT | [aggregate-error](https://github.com/sindresorhus/aggregate-error#readme) | +| ansi-regex | 5.0.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 3.2.1 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| argparse | 2.0.1 | Python-2.0 | [argparse](https://github.com/nodeca/argparse#readme) | +| balanced-match | 1.0.2 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| balloon-css | 1.2.0 | MIT | [balloon-css](http://kazzkiq.github.io/balloon.css/) | +| bootstrap | 4.6.0 | MIT | [bootstrap](https://getbootstrap.com/) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| builtins | 1.0.3 | MIT | [builtins](https://github.com/juliangruber/builtins#readme) | +| cacache | 15.3.0 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| camelcase | 5.3.1 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| chalk | 2.4.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| chownr | 2.0.0 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| clean-stack | 2.2.0 | MIT | [clean-stack](https://github.com/sindresorhus/clean-stack#readme) | +| cli-table3 | 0.6.2 | MIT | [cli-table3](https://github.com/cli-table/cli-table3) | +| clipboard | 2.0.8 | MIT | [clipboard](https://clipboardjs.com) | +| cliui | 6.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| color-convert | 1.9.3 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.3 | MIT | [color-name](https://github.com/dfcreative/color-name) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| colors | 1.4.0 | MIT | [colors](https://github.com/Marak/colors.js) | +| compute-scroll-into-view | 1.0.17 | MIT | [compute-scroll-into-view](https://scroll-into-view-if-needed.netlify.com) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| cross-spawn | 7.0.3 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| dataobject-parser | 1.2.1 | MIT | [dataobject-parser](https://github.com/Gigzolo/dataobject-parser) | +| date-format | 4.0.3 | MIT | [date-format](https://github.com/nomiddlename/date-format#readme) | +| debug | 4.3.3 | MIT | [debug](https://github.com/debug-js/debug#readme) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| deepmerge | 3.0.0 | MIT | [deepmerge](https://github.com/KyleAMathews/deepmerge) | +| delegate | 3.2.0 | MIT | [delegate](https://github.com/zenorocha/delegate#readme) | +| depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| encoding | 0.1.13 | MIT | [encoding](https://github.com/andris9/encoding#readme) | +| entities | 2.1.0 | BSD-2-Clause | [entities](https://github.com/fb55/entities#readme) | +| err-code | 1.1.2 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| err-code | 2.0.3 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| escape-string-regexp | 1.0.5 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | +| esprima | 4.0.1 | BSD-2-Clause | [esprima](http://esprima.org) | +| fastest-levenshtein | 1.0.12 | MIT | [fastest-levenshtein](https://github.com/ka-weihe/fastest-levenshtein#README) | +| find-up | 2.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| find-up | 4.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| flatted | 3.2.4 | ISC | [flatted](https://github.com/WebReflection/flatted#readme) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-extra | 10.0.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-minipass | 2.1.0 | ISC | [fs-minipass](https://github.com/npm/fs-minipass#readme) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| get-caller-file | 2.0.5 | ISC | [get-caller-file](https://github.com/stefanpenner/get-caller-file#readme) | +| github-markdown-css | 3.0.1 | MIT | [github-markdown-css](https://github.com/sindresorhus/github-markdown-css#readme) | +| glob | 7.1.6 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| good-listener | 1.2.2 | MIT | [good-listener](https://github.com/zenorocha/good-listener#readme) | +| graceful-fs | 4.2.8 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| has-flag | 3.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| hosted-git-info | 3.0.8 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| hosted-git-info | 4.0.2 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| http-cache-semantics | 4.1.1 | BSD-2-Clause | [http-cache-semantics](https://github.com/kornelski/http-cache-semantics#readme) | +| http-proxy-agent | 4.0.1 | MIT | [http-proxy-agent](https://github.com/TooTallNate/node-http-proxy-agent#readme) | +| https-proxy-agent | 5.0.0 | MIT | [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent#readme) | +| humanize-ms | 1.2.1 | MIT | [humanize-ms](https://github.com/node-modules/humanize-ms#readme) | +| iconv-lite | 0.6.3 | MIT | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | +| ignore-walk | 3.0.4 | ISC | [ignore-walk](https://github.com/isaacs/ignore-walk#readme) | +| imurmurhash | 0.1.4 | MIT | [imurmurhash](https://github.com/jensyt/imurmurhash-js) | +| indent-string | 4.0.0 | MIT | [indent-string](https://github.com/sindresorhus/indent-string#readme) | +| infer-owner | 1.0.4 | ISC | [infer-owner](https://github.com/npm/infer-owner#readme) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ip | 1.1.5 | MIT | [ip](https://github.com/indutny/node-ip) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-lambda | 1.0.1 | MIT | [is-lambda](https://github.com/watson/is-lambda) | +| isexe | 2.0.0 | ISC | [isexe](https://github.com/isaacs/isexe#readme) | +| jquery | 3.6.0 | MIT | [jquery](https://jquery.com) | +| js-yaml | 3.14.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| json-parse-even-better-errors | 2.3.1 | MIT | [json-parse-even-better-errors](https://github.com/npm/json-parse-even-better-errors#readme) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsonfile | 6.1.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsonparse | 1.3.1 | MIT | [jsonparse](https://github.com/creationix/jsonparse#readme) | +| jsonschema | 1.1.1 | MIT | [jsonschema](https://github.com/tdegrunt/jsonschema#readme) | +| jstree | 3.3.12 | MIT | [jstree](http://jstree.com) | +| linkify-it | 3.0.2 | MIT | [linkify-it](https://github.com/markdown-it/linkify-it#readme) | +| locate-path | 2.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| locate-path | 5.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash-deep | 2.0.0 | MIT | [lodash-deep](https://github.com/marklagendijk/lodash-deep) | +| log4js | 6.4.0 | Apache-2.0 | [log4js](https://log4js-node.github.io/log4js-node/) | +| lru-cache | 5.1.1 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| lru-cache | 6.0.0 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| make-fetch-happen | 8.0.14 | ISC | [make-fetch-happen](https://github.com/npm/make-fetch-happen#readme) | +| markdown-it | 12.3.2 | MIT | [markdown-it](https://github.com/markdown-it/markdown-it#readme) | +| mdurl | 1.0.1 | MIT | [mdurl](https://github.com/markdown-it/mdurl#readme) | +| minimatch | 3.0.8 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.6 | MIT | [minimist](https://github.com/substack/minimist) | +| minipass | 3.1.5 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass-collect | 1.0.2 | ISC | [minipass-collect](https://github.com/isaacs/minipass-collect#readme) | +| minipass-fetch | 1.4.1 | MIT | [minipass-fetch](https://github.com/npm/minipass-fetch#readme) | +| minipass-flush | 1.0.5 | ISC | [minipass-flush](https://github.com/isaacs/minipass-flush#readme) | +| minipass-json-stream | 1.0.1 | MIT | [minipass-json-stream](https://github.com/npm/minipass-json-stream#readme) | +| minipass-pipeline | 1.2.4 | ISC | [minipass-pipeline]() | +| minipass-sized | 1.0.3 | ISC | [minipass-sized](https://github.com/isaacs/minipass-sized#readme) | +| minizlib | 2.1.2 | MIT | [minizlib](https://github.com/isaacs/minizlib#readme) | +| mkdirp | 1.0.4 | MIT | [mkdirp](https://github.com/isaacs/node-mkdirp#readme) | +| ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | +| mustache | 2.3.0 | MIT | [mustache](https://github.com/janl/mustache.js) | +| npm-bundled | 1.1.2 | ISC | [npm-bundled](https://github.com/npm/npm-bundled#readme) | +| npm-install-checks | 4.0.0 | BSD-2-Clause | [npm-install-checks](https://github.com/npm/npm-install-checks#readme) | +| npm-normalize-package-bin | 1.0.1 | ISC | [npm-normalize-package-bin](https://github.com/npm/npm-normalize-package-bin#readme) | +| npm-package-arg | 8.1.1 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-package-arg | 8.1.5 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-packlist | 2.2.2 | ISC | [npm-packlist](https://github.com/npm/npm-packlist#readme) | +| npm-pick-manifest | 6.1.1 | ISC | [npm-pick-manifest](https://github.com/npm/npm-pick-manifest#readme) | +| npm-registry-fetch | 8.1.5 | ISC | [npm-registry-fetch](https://github.com/npm/registry-fetch#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| opener | 1.5.2 | (WTFPL OR MIT) | [opener](https://github.com/domenic/opener#readme) | +| p-limit | 1.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-limit | 2.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 2.0.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-locate | 4.1.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-map | 4.0.0 | MIT | [p-map](https://github.com/sindresorhus/p-map#readme) | +| p-try | 1.0.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| p-try | 2.2.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| pacote | 11.1.4 | ISC | [pacote](https://github.com/npm/pacote#readme) | +| path-exists | 3.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-exists | 4.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-key | 3.1.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| pkg-up | 2.0.0 | MIT | [pkg-up](https://github.com/sindresorhus/pkg-up#readme) | +| prettyjson | 1.2.2 | MIT | [prettyjson](http://rafeca.com/prettyjson) | +| progress | 2.0.3 | MIT | [progress](https://github.com/visionmedia/node-progress#readme) | +| promise-inflight | 1.0.1 | ISC | [promise-inflight](https://github.com/iarna/promise-inflight#readme) | +| promise-retry | 1.1.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| promise-retry | 2.0.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| read-package-json-fast | 1.2.2 | ISC | [read-package-json-fast](https://github.com/npm/read-package-json-fast#readme) | +| readline-sync | 1.4.10 | MIT | [readline-sync](https://github.com/anseki/readline-sync) | +| require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | +| require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | +| retry | 0.10.1 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| retry | 0.12.0 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| rfdc | 1.3.0 | MIT | [rfdc](https://github.com/davidmarkclements/rfdc#readme) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rimraf | 3.0.2 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| safer-buffer | 2.1.2 | MIT | [safer-buffer](https://github.com/ChALkeR/safer-buffer#readme) | +| scroll-into-view-if-needed | 2.2.28 | MIT | [scroll-into-view-if-needed](https://scroll-into-view-if-needed.netlify.com) | +| select | 1.1.2 | MIT | [select](https://github.com/zenorocha/select#readme) | +| semver | 5.7.2 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 7.5.4 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| shebang-command | 2.0.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-regex | 3.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex#readme) | +| smart-buffer | 4.2.0 | MIT | [smart-buffer](https://github.com/JoshGlazebrook/smart-buffer/) | +| socks | 2.6.1 | MIT | [socks](https://github.com/JoshGlazebrook/socks/) | +| socks-proxy-agent | 5.0.1 | MIT | [socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent#readme) | +| split.js | 1.6.4 | MIT | [split.js](https://split.js.org/) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| ssri | 8.0.1 | ISC | [ssri](https://github.com/npm/ssri#readme) | +| stack-trace | 0.0.10 | MIT | [stack-trace](https://github.com/felixge/node-stack-trace) | +| streamroller | 3.0.2 | MIT | [streamroller](https://github.com/nomiddlename/streamroller#readme) | +| string-width | 4.2.3 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| tar | 6.1.11 | ISC | [tar](https://github.com/npm/node-tar#readme) | +| tiny-emitter | 2.1.0 | MIT | [tiny-emitter](https://github.com/scottcorgan/tiny-emitter#readme) | +| uc.micro | 1.0.6 | MIT | [uc.micro](https://github.com/markdown-it/uc.micro#readme) | +| unique-filename | 1.1.1 | ISC | [unique-filename](https://github.com/iarna/unique-filename) | +| unique-slug | 2.0.2 | ISC | [unique-slug](https://github.com/iarna/unique-slug#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| universalify | 2.0.0 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| url-search-params-polyfill | 8.1.1 | MIT | [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) | +| validate-npm-package-name | 3.0.0 | ISC | [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) | +| which | 2.0.2 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which | 3.0.0 | ISC | [which](https://github.com/npm/node-which#readme) | +| which-module | 2.0.0 | ISC | [which-module](https://github.com/nexdrew/which-module#readme) | +| wrap-ansi | 6.2.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrap-ansi | 7.0.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| y18n | 4.0.3 | ISC | [y18n](https://github.com/yargs/y18n) | +| yallist | 3.1.1 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yallist | 4.0.0 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yamljs | 0.3.0 | MIT | [yamljs](https://github.com/jeremyfa/yaml.js#readme) | +| yargs | 15.3.1 | MIT | [yargs](https://yargs.js.org/) | +| yargs-parser | 18.1.3 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| @colors/colors | 1.5.0 | MIT | [colors](https://github.com/DABH/colors.js) | +| @gar/promisify | 1.1.2 | MIT | [promisify](https://github.com/wraithgar/gar-promisify#readme) | +| @npmcli/ci-detect | 1.3.0 | ISC | [ci-detect](https://github.com/npm/ci-detect#readme) | +| @npmcli/fs | 1.0.0 | ISC | [fs](https://github.com/npm/fs#readme) | +| @npmcli/git | 2.1.0 | ISC | [git](https://github.com/npm/git#readme) | +| @npmcli/installed-package-contents | 1.0.7 | ISC | [installed-package-contents](https://github.com/npm/installed-package-contents#readme) | +| @npmcli/move-file | 1.1.2 | MIT | [move-file](https://github.com/npm/move-file#readme) | +| @npmcli/promise-spawn | 1.3.2 | ISC | [promise-spawn](https://github.com/npm/promise-spawn#readme) | +| @tootallnate/once | 1.1.2 | MIT | [once](https://github.com/TooTallNate/once#readme) | +| @types/yargs | 13.0.4 | MIT | [yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) | +| @types/yargs-parser | 20.2.1 | MIT | [yargs-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser) | +| @zowe/perf-timing | 1.0.7 | EPL-2.0 | [perf-timing](https://github.com/zowe/perf-timing.git) | + +### Zowe API Mediation Layer Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | +| ch.qos.logback/logback-classic | 1.2.13 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.13 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| com.amazonaws/aws-java-sdk-autoscaling | 1.11.277 | Apache License, Version 2.0 | [aws-java-sdk-autoscaling](https://aws.amazon.com/sdkforjava) | +| com.amazonaws/aws-java-sdk-core | 1.12.686 | Apache License, Version 2.0 | [aws-java-sdk-core](https://aws.amazon.com/sdkforjava) | +| com.amazonaws/aws-java-sdk-ec2 | 1.11.277 | Apache License, Version 2.0 | [aws-java-sdk-ec2](https://aws.amazon.com/sdkforjava) | +| com.amazonaws/aws-java-sdk-route53 | 1.11.277 | Apache License, Version 2.0 | [aws-java-sdk-route53](https://aws.amazon.com/sdkforjava) | +| com.amazonaws/aws-java-sdk-sts | 1.11.277 | Apache License, Version 2.0 | [aws-java-sdk-sts](https://aws.amazon.com/sdkforjava) | +| com.amazonaws/jmespath-java | 1.11.277 | Apache License, Version 2.0 | [jmespath-java](https://aws.amazon.com/sdkforjava) | +| com.fasterxml/classmate | 1.5.1 | Apache License, Version 2.0 | [classmate](https://github.com/FasterXML/java-classmate) | +| com.fasterxml.jackson.core/jackson-annotations | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-annotations | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-core | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-core | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-databind | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-databind](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-databind | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-databind](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-cbor | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-dataformat-cbor](https://github.com/FasterXML/jackson-dataformats-binary) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-xml | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.15.1 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.15.1 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.jaxrs/jackson-jaxrs-base | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-jaxrs-base](https://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-base) | +| com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-jaxrs-json-provider](https://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider) | +| com.fasterxml.jackson.module/jackson-module-afterburner | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-module-afterburner](https://github.com/FasterXML/jackson-modules-base) | +| com.fasterxml.jackson.module/jackson-module-jaxb-annotations | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.15.1 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.15.2 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.16.2 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.fasterxml.woodstox/woodstox-core | 6.5.1 | The Apache License, Version 2.0 | [woodstox-core](https://github.com/FasterXML/woodstox) | +| com.github.andrewoma.dexx/dexx-collections | 0.2 | The MIT License | [dexx-collections](https://github.com/andrewoma/dexx/dexx-collections) | +| com.github.ben-manes.caffeine/caffeine | 2.8.4 | Apache License, Version 2.0 | [caffeine](https://github.com/ben-manes/caffeine) | +| com.github.java-json-tools/btf | 1.3 | Lesser General Public License, version 3 or greater | [btf](https://github.com/java-json-tools/btf) | +| com.github.java-json-tools/jackson-coreutils | 2.0 | Lesser General Public License, version 3 or greater | [jackson-coreutils](https://github.com/java-json-tools/jackson-coreutils) | +| com.github.java-json-tools/jackson-coreutils-equivalence | 1.0 | Lesser General Public License, version 3 or greater | [jackson-coreutils-equivalence](https://github.com/java-json-tools/jackson-coreutils) | +| com.github.java-json-tools/json-patch | 1.13 | Lesser General Public License, version 3 or greater | [json-patch](https://github.com/java-json-tools/json-patch) | +| com.github.java-json-tools/json-schema-core | 1.2.14 | Lesser General Public License, version 3 or greater | [json-schema-core](https://github.com/java-json-tools/json-schema-core) | +| com.github.java-json-tools/json-schema-validator | 2.2.14 | Lesser General Public License, version 3 or greater | [json-schema-validator](https://github.com/java-json-tools/json-schema-validator) | +| com.github.java-json-tools/msg-simple | 1.2 | Lesser General Public License, version 3 or greater | [msg-simple](https://github.com/java-json-tools/msg-simple) | +| com.github.java-json-tools/uri-template | 0.10 | Lesser General Public License, version 3 or greater | [uri-template](https://github.com/java-json-tools/uri-template) | +| com.github.stephenc.jcip/jcip-annotations | 1.0-1 | Apache License, Version 2.0 | [jcip-annotations](http://stephenc.github.com/jcip-annotations) | +| com.github.vlsi.compactmap/compactmap | 2.0 | Apache-2.0 | [compactmap](https://github.com/vlsi/compactmap/compactmap) | +| com.google.code.findbugs/annotations | 2.0.0 | GNU Lesser Public License | [annotations](http://findbugs.sourceforge.net/) | +| com.google.code.findbugs/jsr305 | 3.0.2 | The Apache Software License, Version 2.0 | [jsr305](http://findbugs.sourceforge.net/) | +| com.google.code.gson/gson | 2.9.1 | Apache-2.0 | [gson](https://github.com/google/gson/gson) | +| com.google.errorprone/error_prone_annotations | 2.1.3 | Apache 2.0 | [error_prone_annotations](http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations) | +| com.google.errorprone/error_prone_annotations | 2.18.0 | Apache 2.0 | [error_prone_annotations](https://errorprone.info/error_prone_annotations) | +| com.google.guava/failureaccess | 1.0.1 | The Apache Software License, Version 2.0 | [failureaccess](https://github.com/google/guava/failureaccess) | +| com.google.guava/guava | 25.1-jre | The Apache Software License, Version 2.0 | [guava](https://github.com/google/guava/guava) | +| com.google.guava/guava | 32.1.2-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava) | +| com.google.guava/listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | The Apache Software License, Version 2.0 | [listenablefuture](https://github.com/google/guava/listenablefuture) | +| com.google.inject/guice | 4.1.0 | The Apache Software License, Version 2.0 | [guice](https://github.com/google/guice/guice) | +| com.google.j2objc/j2objc-annotations | 1.1 | The Apache Software License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.google.j2objc/j2objc-annotations | 2.8 | Apache License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.googlecode.libphonenumber/libphonenumber | 8.11.1 | The Apache Software License, Version 2.0 | [libphonenumber](https://github.com/google/libphonenumber/) | +| com.j2html/j2html | 1.5.0 | The Apache Software License, Version 2.0 | [j2html](http://j2html.com) | +| com.netflix.archaius/archaius-core | 0.7.7 | The Apache Software License, Version 2.0 | [archaius-core](https://github.com/Netflix/archaius) | +| com.netflix.eureka/eureka-client | 1.10.18 | The Apache Software License, Version 2.0 | [eureka-client](https://github.com/Netflix/eureka) | +| com.netflix.eureka/eureka-core | 1.10.18 | The Apache Software License, Version 2.0 | [eureka-core](https://github.com/Netflix/eureka) | +| com.netflix.hystrix/hystrix-core | 1.5.18 | The Apache Software License, Version 2.0 | [hystrix-core](https://github.com/Netflix/Hystrix) | +| com.netflix.hystrix/hystrix-javanica | 1.5.18 | The Apache Software License, Version 2.0 | [hystrix-javanica](https://github.com/Netflix/Hystrix) | +| com.netflix.hystrix/hystrix-metrics-event-stream | 1.5.18 | The Apache Software License, Version 2.0 | [hystrix-metrics-event-stream](https://github.com/Netflix/Hystrix) | +| com.netflix.hystrix/hystrix-serialization | 1.5.18 | The Apache Software License, Version 2.0 | [hystrix-serialization](https://github.com/Netflix/Hystrix) | +| com.netflix.netflix-commons/netflix-commons-util | 0.3.0 | The Apache Software License, Version 2.0 | [netflix-commons-util](https://github.com/Netflix/netflix-commons) | +| com.netflix.netflix-commons/netflix-eventbus | 0.3.0 | The Apache Software License, Version 2.0 | [netflix-eventbus](https://github.com/Netflix/netflix-commons) | +| com.netflix.netflix-commons/netflix-infix | 0.3.0 | The Apache Software License, Version 2.0 | [netflix-infix](https://github.com/Netflix/netflix-commons) | +| com.netflix.netflix-commons/netflix-statistics | 0.1.1 | The Apache Software License, Version 2.0 | [netflix-statistics](https://github.com/Netflix/netflix-commons) | +| com.netflix.ribbon/ribbon | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon](https://github.com/Netflix/ribbon) | +| com.netflix.ribbon/ribbon-core | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon-core](https://github.com/Netflix/ribbon) | +| com.netflix.ribbon/ribbon-eureka | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon-eureka](https://github.com/Netflix/ribbon) | +| com.netflix.ribbon/ribbon-httpclient | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon-httpclient](https://github.com/Netflix/ribbon) | +| com.netflix.ribbon/ribbon-loadbalancer | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon-loadbalancer](https://github.com/Netflix/ribbon) | +| com.netflix.ribbon/ribbon-transport | 2.3.0 | The Apache Software License, Version 2.0 | [ribbon-transport](https://github.com/Netflix/ribbon) | +| com.netflix.servo/servo-core | 0.13.2 | The Apache Software License, Version 2.0 | [servo-core](https://github.com/Netflix/servo) | +| com.netflix.spectator/spectator-api | 0.124.0 | The Apache Software License, Version 2.0 | [spectator-api](https://github.com/Netflix/spectator) | +| com.netflix.turbine/turbine-core | 1.0.0 | The Apache Software License, Version 2.0 | [turbine-core](https://github.com/Netflix/turbine) | +| com.netflix.zuul/zuul-core | 1.3.1 | The Apache Software License, Version 2.0 | [zuul-core](https://github.com/Netflix/zuul) | +| com.nimbusds/nimbus-jose-jwt | 8.21.1 | The Apache Software License, Version 2.0 | [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | +| com.puppycrawl.tools/checkstyle | 8.12 | LGPL-2.1+ | [checkstyle](http://checkstyle.sourceforge.net/) | +| com.stoyanr/evictor | 1.0.0 | The Apache Software License, Version 2.0 | [evictor](https://github.com/stoyanr/Evictor) | +| com.sun.activation/jakarta.activation | 1.2.2 | EDL 1.0 | [jakarta.activation](https://github.com/eclipse-ee4j/jaf/jakarta.activation) | +| com.sun.istack/istack-commons-runtime | 3.0.12 | Eclipse Distribution License - v 1.0 | [istack-commons-runtime](https://projects.eclipse.org/projects/ee4j/istack-commons/istack-commons-runtime) | +| com.sun.jersey/jersey-client | 1.19.4 | CDDL 1.1 | [jersey-client](https://jersey.java.net/jersey-client/) | +| com.sun.jersey/jersey-core | 1.19.4 | CDDL 1.1 | [jersey-core](https://jersey.java.net/jersey-core/) | +| com.sun.jersey/jersey-server | 1.19.4 | CDDL 1.1 | [jersey-server](https://jersey.java.net/jersey-server/) | +| com.sun.jersey/jersey-servlet | 1.19.4 | CDDL 1.1 | [jersey-servlet](https://jersey.java.net/jersey-servlet/) | +| com.sun.jersey.contribs/jersey-apache-client4 | 1.19.1 | CDDL 1.1 | [jersey-apache-client4](https://jersey.java.net/jersey-contribs/jersey-apache-client4/) | +| com.sun.xml.fastinfoset/FastInfoset | 1.2.15 | Apache License, Version 2.0 | [FastInfoset](http://fi.java.net) | +| com.thoughtworks.xstream/xstream | 1.4.20 | BSD-3-Clause | [xstream](http://x-stream.github.io/xstream) | +| commons-beanutils/commons-beanutils | 1.9.3 | Apache License, Version 2.0 | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils/) | +| commons-cli/commons-cli | 1.4 | Apache License, Version 2.0 | [commons-cli](http://commons.apache.org/proper/commons-cli/) | +| commons-codec/commons-codec | 1.15 | Apache License, Version 2.0 | [commons-codec](https://commons.apache.org/proper/commons-codec/) | +| commons-collections/commons-collections | 3.2.2 | Apache License, Version 2.0 | [commons-collections](http://commons.apache.org/collections/) | +| commons-configuration/commons-configuration | 1.10 | The Apache Software License, Version 2.0 | [commons-configuration](http://commons.apache.org/configuration/) | +| commons-io/commons-io | 2.11.0 | Apache License, Version 2.0 | [commons-io](https://commons.apache.org/proper/commons-io/) | +| commons-jxpath/commons-jxpath | 1.3 | The Apache Software License, Version 2.0 | [commons-jxpath](http://commons.apache.org/jxpath/) | +| commons-lang/commons-lang | 2.6 | The Apache Software License, Version 2.0 | [commons-lang](http://commons.apache.org/lang/) | +| commons-logging/commons-logging | 1.2 | The Apache Software License, Version 2.0 | [commons-logging](http://commons.apache.org/proper/commons-logging/) | +| info.picocli/picocli | 4.6.1 | The Apache Software License, version 2.0 | [picocli](http://picocli.info) | +| info.picocli/picocli-codegen | 4.6.1 | The Apache Software License, version 2.0 | [picocli-codegen](http://picocli.info) | +| io.github.classgraph/classgraph | 4.8.149 | The MIT License (MIT) | [classgraph](https://github.com/classgraph/classgraph) | +| io.github.classgraph/classgraph | 4.8.154 | The MIT License (MIT) | [classgraph](https://github.com/classgraph/classgraph) | +| io.github.x-stream/mxparser | 1.2.2 | Indiana University Extreme! Lab Software License | [mxparser](http://x-stream.github.io/mxparser) | +| io.jsonwebtoken/jjwt-api | 0.11.5 | Apache License, Version 2.0 | [jjwt-api](https://github.com/jwtk/jjwt/jjwt-api) | +| io.jsonwebtoken/jjwt-impl | 0.11.5 | Apache License, Version 2.0 | [jjwt-impl](https://github.com/jwtk/jjwt/jjwt-impl) | +| io.jsonwebtoken/jjwt-jackson | 0.11.5 | Apache License, Version 2.0 | [jjwt-jackson](https://github.com/jwtk/jjwt/jjwt-jackson) | +| io.lettuce/lettuce-core | 6.0.6.RELEASE | Apache License, Version 2.0 | [lettuce-core](http://github.com/lettuce-io/lettuce-core) | +| io.micrometer/micrometer-core | 1.9.17 | The Apache Software License, Version 2.0 | [micrometer-core](https://github.com/micrometer-metrics/micrometer) | +| io.micronaut/micronaut-aop | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-aop](https://micronaut.io) | +| io.micronaut/micronaut-buffer-netty | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-buffer-netty](https://micronaut.io) | +| io.micronaut/micronaut-context | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-context](https://micronaut.io) | +| io.micronaut/micronaut-core | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-core](https://micronaut.io) | +| io.micronaut/micronaut-core-reactive | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-core-reactive](https://micronaut.io) | +| io.micronaut/micronaut-graal | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-graal](https://micronaut.io) | +| io.micronaut/micronaut-http | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http](https://micronaut.io) | +| io.micronaut/micronaut-http-client | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http-client](https://micronaut.io) | +| io.micronaut/micronaut-http-client-core | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http-client-core](https://micronaut.io) | +| io.micronaut/micronaut-http-netty | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http-netty](https://micronaut.io) | +| io.micronaut/micronaut-http-server | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http-server](https://micronaut.io) | +| io.micronaut/micronaut-http-server-netty | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-http-server-netty](https://micronaut.io) | +| io.micronaut/micronaut-inject | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-inject](https://micronaut.io) | +| io.micronaut/micronaut-inject-java | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-inject-java](https://micronaut.io) | +| io.micronaut/micronaut-jackson-core | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-jackson-core](https://micronaut.io) | +| io.micronaut/micronaut-jackson-databind | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-jackson-databind](https://micronaut.io) | +| io.micronaut/micronaut-json-core | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-json-core](https://micronaut.io) | +| io.micronaut/micronaut-router | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-router](https://micronaut.io) | +| io.micronaut/micronaut-runtime | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-runtime](https://micronaut.io) | +| io.micronaut/micronaut-validation | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-validation](https://micronaut.io) | +| io.micronaut/micronaut-websocket | 3.8.9 | The Apache Software License, Version 2.0 | [micronaut-websocket](https://micronaut.io) | +| io.micronaut.test/micronaut-test-core | 3.8.2 | The Apache Software License, Version 2.0 | [micronaut-test-core](http://micronaut.io) | +| io.micronaut.test/micronaut-test-junit5 | 3.8.2 | The Apache Software License, Version 2.0 | [micronaut-test-junit5](http://micronaut.io) | +| io.netty/netty-bom | 4.1.91.Final | Apache License, Version 2.0 | [netty-bom](https://netty.io/) | +| io.netty/netty-buffer | 4.1.108.Final | Apache License, Version 2.0 | [netty-buffer](https://netty.io/netty-buffer/) | +| io.netty/netty-codec | 4.1.108.Final | Apache License, Version 2.0 | [netty-codec](https://netty.io/netty-codec/) | +| io.netty/netty-codec-dns | 4.1.108.Final | Apache License, Version 2.0 | [netty-codec-dns](https://netty.io/netty-codec-dns/) | +| io.netty/netty-codec-http | 4.1.108.Final | Apache License, Version 2.0 | [netty-codec-http](https://netty.io/netty-codec-http/) | +| io.netty/netty-codec-http2 | 4.1.108.Final | Apache License, Version 2.0 | [netty-codec-http2](https://netty.io/netty-codec-http2/) | +| io.netty/netty-codec-socks | 4.1.108.Final | Apache License, Version 2.0 | [netty-codec-socks](https://netty.io/netty-codec-socks/) | +| io.netty/netty-common | 4.1.108.Final | Apache License, Version 2.0 | [netty-common](https://netty.io/netty-common/) | +| io.netty/netty-handler | 4.1.108.Final | Apache License, Version 2.0 | [netty-handler](https://netty.io/netty-handler/) | +| io.netty/netty-handler-proxy | 4.1.108.Final | Apache License, Version 2.0 | [netty-handler-proxy](https://netty.io/netty-handler-proxy/) | +| io.netty/netty-resolver | 4.1.108.Final | Apache License, Version 2.0 | [netty-resolver](https://netty.io/netty-resolver/) | +| io.netty/netty-resolver-dns | 4.1.108.Final | Apache License, Version 2.0 | [netty-resolver-dns](https://netty.io/netty-resolver-dns/) | +| io.netty/netty-resolver-dns-classes-macos | 4.1.108.Final | Apache License, Version 2.0 | [netty-resolver-dns-classes-macos](https://netty.io/netty-resolver-dns-classes-macos/) | +| io.netty/netty-resolver-dns-native-macos | 4.1.108.Final | Apache License, Version 2.0 | [netty-resolver-dns-native-macos](https://netty.io/netty-resolver-dns-native-macos/) | +| io.netty/netty-transport | 4.1.108.Final | Apache License, Version 2.0 | [netty-transport](https://netty.io/netty-transport/) | +| io.netty/netty-transport-classes-epoll | 4.1.108.Final | Apache License, Version 2.0 | [netty-transport-classes-epoll](https://netty.io/netty-transport-classes-epoll/) | +| io.netty/netty-transport-native-epoll | 4.1.108.Final | Apache License, Version 2.0 | [netty-transport-native-epoll](https://netty.io/netty-transport-native-epoll/) | +| io.netty/netty-transport-native-unix-common | 4.1.108.Final | Apache License, Version 2.0 | [netty-transport-native-unix-common](https://netty.io/netty-transport-native-unix-common/) | +| io.projectreactor/reactor-core | 3.5.0 | Apache License, Version 2.0 | [reactor-core](https://github.com/reactor/reactor-core) | +| io.projectreactor.addons/reactor-extra | 3.3.6.RELEASE | Apache License, Version 2.0 | [reactor-extra](https://github.com/reactor/reactor-addons) | +| io.projectreactor.netty/reactor-netty-core | 1.0.39 | The Apache Software License, Version 2.0 | [reactor-netty-core](https://github.com/reactor/reactor-netty) | +| io.projectreactor.netty/reactor-netty-http | 1.0.39 | The Apache Software License, Version 2.0 | [reactor-netty-http](https://github.com/reactor/reactor-netty) | +| io.reactivex/rxjava | 1.3.8 | The Apache Software License, Version 2.0 | [rxjava](https://github.com/ReactiveX/RxJava) | +| io.reactivex/rxjava-reactive-streams | 1.2.1 | The Apache Software License, Version 2.0 | [rxjava-reactive-streams](https://github.com/ReactiveX/RxJavaReactiveStreams) | +| io.reactivex/rxnetty | 0.4.9 | The Apache Software License, Version 2.0 | [rxnetty](https://github.com/ReactiveX/RxNetty) | +| io.reactivex/rxnetty-contexts | 0.4.9 | The Apache Software License, Version 2.0 | [rxnetty-contexts](https://github.com/ReactiveX/RxNetty) | +| io.reactivex/rxnetty-servo | 0.4.9 | The Apache Software License, Version 2.0 | [rxnetty-servo](https://github.com/ReactiveX/RxNetty) | +| io.reactivex.rxjava3/rxjava | 3.0.4 | The Apache Software License, Version 2.0 | [rxjava](https://github.com/ReactiveX/RxJava) | +| io.swagger/swagger-annotations | 1.6.11 | Apache License 2.0 | [swagger-annotations](https://github.com/swagger-api/swagger-core/modules/swagger-annotations) | +| io.swagger/swagger-compat-spec-parser | 1.0.67 | Apache License 2.0 | [swagger-compat-spec-parser](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-compat-spec-parser) | +| io.swagger/swagger-core | 1.6.11 | Apache License 2.0 | [swagger-core](https://github.com/swagger-api/swagger-core/modules/swagger-core) | +| io.swagger/swagger-models | 1.6.11 | Apache License 2.0 | [swagger-models](https://github.com/swagger-api/swagger-core/modules/swagger-models) | +| io.swagger/swagger-parser | 1.0.67 | Apache License 2.0 | [swagger-parser](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser) | +| io.swagger.core.v3/swagger-annotations | 2.2.11 | Apache License 2.0 | [swagger-annotations](https://github.com/swagger-api/swagger-core/modules/swagger-annotations) | +| io.swagger.core.v3/swagger-core | 2.2.11 | Apache License 2.0 | [swagger-core](https://github.com/swagger-api/swagger-core/modules/swagger-core) | +| io.swagger.core.v3/swagger-integration | 2.2.11 | Apache License 2.0 | [swagger-integration](https://github.com/swagger-api/swagger-core/modules/swagger-integration) | +| io.swagger.core.v3/swagger-jaxrs2 | 2.2.11 | Apache License 2.0 | [swagger-jaxrs2](https://github.com/swagger-api/swagger-core/modules/swagger-jaxrs2) | +| io.swagger.core.v3/swagger-models | 2.2.11 | Apache License 2.0 | [swagger-models](https://github.com/swagger-api/swagger-core/modules/swagger-models) | +| io.swagger.parser.v3/swagger-parser | 2.1.15 | Apache License 2.0 | [swagger-parser](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser) | +| io.swagger.parser.v3/swagger-parser-core | 2.1.15 | Apache License 2.0 | [swagger-parser-core](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser-core) | +| io.swagger.parser.v3/swagger-parser-safe-url-resolver | 2.1.15 | Apache License 2.0 | [swagger-parser-safe-url-resolver](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser-safe-url-resolver) | +| io.swagger.parser.v3/swagger-parser-v2-converter | 2.1.15 | Apache License 2.0 | [swagger-parser-v2-converter](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser-v2-converter) | +| io.swagger.parser.v3/swagger-parser-v3 | 2.1.15 | Apache License 2.0 | [swagger-parser-v3](http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-parser-v3) | +| jakarta.activation/jakarta.activation-api | 1.2.2 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.annotation/jakarta.annotation-api | 1.3.5 | EPL 2.0 | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | +| jakarta.annotation/jakarta.annotation-api | 2.1.1 | EPL 2.0 | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | +| jakarta.inject/jakarta.inject-api | 2.0.1 | The Apache Software License, Version 2.0 | [jakarta.inject-api](https://github.com/eclipse-ee4j/injection-api) | +| jakarta.transaction/jakarta.transaction-api | 1.3.3 | EPL 2.0 | [jakarta.transaction-api](https://projects.eclipse.org/projects/ee4j.jta) | +| jakarta.validation/jakarta.validation-api | 2.0.2 | Apache License 2.0 | [jakarta.validation-api](https://beanvalidation.org) | +| jakarta.ws.rs/jakarta.ws.rs-api | 2.1.6 | EPL 2.0 | [jakarta.ws.rs-api](https://github.com/eclipse-ee4j/jaxrs-api) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.3 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| javax.activation/javax.activation-api | 1.2.0 | CDDL/GPLv2+CE | [javax.activation-api](http://java.net/all/javax.activation-api/) | +| javax.annotation/javax.annotation-api | 1.3.2 | CDDL + GPLv2 with classpath exception | [javax.annotation-api](http://jcp.org/en/jsr/detail?id=250) | +| javax.cache/cache-api | 1.1.0 | Apache License, Version 2.0 | [cache-api](https://github.com/jsr107/jsr107spec) | +| javax.cache/cache-api | 1.1.1 | Apache License, Version 2.0 | [cache-api](https://github.com/jsr107/jsr107spec) | +| javax.inject/javax.inject | 1 | The Apache Software License, Version 2.0 | [javax.inject](http://code.google.com/p/atinject/) | +| javax.servlet/javax.servlet-api | 4.0.1 | CDDL + GPLv2 with classpath exception | [javax.servlet-api](https://javaee.github.io/servlet-spec/) | +| javax.validation/validation-api | 2.0.1.Final | Apache License 2.0 | [validation-api](http://beanvalidation.org) | +| javax.ws.rs/jsr311-api | 1.1.1 | CDDL License | [jsr311-api](https://jsr311.dev.java.net) | +| javax.xml.bind/jaxb-api | 2.3.1 | CDDL 1.1 | [jaxb-api](https://github.com/javaee/jaxb-spec/jaxb-api) | +| javax.xml.bind/jaxb-api | 2.4.0-b180830.0359 | CDDL 1.1 | [jaxb-api](https://github.com/javaee/jaxb-spec/jaxb-api) | +| joda-time/joda-time | 2.10.5 | Apache License, Version 2.0 | [joda-time](https://www.joda.org/joda-time/) | +| junit/junit | 4.13.2 | Eclipse Public License 1.0 | [junit](http://junit.org) | +| net.bytebuddy/byte-buddy | 1.12.16 | Apache License, Version 2.0 | [byte-buddy](https://bytebuddy.net/byte-buddy) | +| net.bytebuddy/byte-buddy-agent | 1.12.16 | Apache License, Version 2.0 | [byte-buddy-agent](https://bytebuddy.net/byte-buddy-agent) | +| net.minidev/accessors-smart | 2.4.11 | The Apache Software License, Version 2.0 | [accessors-smart](https://urielch.github.io/) | +| net.minidev/json-smart | 2.4.11 | The Apache Software License, Version 2.0 | [json-smart](https://urielch.github.io/) | +| net.sf.jopt-simple/jopt-simple | 5.0.4 | The MIT License | [jopt-simple](http://jopt-simple.github.io/jopt-simple) | +| net.sf.saxon/Saxon-HE | 9.8.0-12 | Mozilla Public License Version 2.0 | [Saxon-HE](http://www.saxonica.com/) | +| ognl/ognl | 3.3.4 | The Apache Software License, Version 2.0 | [ognl](https://github.com/jkuhnert/ognl/) | +| org.antlr/antlr-runtime | 3.4 | none | [antlr-runtime](http://www.antlr.org) | +| org.antlr/antlr4-runtime | 4.7.1 | The BSD License | [antlr4-runtime](http://www.antlr.org/antlr4-runtime) | +| org.antlr/stringtemplate | 3.2.1 | BSD licence | [stringtemplate](http://www.stringtemplate.org) | +| org.apache.commons/commons-collections4 | 4.4 | Apache License, Version 2.0 | [commons-collections4](https://commons.apache.org/proper/commons-collections/) | +| org.apache.commons/commons-lang3 | 3.12.0 | Apache License, Version 2.0 | [commons-lang3](https://commons.apache.org/proper/commons-lang/) | +| org.apache.commons/commons-math | 2.2 | The Apache Software License, Version 2.0 | [commons-math](http://commons.apache.org/math/) | +| org.apache.commons/commons-text | 1.10.0 | Apache License, Version 2.0 | [commons-text](https://commons.apache.org/proper/commons-text) | +| org.apache.httpcomponents/httpclient | 4.5.14 | Apache License, Version 2.0 | [httpclient](http://hc.apache.org/httpcomponents-client-ga) | +| org.apache.httpcomponents/httpcore | 4.4.16 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.logging.log4j/log4j-api | 2.19.0 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | +| org.apache.logging.log4j/log4j-to-slf4j | 2.19.0 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.68 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.87 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-coyote | 9.0.87 | Apache License, Version 2.0 | [tomcat-coyote](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-jni | 9.0.87 | Apache License, Version 2.0 | [tomcat-jni](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-juli | 9.0.87 | Apache License, Version 2.0 | [tomcat-juli](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-servlet-api | 9.0.87 | Apache License, Version 2.0 and + Common Development And Distribution License (CDDL) Version 1.0 | [tomcat-servlet-api](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-util | 9.0.87 | Apache License, Version 2.0 | [tomcat-util](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.68 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.68 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-jasper | 9.0.68 | Apache License, Version 2.0 | [tomcat-embed-jasper](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-logging-juli | 9.0.0.M6 | Apache License, Version 2.0 | [tomcat-embed-logging-juli](http://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.apache.velocity/velocity-engine-core | 2.3 | Apache License, Version 2.0 | [velocity-engine-core](http://velocity.apache.org/engine/devel/velocity-engine-core/) | +| org.aspectj/aspectjweaver | 1.9.7 | Eclipse Public License - v 2.0 | [aspectjweaver](https://www.eclipse.org/aspectj/) | +| org.attoparser/attoparser | 2.0.7.RELEASE | The Apache Software License, Version 2.0 | [attoparser](https://www.attoparser.org) | +| org.awaitility/awaitility | 3.0.0 | Apache 2.0 | [awaitility](http://awaitility.org) | +| org.bouncycastle/bcpkix-jdk18on | 1.76 | Bouncy Castle Licence | [bcpkix-jdk18on](https://www.bouncycastle.org/java.html) | +| org.bouncycastle/bcprov-jdk18on | 1.76 | Bouncy Castle Licence | [bcprov-jdk18on](https://www.bouncycastle.org/java.html) | +| org.bouncycastle/bcutil-jdk18on | 1.76 | Bouncy Castle Licence | [bcutil-jdk18on](https://www.bouncycastle.org/java.html) | +| org.checkerframework/checker-qual | 2.0.0 | The MIT License | [checker-qual](http://checkerframework.org) | +| org.checkerframework/checker-qual | 3.33.0 | The MIT License | [checker-qual](https://checkerframework.org/) | +| org.codehaus.jackson/jackson-core-asl | 1.9.2 | The Apache Software License, Version 2.0 | [jackson-core-asl](http://jackson.codehaus.org) | +| org.codehaus.jackson/jackson-mapper-asl | 1.9.16-TALEND | Apache-2.0 | [jackson-mapper-asl](http://jackson.codehaus.org) | +| org.codehaus.janino/commons-compiler | 3.1.10 | BSD-3-Clause | [commons-compiler](http://janino-compiler.github.io/commons-compiler/) | +| org.codehaus.janino/janino | 3.1.10 | BSD-3-Clause | [janino](http://janino-compiler.github.io/janino/) | +| org.codehaus.jettison/jettison | 1.5.4 | Apache License, Version 2.0 | [jettison](https://github.com/jettison-json/jettison) | +| org.codehaus.mojo/animal-sniffer-annotations | 1.14 | MIT license | [animal-sniffer-annotations](http://mojo.codehaus.org/animal-sniffer/animal-sniffer-annotations) | +| org.codehaus.woodstox/stax2-api | 4.2.1 | The BSD License | [stax2-api](http://github.com/FasterXML/stax2-api) | +| org.eclipse.jdt/ecj | 3.18.0 | Eclipse Public License - v 2.0 | [ecj](http://www.eclipse.org/jdt) | +| org.eclipse.jetty/jetty-client | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [jetty-client](https://eclipse.org/jetty/jetty-client) | +| org.eclipse.jetty/jetty-http | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [jetty-http](https://eclipse.org/jetty/jetty-http) | +| org.eclipse.jetty/jetty-io | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [jetty-io](https://eclipse.org/jetty/jetty-io) | +| org.eclipse.jetty/jetty-util | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [jetty-util](https://eclipse.org/jetty/jetty-util) | +| org.eclipse.jetty.websocket/websocket-api | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [websocket-api](https://eclipse.org/jetty/websocket-parent/websocket-api) | +| org.eclipse.jetty.websocket/websocket-client | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [websocket-client](https://eclipse.org/jetty/websocket-parent/websocket-client) | +| org.eclipse.jetty.websocket/websocket-common | 9.4.54.v20240208 | Apache Software License - Version 2.0 | [websocket-common](https://eclipse.org/jetty/websocket-parent/websocket-common) | +| org.ehcache/ehcache | 3.10.8 | The Apache Software License, Version 2.0 | [ehcache](http://ehcache.org) | +| org.freemarker/freemarker | 2.3.32 | Apache License, Version 2.0 | [freemarker](https://freemarker.apache.org/) | +| org.glassfish.hk2/hk2-api | 2.6.1 | EPL 2.0 | [hk2-api](https://github.com/eclipse-ee4j/glassfish-hk2/hk2-api) | +| org.glassfish.hk2/hk2-locator | 2.6.1 | EPL 2.0 | [hk2-locator](https://github.com/eclipse-ee4j/glassfish-hk2/hk2-locator) | +| org.glassfish.hk2/hk2-utils | 2.6.1 | EPL 2.0 | [hk2-utils](https://github.com/eclipse-ee4j/glassfish-hk2/hk2-utils) | +| org.glassfish.hk2/osgi-resource-locator | 1.0.3 | EPL 2.0 | [osgi-resource-locator](https://projects.eclipse.org/projects/ee4j/osgi-resource-locator) | +| org.glassfish.hk2.external/aopalliance-repackaged | 3.0.3 | EPL 2.0 | [aopalliance-repackaged](https://github.com/eclipse-ee4j/glassfish-hk2/external/aopalliance-repackaged) | +| org.glassfish.hk2.external/jakarta.inject | 2.6.1 | EPL 2.0 | [jakarta.inject](https://github.com/eclipse-ee4j/glassfish-hk2/external/jakarta.inject) | +| org.glassfish.jaxb/jaxb-runtime | 2.3.4 | Eclipse Distribution License - v 1.0 | [jaxb-runtime](https://eclipse-ee4j.github.io/jaxb-ri/jaxb-runtime-parent/jaxb-runtime) | +| org.glassfish.jaxb/jaxb-runtime | 2.4.0-b180830.0438 | CDDL+GPL License | [jaxb-runtime](http://jaxb.java.net/jaxb-runtime-parent/jaxb-runtime) | +| org.glassfish.jaxb/txw2 | 2.3.4 | Eclipse Distribution License - v 1.0 | [txw2](https://eclipse-ee4j.github.io/jaxb-ri/jaxb-txw-parent/txw2) | +| org.glassfish.jaxb/txw2 | 2.4.0-b180830.0438 | CDDL+GPL License | [txw2](http://jaxb.java.net/jaxb-txw-parent/txw2) | +| org.glassfish.jersey.containers/jersey-container-servlet-core | 2.42 | W3C license | [jersey-container-servlet-core](https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-container-servlet-core) | +| org.glassfish.jersey.core/jersey-client | 2.42 | W3C license | [jersey-client](https://projects.eclipse.org/projects/ee4j.jersey/jersey-client) | +| org.glassfish.jersey.core/jersey-common | 2.42 | Apache License, 2.0 | [jersey-common](https://projects.eclipse.org/projects/ee4j.jersey/jersey-common) | +| org.glassfish.jersey.core/jersey-server | 2.42 | Apache License, 2.0 | [jersey-server](https://projects.eclipse.org/projects/ee4j.jersey/jersey-server) | +| org.glassfish.jersey.ext/jersey-entity-filtering | 2.42 | W3C license | [jersey-entity-filtering](https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-entity-filtering) | +| org.glassfish.jersey.inject/jersey-hk2 | 2.42 | W3C license | [jersey-hk2](https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-hk2) | +| org.glassfish.jersey.media/jersey-media-json-jackson | 2.42 | Apache License, 2.0 | [jersey-media-json-jackson](https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-media-json-jackson) | +| org.graalvm.buildtools/junit-platform-native | 0.9.20 | Universal Permissive License Version 1.0 | [junit-platform-native](https://github.com/graalvm/native-build-tools) | +| org.hamcrest/hamcrest-core | 1.3 | New BSD License | [hamcrest-core](https://github.com/hamcrest/JavaHamcrest/hamcrest-core) | +| org.hamcrest/hamcrest-library | 1.3 | New BSD License | [hamcrest-library](https://github.com/hamcrest/JavaHamcrest/hamcrest-library) | +| org.hdrhistogram/HdrHistogram | 2.1.12 | Public Domain, per Creative Commons CC0 | [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) | +| org.hibernate.validator/hibernate-validator | 6.2.5.Final | Apache License 2.0 | [hibernate-validator](http://hibernate.org/validator/hibernate-validator) | +| org.infinispan/infinispan-commons | 13.0.21.Final | Apache License 2.0 | [infinispan-commons](http://www.infinispan.org/infinispan-commons-parent/infinispan-commons) | +| org.infinispan/infinispan-core | 13.0.21.Final | Apache License 2.0 | [infinispan-core](http://www.infinispan.org/infinispan-core) | +| org.infinispan/infinispan-jboss-marshalling | 13.0.21.Final | Apache License 2.0 | [infinispan-jboss-marshalling](http://www.infinispan.org/infinispan-jboss-marshalling) | +| org.infinispan.protostream/protostream | 4.4.4.Final | Apache License 2.0 | [protostream](https://github.com/infinispan/protostream) | +| org.infinispan.protostream/protostream-types | 4.4.4.Final | Apache License 2.0 | [protostream-types](https://infinispan.org/protostream-types) | +| org.jacoco/org.jacoco.agent | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.agent | 0.8.8 | Eclipse Public License 2.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.ant | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.ant | 0.8.8 | Eclipse Public License 2.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.core | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.core | 0.8.8 | Eclipse Public License 2.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.report | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.jacoco/org.jacoco.report | 0.8.8 | Eclipse Public License 2.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.javassist/javassist | 3.30.2-GA | Apache License 2.0 | [javassist](https://www.javassist.org/) | +| org.jboss.logging/jboss-logging | 3.4.1.Final | Apache License, version 2.0 | [jboss-logging](http://www.jboss.org) | +| org.jboss.logging/jboss-logging | 3.4.3.Final | Apache License, version 2.0 | [jboss-logging](http://www.jboss.org) | +| org.jboss.marshalling/jboss-marshalling-osgi | 2.0.12.Final | Apache License 2.0 | [jboss-marshalling-osgi](http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling-osgi) | +| org.jboss.threads/jboss-threads | 2.3.3.Final | Apache License 2.0 | [jboss-threads](http://www.jboss.org/jboss-threads) | +| org.jgroups/jgroups | 4.2.18.Final | Apache License 2.0 | [jgroups](http://www.jgroups.org) | +| org.junit.jupiter/junit-jupiter | 5.9.2 | Eclipse Public License v2.0 | [junit-jupiter](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-api | 5.9.2 | Eclipse Public License v2.0 | [junit-jupiter-api](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-engine | 5.9.2 | Eclipse Public License v2.0 | [junit-jupiter-engine](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-params | 5.9.2 | Eclipse Public License v2.0 | [junit-jupiter-params](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-commons | 1.9.2 | Eclipse Public License v2.0 | [junit-platform-commons](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-console | 1.9.2 | Eclipse Public License v2.0 | [junit-platform-console](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-engine | 1.9.2 | Eclipse Public License v2.0 | [junit-platform-engine](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-launcher | 1.9.2 | Eclipse Public License v2.0 | [junit-platform-launcher](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-reporting | 1.9.2 | Eclipse Public License v2.0 | [junit-platform-reporting](https://junit.org/junit5/) | +| org.jvnet.staxex/stax-ex | 1.8 | Dual license consisting of the CDDL v1.1 and GPL v2 | [stax-ex](http://stax-ex.java.net/) | +| org.latencyutils/LatencyUtils | 2.0.3 | Public Domain, per Creative Commons CC0 | [LatencyUtils](http://latencyutils.github.io/LatencyUtils/) | +| org.mockito/mockito-core | 4.9.0 | The MIT License | [mockito-core](https://github.com/mockito/mockito) | +| org.mockito/mockito-junit-jupiter | 4.9.0 | The MIT License | [mockito-junit-jupiter](https://github.com/mockito/mockito) | +| org.mozilla/rhino | 1.7.14 | Mozilla Public License, Version 2.0 | [rhino](https://mozilla.github.io/rhino/) | +| org.objenesis/objenesis | 3.3 | Apache License, Version 2.0 | [objenesis](http://objenesis.org/objenesis) | +| org.openapitools.openapidiff/openapi-diff-core | 2.0.1 | The Apache Software License, Version 2.0 | [openapi-diff-core](https://github.com/OpenAPITools/openapi-diff/openapi-diff-core) | +| org.opentest4j/opentest4j | 1.2.0 | The Apache License, Version 2.0 | [opentest4j](https://github.com/ota4j-team/opentest4j) | +| org.ow2.asm/asm | 7.1 | BSD | [asm](http://asm.ow2.org/) | +| org.ow2.asm/asm | 9.2 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm | 9.3 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm-analysis | 7.1 | BSD | [asm-analysis](http://asm.ow2.org/) | +| org.ow2.asm/asm-analysis | 9.2 | BSD-3-Clause | [asm-analysis](http://asm.ow2.io/) | +| org.ow2.asm/asm-commons | 7.1 | BSD | [asm-commons](http://asm.ow2.org/) | +| org.ow2.asm/asm-commons | 9.2 | BSD-3-Clause | [asm-commons](http://asm.ow2.io/) | +| org.ow2.asm/asm-tree | 7.1 | BSD | [asm-tree](http://asm.ow2.org/) | +| org.ow2.asm/asm-tree | 9.2 | BSD-3-Clause | [asm-tree](http://asm.ow2.io/) | +| org.projectlombok/lombok | 1.18.28 | The MIT License | [lombok](https://projectlombok.org) | +| org.reactivestreams/reactive-streams | 1.0.4 | MIT-0 | [reactive-streams](http://www.reactive-streams.org/) | +| org.slf4j/jul-to-slf4j | 1.7.36 | MIT License | [jul-to-slf4j](http://www.slf4j.org) | +| org.slf4j/slf4j-api | 1.7.36 | MIT License | [slf4j-api](http://www.slf4j.org) | +| org.springdoc/springdoc-openapi-common | 1.6.15 | The Apache License, Version 2.0 | [springdoc-openapi-common](https://springdoc.org/springdoc-openapi-common/) | +| org.springdoc/springdoc-openapi-ui | 1.6.15 | The Apache License, Version 2.0 | [springdoc-openapi-ui](https://springdoc.org/springdoc-openapi-ui/) | +| org.springdoc/springdoc-openapi-webmvc-core | 1.6.15 | The Apache License, Version 2.0 | [springdoc-openapi-webmvc-core](https://springdoc.org/springdoc-openapi-webmvc-core/) | +| org.springframework/spring-aop | 5.3.30 | Apache License, Version 2.0 | [spring-aop](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-aop | 5.3.31 | Apache License, Version 2.0 | [spring-aop](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-beans | 5.3.30 | Apache License, Version 2.0 | [spring-beans](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-beans | 5.3.31 | Apache License, Version 2.0 | [spring-beans](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context | 5.3.30 | Apache License, Version 2.0 | [spring-context](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context | 5.3.31 | Apache License, Version 2.0 | [spring-context](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context-support | 5.3.30 | Apache License, Version 2.0 | [spring-context-support](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context-support | 5.3.31 | Apache License, Version 2.0 | [spring-context-support](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-core | 5.3.30 | Apache License, Version 2.0 | [spring-core](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-core | 5.3.31 | Apache License, Version 2.0 | [spring-core](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-expression | 5.3.30 | Apache License, Version 2.0 | [spring-expression](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-expression | 5.3.31 | Apache License, Version 2.0 | [spring-expression](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-jcl | 5.3.30 | Apache License, Version 2.0 | [spring-jcl](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-jcl | 5.3.31 | Apache License, Version 2.0 | [spring-jcl](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-messaging | 5.3.30 | Apache License, Version 2.0 | [spring-messaging](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-messaging | 5.3.31 | Apache License, Version 2.0 | [spring-messaging](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-web | 5.3.30 | Apache License, Version 2.0 | [spring-web](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-web | 5.3.31 | Apache License, Version 2.0 | [spring-web](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webflux | 5.3.30 | Apache License, Version 2.0 | [spring-webflux](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webflux | 5.3.31 | Apache License, Version 2.0 | [spring-webflux](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webmvc | 5.3.30 | Apache License, Version 2.0 | [spring-webmvc](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webmvc | 5.3.31 | Apache License, Version 2.0 | [spring-webmvc](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-websocket | 5.3.30 | Apache License, Version 2.0 | [spring-websocket](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-websocket | 5.3.31 | Apache License, Version 2.0 | [spring-websocket](https://github.com/spring-projects/spring-framework) | +| org.springframework.boot/spring-boot | 2.7.18 | Apache License, Version 2.0 | [spring-boot](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator | 2.7.18 | Apache License, Version 2.0 | [spring-boot-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator-autoconfigure | 2.7.18 | Apache License, Version 2.0 | [spring-boot-actuator-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-autoconfigure | 2.7.18 | Apache License, Version 2.0 | [spring-boot-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-configuration-processor | 2.7.18 | Apache License, Version 2.0 | [spring-boot-configuration-processor](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-actuator | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-aop | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-aop](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-cache | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-cache](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-freemarker | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-freemarker](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-json | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-json](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-logging | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-logging](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-reactor-netty | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-reactor-netty](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-security | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-security](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-thymeleaf | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-tomcat | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-tomcat](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-validation | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-validation](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-web | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-web](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-webflux | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-webflux](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-websocket | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-websocket](https://spring.io/projects/spring-boot) | +| org.springframework.cloud/spring-cloud-commons | 2.2.9.RELEASE | Apache License, Version 2.0 | [spring-cloud-commons](https://projects.spring.io/spring-cloud/spring-cloud-commons/) | +| org.springframework.cloud/spring-cloud-context | 3.1.7 | Apache License, Version 2.0 | [spring-cloud-context](https://projects.spring.io/spring-cloud/spring-cloud-context/) | +| org.springframework.cloud/spring-cloud-loadbalancer | 2.2.9.RELEASE | Apache License, Version 2.0 | [spring-cloud-loadbalancer](https://projects.spring.io/spring-cloud/spring-cloud-loadbalancer/) | +| org.springframework.cloud/spring-cloud-netflix-archaius | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-archaius](https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-archaius) | +| org.springframework.cloud/spring-cloud-netflix-eureka-client | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-eureka-client](https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-eureka-client) | +| org.springframework.cloud/spring-cloud-netflix-eureka-server | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-eureka-server](https://projects.spring.io/spring-cloud/) | +| org.springframework.cloud/spring-cloud-netflix-hystrix | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-hystrix](https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-hystrix) | +| org.springframework.cloud/spring-cloud-netflix-hystrix-dashboard | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-hystrix-dashboard](https://projects.spring.io/spring-cloud/) | +| org.springframework.cloud/spring-cloud-netflix-ribbon | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-ribbon](https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-ribbon) | +| org.springframework.cloud/spring-cloud-netflix-turbine | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-turbine](https://projects.spring.io/spring-cloud/) | +| org.springframework.cloud/spring-cloud-netflix-zuul | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-netflix-zuul](https://spring.io/spring-cloud/spring-cloud-netflix/spring-cloud-netflix-zuul) | +| org.springframework.cloud/spring-cloud-starter | 2.2.9.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-bootstrap | 3.1.7 | Apache License, Version 2.0 | [spring-cloud-starter-bootstrap](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-loadbalancer | 2.2.9.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-loadbalancer](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-archaius | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-archaius](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-eureka-client | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-eureka-client](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-eureka-server | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-eureka-server](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-hystrix | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-hystrix](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-hystrix-dashboard | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-hystrix-dashboard](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-ribbon | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-ribbon](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-turbine | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-turbine](https://projects.spring.io/spring-cloud) | +| org.springframework.cloud/spring-cloud-starter-netflix-zuul | 2.2.10.RELEASE | Apache License, Version 2.0 | [spring-cloud-starter-netflix-zuul](https://projects.spring.io/spring-cloud) | +| org.springframework.retry/spring-retry | 1.2.5.RELEASE | Apache 2.0 | [spring-retry](https://www.springsource.org) | +| org.springframework.security/spring-security-config | 5.7.11 | Apache License, Version 2.0 | [spring-security-config](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-core | 5.7.11 | Apache License, Version 2.0 | [spring-security-core](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-crypto | 5.7.11 | Apache License, Version 2.0 | [spring-security-crypto](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-rsa | 1.0.9.RELEASE | Apache 2.0 | [spring-security-rsa](http://github.com/spring-projects/spring-security-oauth) | +| org.springframework.security/spring-security-web | 5.7.11 | Apache License, Version 2.0 | [spring-security-web](https://spring.io/projects/spring-security) | +| org.thymeleaf/thymeleaf | 3.1.2.RELEASE | The Apache Software License, Version 2.0 | [thymeleaf](http://www.thymeleaf.org/thymeleaf-lib/thymeleaf) | +| org.thymeleaf/thymeleaf-spring5 | 3.1.2.RELEASE | The Apache Software License, Version 2.0 | [thymeleaf-spring5](http://www.thymeleaf.org/thymeleaf-lib/thymeleaf-spring5) | +| org.thymeleaf.extras/thymeleaf-extras-java8time | 3.0.4.RELEASE | The Apache Software License, Version 2.0 | [thymeleaf-extras-java8time](http://www.thymeleaf.org) | +| org.unbescape/unbescape | 1.1.6.RELEASE | The Apache Software License, Version 2.0 | [unbescape](http://www.unbescape.org) | +| org.webjars/bootstrap | 4.3.1 | Apache License, Version 2.0 | [bootstrap](http://webjars.org) | +| org.webjars/d3js | 3.4.11 | The BSD 3-Clause License | [d3js](http://webjars.org) | +| org.webjars/jquery | 3.6.4 | MIT License | [jquery](http://webjars.org) | +| org.webjars/popper.js | 1.14.3 | MIT | [popper.js](http://webjars.org) | +| org.webjars/swagger-ui | 4.17.1 | Apache 2.0 | [swagger-ui](http://webjars.org) | +| org.webjars/webjars-locator-core | 0.52 | MIT | [webjars-locator-core](http://webjars.org) | +| org.wildfly.common/wildfly-common | 1.3.0.Final | Apache License 2.0 | [wildfly-common](http://www.jboss.org/wildfly-common) | +| org.yaml/snakeyaml | 2.2 | Apache License, Version 2.0 | [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | +| org.zowe.apiml.sdk/attls | 1.21.3 | none | [attls]() | +| xmlpull/xmlpull | 1.1.3.1 | Public Domain | [xmlpull](http://www.xmlpull.org) | +| agentkeepalive | 4.1.4 | MIT | [agentkeepalive](https://github.com/node-modules/agentkeepalive#readme) | +| ansi-regex | 2.1.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-regex | 5.0.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 3.2.1 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| aproba | 1.2.0 | ISC | [aproba](https://github.com/iarna/aproba) | +| are-we-there-yet | 1.1.7 | ISC | [are-we-there-yet](https://github.com/iarna/are-we-there-yet) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| argparse | 2.0.1 | Python-2.0 | [argparse](https://github.com/nodeca/argparse#readme) | +| array-buffer-byte-length | 1.0.0 | MIT | [array-buffer-byte-length](https://github.com/inspect-js/array-buffer-byte-length#readme) | +| asap | 2.0.6 | MIT | [asap](https://github.com/kriskowal/asap#readme) | +| asynckit | 0.4.0 | MIT | [asynckit](https://github.com/alexindigo/asynckit#readme) | +| at-least-node | 1.0.0 | ISC | [at-least-node](https://github.com/RyanZim/at-least-node#readme) | +| autolinker | 3.16.2 | MIT | [autolinker](https://github.com/gregjacobs/Autolinker.js) | +| available-typed-arrays | 1.0.5 | MIT | [available-typed-arrays](https://github.com/inspect-js/available-typed-arrays#readme) | +| axios | 1.6.8 | MIT | [axios](https://axios-http.com) | +| babel-plugin-emotion | 10.2.2 | MIT | [babel-plugin-emotion](https://emotion.sh) | +| babel-plugin-macros | 2.8.0 | MIT | [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros#readme) | +| babel-plugin-syntax-jsx | 6.18.0 | MIT | [babel-plugin-syntax-jsx](https://github.com/babel/babel.git) | +| balanced-match | 1.0.2 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| base64-js | 1.5.1 | MIT | [base64-js](https://github.com/beatgammit/base64-js) | +| bl | 4.1.0 | MIT | [bl](https://github.com/rvagg/bl) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| brace-expansion | 2.0.1 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| braces | 3.0.2 | MIT | [braces](https://github.com/micromatch/braces) | +| browserslist | 4.23.0 | MIT | [browserslist](https://github.com/browserslist/browserslist#readme) | +| buffer | 5.7.1 | MIT | [buffer](https://github.com/feross/buffer) | +| buffer | 6.0.3 | MIT | [buffer](https://github.com/feross/buffer) | +| call-bind | 1.0.2 | MIT | [call-bind](https://github.com/ljharb/call-bind#readme) | +| callsites | 3.1.0 | MIT | [callsites](https://github.com/sindresorhus/callsites#readme) | +| caniuse-lite | 1.0.30001600 | CC-BY-4.0 | [caniuse-lite](https://github.com/browserslist/caniuse-lite#readme) | +| chain-function | 1.0.1 | MIT | [chain-function](https://github.com/jquense/chain-function#readme) | +| chalk | 2.4.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| chalk | 4.1.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| change-emitter | 0.1.6 | MIT | [change-emitter](https://github.com/acdlite/change-emitter#readme) | +| character-entities | 1.2.4 | MIT | [character-entities](https://github.com/wooorm/character-entities#readme) | +| character-entities-legacy | 1.1.4 | MIT | [character-entities-legacy](https://github.com/wooorm/character-entities-legacy#readme) | +| character-reference-invalid | 1.1.4 | MIT | [character-reference-invalid](https://github.com/wooorm/character-reference-invalid#readme) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| ci-info | 2.0.0 | MIT | [ci-info](https://github.com/watson/ci-info) | +| classnames | 2.3.2 | MIT | [classnames](https://github.com/JedWatson/classnames#readme) | +| clsx | 1.2.1 | MIT | [clsx](https://github.com/lukeed/clsx#readme) | +| code-point-at | 1.1.0 | MIT | [code-point-at](https://github.com/sindresorhus/code-point-at#readme) | +| color-convert | 1.9.3 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.3 | MIT | [color-name](https://github.com/dfcreative/color-name) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| colors | 1.4.0 | MIT | [colors](https://github.com/Marak/colors.js) | +| combined-stream | 1.0.8 | MIT | [combined-stream](https://github.com/felixge/node-combined-stream) | +| comma-separated-tokens | 1.0.8 | MIT | [comma-separated-tokens](https://github.com/wooorm/comma-separated-tokens#readme) | +| compute-scroll-into-view | 1.0.11 | MIT | [compute-scroll-into-view](https://scroll-into-view-if-needed.netlify.com) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| console-control-strings | 1.1.0 | ISC | [console-control-strings](https://github.com/iarna/console-control-strings#readme) | +| convert-source-map | 1.9.0 | MIT | [convert-source-map](https://github.com/thlorenz/convert-source-map) | +| cookie | 0.5.0 | MIT | [cookie](https://github.com/jshttp/cookie#readme) | +| copy-to-clipboard | 3.3.3 | MIT | [copy-to-clipboard](https://github.com/sudodoki/copy-to-clipboard#readme) | +| core-js | 1.2.7 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| core-js | 2.5.7 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| core-js-pure | 3.31.0 | MIT | [core-js-pure](https://github.com/zloirock/core-js#readme) | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| cosmiconfig | 6.0.0 | MIT | [cosmiconfig](https://github.com/davidtheclark/cosmiconfig#readme) | +| create-react-context | 0.2.2 | MIT | [create-react-context](https://github.com/thejameskyle/create-react-context#readme) | +| cross-fetch | 3.1.6 | MIT | [cross-fetch](https://github.com/lquixada/cross-fetch) | +| cross-spawn | 6.0.5 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| css-vendor | 2.0.8 | MIT | [css-vendor](https://github.com/cssinjs/css-vendor#readme) | +| css.escape | 1.5.1 | MIT | [css.escape](https://mths.be/cssescape) | +| csstype | 2.6.21 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| csstype | 3.1.2 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| debug | 4.3.4 | MIT | [debug](https://github.com/debug-js/debug#readme) | +| decompress-response | 4.2.1 | MIT | [decompress-response](https://github.com/sindresorhus/decompress-response#readme) | +| deep-diff | 0.3.8 | MIT | [deep-diff](https://github.com/flitbit/diff#readme) | +| deep-extend | 0.6.0 | MIT | [deep-extend](https://github.com/unclechu/node-deep-extend) | +| deepmerge | 4.3.1 | MIT | [deepmerge](https://github.com/TehShrike/deepmerge) | +| define-properties | 1.2.0 | MIT | [define-properties](https://github.com/ljharb/define-properties#readme) | +| delayed-stream | 1.0.0 | MIT | [delayed-stream](https://github.com/felixge/node-delayed-stream) | +| delegates | 1.0.0 | MIT | [delegates](https://github.com/visionmedia/node-delegates#readme) | +| depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | +| detect-libc | 1.0.3 | Apache-2.0 | [detect-libc](https://github.com/lovell/detect-libc#readme) | +| dom-helpers | 3.4.0 | MIT | [dom-helpers](https://github.com/jquense/dom-helpers#readme) | +| dom-helpers | 5.2.1 | MIT | [dom-helpers](https://github.com/react-bootstrap/dom-helpers#readme) | +| dom-serializer | 1.4.1 | MIT | [dom-serializer](https://github.com/cheeriojs/dom-renderer#readme) | +| domelementtype | 2.3.0 | BSD-2-Clause | [domelementtype](https://github.com/fb55/domelementtype#readme) | +| domhandler | 4.3.1 | BSD-2-Clause | [domhandler](https://github.com/fb55/domhandler#readme) | +| dompurify | 3.0.2 | (MPL-2.0 OR Apache-2.0) | [dompurify](https://github.com/cure53/DOMPurify) | +| domutils | 2.8.0 | BSD-2-Clause | [domutils](https://github.com/fb55/domutils#readme) | +| drange | 1.1.1 | MIT | [drange](https://github.com/fent/node-drange#readme) | +| electron-to-chromium | 1.4.715 | ISC | [electron-to-chromium](https://github.com/kilian/electron-to-chromium#readme) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| emotion-theming | 10.0.27 | MIT | [emotion-theming](https://emotion.sh) | +| end-of-stream | 1.4.4 | MIT | [end-of-stream](https://github.com/mafintosh/end-of-stream) | +| entities | 2.2.0 | BSD-2-Clause | [entities](https://github.com/fb55/entities#readme) | +| enzyme-shallow-equal | 1.0.5 | MIT | [enzyme-shallow-equal](https://enzymejs.github.io/enzyme/) | +| error-ex | 1.3.2 | MIT | [error-ex](https://github.com/qix-/node-error-ex#readme) | +| es-abstract | 1.21.2 | MIT | [es-abstract](https://github.com/ljharb/es-abstract#readme) | +| es-set-tostringtag | 2.0.1 | MIT | [es-set-tostringtag](https://github.com/es-shims/es-set-tostringtag#readme) | +| es-to-primitive | 1.2.1 | MIT | [es-to-primitive](https://github.com/ljharb/es-to-primitive#readme) | +| escalade | 3.1.1 | MIT | [escalade](https://github.com/lukeed/escalade#readme) | +| escape-string-regexp | 1.0.5 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | +| exception-formatter | 1.0.7 | none | [exception-formatter](https://github.com/benbria/exception-formatter#readme) | +| exenv | 1.2.2 | BSD-3-Clause | [exenv](https://github.com/JedWatson/exenv) | +| expand-template | 2.0.3 | (MIT OR WTFPL) | [expand-template](https://github.com/ralphtheninja/expand-template) | +| fast-json-patch | 3.1.1 | MIT | [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) | +| fault | 1.0.4 | MIT | [fault](https://github.com/wooorm/fault#readme) | +| fbjs | 0.8.18 | MIT | [fbjs](https://github.com/facebook/fbjs#readme) | +| fill-range | 7.0.1 | MIT | [fill-range](https://github.com/jonschlinkert/fill-range) | +| find-root | 1.1.0 | MIT | [find-root](https://github.com/js-n/find-root#readme) | +| find-yarn-workspace-root | 2.0.0 | Apache-2.0 | [find-yarn-workspace-root](https://github.com/square/find-yarn-workspace-root#readme) | +| focus-trap | 2.4.6 | MIT | [focus-trap](https://github.com/davidtheclark/focus-trap#readme) | +| focus-trap-react | 3.1.2 | MIT | [focus-trap-react](https://github.com/davidtheclark/focus-trap-react#readme) | +| follow-redirects | 1.15.6 | MIT | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | +| fontfaceobserver | 2.0.13 | BSD-3-Clause | [fontfaceobserver](https://fontfaceobserver.com/) | +| for-each | 0.3.3 | MIT | [for-each](https://github.com/Raynos/for-each) | +| form-data | 4.0.0 | MIT | [form-data](https://github.com/form-data/form-data#readme) | +| form-data-encoder | 1.9.0 | MIT | [form-data-encoder](https://github.com/octet-stream/form-data-encoder#readme) | +| format | 0.2.2 | MIT | [format](http://samhuri.net/proj/format) | +| formdata-node | 4.4.1 | MIT | [formdata-node](https://github.com/octet-stream/form-data#readme) | +| fs-constants | 1.0.0 | MIT | [fs-constants](https://github.com/mafintosh/fs-constants) | +| fs-extra | 9.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| function-bind | 1.1.1 | MIT | [function-bind](https://github.com/Raynos/function-bind) | +| function.prototype.name | 1.1.5 | MIT | [function.prototype.name](https://github.com/es-shims/Function.prototype.name#readme) | +| functions-have-names | 1.2.3 | MIT | [functions-have-names](https://github.com/inspect-js/functions-have-names#readme) | +| gauge | 2.7.4 | ISC | [gauge](https://github.com/iarna/gauge) | +| gensync | 1.0.0-beta.2 | MIT | [gensync](https://github.com/loganfsmyth/gensync) | +| get-intrinsic | 1.2.1 | MIT | [get-intrinsic](https://github.com/ljharb/get-intrinsic#readme) | +| get-symbol-description | 1.0.0 | MIT | [get-symbol-description](https://github.com/inspect-js/get-symbol-description#readme) | +| github-from-package | 0.0.0 | MIT | [github-from-package](https://github.com/substack/github-from-package) | +| glob | 7.2.3 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| globals | 11.12.0 | MIT | [globals](https://github.com/sindresorhus/globals#readme) | +| globalthis | 1.0.3 | MIT | [globalthis](https://github.com/ljharb/System.global#readme) | +| gopd | 1.0.1 | MIT | [gopd](https://github.com/ljharb/gopd#readme) | +| graceful-fs | 4.2.11 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| gud | 1.0.0 | MIT | [gud](https://github.com/jamiebuilds/global-unique-id#readme) | +| has | 1.0.3 | MIT | [has](https://github.com/tarruda/has) | +| has-bigints | 1.0.2 | MIT | [has-bigints](https://github.com/ljharb/has-bigints#readme) | +| has-flag | 3.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| has-flag | 4.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| has-property-descriptors | 1.0.0 | MIT | [has-property-descriptors](https://github.com/inspect-js/has-property-descriptors#readme) | +| has-proto | 1.0.1 | MIT | [has-proto](https://github.com/inspect-js/has-proto#readme) | +| has-symbols | 1.0.3 | MIT | [has-symbols](https://github.com/ljharb/has-symbols#readme) | +| has-tostringtag | 1.0.0 | MIT | [has-tostringtag](https://github.com/inspect-js/has-tostringtag#readme) | +| has-unicode | 2.0.1 | ISC | [has-unicode](https://github.com/iarna/has-unicode) | +| hast-util-parse-selector | 2.2.5 | MIT | [hast-util-parse-selector](https://github.com/syntax-tree/hast-util-parse-selector#readme) | +| hastscript | 6.0.0 | MIT | [hastscript](https://github.com/syntax-tree/hastscript#readme) | +| highlight.js | 10.7.3 | BSD-3-Clause | [highlight.js](https://highlightjs.org/) | +| history | 4.10.1 | MIT | [history](https://github.com/ReactTraining/history#readme) | +| hoist-non-react-statics | 2.5.5 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hoist-non-react-statics | 3.2.1 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hoist-non-react-statics | 3.3.2 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| html-entities | 2.3.5 | MIT | [html-entities](https://github.com/mdevils/html-entities#readme) | +| htmlparser2 | 6.1.0 | MIT | [htmlparser2](https://github.com/fb55/htmlparser2#readme) | +| htmr | 1.0.1 | MIT | [htmr](https://github.com/pveyes/htmr#readme) | +| humanize-ms | 1.2.1 | MIT | [humanize-ms](https://github.com/node-modules/humanize-ms#readme) | +| hyphenate-style-name | 1.0.4 | BSD-3-Clause | [hyphenate-style-name](https://github.com/rexxars/hyphenate-style-name#readme) | +| ieee754 | 1.2.1 | BSD-3-Clause | [ieee754](https://github.com/feross/ieee754#readme) | +| immutable | 3.8.2 | MIT | [immutable](https://facebook.github.com/immutable-js) | +| import-fresh | 3.3.0 | MIT | [import-fresh](https://github.com/sindresorhus/import-fresh#readme) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ini | 1.3.7 | ISC | [ini](https://github.com/isaacs/ini#readme) | +| install | 0.12.2 | MIT | [install](http://github.com/benjamn/install) | +| internal-slot | 1.0.5 | MIT | [internal-slot](https://github.com/ljharb/internal-slot#readme) | +| invariant | 2.2.4 | MIT | [invariant](https://github.com/zertosh/invariant#readme) | +| is-alphabetical | 1.0.4 | MIT | [is-alphabetical](https://github.com/wooorm/is-alphabetical#readme) | +| is-alphanumerical | 1.0.4 | MIT | [is-alphanumerical](https://github.com/wooorm/is-alphanumerical#readme) | +| is-arguments | 1.1.1 | MIT | [is-arguments](https://github.com/inspect-js/is-arguments) | +| is-array-buffer | 3.0.2 | MIT | [is-array-buffer](https://github.com/inspect-js/is-array-buffer#readme) | +| is-arrayish | 0.2.1 | MIT | [is-arrayish](https://github.com/qix-/node-is-arrayish#readme) | +| is-bigint | 1.0.4 | MIT | [is-bigint](https://github.com/inspect-js/is-bigint#readme) | +| is-boolean-object | 1.1.2 | MIT | [is-boolean-object](https://github.com/inspect-js/is-boolean-object#readme) | +| is-callable | 1.2.7 | MIT | [is-callable](https://github.com/inspect-js/is-callable#readme) | +| is-ci | 2.0.0 | MIT | [is-ci](https://github.com/watson/is-ci) | +| is-core-module | 2.12.1 | MIT | [is-core-module](https://github.com/inspect-js/is-core-module) | +| is-date-object | 1.0.5 | MIT | [is-date-object](https://github.com/inspect-js/is-date-object#readme) | +| is-decimal | 1.0.4 | MIT | [is-decimal](https://github.com/wooorm/is-decimal#readme) | +| is-docker | 2.2.1 | MIT | [is-docker](https://github.com/sindresorhus/is-docker#readme) | +| is-fullwidth-code-point | 1.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-generator-function | 1.0.10 | MIT | [is-generator-function](https://github.com/inspect-js/is-generator-function#readme) | +| is-hexadecimal | 1.0.4 | MIT | [is-hexadecimal](https://github.com/wooorm/is-hexadecimal#readme) | +| is-in-browser | 1.1.3 | MIT | [is-in-browser](https://github.com/tuxsudo/is-in-browser#readme) | +| is-negative-zero | 2.0.2 | MIT | [is-negative-zero](https://github.com/inspect-js/is-negative-zero) | +| is-number | 7.0.0 | MIT | [is-number](https://github.com/jonschlinkert/is-number) | +| is-number-object | 1.0.7 | MIT | [is-number-object](https://github.com/inspect-js/is-number-object#readme) | +| is-plain-object | 5.0.0 | MIT | [is-plain-object](https://github.com/jonschlinkert/is-plain-object) | +| is-regex | 1.1.4 | MIT | [is-regex](https://github.com/inspect-js/is-regex) | +| is-shared-array-buffer | 1.0.2 | MIT | [is-shared-array-buffer](https://github.com/inspect-js/is-shared-array-buffer#readme) | +| is-string | 1.0.7 | MIT | [is-string](https://github.com/ljharb/is-string#readme) | +| is-symbol | 1.0.4 | MIT | [is-symbol](https://github.com/inspect-js/is-symbol#readme) | +| is-typed-array | 1.1.10 | MIT | [is-typed-array](https://github.com/inspect-js/is-typed-array#readme) | +| is-weakref | 1.0.2 | MIT | [is-weakref](https://github.com/inspect-js/is-weakref#readme) | +| is-wsl | 2.2.0 | MIT | [is-wsl](https://github.com/sindresorhus/is-wsl#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| isarray | 1.0.0 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| isexe | 2.0.0 | ISC | [isexe](https://github.com/isaacs/isexe#readme) | +| isomorphic-fetch | 1.7.0 | MIT | [isomorphic-fetch](https://github.com/matthew-andrews/node-fetch) | +| js-file-download | 0.4.12 | MIT | [js-file-download](https://github.com/kennethjiang/js-file-download) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| js-yaml | 4.1.0 | MIT | [js-yaml](https://github.com/nodeca/js-yaml#readme) | +| jsesc | 2.5.2 | MIT | [jsesc](https://mths.be/jsesc) | +| json-parse-even-better-errors | 2.3.1 | MIT | [json-parse-even-better-errors](https://github.com/npm/json-parse-even-better-errors#readme) | +| json5 | 2.2.3 | MIT | [json5](http://json5.org/) | +| jsonfile | 6.1.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jss | 10.10.0 | MIT | [jss](https://cssinjs.org/) | +| jss-plugin-camel-case | 10.10.0 | MIT | [jss-plugin-camel-case](https://cssinjs.org/jss-camel-case) | +| jss-plugin-default-unit | 10.10.0 | MIT | [jss-plugin-default-unit](https://cssinjs.org/jss-default-unit) | +| jss-plugin-global | 10.10.0 | MIT | [jss-plugin-global](https://cssinjs.org/jss-global) | +| jss-plugin-nested | 10.10.0 | MIT | [jss-plugin-nested](https://cssinjs.org/jss-nested) | +| jss-plugin-props-sort | 10.10.0 | MIT | [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort) | +| jss-plugin-rule-value-function | 10.10.0 | MIT | [jss-plugin-rule-value-function](https://cssinjs.org/) | +| jss-plugin-vendor-prefixer | 10.10.0 | MIT | [jss-plugin-vendor-prefixer](https://cssinjs.org/jss-plugin-vendor-prefixer) | +| klaw-sync | 6.0.0 | MIT | [klaw-sync](https://github.com/manidlou/node-klaw-sync#readme) | +| lines-and-columns | 1.2.4 | MIT | [lines-and-columns](https://github.com/eventualbuddha/lines-and-columns#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash.debounce | 4.0.8 | MIT | [lodash.debounce](https://lodash.com/) | +| lodash.range | 3.2.0 | MIT | [lodash.range](https://lodash.com/) | +| loglevel | 1.6.1 | MIT | [loglevel](https://github.com/pimterry/loglevel) | +| loglevel | 1.7.1 | MIT | [loglevel](https://github.com/pimterry/loglevel) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| lowlight | 1.20.0 | MIT | [lowlight](https://github.com/wooorm/lowlight#readme) | +| lru-cache | 5.1.1 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| lru-cache | 6.0.0 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| memoize-one | 4.0.3 | MIT | [memoize-one](https://github.com/alexreardon/memoize-one#readme) | +| micromatch | 4.0.5 | MIT | [micromatch](https://github.com/micromatch/micromatch) | +| mime-db | 1.52.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.35 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| mimic-response | 2.1.0 | MIT | [mimic-response](https://github.com/sindresorhus/mimic-response#readme) | +| mineral-ui | 0.58.0 | Apache-2.0 | [mineral-ui](http://mineral-ui.com) | +| mineral-ui-icons | 0.5.0 | Apache-2.0 | [mineral-ui-icons](http://mineral-ui.com) | +| mineral-ui-tokens | 0.4.0 | Apache-2.0 | [mineral-ui-tokens](http://mineral-ui.com) | +| mini-create-react-context | 0.4.1 | MIT | [mini-create-react-context](https://github.com/StringEpsilon/mini-create-react-context#readme) | +| minim | 0.23.8 | MIT | [minim](https://github.com/refractproject/minim) | +| minimatch | 3.1.2 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimatch | 7.4.6 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.8 | MIT | [minimist](https://github.com/minimistjs/minimist) | +| mkdirp-classic | 0.5.3 | MIT | [mkdirp-classic](https://github.com/mafintosh/mkdirp-classic) | +| ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | +| nan | 2.17.0 | MIT | [nan](https://github.com/nodejs/nan#readme) | +| napi-build-utils | 1.0.2 | MIT | [napi-build-utils](https://github.com/inspiredware/napi-build-utils#readme) | +| nice-try | 1.0.5 | MIT | [nice-try](https://github.com/electerious/nice-try) | +| no-scroll | 2.1.1 | MIT | [no-scroll](https://github.com/davidtheclark/no-scroll#readme) | +| node-abi | 2.30.1 | MIT | [node-abi](https://github.com/lgeiger/node-abi#readme) | +| node-domexception | 1.0.0 | MIT | [node-domexception](https://github.com/jimmywarting/node-domexception#readme) | +| node-fetch | 2.6.11 | MIT | [node-fetch](https://github.com/bitinn/node-fetch) | +| node-releases | 2.0.14 | MIT | [node-releases](https://github.com/chicoxyzzy/node-releases#readme) | +| npmlog | 4.1.2 | ISC | [npmlog](https://github.com/npm/npmlog#readme) | +| number-is-nan | 1.0.1 | MIT | [number-is-nan](https://github.com/sindresorhus/number-is-nan#readme) | +| object-assign | 4.1.1 | MIT | [object-assign](https://github.com/sindresorhus/object-assign#readme) | +| object-inspect | 1.12.3 | MIT | [object-inspect](https://github.com/inspect-js/object-inspect) | +| object-is | 1.1.5 | MIT | [object-is](https://github.com/es-shims/object-is) | +| object-keys | 1.1.1 | MIT | [object-keys](https://github.com/ljharb/object-keys#readme) | +| object.assign | 4.1.4 | MIT | [object.assign](https://github.com/ljharb/object.assign#readme) | +| object.fromentries | 2.0.6 | MIT | [object.fromentries](https://github.com/es-shims/Object.fromEntries#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| open | 7.4.2 | MIT | [open](https://github.com/sindresorhus/open#readme) | +| os-tmpdir | 1.0.2 | MIT | [os-tmpdir](https://github.com/sindresorhus/os-tmpdir#readme) | +| parent-module | 1.0.1 | MIT | [parent-module](https://github.com/sindresorhus/parent-module#readme) | +| parse-entities | 2.0.0 | MIT | [parse-entities](https://github.com/wooorm/parse-entities#readme) | +| parse-json | 5.2.0 | MIT | [parse-json](https://github.com/sindresorhus/parse-json#readme) | +| patch-package | 6.5.1 | MIT | [patch-package](https://github.com/ds300/patch-package#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-key | 2.0.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| path-parse | 1.0.7 | MIT | [path-parse](https://github.com/jbgutierrez/path-parse#readme) | +| path-to-regexp | 1.8.0 | MIT | [path-to-regexp](https://github.com/pillarjs/path-to-regexp#readme) | +| path-type | 4.0.0 | MIT | [path-type](https://github.com/sindresorhus/path-type#readme) | +| performance-now | 2.1.0 | MIT | [performance-now](https://github.com/braveg1rl/performance-now) | +| picocolors | 1.0.0 | ISC | [picocolors](https://github.com/alexeyraspopov/picocolors#readme) | +| picomatch | 2.3.1 | MIT | [picomatch](https://github.com/micromatch/picomatch) | +| popper.js | 1.16.1 | MIT | [popper.js](https://popper.js.org) | +| popper.js | 1.16.1-lts | MIT | [popper.js](https://popper.js.org) | +| prebuild-install | 6.1.4 | MIT | [prebuild-install](https://github.com/prebuild/prebuild-install) | +| prismjs | 1.27.0 | MIT | [prismjs](https://github.com/PrismJS/prism#readme) | +| prismjs | 1.29.0 | MIT | [prismjs](https://github.com/PrismJS/prism#readme) | +| process | 0.11.10 | MIT | [process](https://github.com/shtylman/node-process#readme) | +| process-nextick-args | 2.0.1 | MIT | [process-nextick-args](https://github.com/calvinmetcalf/process-nextick-args) | +| promise | 7.3.1 | MIT | [promise](https://github.com/then/promise#readme) | +| promise | 8.0.2 | MIT | [promise](https://github.com/then/promise#readme) | +| prop-types | 15.8.1 | MIT | [prop-types](https://facebook.github.io/react/) | +| property-information | 5.6.0 | MIT | [property-information](https://github.com/wooorm/property-information#readme) | +| proxy-from-env | 1.1.0 | MIT | [proxy-from-env](https://github.com/Rob--W/proxy-from-env#readme) | +| psl | 1.9.0 | MIT | [psl](https://github.com/lupomontero/psl#readme) | +| pump | 3.0.0 | MIT | [pump](https://github.com/mafintosh/pump#readme) | +| punycode | 1.4.1 | MIT | [punycode](https://mths.be/punycode) | +| punycode | 2.3.0 | MIT | [punycode](https://mths.be/punycode) | +| qs | 6.11.2 | BSD-3-Clause | [qs](https://github.com/ljharb/qs) | +| querystringify | 2.2.0 | MIT | [querystringify](https://github.com/unshiftio/querystringify) | +| raf | 3.4.0 | MIT | [raf](https://github.com/chrisdickinson/raf#readme) | +| ramda | 0.29.1 | MIT | [ramda](https://ramdajs.com/) | +| ramda-adjunct | 4.0.0 | BSD-3-Clause | [ramda-adjunct](https://github.com/char0n/ramda-adjunct) | +| randexp | 0.5.3 | MIT | [randexp](http://fent.github.io/randexp.js/) | +| randombytes | 2.1.0 | MIT | [randombytes](https://github.com/crypto-browserify/randombytes) | +| rc | 1.2.8 | (BSD-2-Clause OR MIT OR Apache-2.0) | [rc](https://github.com/dominictarr/rc#readme) | +| react | 16.14.0 | MIT | [react](https://reactjs.org/) | +| react | 17.0.2 | MIT | [react](https://reactjs.org/) | +| react-app-polyfill | 0.1.3 | MIT | [react-app-polyfill](https://github.com/facebook/create-react-app#readme) | +| react-copy-to-clipboard | 5.1.0 | MIT | [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) | +| react-debounce-input | 3.3.0 | MIT | [react-debounce-input](https://github.com/nkbt/react-debounce-input) | +| react-dom | 16.14.0 | MIT | [react-dom](https://reactjs.org/) | +| react-dom | 17.0.2 | MIT | [react-dom](https://reactjs.org/) | +| react-fast-compare | 2.0.4 | MIT | [react-fast-compare](https://github.com/FormidableLabs/react-fast-compare) | +| react-immutable-proptypes | 2.2.0 | MIT | [react-immutable-proptypes](https://github.com/HurricaneJames/react-immutable-proptypes) | +| react-immutable-pure-component | 2.2.2 | MIT | [react-immutable-pure-component](https://github.com/Monar/react-immutable-pure-component#readme) | +| react-inspector | 6.0.2 | MIT | [react-inspector](https://github.com/xyc/react-inspector) | +| react-is | 16.13.1 | MIT | [react-is](https://reactjs.org/) | +| react-is | 17.0.2 | MIT | [react-is](https://reactjs.org/) | +| react-is | 18.2.0 | MIT | [react-is](https://reactjs.org/) | +| react-lifecycles-compat | 3.0.4 | MIT | [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat#readme) | +| react-loadable | 5.5.0 | MIT | [react-loadable](https://github.com/thejameskyle/react-loadable#readme) | +| react-popper | 1.3.3 | MIT | [react-popper](https://github.com/souporserious/react-popper) | +| react-redux | 5.1.1 | MIT | [react-redux](https://github.com/reduxjs/react-redux) | +| react-redux | 7.2.5 | MIT | [react-redux](https://github.com/reduxjs/react-redux) | +| react-redux | 8.1.0 | MIT | [react-redux](https://github.com/reduxjs/react-redux) | +| react-router | 4.3.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-router | 5.2.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-router-dom | 4.3.1 | MIT | [react-router-dom](https://github.com/ReactTraining/react-router#readme) | +| react-router-dom | 5.3.0 | MIT | [react-router-dom](https://github.com/ReactTraining/react-router#readme) | +| react-router-tabs | 1.2.0 | MIT | [react-router-tabs](https://github.com/chacestew/react-router-tabs#readme) | +| react-shallow-renderer | 16.15.0 | MIT | [react-shallow-renderer](https://reactjs.org/) | +| react-syntax-highlighter | 15.5.0 | MIT | [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme) | +| react-test-renderer | 17.0.2 | MIT | [react-test-renderer](https://reactjs.org/) | +| react-toastify | 4.4.3 | MIT | [react-toastify](https://github.com/fkhadra/react-toastify#readme) | +| react-transition-group | 2.3.0 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| react-transition-group | 2.9.0 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| react-transition-group | 4.4.5 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| readable-stream | 2.3.8 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| readable-stream | 3.6.2 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| recompose | 0.30.0 | MIT | [recompose](https://github.com/acdlite/recompose) | +| redux | 4.0.1 | MIT | [redux](http://redux.js.org) | +| redux | 4.1.1 | MIT | [redux](http://redux.js.org) | +| redux | 4.2.1 | MIT | [redux](http://redux.js.org) | +| redux-catch | 1.3.1 | MIT | [redux-catch](https://github.com/PlatziDev/redux-catch) | +| redux-immutable | 4.0.0 | BSD-3-Clause | [redux-immutable](https://github.com/gajus/redux-immutable#readme) | +| redux-logger | 3.0.6 | MIT | [redux-logger](https://github.com/theaqua/redux-logger#readme) | +| redux-observable | 1.0.0 | MIT | [redux-observable](https://github.com/redux-observable/redux-observable#README.md) | +| redux-observable | 2.0.0 | MIT | [redux-observable](https://github.com/redux-observable/redux-observable#README.md) | +| redux-persist | 6.0.0 | MIT | [redux-persist](https://github.com/rt2zz/redux-persist#readme) | +| redux-persist-transform-filter | 0.0.22 | MIT | [redux-persist-transform-filter](https://github.com/edy/redux-persist-transform-filter#readme) | +| redux-thunk | 2.3.0 | MIT | [redux-thunk](https://github.com/reduxjs/redux-thunk) | +| refractor | 3.6.0 | MIT | [refractor](https://github.com/wooorm/refractor#readme) | +| regenerator-runtime | 0.13.11 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regexp.prototype.flags | 1.5.0 | MIT | [regexp.prototype.flags](https://github.com/es-shims/RegExp.prototype.flags#readme) | +| remarkable | 2.0.1 | MIT | [remarkable](https://github.com/jonschlinkert/remarkable) | +| repeat-string | 1.6.1 | MIT | [repeat-string](https://github.com/jonschlinkert/repeat-string) | +| request-promise-core | 1.1.4 | ISC | [request-promise-core](https://github.com/request/promise-core#readme) | +| request-promise-native | 1.0.9 | ISC | [request-promise-native](https://github.com/request/request-promise-native#readme) | +| requires-port | 1.0.0 | MIT | [requires-port](https://github.com/unshiftio/requires-port) | +| reselect | 4.1.8 | MIT | [reselect](https://github.com/reduxjs/reselect#readme) | +| resolve | 1.22.2 | MIT | [resolve](https://github.com/browserify/resolve#readme) | +| resolve-from | 4.0.0 | MIT | [resolve-from](https://github.com/sindresorhus/resolve-from#readme) | +| resolve-pathname | 3.0.0 | MIT | [resolve-pathname](https://github.com/mjackson/resolve-pathname#readme) | +| ret | 0.2.2 | MIT | [ret](https://github.com/fent/ret.js#readme) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rxjs | 6.3.3 | Apache-2.0 | [rxjs](https://github.com/ReactiveX/RxJS) | +| rxjs | 7.4.0 | Apache-2.0 | [rxjs](https://rxjs.dev) | +| safe-buffer | 5.1.2 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| safe-buffer | 5.2.1 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| safe-regex-test | 1.0.0 | MIT | [safe-regex-test](https://github.com/ljharb/safe-regex-test#readme) | +| scheduler | 0.19.1 | MIT | [scheduler](https://reactjs.org/) | +| scheduler | 0.20.2 | MIT | [scheduler](https://reactjs.org/) | +| scroll-into-view-if-needed | 2.2.20 | MIT | [scroll-into-view-if-needed](https://scroll-into-view-if-needed.netlify.com) | +| semver | 7.5.4 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| serialize-error | 8.1.0 | MIT | [serialize-error](https://github.com/sindresorhus/serialize-error#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| setimmediate | 1.0.5 | MIT | [setimmediate](https://github.com/yuzujs/setImmediate#readme) | +| sha.js | 2.4.11 | (MIT AND BSD-3-Clause) | [sha.js](https://github.com/crypto-browserify/sha.js) | +| shebang-command | 1.2.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-regex | 1.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex) | +| short-unique-id | 4.4.4 | Apache-2.0 | [short-unique-id](https://shortunique.id) | +| side-channel | 1.0.4 | MIT | [side-channel](https://github.com/ljharb/side-channel#readme) | +| signal-exit | 3.0.7 | ISC | [signal-exit](https://github.com/tapjs/signal-exit) | +| simple-concat | 1.0.1 | MIT | [simple-concat](https://github.com/feross/simple-concat) | +| simple-get | 3.1.1 | MIT | [simple-get](https://github.com/feross/simple-get) | +| slash | 2.0.0 | MIT | [slash](https://github.com/sindresorhus/slash#readme) | +| source-map | 0.5.7 | BSD-3-Clause | [source-map](https://github.com/mozilla/source-map) | +| space-separated-tokens | 1.1.5 | MIT | [space-separated-tokens](https://github.com/wooorm/space-separated-tokens#readme) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| stampit | 4.3.2 | MIT | [stampit](https://stampit.js.org) | +| stealthy-require | 1.1.1 | ISC | [stealthy-require](https://github.com/analog-nico/stealthy-require#readme) | +| string-width | 1.0.2 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string-width | 4.2.3 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string.prototype.trim | 1.2.7 | MIT | [string.prototype.trim](https://github.com/es-shims/String.prototype.trim#readme) | +| string.prototype.trimend | 1.0.6 | MIT | [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd#readme) | +| string.prototype.trimstart | 1.0.6 | MIT | [string.prototype.trimstart](https://github.com/es-shims/String.prototype.trimStart#readme) | +| string_decoder | 1.1.1 | MIT | [string_decoder](https://github.com/nodejs/string_decoder) | +| strip-ansi | 3.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi) | +| strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| strip-json-comments | 2.0.1 | MIT | [strip-json-comments](https://github.com/sindresorhus/strip-json-comments#readme) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| supports-color | 7.2.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| supports-preserve-symlinks-flag | 1.0.0 | MIT | [supports-preserve-symlinks-flag](https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme) | +| swagger-client | 3.19.8 | Apache-2.0 | [swagger-client](https://github.com/swagger-api/swagger-js#readme) | +| swagger-ui-react | 4.19.1 | Apache-2.0 | [swagger-ui-react](https://github.com/swagger-api/swagger-ui) | +| symbol-observable | 1.2.0 | MIT | [symbol-observable](https://github.com/blesh/symbol-observable#readme) | +| tabbable | 1.1.3 | MIT | [tabbable](https://github.com/davidtheclark/tabbable#readme) | +| tar-fs | 2.1.1 | MIT | [tar-fs](https://github.com/mafintosh/tar-fs) | +| tar-stream | 2.2.0 | MIT | [tar-stream](https://github.com/mafintosh/tar-stream) | +| tiny-invariant | 1.3.1 | MIT | [tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme) | +| tiny-warning | 1.0.3 | MIT | [tiny-warning](https://github.com/alexreardon/tiny-warning.git) | +| tmp | 0.0.33 | MIT | [tmp](http://github.com/raszi/node-tmp) | +| to-fast-properties | 2.0.0 | MIT | [to-fast-properties](https://github.com/sindresorhus/to-fast-properties#readme) | +| to-regex-range | 5.0.1 | MIT | [to-regex-range](https://github.com/micromatch/to-regex-range) | +| toggle-selection | 1.0.6 | MIT | [toggle-selection](https://github.com/sudodoki/toggle-selection#readme) | +| tough-cookie | 4.1.3 | BSD-3-Clause | [tough-cookie](https://github.com/salesforce/tough-cookie) | +| tr46 | 0.0.3 | MIT | [tr46](https://github.com/Sebmaster/tr46.js#readme) | +| traverse | 0.6.7 | MIT | [traverse](https://github.com/ljharb/js-traverse) | +| tree-sitter | 0.20.1 | MIT | [tree-sitter](https://github.com/tree-sitter/node-tree-sitter#readme) | +| tree-sitter-json | 0.20.0 | MIT | [tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json#readme) | +| tree-sitter-yaml | 0.5.0 | MIT | [tree-sitter-yaml](https://github.com/ikatyang/tree-sitter-yaml#readme) | +| ts-toolbelt | 9.6.0 | Apache-2.0 | [ts-toolbelt](https://github.com/millsp/ts-toolbelt) | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| tslib | 2.1.0 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| tslib | 2.5.3 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| tunnel-agent | 0.6.0 | Apache-2.0 | [tunnel-agent](https://github.com/mikeal/tunnel-agent#readme) | +| type-fest | 0.20.2 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| typed-array-length | 1.0.4 | MIT | [typed-array-length](https://github.com/inspect-js/typed-array-length#readme) | +| typed-styles | 0.0.7 | MIT | [typed-styles](https://github.com/lttb/typed-styles#readme) | +| types-ramda | 0.29.3 | MIT | [types-ramda](https://github.com/ramda/types#readme) | +| ua-parser-js | 0.7.34 | MIT | [ua-parser-js](https://github.com/faisalman/ua-parser-js) | +| unbox-primitive | 1.0.2 | MIT | [unbox-primitive](https://github.com/ljharb/unbox-primitive#readme) | +| universalify | 0.2.0 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| universalify | 2.0.0 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| unraw | 2.0.1 | MIT | [unraw](https://github.com/iansan5653/unraw#readme) | +| update-browserslist-db | 1.0.13 | MIT | [update-browserslist-db](https://github.com/browserslist/update-db#readme) | +| url | 0.11.1 | MIT | [url](https://github.com/defunctzombie/node-url#readme) | +| url-parse | 1.5.10 | MIT | [url-parse](https://github.com/unshiftio/url-parse#readme) | +| use-sync-external-store | 1.2.0 | MIT | [use-sync-external-store](https://github.com/facebook/react#readme) | +| util | 0.12.4 | MIT | [util](https://github.com/browserify/node-util) | +| util-deprecate | 1.0.2 | MIT | [util-deprecate](https://github.com/TooTallNate/util-deprecate) | +| uuid | 3.3.2 | MIT | [uuid](https://github.com/kelektiv/node-uuid#readme) | +| uuid | 8.3.2 | MIT | [uuid](https://github.com/uuidjs/uuid#readme) | +| value-equal | 1.0.1 | MIT | [value-equal](https://github.com/mjackson/value-equal#readme) | +| warning | 3.0.0 | BSD-3-Clause | [warning](https://github.com/BerkeleyTrue/warning) | +| warning | 4.0.3 | MIT | [warning](https://github.com/BerkeleyTrue/warning) | +| web-streams-polyfill | 4.0.0-beta.3 | MIT | [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill#readme) | +| web-tree-sitter | 0.20.7 | MIT | [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web) | +| webidl-conversions | 3.0.1 | BSD-2-Clause | [webidl-conversions](https://github.com/jsdom/webidl-conversions#readme) | +| whatwg-fetch | 0.7.0 | MIT | [whatwg-fetch](https://github.com/github/fetch) | +| whatwg-fetch | 3.0.0 | MIT | [whatwg-fetch](https://github.com/github/fetch#readme) | +| whatwg-url | 5.0.0 | MIT | [whatwg-url](https://github.com/jsdom/whatwg-url#readme) | +| which | 1.3.1 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which-boxed-primitive | 1.0.2 | MIT | [which-boxed-primitive](https://github.com/inspect-js/which-boxed-primitive#readme) | +| which-typed-array | 1.1.9 | MIT | [which-typed-array](https://github.com/inspect-js/which-typed-array#readme) | +| wide-align | 1.1.5 | ISC | [wide-align](https://github.com/iarna/wide-align#readme) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| xml | 1.0.1 | MIT | [xml](http://github.com/dylang/node-xml) | +| xml-but-prettier | 1.0.1 | MIT | [xml-but-prettier](https://github.com/shockey/xml-but-prettier#readme) | +| xmlhttprequest | 1.7.0 | MIT | [xmlhttprequest](https://github.com/driverdan/node-XMLHttpRequest) | +| xtend | 4.0.2 | MIT | [xtend](https://github.com/Raynos/xtend) | +| yallist | 3.1.1 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yallist | 4.0.0 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yaml | 1.10.2 | ISC | [yaml](https://eemeli.org/yaml/v1/) | +| zenscroll | 4.0.2 | Unlicense | [zenscroll](https://zengabor.github.io/zenscroll/) | +| @ampproject/remapping | 2.2.1 | Apache-2.0 | [remapping](https://github.com/ampproject/remapping#readme) | +| @babel/code-frame | 7.24.2 | MIT | [code-frame](https://babel.dev/docs/en/next/babel-code-frame) | +| @babel/compat-data | 7.24.1 | MIT | [compat-data](https://github.com/babel/babel.git) | +| @babel/core | 7.22.10 | MIT | [core](https://babel.dev/docs/en/next/babel-core) | +| @babel/generator | 7.24.1 | MIT | [generator](https://babel.dev/docs/en/next/babel-generator) | +| @babel/helper-compilation-targets | 7.23.6 | MIT | [helper-compilation-targets](https://github.com/babel/babel.git) | +| @babel/helper-environment-visitor | 7.22.20 | MIT | [helper-environment-visitor](https://babel.dev/docs/en/next/babel-helper-environment-visitor) | +| @babel/helper-function-name | 7.23.0 | MIT | [helper-function-name](https://babel.dev/docs/en/next/babel-helper-function-name) | +| @babel/helper-hoist-variables | 7.22.5 | MIT | [helper-hoist-variables](https://babel.dev/docs/en/next/babel-helper-hoist-variables) | +| @babel/helper-module-imports | 7.24.3 | MIT | [helper-module-imports](https://babel.dev/docs/en/next/babel-helper-module-imports) | +| @babel/helper-module-transforms | 7.23.3 | MIT | [helper-module-transforms](https://babel.dev/docs/en/next/babel-helper-module-transforms) | +| @babel/helper-simple-access | 7.22.5 | MIT | [helper-simple-access](https://babel.dev/docs/en/next/babel-helper-simple-access) | +| @babel/helper-split-export-declaration | 7.22.6 | MIT | [helper-split-export-declaration](https://babel.dev/docs/en/next/babel-helper-split-export-declaration) | +| @babel/helper-string-parser | 7.24.1 | MIT | [helper-string-parser](https://babel.dev/docs/en/next/babel-helper-string-parser) | +| @babel/helper-validator-identifier | 7.22.20 | MIT | [helper-validator-identifier](https://github.com/babel/babel.git) | +| @babel/helper-validator-option | 7.23.5 | MIT | [helper-validator-option](https://github.com/babel/babel.git) | +| @babel/helpers | 7.24.1 | MIT | [helpers](https://babel.dev/docs/en/next/babel-helpers) | +| @babel/highlight | 7.24.2 | MIT | [highlight](https://babel.dev/docs/en/next/babel-highlight) | +| @babel/parser | 7.24.1 | MIT | [parser](https://babel.dev/docs/en/next/babel-parser) | +| @babel/runtime | 7.22.5 | MIT | [runtime](https://babel.dev/docs/en/next/babel-runtime) | +| @babel/runtime-corejs3 | 7.22.5 | MIT | [runtime-corejs3](https://github.com/babel/babel.git) | +| @babel/template | 7.24.0 | MIT | [template](https://babel.dev/docs/en/next/babel-template) | +| @babel/traverse | 7.24.1 | MIT | [traverse](https://babel.dev/docs/en/next/babel-traverse) | +| @babel/types | 7.24.0 | MIT | [types](https://babel.dev/docs/en/next/babel-types) | +| @braintree/sanitize-url | 6.0.4 | MIT | [sanitize-url](https://github.com/braintree/sanitize-url#readme) | +| @emotion/cache | 10.0.29 | MIT | [cache](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/core | 10.1.1 | MIT | [core](https://github.com/emotion-js/emotion.git) | +| @emotion/css | 10.0.27 | MIT | [css](https://emotion.sh) | +| @emotion/hash | 0.8.0 | MIT | [hash](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/is-prop-valid | 1.1.0 | MIT | [is-prop-valid](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/memoize | 0.7.4 | MIT | [memoize](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/serialize | 0.11.16 | MIT | [serialize](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/sheet | 0.9.4 | MIT | [sheet](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/styled | 10.0.27 | MIT | [styled](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/styled-base | 10.3.0 | MIT | [styled-base](https://github.com/emotion-js/emotion.git) | +| @emotion/stylis | 0.8.5 | MIT | [stylis](https://github.com/emotion-js/emotion.git) | +| @emotion/unitless | 0.7.5 | MIT | [unitless](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/utils | 0.11.3 | MIT | [utils](https://github.com/emotion-js/emotion/tree/main#readme) | +| @emotion/weak-memoize | 0.2.5 | MIT | [weak-memoize](https://github.com/emotion-js/emotion/tree/main#readme) | +| @jridgewell/gen-mapping | 0.3.5 | MIT | [gen-mapping](https://github.com/jridgewell/gen-mapping#readme) | +| @jridgewell/resolve-uri | 3.1.0 | MIT | [resolve-uri](https://github.com/jridgewell/resolve-uri#readme) | +| @jridgewell/set-array | 1.2.1 | MIT | [set-array](https://github.com/jridgewell/set-array#readme) | +| @jridgewell/sourcemap-codec | 1.4.15 | MIT | [sourcemap-codec](https://github.com/jridgewell/sourcemap-codec#readme) | +| @jridgewell/trace-mapping | 0.3.25 | MIT | [trace-mapping](https://github.com/jridgewell/trace-mapping#readme) | +| @material-ui/core | 4.12.3 | MIT | [core](https://material-ui.com/) | +| @material-ui/icons | 4.11.2 | MIT | [icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) | +| @material-ui/styles | 4.11.5 | MIT | [styles](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-styles) | +| @material-ui/system | 4.12.2 | MIT | [system](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-system) | +| @material-ui/types | 5.1.0 | MIT | [types](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-types) | +| @material-ui/utils | 4.11.3 | MIT | [utils](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils) | +| @swagger-api/apidom-ast | 0.70.0 | Apache-2.0 | [apidom-ast](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-core | 0.70.0 | Apache-2.0 | [apidom-core](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-json-pointer | 0.70.0 | Apache-2.0 | [apidom-json-pointer](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-api-design-systems | 0.70.0 | Apache-2.0 | [apidom-ns-api-design-systems](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-asyncapi-2 | 0.70.0 | Apache-2.0 | [apidom-ns-asyncapi-2](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-json-schema-draft-4 | 0.70.0 | Apache-2.0 | [apidom-ns-json-schema-draft-4](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-json-schema-draft-6 | 0.70.0 | Apache-2.0 | [apidom-ns-json-schema-draft-6](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-json-schema-draft-7 | 0.70.0 | Apache-2.0 | [apidom-ns-json-schema-draft-7](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-openapi-3-0 | 0.70.0 | Apache-2.0 | [apidom-ns-openapi-3-0](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-ns-openapi-3-1 | 0.70.0 | Apache-2.0 | [apidom-ns-openapi-3-1](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-api-design-systems-json | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-api-design-systems-json](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-api-design-systems-yaml | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-api-design-systems-yaml](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-asyncapi-json-2 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-asyncapi-json-2](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-asyncapi-yaml-2 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-asyncapi-yaml-2](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-json | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-json](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-openapi-json-3-0 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-openapi-json-3-0](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-openapi-json-3-1 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-openapi-json-3-1](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-openapi-yaml-3-0 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-openapi-yaml-3-0](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-openapi-yaml-3-1 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-openapi-yaml-3-1](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-parser-adapter-yaml-1-2 | 0.70.0 | Apache-2.0 | [apidom-parser-adapter-yaml-1-2](https://github.com/swagger-api/apidom#readme) | +| @swagger-api/apidom-reference | 0.70.0 | Apache-2.0 | [apidom-reference](https://github.com/swagger-api/apidom#readme) | +| @types/hast | 2.3.4 | MIT | [hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast) | +| @types/hoist-non-react-statics | 3.3.1 | MIT | [hoist-non-react-statics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoist-non-react-statics) | +| @types/parse-json | 4.0.0 | MIT | [parse-json](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-json) | +| @types/prop-types | 15.7.5 | MIT | [prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types) | +| @types/ramda | 0.29.2 | MIT | [ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ramda) | +| @types/react | 18.2.11 | MIT | [react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) | +| @types/react | 18.2.12 | MIT | [react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) | +| @types/react-redux | 7.1.25 | MIT | [react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-redux) | +| @types/react-transition-group | 4.4.6 | MIT | [react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group) | +| @types/scheduler | 0.16.3 | MIT | [scheduler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler) | +| @types/unist | 2.0.6 | MIT | [unist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist) | +| @types/use-sync-external-store | 0.0.3 | MIT | [use-sync-external-store](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/use-sync-external-store) | +| @wojtekmaj/enzyme-adapter-react-17 | 0.6.7 | MIT | [enzyme-adapter-react-17](https://enzymejs.github.io/enzyme/) | +| @wojtekmaj/enzyme-adapter-utils | 0.1.4 | MIT | [enzyme-adapter-utils](https://enzymejs.github.io/enzyme/) | +| @yarnpkg/lockfile | 1.1.0 | BSD-2-Clause | [lockfile](https://github.com/yarnpkg/yarn.git) | + +### Zowe common java libraries Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| org.jacoco/org.jacoco.agent | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.ant | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.core | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.report | 0.8.4 | Eclipse Public License v1.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.ow2.asm/asm | 7.1 | BSD | [asm](http://asm.ow2.org/) | +| org.ow2.asm/asm-analysis | 7.1 | BSD | [asm-analysis](http://asm.ow2.org/) | +| org.ow2.asm/asm-commons | 7.1 | BSD | [asm-commons](http://asm.ow2.org/) | +| org.ow2.asm/asm-tree | 7.1 | BSD | [asm-tree](http://asm.ow2.org/) | +| org.projectlombok/lombok | 1.18.16 | The MIT License | [lombok](https://projectlombok.org) | + +### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| abbrev | 1.1.1 | ISC | [abbrev](https://github.com/isaacs/abbrev-js#readme) | +| accepts | 1.3.7 | MIT | [accepts](https://github.com/jshttp/accepts#readme) | +| array-flatten | 1.1.1 | MIT | [array-flatten](https://github.com/blakeembrey/array-flatten) | +| balanced-match | 1.0.2 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| big-integer | 1.6.48 | Unlicense | [big-integer](https://github.com/peterolson/BigInteger.js#readme) | +| binary | 0.3.0 | MIT | [binary](https://github.com/substack/node-binary.git) | +| bluebird | 3.4.7 | MIT | [bluebird](https://github.com/petkaantonov/bluebird) | +| body-parser | 1.19.0 | MIT | [body-parser](https://github.com/expressjs/body-parser#readme) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| buffer-indexof-polyfill | 1.0.2 | MIT | [buffer-indexof-polyfill](https://github.com/sarosia/buffer-indexof-polyfill#readme) | +| buffers | 0.1.1 | none | [buffers](https://github.com/substack/node-buffers.git) | +| bytes | 3.1.0 | MIT | [bytes](https://github.com/visionmedia/bytes.js#readme) | +| carbon-components | 10.2.0 | Apache-2.0 | [carbon-components](https://www.carbondesignsystem.com/) | +| carbon-components-angular | 3.12.6 | Apache-2.0 | [carbon-components-angular](https://github.com/IBM/carbon-components-angular#readme) | +| carbon-icons | 7.0.7 | Apache-2.0 | [carbon-icons](https://github.com/carbon-design-system/carbon-icons#readme) | +| chainsaw | 0.1.0 | MIT/X11 | [chainsaw](https://github.com/substack/node-chainsaw.git) | +| commander | 2.20.3 | MIT | [commander](https://github.com/tj/commander.js#readme) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| config-chain | 1.1.13 | MIT | [config-chain](http://github.com/dominictarr/config-chain) | +| content-disposition | 0.5.3 | MIT | [content-disposition](https://github.com/jshttp/content-disposition#readme) | +| content-type | 1.0.4 | MIT | [content-type](https://github.com/jshttp/content-type#readme) | +| cookie | 0.4.0 | MIT | [cookie](https://github.com/jshttp/cookie#readme) | +| cookie-signature | 1.0.6 | MIT | [cookie-signature](https://github.com/visionmedia/node-cookie-signature) | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| debug | 2.6.9 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | +| destroy | 1.0.4 | MIT | [destroy](https://github.com/stream-utils/destroy) | +| duplexer2 | 0.1.4 | BSD-3-Clause | [duplexer2](https://github.com/deoxxa/duplexer2#readme) | +| editorconfig | 0.15.3 | MIT | [editorconfig](https://github.com/editorconfig/editorconfig-core-js#readme) | +| ee-first | 1.1.1 | MIT | [ee-first](https://github.com/jonathanong/ee-first) | +| encodeurl | 1.0.2 | MIT | [encodeurl](https://github.com/pillarjs/encodeurl#readme) | +| escape-html | 1.0.3 | MIT | [escape-html](https://github.com/component/escape-html) | +| etag | 1.8.1 | MIT | [etag](https://github.com/jshttp/etag#readme) | +| eventemitter3 | 4.0.7 | MIT | [eventemitter3](https://github.com/primus/eventemitter3#readme) | +| express | 4.17.1 | MIT | [express](http://expressjs.com/) | +| finalhandler | 1.1.2 | MIT | [finalhandler](https://github.com/pillarjs/finalhandler#readme) | +| flatpickr | 4.5.7 | MIT | [flatpickr](https://chmln.github.io/flatpickr) | +| flatpickr | 4.6.1 | MIT | [flatpickr](https://chmln.github.io/flatpickr) | +| follow-redirects | 1.14.9 | MIT | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | +| forwarded | 0.2.0 | MIT | [forwarded](https://github.com/jshttp/forwarded#readme) | +| fresh | 0.5.2 | MIT | [fresh](https://github.com/jshttp/fresh#readme) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| fstream | 1.0.12 | ISC | [fstream](https://github.com/npm/fstream#readme) | +| glob | 7.1.7 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| graceful-fs | 4.2.8 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| http-errors | 1.7.2 | MIT | [http-errors](https://github.com/jshttp/http-errors#readme) | +| http-proxy | 1.18.1 | MIT | [http-proxy](https://github.com/http-party/node-http-proxy#readme) | +| iconv-lite | 0.4.24 | MIT | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.3 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ini | 1.3.8 | ISC | [ini](https://github.com/isaacs/ini#readme) | +| ipaddr.js | 1.9.1 | MIT | [ipaddr.js](https://github.com/whitequark/ipaddr.js#readme) | +| isarray | 1.0.0 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| js-beautify | 1.14.0 | MIT | [js-beautify](https://beautifier.io/) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| listenercount | 1.0.1 | ISC | [listenercount](https://github.com/jden/node-listenercount#readme) | +| lodash.debounce | 4.0.8 | MIT | [lodash.debounce](https://lodash.com/) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| lru-cache | 4.1.5 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| media-typer | 0.3.0 | MIT | [media-typer](https://github.com/jshttp/media-typer) | +| merge-descriptors | 1.0.1 | MIT | [merge-descriptors](https://github.com/component/merge-descriptors) | +| methods | 1.1.2 | MIT | [methods](https://github.com/jshttp/methods) | +| mime | 1.6.0 | MIT | [mime](https://github.com/broofa/node-mime#readme) | +| mime-db | 1.49.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.32 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| minimatch | 3.0.4 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.6 | MIT | [minimist](https://github.com/substack/minimist) | +| mkdirp | 0.5.5 | MIT | [mkdirp](https://github.com/substack/node-mkdirp#readme) | +| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.1.1 | MIT | [ms](https://github.com/zeit/ms#readme) | +| negotiator | 0.6.2 | MIT | [negotiator](https://github.com/jshttp/negotiator#readme) | +| nopt | 5.0.0 | ISC | [nopt](https://github.com/npm/nopt#readme) | +| on-finished | 2.3.0 | MIT | [on-finished](https://github.com/jshttp/on-finished) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| parseurl | 1.3.3 | MIT | [parseurl](https://github.com/pillarjs/parseurl#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-to-regexp | 0.1.7 | MIT | [path-to-regexp](https://github.com/component/path-to-regexp#readme) | +| process-nextick-args | 2.0.1 | MIT | [process-nextick-args](https://github.com/calvinmetcalf/process-nextick-args) | +| proto-list | 1.2.4 | ISC | [proto-list](https://github.com/isaacs/proto-list#readme) | +| proxy-addr | 2.0.7 | MIT | [proxy-addr](https://github.com/jshttp/proxy-addr#readme) | +| pseudomap | 1.0.2 | ISC | [pseudomap](https://github.com/isaacs/pseudomap#readme) | +| q | 1.5.1 | MIT | [q](https://github.com/kriskowal/q) | +| qs | 6.7.0 | BSD-3-Clause | [qs](https://github.com/ljharb/qs) | +| range-parser | 1.2.1 | MIT | [range-parser](https://github.com/jshttp/range-parser#readme) | +| raw-body | 2.4.0 | MIT | [raw-body](https://github.com/stream-utils/raw-body#readme) | +| readable-stream | 2.3.7 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| requires-port | 1.0.0 | MIT | [requires-port](https://github.com/unshiftio/requires-port) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rxjs | 6.2.2 | Apache-2.0 | [rxjs](https://github.com/ReactiveX/RxJS) | +| rxjs | 6.6.7 | Apache-2.0 | [rxjs](https://github.com/ReactiveX/RxJS) | +| rxjs-compat | 6.2.2 | none | [rxjs-compat]() | +| safe-buffer | 5.1.2 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| safer-buffer | 2.1.2 | MIT | [safer-buffer](https://github.com/ChALkeR/safer-buffer#readme) | +| semver | 5.7.1 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| send | 0.17.1 | MIT | [send](https://github.com/pillarjs/send#readme) | +| serve-static | 1.14.1 | MIT | [serve-static](https://github.com/expressjs/serve-static#readme) | +| setimmediate | 1.0.5 | MIT | [setimmediate](https://github.com/yuzujs/setImmediate#readme) | +| setprototypeof | 1.1.1 | ISC | [setprototypeof](https://github.com/wesleytodd/setprototypeof) | +| sigmund | 1.0.1 | ISC | [sigmund](https://github.com/isaacs/sigmund#readme) | +| statuses | 1.5.0 | MIT | [statuses](https://github.com/jshttp/statuses#readme) | +| string_decoder | 1.1.1 | MIT | [string_decoder](https://github.com/nodejs/string_decoder) | +| toidentifier | 1.0.0 | MIT | [toidentifier](https://github.com/component/toidentifier#readme) | +| traverse | 0.3.9 | MIT/X11 | [traverse](https://github.com/ljharb/js-traverse) | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| type-is | 1.6.18 | MIT | [type-is](https://github.com/jshttp/type-is#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| unpipe | 1.0.0 | MIT | [unpipe](https://github.com/stream-utils/unpipe) | +| unzipper | 0.10.11 | MIT | [unzipper](https://github.com/ZJONSSON/node-unzipper#readme) | +| util-deprecate | 1.0.2 | MIT | [util-deprecate](https://github.com/TooTallNate/util-deprecate) | +| utils-merge | 1.0.1 | MIT | [utils-merge](https://github.com/jaredhanson/utils-merge#readme) | +| vary | 1.1.2 | MIT | [vary](https://github.com/jshttp/vary#readme) | +| warning | 3.0.0 | BSD-3-Clause | [warning](https://github.com/BerkeleyTrue/warning) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| yallist | 2.1.2 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| zone.js | 0.9.1 | MIT | [zone.js](https://github.com/angular/zone.js#readme) | +| @angular/animations | 8.0.3 | MIT | [animations](https://github.com/angular/angular#readme) | +| @angular/common | 8.0.3 | MIT | [common](https://github.com/angular/angular#readme) | +| @angular/compiler | 8.0.3 | MIT | [compiler](https://github.com/angular/angular#readme) | +| @angular/core | 8.0.3 | MIT | [core](https://github.com/angular/angular#readme) | +| @angular/forms | 8.0.3 | MIT | [forms](https://github.com/angular/angular#readme) | +| @angular/platform-browser | 8.0.3 | MIT | [platform-browser](https://github.com/angular/angular#readme) | +| @angular/platform-browser-dynamic | 8.0.3 | MIT | [platform-browser-dynamic](https://github.com/angular/angular#readme) | +| @angular/router | 8.0.3 | MIT | [router](https://github.com/angular/angular/tree/master/packages/router) | +| @carbon/icon-helpers | 10.1.1 | Apache-2.0 | [icon-helpers](https://github.com/carbon-design-system/carbon#readme) | +| @carbon/icons-angular | 10.1.1 | Apache-2.0 | [icons-angular](https://github.com/carbon-design-system/carbon-icons-angular#readme) | +| @carbon/utils-position | 1.0.0 | MIT | [utils-position](https://github.com/carbon-design-system/carbon-utils-position#readme) | ### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| minimist | 1.2.6 | MIT | [minimist](https://github.com/substack/minimist) | +| mkdirp | 0.5.5 | MIT | [mkdirp](https://github.com/substack/node-mkdirp#readme) | +| zlux-server-framework | 0.0.0-zlux.version.replacement | EPL-2.0 | [zlux-server-framework](zowe.org) | ### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| carbon-components | 8.23.1 | Apache-2 | [carbon-components](http://carbondesignsystem.com/) | +| carbon-icons | 6.3.2 | Apache-2.0 | [carbon-icons](https://github.com/carbon-design-system/carbon-icons#readme) | +| flatpickr | 2.6.3 | MIT | [flatpickr](https://chmln.github.io/flatpickr) | +| js-tokens | 3.0.2 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash.debounce | 4.0.8 | MIT | [lodash.debounce](https://lodash.com/) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| parse5 | 5.1.1 | MIT | [parse5](https://github.com/inikulin/parse5) | +| primeng | 6.1.7 | MIT | [primeng](https://github.com/primefaces/primeng#readme) | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| warning | 3.0.0 | BSD-3-Clause | [warning](https://github.com/BerkeleyTrue/warning) | +| @angular/animations | 6.0.9 | MIT | [animations](https://github.com/angular/angular#readme) | +| @angular/common | 6.0.9 | MIT | [common](https://github.com/angular/angular#readme) | +| @angular/compiler | 6.0.9 | MIT | [compiler](https://github.com/angular/angular#readme) | +| @angular/core | 6.0.9 | MIT | [core](https://github.com/angular/angular#readme) | +| @angular/forms | 6.0.9 | MIT | [forms](https://github.com/angular/angular#readme) | +| @angular/http | 6.0.9 | MIT | [http](https://github.com/angular/angular#readme) | +| @angular/material | 6.3.3 | MIT | [material](https://github.com/angular/material2#readme) | +| @angular/platform-browser | 6.0.9 | MIT | [platform-browser](https://github.com/angular/angular#readme) | +| @angular/router | 6.0.9 | MIT | [router](https://github.com/angular/angular/tree/master/packages/router) | ### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| primeng | 5.2.7 | MIT | [primeng](https://github.com/primefaces/primeng#readme) | ### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| axios | 0.21.2 | MIT | [axios](https://axios-http.com) | +| bufferutil | 4.0.1 | MIT | [bufferutil](https://github.com/websockets/bufferutil) | +| follow-redirects | 1.14.8 | MIT | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | +| node-gyp-build | 3.7.0 | MIT | [node-gyp-build](https://github.com/mafintosh/node-gyp-build) | +| utf-8-validate | 5.0.2 | MIT | [utf-8-validate](https://github.com/websockets/utf-8-validate) | +| ws | 7.4.6 | MIT | [ws](https://github.com/websockets/ws) | ### Zowe Application Framework Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| rxjs | 6.2.2 | Apache-2.0 | [rxjs](https://github.com/ReactiveX/RxJS) | +| rxjs-compat | 6.2.2 | none | [rxjs-compat]() | +| tslib | 1.12.0 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| zone.js | 0.8.29 | MIT | [zone.js](https://github.com/angular/zone.js#readme) | +| @angular/animations | 6.0.9 | MIT | [animations](https://github.com/angular/angular#readme) | +| @angular/common | 6.0.9 | MIT | [common](https://github.com/angular/angular#readme) | +| @angular/core | 6.0.9 | MIT | [core](https://github.com/angular/angular#readme) | +| @angular/forms | 6.0.9 | MIT | [forms](https://github.com/angular/angular#readme) | +| @angular/platform-browser | 6.0.9 | MIT | [platform-browser](https://github.com/angular/angular#readme) | +| @angular/router | 6.0.9 | MIT | [router](https://github.com/angular/angular/tree/master/packages/router) | + +### Zowe CLI Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| agent-base | 6.0.2 | MIT | [agent-base](https://github.com/TooTallNate/node-agent-base#readme) | +| agentkeepalive | 4.5.0 | MIT | [agentkeepalive](https://github.com/node-modules/agentkeepalive#readme) | +| aggregate-error | 3.1.0 | MIT | [aggregate-error](https://github.com/sindresorhus/aggregate-error#readme) | +| ansi-regex | 5.0.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 3.2.1 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| argparse | 2.0.1 | Python-2.0 | [argparse](https://github.com/nodeca/argparse#readme) | +| asn1 | 0.2.6 | MIT | [asn1](https://github.com/joyent/node-asn1#readme) | +| balanced-match | 1.0.2 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| balloon-css | 1.2.0 | MIT | [balloon-css](http://kazzkiq.github.io/balloon.css/) | +| bcrypt-pbkdf | 1.0.2 | BSD-3-Clause | [bcrypt-pbkdf](https://github.com/joyent/node-bcrypt-pbkdf#readme) | +| bootstrap | 5.3.1 | MIT | [bootstrap](https://getbootstrap.com/) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| buildcheck | 0.0.6 | MIT | [buildcheck](https://github.com/mscdex/buildcheck#readme) | +| builtins | 1.0.3 | MIT | [builtins](https://github.com/juliangruber/builtins#readme) | +| cacache | 15.3.0 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| camelcase | 5.3.1 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| chalk | 2.4.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| chownr | 2.0.0 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| clean-stack | 2.2.0 | MIT | [clean-stack](https://github.com/sindresorhus/clean-stack#readme) | +| cli-table3 | 0.6.2 | MIT | [cli-table3](https://github.com/cli-table/cli-table3) | +| clipboard | 2.0.11 | MIT | [clipboard](https://clipboardjs.com) | +| cliui | 6.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| color-convert | 1.9.3 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.3 | MIT | [color-name](https://github.com/dfcreative/color-name) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| colors | 1.4.0 | MIT | [colors](https://github.com/Marak/colors.js) | +| compute-scroll-into-view | 1.0.20 | MIT | [compute-scroll-into-view](https://scroll-into-view.dev) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| cpu-features | 0.0.9 | MIT | [cpu-features](https://github.com/mscdex/cpu-features#readme) | +| cross-spawn | 7.0.3 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| dataobject-parser | 1.2.1 | MIT | [dataobject-parser](https://github.com/Gigzolo/dataobject-parser) | +| date-format | 4.0.14 | MIT | [date-format](https://github.com/nomiddlename/date-format#readme) | +| debug | 4.3.4 | MIT | [debug](https://github.com/debug-js/debug#readme) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| deepmerge | 3.0.0 | MIT | [deepmerge](https://github.com/KyleAMathews/deepmerge) | +| delegate | 3.2.0 | MIT | [delegate](https://github.com/zenorocha/delegate#readme) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| encoding | 0.1.13 | MIT | [encoding](https://github.com/andris9/encoding#readme) | +| entities | 4.5.0 | BSD-2-Clause | [entities](https://github.com/fb55/entities#readme) | +| err-code | 1.1.2 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| err-code | 2.0.3 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| escape-string-regexp | 1.0.5 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | +| esprima | 4.0.1 | BSD-2-Clause | [esprima](http://esprima.org) | +| fastest-levenshtein | 1.0.12 | MIT | [fastest-levenshtein](https://github.com/ka-weihe/fastest-levenshtein#README) | +| find-up | 4.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| flatted | 3.2.7 | ISC | [flatted](https://github.com/WebReflection/flatted#readme) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-minipass | 2.1.0 | ISC | [fs-minipass](https://github.com/npm/fs-minipass#readme) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| get-caller-file | 2.0.5 | ISC | [get-caller-file](https://github.com/stefanpenner/get-caller-file#readme) | +| get-stdin | 7.0.0 | MIT | [get-stdin](https://github.com/sindresorhus/get-stdin#readme) | +| github-markdown-css | 3.0.1 | MIT | [github-markdown-css](https://github.com/sindresorhus/github-markdown-css#readme) | +| glob | 7.1.6 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| glob | 7.2.3 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| good-listener | 1.2.2 | MIT | [good-listener](https://github.com/zenorocha/good-listener#readme) | +| graceful-fs | 4.2.11 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| has-flag | 3.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| hosted-git-info | 3.0.8 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| hosted-git-info | 4.1.0 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| http-cache-semantics | 4.1.1 | BSD-2-Clause | [http-cache-semantics](https://github.com/kornelski/http-cache-semantics#readme) | +| http-proxy-agent | 4.0.1 | MIT | [http-proxy-agent](https://github.com/TooTallNate/node-http-proxy-agent#readme) | +| https-proxy-agent | 5.0.1 | MIT | [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent#readme) | +| humanize-ms | 1.2.1 | MIT | [humanize-ms](https://github.com/node-modules/humanize-ms#readme) | +| iconv-lite | 0.6.3 | MIT | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | +| ignore-walk | 3.0.4 | ISC | [ignore-walk](https://github.com/isaacs/ignore-walk#readme) | +| imurmurhash | 0.1.4 | MIT | [imurmurhash](https://github.com/jensyt/imurmurhash-js) | +| indent-string | 4.0.0 | MIT | [indent-string](https://github.com/sindresorhus/indent-string#readme) | +| infer-owner | 1.0.4 | ISC | [infer-owner](https://github.com/npm/infer-owner#readme) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ip-address | 9.0.5 | MIT | [ip-address](https://github.com/beaugunderson/ip-address#readme) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-lambda | 1.0.1 | MIT | [is-lambda](https://github.com/watson/is-lambda) | +| isexe | 2.0.0 | ISC | [isexe](https://github.com/isaacs/isexe#readme) | +| jquery | 3.7.1 | MIT | [jquery](https://jquery.com) | +| js-yaml | 3.14.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| jsbn | 1.1.0 | MIT | [jsbn](https://github.com/andyperlitch/jsbn#readme) | +| json-parse-even-better-errors | 2.3.1 | MIT | [json-parse-even-better-errors](https://github.com/npm/json-parse-even-better-errors#readme) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsonparse | 1.3.1 | MIT | [jsonparse](https://github.com/creationix/jsonparse#readme) | +| jsonschema | 1.4.1 | MIT | [jsonschema](https://github.com/tdegrunt/jsonschema#readme) | +| jstree | 3.3.15 | MIT | [jstree](http://jstree.com) | +| linkify-it | 5.0.0 | MIT | [linkify-it](https://github.com/markdown-it/linkify-it#readme) | +| locate-path | 5.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash-deep | 2.0.0 | MIT | [lodash-deep](https://github.com/marklagendijk/lodash-deep) | +| log4js | 6.4.0 | Apache-2.0 | [log4js](https://log4js-node.github.io/log4js-node/) | +| lru-cache | 5.1.1 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| lru-cache | 6.0.0 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| make-fetch-happen | 8.0.14 | ISC | [make-fetch-happen](https://github.com/npm/make-fetch-happen#readme) | +| markdown-it | 14.1.0 | MIT | [markdown-it](https://github.com/markdown-it/markdown-it#readme) | +| mdurl | 2.0.0 | MIT | [mdurl](https://github.com/markdown-it/mdurl#readme) | +| minimatch | 3.1.2 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.8 | MIT | [minimist](https://github.com/minimistjs/minimist) | +| minipass | 3.3.6 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass | 5.0.0 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass-collect | 1.0.2 | ISC | [minipass-collect](https://github.com/isaacs/minipass-collect#readme) | +| minipass-fetch | 1.4.1 | MIT | [minipass-fetch](https://github.com/npm/minipass-fetch#readme) | +| minipass-flush | 1.0.5 | ISC | [minipass-flush](https://github.com/isaacs/minipass-flush#readme) | +| minipass-json-stream | 1.0.1 | MIT | [minipass-json-stream](https://github.com/npm/minipass-json-stream#readme) | +| minipass-pipeline | 1.2.4 | ISC | [minipass-pipeline]() | +| minipass-sized | 1.0.3 | ISC | [minipass-sized](https://github.com/isaacs/minipass-sized#readme) | +| minizlib | 2.1.2 | MIT | [minizlib](https://github.com/isaacs/minizlib#readme) | +| mkdirp | 1.0.4 | MIT | [mkdirp](https://github.com/isaacs/node-mkdirp#readme) | +| ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | +| mustache | 2.3.2 | MIT | [mustache](https://github.com/janl/mustache.js) | +| nan | 2.18.0 | MIT | [nan](https://github.com/nodejs/nan#readme) | +| npm-bundled | 1.1.2 | ISC | [npm-bundled](https://github.com/npm/npm-bundled#readme) | +| npm-install-checks | 4.0.0 | BSD-2-Clause | [npm-install-checks](https://github.com/npm/npm-install-checks#readme) | +| npm-normalize-package-bin | 1.0.1 | ISC | [npm-normalize-package-bin](https://github.com/npm/npm-normalize-package-bin#readme) | +| npm-package-arg | 8.1.1 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-package-arg | 8.1.5 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-packlist | 2.2.2 | ISC | [npm-packlist](https://github.com/npm/npm-packlist#readme) | +| npm-pick-manifest | 6.1.1 | ISC | [npm-pick-manifest](https://github.com/npm/npm-pick-manifest#readme) | +| npm-registry-fetch | 8.1.5 | ISC | [npm-registry-fetch](https://github.com/npm/registry-fetch#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| opener | 1.5.2 | (WTFPL OR MIT) | [opener](https://github.com/domenic/opener#readme) | +| p-limit | 2.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 4.1.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-map | 4.0.0 | MIT | [p-map](https://github.com/sindresorhus/p-map#readme) | +| p-try | 2.2.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| pacote | 11.1.4 | ISC | [pacote](https://github.com/npm/pacote#readme) | +| path-exists | 4.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-key | 3.1.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| prettyjson | 1.2.2 | MIT | [prettyjson](http://rafeca.com/prettyjson) | +| progress | 2.0.3 | MIT | [progress](https://github.com/visionmedia/node-progress#readme) | +| promise-inflight | 1.0.1 | ISC | [promise-inflight](https://github.com/iarna/promise-inflight#readme) | +| promise-retry | 1.1.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| promise-retry | 2.0.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| punycode.js | 2.3.1 | MIT | [punycode.js](https://mths.be/punycode) | +| read-package-json-fast | 1.2.2 | ISC | [read-package-json-fast](https://github.com/npm/read-package-json-fast#readme) | +| readline-sync | 1.4.10 | MIT | [readline-sync](https://github.com/anseki/readline-sync) | +| require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | +| require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | +| retry | 0.10.1 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| retry | 0.12.0 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| rfdc | 1.3.0 | MIT | [rfdc](https://github.com/davidmarkclements/rfdc#readme) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rimraf | 3.0.2 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| safer-buffer | 2.1.2 | MIT | [safer-buffer](https://github.com/ChALkeR/safer-buffer#readme) | +| scroll-into-view-if-needed | 2.2.31 | MIT | [scroll-into-view-if-needed](https://scroll-into-view.dev) | +| select | 1.1.2 | MIT | [select](https://github.com/zenorocha/select#readme) | +| semver | 5.7.2 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 7.5.4 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| shebang-command | 2.0.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-regex | 3.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex#readme) | +| smart-buffer | 4.2.0 | MIT | [smart-buffer](https://github.com/JoshGlazebrook/smart-buffer/) | +| socks | 2.7.3 | MIT | [socks](https://github.com/JoshGlazebrook/socks/) | +| socks-proxy-agent | 5.0.1 | MIT | [socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent#readme) | +| split.js | 1.6.5 | MIT | [split.js](https://split.js.org/) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| sprintf-js | 1.1.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| ssh2 | 1.15.0 | MIT | [ssh2](https://github.com/mscdex/ssh2#readme) | +| ssri | 8.0.1 | ISC | [ssri](https://github.com/npm/ssri#readme) | +| stack-trace | 0.0.10 | MIT | [stack-trace](https://github.com/felixge/node-stack-trace) | +| streamroller | 3.1.5 | MIT | [streamroller](https://github.com/log4js-node/streamroller#readme) | +| string-width | 4.2.3 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| tar | 6.2.0 | ISC | [tar](https://github.com/isaacs/node-tar#readme) | +| tiny-emitter | 2.1.0 | MIT | [tiny-emitter](https://github.com/scottcorgan/tiny-emitter#readme) | +| tweetnacl | 0.14.5 | Unlicense | [tweetnacl](https://tweetnacl.js.org) | +| uc.micro | 2.1.0 | MIT | [uc.micro](https://github.com/markdown-it/uc.micro#readme) | +| unique-filename | 1.1.1 | ISC | [unique-filename](https://github.com/iarna/unique-filename) | +| unique-slug | 2.0.2 | ISC | [unique-slug](https://github.com/iarna/unique-slug#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| url-search-params-polyfill | 8.2.5 | MIT | [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) | +| validate-npm-package-name | 3.0.0 | ISC | [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) | +| which | 2.0.2 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which | 3.0.0 | ISC | [which](https://github.com/npm/node-which#readme) | +| which-module | 2.0.1 | ISC | [which-module](https://github.com/nexdrew/which-module#readme) | +| wrap-ansi | 6.2.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrap-ansi | 7.0.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| y18n | 4.0.3 | ISC | [y18n](https://github.com/yargs/y18n) | +| yallist | 3.1.1 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yallist | 4.0.0 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yamljs | 0.3.0 | MIT | [yamljs](https://github.com/jeremyfa/yaml.js#readme) | +| yargs | 15.3.1 | MIT | [yargs](https://yargs.js.org/) | +| yargs-parser | 18.1.3 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| @colors/colors | 1.5.0 | MIT | [colors](https://github.com/DABH/colors.js) | +| @gar/promisify | 1.1.3 | MIT | [promisify](https://github.com/wraithgar/gar-promisify#readme) | +| @npmcli/ci-detect | 1.4.0 | ISC | [ci-detect](https://github.com/npm/ci-detect#readme) | +| @npmcli/fs | 1.1.1 | ISC | [fs](https://github.com/npm/fs#readme) | +| @npmcli/git | 2.1.0 | ISC | [git](https://github.com/npm/git#readme) | +| @npmcli/installed-package-contents | 1.0.7 | ISC | [installed-package-contents](https://github.com/npm/installed-package-contents#readme) | +| @npmcli/move-file | 1.1.2 | MIT | [move-file](https://github.com/npm/move-file#readme) | +| @npmcli/promise-spawn | 1.3.2 | ISC | [promise-spawn](https://github.com/npm/promise-spawn#readme) | +| @tootallnate/once | 1.1.2 | MIT | [once](https://github.com/TooTallNate/once#readme) | +| @types/yargs | 13.0.4 | MIT | [yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) | +| @types/yargs-parser | 21.0.0 | MIT | [yargs-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser) | +| @zowe/core-for-zowe-sdk | 6.40.27 | EPL-2.0 | [core-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/core#readme) | +| @zowe/imperative | 4.18.23 | EPL-2.0 | [imperative](https://github.com/zowe/imperative#readme) | +| @zowe/provisioning-for-zowe-sdk | 6.40.27 | EPL-2.0 | [provisioning-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/provisioning#readme) | +| @zowe/zos-console-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-console-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosconsole#readme) | +| @zowe/zos-files-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-files-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosfiles#readme) | +| @zowe/zos-jobs-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-jobs-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosjobs#readme) | +| @zowe/zos-logs-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-logs-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zoslogs#readme) | +| @zowe/zos-tso-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-tso-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zostso#readme) | +| @zowe/zos-uss-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-uss-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosuss#readme) | +| @zowe/zos-workflows-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zos-workflows-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/workflows#readme) | +| @zowe/zosmf-for-zowe-sdk | 6.40.27 | EPL-2.0 | [zosmf-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosmf#readme) | + +### IBM® Db2® Plug-in for Zowe CLI Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| adm-zip | 0.5.10 | MIT | [adm-zip](https://github.com/cthackers/adm-zip) | +| asynckit | 0.4.0 | MIT | [asynckit](https://github.com/alexindigo/asynckit#readme) | +| axios | 1.6.1 | MIT | [axios](https://axios-http.com) | +| big-integer | 1.6.51 | Unlicense | [big-integer](https://github.com/peterolson/BigInteger.js#readme) | +| bindings | 1.5.0 | MIT | [bindings](https://github.com/TooTallNate/node-bindings) | +| bl | 1.2.3 | MIT | [bl](https://github.com/rvagg/bl) | +| buffer-alloc | 1.2.0 | MIT | [buffer-alloc](https://github.com/LinusU/buffer-alloc#readme) | +| buffer-alloc-unsafe | 1.1.0 | MIT | [buffer-alloc-unsafe](https://github.com/LinusU/buffer-alloc-unsafe#readme) | +| buffer-fill | 1.0.0 | MIT | [buffer-fill](https://github.com/linusu/buffer-fill#readme) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| combined-stream | 1.0.8 | MIT | [combined-stream](https://github.com/felixge/node-combined-stream) | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| delayed-stream | 1.0.0 | MIT | [delayed-stream](https://github.com/felixge/node-delayed-stream) | +| end-of-stream | 1.4.4 | MIT | [end-of-stream](https://github.com/mafintosh/end-of-stream) | +| file-uri-to-path | 1.0.0 | MIT | [file-uri-to-path](https://github.com/TooTallNate/file-uri-to-path) | +| follow-redirects | 1.15.6 | MIT | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | +| form-data | 4.0.0 | MIT | [form-data](https://github.com/form-data/form-data#readme) | +| fs-constants | 1.0.0 | MIT | [fs-constants](https://github.com/mafintosh/fs-constants) | +| fs-extra | 11.1.1 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| graceful-fs | 4.2.9 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| ibm_db | 3.2.2 | MIT | [ibm_db](https://github.com/ibmdb/node-ibm_db/) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| isarray | 1.0.0 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| jsonfile | 6.1.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| mime-db | 1.51.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.34 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| minimist | 1.2.6 | MIT | [minimist](https://github.com/substack/minimist) | +| mkdirp | 0.5.5 | MIT | [mkdirp](https://github.com/substack/node-mkdirp#readme) | +| nan | 2.18.0 | MIT | [nan](https://github.com/nodejs/nan#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| process-nextick-args | 2.0.1 | MIT | [process-nextick-args](https://github.com/calvinmetcalf/process-nextick-args) | +| proxy-from-env | 1.1.0 | MIT | [proxy-from-env](https://github.com/Rob--W/proxy-from-env#readme) | +| pump | 1.0.3 | MIT | [pump](https://github.com/mafintosh/pump#readme) | +| q | 1.5.1 | MIT | [q](https://github.com/kriskowal/q) | +| readable-stream | 2.3.7 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| safe-buffer | 5.1.2 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| string_decoder | 1.1.1 | MIT | [string_decoder](https://github.com/nodejs/string_decoder) | +| tar-fs | 1.16.3 | MIT | [tar-fs](https://github.com/mafintosh/tar-fs) | +| tar-stream | 1.6.2 | MIT | [tar-stream](https://github.com/mafintosh/tar-stream) | +| targz | 1.0.1 | MIT | [targz](https://github.com/miskun/targz#readme) | +| to-buffer | 1.1.1 | MIT | [to-buffer](https://github.com/mafintosh/to-buffer) | +| universalify | 2.0.1 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| util-deprecate | 1.0.2 | MIT | [util-deprecate](https://github.com/TooTallNate/util-deprecate) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| xtend | 4.0.2 | MIT | [xtend](https://github.com/Raynos/xtend) | + +### Performance Timing Utility Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| find-up | 2.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| graceful-fs | 4.2.10 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| locate-path | 2.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| p-limit | 1.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 2.0.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-try | 1.0.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| path-exists | 3.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| pkg-up | 2.0.0 | MIT | [pkg-up](https://github.com/sindresorhus/pkg-up#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | + +### Secure Credential Store Plug-in for Zowe CLI Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| @zowe/secrets-for-zowe-sdk | 7.18.4 | EPL-2.0 | [secrets-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/secrets#readme) | + +### z/OS® FTP Plug-in for Zowe CLI Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| debug | 3.1.0 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| ftp4 | 0.3.13 | MIT | [ftp4](https://github.com/std4lqi/node-ftp#readme) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms#readme) | +| q | 1.4.1 | MIT | [q](https://github.com/kriskowal/q) | +| readable-stream | 1.1.14 | MIT | [readable-stream](https://github.com/nodejs/readable-stream) | +| string_decoder | 0.10.31 | MIT | [string_decoder](https://github.com/rvagg/string_decoder) | +| xregexp | 2.0.0 | MIT | [xregexp](http://xregexp.com/) | +| zos-node-accessor | 1.0.14 | EPL-1.0 | [zos-node-accessor](https://github.com/IBM/zos-node-accessor#readme) | + +### Zowe Desktop Data Sets UI Plugin Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| ajv | 6.12.6 | MIT | [ajv](https://github.com/ajv-validator/ajv) | +| ajv-keywords | 3.5.2 | MIT | [ajv-keywords](https://github.com/epoberezkin/ajv-keywords#readme) | +| babel-polyfill | 6.16.0 | MIT | [babel-polyfill](https://babeljs.io/) | +| babel-runtime | 6.26.0 | MIT | [babel-runtime](https://github.com/babel/babel.git) | +| big.js | 5.2.2 | MIT | [big.js](https://github.com/MikeMcl/big.js#readme) | +| classnames | 2.3.2 | MIT | [classnames](https://github.com/JedWatson/classnames#readme) | +| clsx | 1.2.1 | MIT | [clsx](https://github.com/lukeed/clsx#readme) | +| core-js | 2.6.12 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| css-vendor | 2.0.8 | MIT | [css-vendor](https://github.com/cssinjs/css-vendor#readme) | +| csstype | 2.6.21 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| csstype | 3.1.1 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| decode-uri-component | 0.2.2 | MIT | [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component#readme) | +| deep-diff | 0.3.8 | MIT | [deep-diff](https://github.com/flitbit/diff#readme) | +| dom-helpers | 5.2.1 | MIT | [dom-helpers](https://github.com/react-bootstrap/dom-helpers#readme) | +| emojis-list | 3.0.0 | MIT | [emojis-list](https://nidecoc.io/Kikobeats/emojis-list) | +| fast-deep-equal | 3.1.3 | MIT | [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal#readme) | +| fast-json-stable-stringify | 2.1.0 | MIT | [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) | +| history | 4.10.1 | MIT | [history](https://github.com/ReactTraining/history#readme) | +| hoist-non-react-statics | 3.3.2 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hyphenate-style-name | 1.0.4 | BSD-3-Clause | [hyphenate-style-name](https://github.com/rexxars/hyphenate-style-name#readme) | +| immutable | 3.8.1 | BSD-3-Clause | [immutable](https://facebook.github.com/immutable-js) | +| invariant | 2.2.4 | MIT | [invariant](https://github.com/zertosh/invariant#readme) | +| is-in-browser | 1.1.3 | MIT | [is-in-browser](https://github.com/tuxsudo/is-in-browser#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| json-schema-traverse | 0.4.1 | MIT | [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse#readme) | +| json5 | 2.2.3 | MIT | [json5](http://json5.org/) | +| jss | 10.10.0 | MIT | [jss](https://cssinjs.org/) | +| jss-plugin-camel-case | 10.10.0 | MIT | [jss-plugin-camel-case](https://cssinjs.org/jss-camel-case) | +| jss-plugin-default-unit | 10.10.0 | MIT | [jss-plugin-default-unit](https://cssinjs.org/jss-default-unit) | +| jss-plugin-global | 10.10.0 | MIT | [jss-plugin-global](https://cssinjs.org/jss-global) | +| jss-plugin-nested | 10.10.0 | MIT | [jss-plugin-nested](https://cssinjs.org/jss-nested) | +| jss-plugin-props-sort | 10.10.0 | MIT | [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort) | +| jss-plugin-rule-value-function | 10.10.0 | MIT | [jss-plugin-rule-value-function](https://cssinjs.org/) | +| jss-plugin-vendor-prefixer | 10.10.0 | MIT | [jss-plugin-vendor-prefixer](https://cssinjs.org/jss-plugin-vendor-prefixer) | +| loader-utils | 2.0.4 | MIT | [loader-utils](https://github.com/webpack/loader-utils#readme) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| mime-db | 1.52.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.35 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| mini-create-react-context | 0.3.3 | MIT | [mini-create-react-context](https://github.com/StringEpsilon/mini-create-react-context#readme) | +| object-assign | 4.1.1 | MIT | [object-assign](https://github.com/sindresorhus/object-assign#readme) | +| orion-editor-component | 0.0.14 | EPL-2.0 | [orion-editor-component]() | +| path-to-regexp | 1.8.0 | MIT | [path-to-regexp](https://github.com/pillarjs/path-to-regexp#readme) | +| popper.js | 1.16.1-lts | MIT | [popper.js](https://popper.js.org) | +| prop-types | 15.7.2 | MIT | [prop-types](https://facebook.github.io/react/) | +| punycode | 2.3.0 | MIT | [punycode](https://mths.be/punycode) | +| query-string | 6.8.2 | MIT | [query-string](https://github.com/sindresorhus/query-string#readme) | +| react | 16.8.2 | MIT | [react](https://reactjs.org/) | +| react | 17.0.2 | MIT | [react](https://reactjs.org/) | +| react-contextmenu | 2.10.0 | MIT | [react-contextmenu](https://github.com/vkbansal/react-contextmenu) | +| react-dom | 16.8.2 | MIT | [react-dom](https://reactjs.org/) | +| react-dom | 17.0.2 | MIT | [react-dom](https://reactjs.org/) | +| react-is | 16.13.1 | MIT | [react-is](https://reactjs.org/) | +| react-lifecycles-compat | 3.0.4 | MIT | [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat#readme) | +| react-redux | 5.1.1 | MIT | [react-redux](https://github.com/reduxjs/react-redux) | +| react-router | 5.0.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-router-dom | 5.0.1 | MIT | [react-router-dom](https://github.com/ReactTraining/react-router#readme) | +| react-transition-group | 4.4.5 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| redux | 4.0.4 | MIT | [redux](http://redux.js.org) | +| redux-immutable | 4.0.0 | BSD-3-Clause | [redux-immutable](https://github.com/gajus/redux-immutable#readme) | +| redux-logger | 3.0.6 | MIT | [redux-logger](https://github.com/theaqua/redux-logger#readme) | +| redux-thunk | 2.3.0 | MIT | [redux-thunk](https://github.com/reduxjs/redux-thunk) | +| regenerator-runtime | 0.9.6 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-runtime | 0.11.1 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-runtime | 0.13.11 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| resolve-pathname | 3.0.0 | MIT | [resolve-pathname](https://github.com/mjackson/resolve-pathname#readme) | +| scheduler | 0.13.6 | MIT | [scheduler](https://reactjs.org/) | +| scheduler | 0.20.2 | MIT | [scheduler](https://reactjs.org/) | +| schema-utils | 3.1.1 | MIT | [schema-utils](https://github.com/webpack/schema-utils) | +| split-on-first | 1.1.0 | MIT | [split-on-first](https://github.com/sindresorhus/split-on-first#readme) | +| strict-uri-encode | 2.0.0 | MIT | [strict-uri-encode](https://github.com/kevva/strict-uri-encode#readme) | +| symbol-observable | 1.2.0 | MIT | [symbol-observable](https://github.com/blesh/symbol-observable#readme) | +| tiny-invariant | 1.3.1 | MIT | [tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme) | +| tiny-warning | 1.0.3 | MIT | [tiny-warning](https://github.com/alexreardon/tiny-warning.git) | +| uri-js | 4.4.1 | BSD-2-Clause | [uri-js](https://github.com/garycourt/uri-js) | +| url-loader | 4.1.1 | MIT | [url-loader](https://github.com/webpack-contrib/url-loader) | +| value-equal | 1.0.1 | MIT | [value-equal](https://github.com/mjackson/value-equal#readme) | +| whatwg-fetch | 2.0.3 | MIT | [whatwg-fetch](https://github.com/github/fetch#readme) | +| @babel/runtime | 7.21.0 | MIT | [runtime](https://babel.dev/docs/en/next/babel-runtime) | +| @emotion/hash | 0.8.0 | MIT | [hash](https://github.com/emotion-js/emotion/tree/main#readme) | +| @material-ui/core | 4.11.0 | MIT | [core](https://material-ui.com/) | +| @material-ui/icons | 4.9.1 | MIT | [icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) | +| @material-ui/styles | 4.11.5 | MIT | [styles](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-styles) | +| @material-ui/system | 4.12.2 | MIT | [system](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-system) | +| @material-ui/types | 5.1.0 | MIT | [types](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-types) | +| @material-ui/utils | 4.11.3 | MIT | [utils](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils) | +| @types/json-schema | 7.0.11 | MIT | [json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | +| @types/prop-types | 15.7.5 | MIT | [prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types) | +| @types/react | 16.14.37 | MIT | [react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) | +| @types/react-transition-group | 4.4.5 | MIT | [react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group) | +| @types/scheduler | 0.16.3 | MIT | [scheduler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler) | + +### Zowe Desktop Web Plug-in Server Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| keyring_js | 1.0.1 | EPL-2.0 | [keyring_js](https://github.com/zowe/keyring-utilities) | +| node-gyp-build | 4.2.2 | MIT | [node-gyp-build](https://github.com/prebuild/node-gyp-build) | +| stdio | 0.2.7 | MIT | [stdio](https://github.com/sgmonda/stdio) | + +### Zowe Desktop z/OS Unix Files UI Plugin Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| ajv | 6.12.6 | MIT | [ajv](https://github.com/ajv-validator/ajv) | +| ajv-keywords | 3.5.2 | MIT | [ajv-keywords](https://github.com/epoberezkin/ajv-keywords#readme) | +| babel-polyfill | 6.16.0 | MIT | [babel-polyfill](https://babeljs.io/) | +| babel-runtime | 6.26.0 | MIT | [babel-runtime](https://github.com/babel/babel.git) | +| big.js | 5.2.2 | MIT | [big.js](https://github.com/MikeMcl/big.js#readme) | +| character-entities | 1.2.4 | MIT | [character-entities](https://github.com/wooorm/character-entities#readme) | +| character-entities-legacy | 1.1.4 | MIT | [character-entities-legacy](https://github.com/wooorm/character-entities-legacy#readme) | +| character-reference-invalid | 1.1.4 | MIT | [character-reference-invalid](https://github.com/wooorm/character-reference-invalid#readme) | +| classnames | 2.3.1 | MIT | [classnames](https://github.com/JedWatson/classnames#readme) | +| clsx | 1.1.1 | MIT | [clsx](https://github.com/lukeed/clsx#readme) | +| comma-separated-tokens | 1.0.8 | MIT | [comma-separated-tokens](https://github.com/wooorm/comma-separated-tokens#readme) | +| core-js | 2.6.12 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| css-vendor | 2.0.8 | MIT | [css-vendor](https://github.com/cssinjs/css-vendor#readme) | +| csstype | 2.6.20 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| csstype | 3.0.11 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| decode-uri-component | 0.2.2 | MIT | [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component#readme) | +| deep-diff | 0.3.8 | MIT | [deep-diff](https://github.com/flitbit/diff#readme) | +| dom-helpers | 5.2.1 | MIT | [dom-helpers](https://github.com/react-bootstrap/dom-helpers#readme) | +| emojis-list | 3.0.0 | MIT | [emojis-list](https://nidecoc.io/Kikobeats/emojis-list) | +| fast-deep-equal | 3.1.3 | MIT | [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal#readme) | +| fast-json-stable-stringify | 2.1.0 | MIT | [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) | +| fault | 1.0.4 | MIT | [fault](https://github.com/wooorm/fault#readme) | +| fault | 2.0.1 | MIT | [fault](https://github.com/wooorm/fault#readme) | +| format | 0.2.2 | MIT | [format](http://samhuri.net/proj/format) | +| hast-util-parse-selector | 2.2.5 | MIT | [hast-util-parse-selector](https://github.com/syntax-tree/hast-util-parse-selector#readme) | +| hastscript | 6.0.0 | MIT | [hastscript](https://github.com/syntax-tree/hastscript#readme) | +| highlight.js | 10.7.3 | BSD-3-Clause | [highlight.js](https://highlightjs.org/) | +| highlight.js | 11.3.1 | BSD-3-Clause | [highlight.js](https://highlightjs.org/) | +| history | 4.10.1 | MIT | [history](https://github.com/ReactTraining/history#readme) | +| hoist-non-react-statics | 3.3.2 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hyphenate-style-name | 1.0.4 | BSD-3-Clause | [hyphenate-style-name](https://github.com/rexxars/hyphenate-style-name#readme) | +| immutable | 3.8.1 | BSD-3-Clause | [immutable](https://facebook.github.com/immutable-js) | +| interweave | 8.0.1 | MIT | [interweave](https://github.com/milesj/interweave#readme) | +| invariant | 2.2.4 | MIT | [invariant](https://github.com/zertosh/invariant#readme) | +| is-alphabetical | 1.0.4 | MIT | [is-alphabetical](https://github.com/wooorm/is-alphabetical#readme) | +| is-alphanumerical | 1.0.4 | MIT | [is-alphanumerical](https://github.com/wooorm/is-alphanumerical#readme) | +| is-decimal | 1.0.4 | MIT | [is-decimal](https://github.com/wooorm/is-decimal#readme) | +| is-hexadecimal | 1.0.4 | MIT | [is-hexadecimal](https://github.com/wooorm/is-hexadecimal#readme) | +| is-in-browser | 1.1.3 | MIT | [is-in-browser](https://github.com/tuxsudo/is-in-browser#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| json-schema-traverse | 0.4.1 | MIT | [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse#readme) | +| json5 | 2.2.3 | MIT | [json5](http://json5.org/) | +| jss | 10.9.0 | MIT | [jss](https://cssinjs.org/) | +| jss-plugin-camel-case | 10.9.0 | MIT | [jss-plugin-camel-case](https://cssinjs.org/jss-camel-case) | +| jss-plugin-default-unit | 10.9.0 | MIT | [jss-plugin-default-unit](https://cssinjs.org/jss-default-unit) | +| jss-plugin-global | 10.9.0 | MIT | [jss-plugin-global](https://cssinjs.org/jss-global) | +| jss-plugin-nested | 10.9.0 | MIT | [jss-plugin-nested](https://cssinjs.org/jss-nested) | +| jss-plugin-props-sort | 10.9.0 | MIT | [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort) | +| jss-plugin-rule-value-function | 10.9.0 | MIT | [jss-plugin-rule-value-function](https://cssinjs.org/) | +| jss-plugin-vendor-prefixer | 10.9.0 | MIT | [jss-plugin-vendor-prefixer](https://cssinjs.org/jss-plugin-vendor-prefixer) | +| loader-utils | 2.0.4 | MIT | [loader-utils](https://github.com/webpack/loader-utils#readme) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| lowlight | 1.20.0 | MIT | [lowlight](https://github.com/wooorm/lowlight#readme) | +| lowlight | 2.4.0 | MIT | [lowlight](https://github.com/wooorm/lowlight#readme) | +| mime-db | 1.52.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.35 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| mini-create-react-context | 0.3.3 | MIT | [mini-create-react-context](https://github.com/StringEpsilon/mini-create-react-context#readme) | +| object-assign | 4.1.1 | MIT | [object-assign](https://github.com/sindresorhus/object-assign#readme) | +| orion-editor-component | 0.0.14 | EPL-2.0 | [orion-editor-component]() | +| parse-entities | 2.0.0 | MIT | [parse-entities](https://github.com/wooorm/parse-entities#readme) | +| path-to-regexp | 1.8.0 | MIT | [path-to-regexp](https://github.com/pillarjs/path-to-regexp#readme) | +| popper.js | 1.16.1-lts | MIT | [popper.js](https://popper.js.org) | +| prismjs | 1.27.0 | MIT | [prismjs](https://github.com/PrismJS/prism#readme) | +| prop-types | 15.7.2 | MIT | [prop-types](https://facebook.github.io/react/) | +| property-information | 5.6.0 | MIT | [property-information](https://github.com/wooorm/property-information#readme) | +| punycode | 2.1.1 | MIT | [punycode](https://mths.be/punycode) | +| query-string | 6.8.2 | MIT | [query-string](https://github.com/sindresorhus/query-string#readme) | +| react | 16.8.2 | MIT | [react](https://reactjs.org/) | +| react | 17.0.2 | MIT | [react](https://reactjs.org/) | +| react-contextmenu | 2.10.0 | MIT | [react-contextmenu](https://github.com/vkbansal/react-contextmenu) | +| react-dom | 16.8.2 | MIT | [react-dom](https://reactjs.org/) | +| react-dom | 17.0.2 | MIT | [react-dom](https://reactjs.org/) | +| react-is | 16.13.1 | MIT | [react-is](https://reactjs.org/) | +| react-lifecycles-compat | 3.0.4 | MIT | [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat#readme) | +| react-redux | 5.1.1 | MIT | [react-redux](https://github.com/reduxjs/react-redux) | +| react-router | 5.0.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-router-dom | 5.0.1 | MIT | [react-router-dom](https://github.com/ReactTraining/react-router#readme) | +| react-syntax-highlighter | 15.5.0 | MIT | [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme) | +| react-transition-group | 4.4.2 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| redux | 4.0.4 | MIT | [redux](http://redux.js.org) | +| redux-immutable | 4.0.0 | BSD-3-Clause | [redux-immutable](https://github.com/gajus/redux-immutable#readme) | +| redux-logger | 3.0.6 | MIT | [redux-logger](https://github.com/theaqua/redux-logger#readme) | +| redux-thunk | 2.3.0 | MIT | [redux-thunk](https://github.com/reduxjs/redux-thunk) | +| refractor | 3.6.0 | MIT | [refractor](https://github.com/wooorm/refractor#readme) | +| regenerator-runtime | 0.9.6 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-runtime | 0.11.1 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-runtime | 0.13.9 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| resolve-pathname | 3.0.0 | MIT | [resolve-pathname](https://github.com/mjackson/resolve-pathname#readme) | +| scheduler | 0.13.6 | MIT | [scheduler](https://reactjs.org/) | +| scheduler | 0.20.2 | MIT | [scheduler](https://reactjs.org/) | +| schema-utils | 3.1.1 | MIT | [schema-utils](https://github.com/webpack/schema-utils) | +| space-separated-tokens | 1.1.5 | MIT | [space-separated-tokens](https://github.com/wooorm/space-separated-tokens#readme) | +| split-on-first | 1.1.0 | MIT | [split-on-first](https://github.com/sindresorhus/split-on-first#readme) | +| strict-uri-encode | 2.0.0 | MIT | [strict-uri-encode](https://github.com/kevva/strict-uri-encode#readme) | +| symbol-observable | 1.2.0 | MIT | [symbol-observable](https://github.com/blesh/symbol-observable#readme) | +| tiny-invariant | 1.2.0 | MIT | [tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme) | +| tiny-warning | 1.0.3 | MIT | [tiny-warning](https://github.com/alexreardon/tiny-warning.git) | +| uri-js | 4.4.1 | BSD-2-Clause | [uri-js](https://github.com/garycourt/uri-js) | +| url-loader | 4.1.1 | MIT | [url-loader](https://github.com/webpack-contrib/url-loader) | +| value-equal | 1.0.1 | MIT | [value-equal](https://github.com/mjackson/value-equal#readme) | +| whatwg-fetch | 2.0.3 | MIT | [whatwg-fetch](https://github.com/github/fetch#readme) | +| xtend | 4.0.2 | MIT | [xtend](https://github.com/Raynos/xtend) | +| @babel/runtime | 7.17.8 | MIT | [runtime](https://babel.dev/docs/en/next/babel-runtime) | +| @emotion/hash | 0.8.0 | MIT | [hash](https://github.com/emotion-js/emotion/tree/main#readme) | +| @material-ui/core | 4.11.0 | MIT | [core](https://material-ui.com/) | +| @material-ui/icons | 4.9.1 | MIT | [icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) | +| @material-ui/styles | 4.11.4 | MIT | [styles](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-styles) | +| @material-ui/system | 4.12.1 | MIT | [system](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-system) | +| @material-ui/types | 5.1.0 | MIT | [types](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-types) | +| @material-ui/utils | 4.11.2 | MIT | [utils](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils) | +| @types/hast | 2.3.4 | MIT | [hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hast) | +| @types/json-schema | 7.0.10 | MIT | [json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | +| @types/prop-types | 15.7.4 | MIT | [prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types) | +| @types/react | 16.14.37 | MIT | [react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) | +| @types/react-transition-group | 4.4.4 | MIT | [react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group) | +| @types/scheduler | 0.16.2 | MIT | [scheduler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler) | +| @types/unist | 2.0.6 | MIT | [unist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist) | + +### Zowe Explorer Common REST Server Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | +| ch.qos.logback/logback-classic | 1.2.13 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.13 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| com.fasterxml.jackson.core/jackson-annotations | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-core | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-databind | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-databind](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.16.1 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.google.code.findbugs/jsr305 | 3.0.2 | The Apache Software License, Version 2.0 | [jsr305](http://findbugs.sourceforge.net/) | +| com.google.code.gson/gson | 2.10.1 | Apache-2.0 | [gson](https://github.com/google/gson/gson) | +| com.google.errorprone/error_prone_annotations | 2.3.4 | Apache 2.0 | [error_prone_annotations](http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations) | +| com.google.guava/failureaccess | 1.0.1 | The Apache Software License, Version 2.0 | [failureaccess](https://github.com/google/guava/failureaccess) | +| com.google.guava/guava | 30.0-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava/guava) | +| com.google.guava/listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | The Apache Software License, Version 2.0 | [listenablefuture](https://github.com/google/guava/listenablefuture) | +| com.google.j2objc/j2objc-annotations | 1.3 | The Apache Software License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.jayway.jsonpath/json-path | 2.7.0 | The Apache Software License, Version 2.0 | [json-path](https://github.com/jayway/JsonPath) | +| com.puppycrawl.tools/checkstyle | 8.38 | LGPL-2.1+ | [checkstyle](https://checkstyle.org/) | +| com.vaadin.external.google/android-json | 0.0.20131108.vaadin1 | Apache License 2.0 | [android-json](http://developer.android.com/sdk) | +| commons-beanutils/commons-beanutils | 1.9.4 | Apache License, Version 2.0 | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils/) | +| commons-codec/commons-codec | 1.16.1 | Apache-2.0 | [commons-codec](https://commons.apache.org/proper/commons-codec/) | +| commons-collections/commons-collections | 3.2.2 | Apache License, Version 2.0 | [commons-collections](http://commons.apache.org/collections/) | +| commons-logging/commons-logging | 1.2 | The Apache Software License, Version 2.0 | [commons-logging](http://commons.apache.org/proper/commons-logging/) | +| info.picocli/picocli | 4.5.2 | The Apache Software License, version 2.0 | [picocli](http://picocli.info) | +| io.micrometer/micrometer-core | 1.9.17 | The Apache Software License, Version 2.0 | [micrometer-core](https://github.com/micrometer-metrics/micrometer) | +| io.rest-assured/json-path | 4.5.1 | Apache 2.0 | [json-path](http://maven.apache.org) | +| io.rest-assured/rest-assured | 4.5.1 | Apache 2.0 | [rest-assured](http://code.google.com/p/rest-assured) | +| io.rest-assured/rest-assured-common | 4.5.1 | Apache 2.0 | [rest-assured-common](http://maven.apache.org) | +| io.rest-assured/xml-path | 4.5.1 | Apache 2.0 | [xml-path](http://code.google.com/p/rest-assured/xml-path) | +| io.swagger.core.v3/swagger-annotations | 2.2.9 | Apache License 2.0 | [swagger-annotations](https://github.com/swagger-api/swagger-core/modules/swagger-annotations) | +| io.swagger.core.v3/swagger-core | 2.2.9 | Apache License 2.0 | [swagger-core](https://github.com/swagger-api/swagger-core/modules/swagger-core) | +| io.swagger.core.v3/swagger-models | 2.2.9 | Apache License 2.0 | [swagger-models](https://github.com/swagger-api/swagger-core/modules/swagger-models) | +| jakarta.activation/jakarta.activation-api | 1.2.1 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.activation/jakarta.activation-api | 1.2.2 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.annotation/jakarta.annotation-api | 1.3.5 | EPL 2.0 | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | +| jakarta.validation/jakarta.validation-api | 2.0.2 | Apache License 2.0 | [jakarta.validation-api](https://beanvalidation.org) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.2 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.3 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| junit/junit | 4.12 | Eclipse Public License 1.0 | [junit](http://junit.org) | +| net.bytebuddy/byte-buddy | 1.12.9 | Apache License, Version 2.0 | [byte-buddy](https://bytebuddy.net/byte-buddy) | +| net.bytebuddy/byte-buddy-agent | 1.12.9 | Apache License, Version 2.0 | [byte-buddy-agent](https://bytebuddy.net/byte-buddy-agent) | +| net.minidev/accessors-smart | 2.4.7 | The Apache Software License, Version 2.0 | [accessors-smart](https://urielch.github.io/) | +| net.minidev/json-smart | 2.4.7 | The Apache Software License, Version 2.0 | [json-smart](https://urielch.github.io/) | +| net.sf.saxon/Saxon-HE | 10.3 | Mozilla Public License Version 2.0 | [Saxon-HE](http://www.saxonica.com/) | +| org.antlr/antlr4-runtime | 4.8-1 | The BSD License | [antlr4-runtime](http://www.antlr.org/antlr4-runtime) | +| org.apache.commons/commons-lang3 | 3.12.0 | Apache License, Version 2.0 | [commons-lang3](https://commons.apache.org/proper/commons-lang/) | +| org.apache.httpcomponents/httpclient | 4.5.14 | Apache License, Version 2.0 | [httpclient](http://hc.apache.org/httpcomponents-client-ga) | +| org.apache.httpcomponents/httpcore | 4.4.16 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.httpcomponents/httpmime | 4.5.13 | Apache License, Version 2.0 | [httpmime](http://hc.apache.org/httpcomponents-client) | +| org.apache.logging.log4j/log4j-api | 2.17.2 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | +| org.apache.logging.log4j/log4j-to-slf4j | 2.17.2 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.85 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.85 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.85 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.85 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.apiguardian/apiguardian-api | 1.1.2 | The Apache License, Version 2.0 | [apiguardian-api](https://github.com/apiguardian-team/apiguardian) | +| org.assertj/assertj-core | 3.22.0 | Apache License, Version 2.0 | [assertj-core](https://assertj.github.io/doc/assertj-core/) | +| org.ccil.cowan.tagsoup/tagsoup | 1.2.1 | Apache License 2.0 | [tagsoup](http://home.ccil.org/~cowan/XML/tagsoup/) | +| org.checkerframework/checker-qual | 3.5.0 | The MIT License | [checker-qual](https://checkerframework.org) | +| org.codehaus.groovy/groovy | 3.0.9 | The Apache Software License, Version 2.0 | [groovy](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-json | 3.0.9 | The Apache Software License, Version 2.0 | [groovy-json](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-xml | 3.0.9 | The Apache Software License, Version 2.0 | [groovy-xml](https://groovy-lang.org) | +| org.hamcrest/hamcrest | 2.2 | BSD License 3 | [hamcrest](http://hamcrest.org/JavaHamcrest/) | +| org.hamcrest/hamcrest-core | 1.3 | New BSD License | [hamcrest-core](https://github.com/hamcrest/JavaHamcrest/hamcrest-core) | +| org.hdrhistogram/HdrHistogram | 2.1.12 | Public Domain, per Creative Commons CC0 | [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) | +| org.jacoco/org.jacoco.agent | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.ant | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.core | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.report | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.javassist/javassist | 3.26.0-GA | Apache License 2.0 | [javassist](http://www.javassist.org/) | +| org.javassist/javassist | 3.27.0-GA | Apache License 2.0 | [javassist](http://www.javassist.org/) | +| org.junit.jupiter/junit-jupiter | 5.8.2 | Eclipse Public License v2.0 | [junit-jupiter](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-api | 5.8.2 | Eclipse Public License v2.0 | [junit-jupiter-api](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-engine | 5.8.2 | Eclipse Public License v2.0 | [junit-jupiter-engine](https://junit.org/junit5/) | +| org.junit.jupiter/junit-jupiter-params | 5.8.2 | Eclipse Public License v2.0 | [junit-jupiter-params](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-commons | 1.8.2 | Eclipse Public License v2.0 | [junit-platform-commons](https://junit.org/junit5/) | +| org.junit.platform/junit-platform-engine | 1.8.2 | Eclipse Public License v2.0 | [junit-platform-engine](https://junit.org/junit5/) | +| org.latencyutils/LatencyUtils | 2.0.3 | Public Domain, per Creative Commons CC0 | [LatencyUtils](http://latencyutils.github.io/LatencyUtils/) | +| org.mockito/mockito-core | 4.5.1 | The MIT License | [mockito-core](https://github.com/mockito/mockito) | +| org.mockito/mockito-junit-jupiter | 4.5.1 | The MIT License | [mockito-junit-jupiter](https://github.com/mockito/mockito) | +| org.objenesis/objenesis | 3.0.1 | Apache 2 | [objenesis](http://objenesis.org) | +| org.objenesis/objenesis | 3.2 | Apache License, Version 2.0 | [objenesis](http://objenesis.org/objenesis) | +| org.opentest4j/opentest4j | 1.2.0 | The Apache License, Version 2.0 | [opentest4j](https://github.com/ota4j-team/opentest4j) | +| org.ow2.asm/asm | 8.0.1 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm | 9.1 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm-analysis | 8.0.1 | BSD-3-Clause | [asm-analysis](http://asm.ow2.io/) | +| org.ow2.asm/asm-commons | 8.0.1 | BSD-3-Clause | [asm-commons](http://asm.ow2.io/) | +| org.ow2.asm/asm-tree | 8.0.1 | BSD-3-Clause | [asm-tree](http://asm.ow2.io/) | +| org.powermock/powermock-api-mockito2 | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-api-mockito2](http://www.powermock.org) | +| org.powermock/powermock-api-support | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-api-support](http://www.powermock.org) | +| org.powermock/powermock-core | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-core](http://www.powermock.org) | +| org.powermock/powermock-module-junit4 | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-module-junit4](http://www.powermock.org) | +| org.powermock/powermock-module-junit4-common | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-module-junit4-common](http://www.powermock.org) | +| org.powermock/powermock-module-junit4-rule | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-module-junit4-rule](http://www.powermock.org) | +| org.powermock/powermock-reflect | 2.0.9 | The Apache Software License, Version 2.0 | [powermock-reflect](http://www.powermock.org) | +| org.projectlombok/lombok | 1.18.30 | The MIT License | [lombok](https://projectlombok.org) | +| org.reflections/reflections | 0.9.12 | The New BSD License | [reflections](http://github.com/ronmamo/reflections) | +| org.skyscreamer/jsonassert | 1.5.1 | The Apache Software License, Version 2.0 | [jsonassert](https://github.com/skyscreamer/JSONassert) | +| org.slf4j/jul-to-slf4j | 1.7.36 | MIT License | [jul-to-slf4j](http://www.slf4j.org) | +| org.slf4j/slf4j-api | 1.7.36 | MIT License | [slf4j-api](http://www.slf4j.org) | +| org.springdoc/springdoc-openapi-common | 1.7.0 | The Apache License, Version 2.0 | [springdoc-openapi-common](https://springdoc.org/springdoc-openapi-common/) | +| org.springdoc/springdoc-openapi-ui | 1.7.0 | The Apache License, Version 2.0 | [springdoc-openapi-ui](https://springdoc.org/springdoc-openapi-ui/) | +| org.springdoc/springdoc-openapi-webmvc-core | 1.7.0 | The Apache License, Version 2.0 | [springdoc-openapi-webmvc-core](https://springdoc.org/springdoc-openapi-webmvc-core/) | +| org.springframework/spring-aop | 5.3.32 | Apache License, Version 2.0 | [spring-aop](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-beans | 5.3.32 | Apache License, Version 2.0 | [spring-beans](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context | 5.3.32 | Apache License, Version 2.0 | [spring-context](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-core | 5.3.32 | Apache License, Version 2.0 | [spring-core](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-expression | 5.3.32 | Apache License, Version 2.0 | [spring-expression](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-jcl | 5.3.32 | Apache License, Version 2.0 | [spring-jcl](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-messaging | 5.3.32 | Apache License, Version 2.0 | [spring-messaging](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-test | 5.3.32 | Apache License, Version 2.0 | [spring-test](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-web | 5.3.32 | Apache License, Version 2.0 | [spring-web](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webmvc | 5.3.32 | Apache License, Version 2.0 | [spring-webmvc](https://github.com/spring-projects/spring-framework) | +| org.springframework.boot/spring-boot | 2.7.18 | Apache License, Version 2.0 | [spring-boot](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator | 2.7.18 | Apache License, Version 2.0 | [spring-boot-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator-autoconfigure | 2.7.18 | Apache License, Version 2.0 | [spring-boot-actuator-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-autoconfigure | 2.7.18 | Apache License, Version 2.0 | [spring-boot-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-actuator | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-json | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-json](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-logging | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-logging](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-parent | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-parent](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-security | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-security](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-test | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-test](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-tomcat | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-tomcat](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-web | 2.7.18 | Apache License, Version 2.0 | [spring-boot-starter-web](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-test | 2.7.18 | Apache License, Version 2.0 | [spring-boot-test](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-test-autoconfigure | 2.7.18 | Apache License, Version 2.0 | [spring-boot-test-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.security/spring-security-config | 5.8.10 | Apache License, Version 2.0 | [spring-security-config](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-core | 5.8.10 | Apache License, Version 2.0 | [spring-security-core](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-crypto | 5.8.10 | Apache License, Version 2.0 | [spring-security-crypto](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-web | 5.8.10 | Apache License, Version 2.0 | [spring-security-web](https://spring.io/projects/spring-security) | +| org.webjars/swagger-ui | 4.18.2 | Apache 2.0 | [swagger-ui](http://webjars.org) | +| org.xmlunit/xmlunit-core | 2.9.1 | The Apache Software License, Version 2.0 | [xmlunit-core](https://www.xmlunit.org/) | +| org.yaml/snakeyaml | 2.2 | Apache License, Version 2.0 | [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | + +### Zowe Explorer Data Sets REST Server Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | +| ch.qos.logback/logback-classic | 1.2.9 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-classic | 1.2.12 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.9 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| ch.qos.logback/logback-core | 1.2.12 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| com.fasterxml.jackson.core/jackson-annotations | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-annotations](http://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-annotations | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-core | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-core | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-databind | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-databind](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.google.code.findbugs/jsr305 | 3.0.2 | The Apache Software License, Version 2.0 | [jsr305](http://findbugs.sourceforge.net/) | +| com.google.code.gson/gson | 2.9.0 | Apache-2.0 | [gson](https://github.com/google/gson/gson) | +| com.google.errorprone/error_prone_annotations | 2.3.4 | Apache 2.0 | [error_prone_annotations](http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations) | +| com.google.errorprone/error_prone_annotations | 2.18.0 | Apache 2.0 | [error_prone_annotations](https://errorprone.info/error_prone_annotations) | +| com.google.guava/failureaccess | 1.0.1 | The Apache Software License, Version 2.0 | [failureaccess](https://github.com/google/guava/failureaccess) | +| com.google.guava/guava | 30.0-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava/guava) | +| com.google.guava/guava | 32.0.1-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava) | +| com.google.guava/listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | The Apache Software License, Version 2.0 | [listenablefuture](https://github.com/google/guava/listenablefuture) | +| com.google.j2objc/j2objc-annotations | 1.3 | The Apache Software License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.google.j2objc/j2objc-annotations | 2.8 | Apache License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.puppycrawl.tools/checkstyle | 8.38 | LGPL-2.1+ | [checkstyle](https://checkstyle.org/) | +| com.sun.xml.bind/jaxb-osgi | 2.3.0.1 | CDDL+GPL License | [jaxb-osgi](http://jaxb.java.net/jaxb-bundles/jaxb-osgi/jaxb-osgi) | +| commons-beanutils/commons-beanutils | 1.9.4 | Apache License, Version 2.0 | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils/) | +| commons-codec/commons-codec | 1.15 | Apache License, Version 2.0 | [commons-codec](https://commons.apache.org/proper/commons-codec/) | +| commons-collections/commons-collections | 3.2.2 | Apache License, Version 2.0 | [commons-collections](http://commons.apache.org/collections/) | +| commons-logging/commons-logging | 1.2 | The Apache Software License, Version 2.0 | [commons-logging](http://commons.apache.org/proper/commons-logging/) | +| info.picocli/picocli | 4.5.2 | The Apache Software License, version 2.0 | [picocli](http://picocli.info) | +| io.github.classgraph/classgraph | 4.8.147 | The MIT License (MIT) | [classgraph](https://github.com/classgraph/classgraph) | +| io.micrometer/micrometer-core | 1.9.11 | The Apache Software License, Version 2.0 | [micrometer-core](https://github.com/micrometer-metrics/micrometer) | +| io.rest-assured/json-path | 4.3.0 | Apache 2.0 | [json-path](http://maven.apache.org) | +| io.rest-assured/rest-assured | 4.3.0 | Apache 2.0 | [rest-assured](http://code.google.com/p/rest-assured) | +| io.rest-assured/rest-assured-common | 4.3.0 | Apache 2.0 | [rest-assured-common](http://maven.apache.org) | +| io.rest-assured/xml-path | 4.3.0 | Apache 2.0 | [xml-path](http://code.google.com/p/rest-assured/xml-path) | +| io.swagger.core.v3/swagger-annotations | 2.2.0 | Apache License 2.0 | [swagger-annotations](https://github.com/swagger-api/swagger-core/modules/swagger-annotations) | +| io.swagger.core.v3/swagger-core | 2.2.0 | Apache License 2.0 | [swagger-core](https://github.com/swagger-api/swagger-core/modules/swagger-core) | +| io.swagger.core.v3/swagger-models | 2.2.0 | Apache License 2.0 | [swagger-models](https://github.com/swagger-api/swagger-core/modules/swagger-models) | +| jakarta.activation/jakarta.activation-api | 1.2.1 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.activation/jakarta.activation-api | 1.2.2 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.annotation/jakarta.annotation-api | 1.3.5 | EPL 2.0 | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | +| jakarta.validation/jakarta.validation-api | 2.0.2 | Apache License 2.0 | [jakarta.validation-api](https://beanvalidation.org) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.2 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.3 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| javax.activation/activation | 1.1.1 | COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 | [activation](http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp) | +| net.sf.saxon/Saxon-HE | 10.3 | Mozilla Public License Version 2.0 | [Saxon-HE](http://www.saxonica.com/) | +| org.antlr/antlr4-runtime | 4.8-1 | The BSD License | [antlr4-runtime](http://www.antlr.org/antlr4-runtime) | +| org.apache.commons/commons-lang3 | 3.12.0 | Apache License, Version 2.0 | [commons-lang3](https://commons.apache.org/proper/commons-lang/) | +| org.apache.httpcomponents/httpclient | 4.5.13 | Apache License, Version 2.0 | [httpclient](http://hc.apache.org/httpcomponents-client) | +| org.apache.httpcomponents/httpcore | 4.4.10 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.httpcomponents/httpcore | 4.4.13 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.httpcomponents/httpmime | 4.5.3 | Apache License, Version 2.0 | [httpmime](http://hc.apache.org/httpcomponents-client) | +| org.apache.logging.log4j/log4j-api | 2.17.2 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | +| org.apache.logging.log4j/log4j-to-slf4j | 2.17.2 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | +| org.apache.sling/org.apache.sling.javax.activation | 0.1.0 | The Apache Software License, Version 2.0 | [org.apache.sling.javax.activation](http://sling.apache.org/org.apache.sling.javax.activation) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.82 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.ccil.cowan.tagsoup/tagsoup | 1.2.1 | Apache License 2.0 | [tagsoup](http://home.ccil.org/~cowan/XML/tagsoup/) | +| org.checkerframework/checker-qual | 3.5.0 | The MIT License | [checker-qual](https://checkerframework.org) | +| org.checkerframework/checker-qual | 3.33.0 | The MIT License | [checker-qual](https://checkerframework.org/) | +| org.codehaus.groovy/groovy | 3.0.2 | The Apache Software License, Version 2.0 | [groovy](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-json | 3.0.2 | The Apache Software License, Version 2.0 | [groovy-json](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-xml | 3.0.2 | The Apache Software License, Version 2.0 | [groovy-xml](https://groovy-lang.org) | +| org.hamcrest/hamcrest | 2.1 | BSD Licence 3 | [hamcrest](http://hamcrest.org/JavaHamcrest/) | +| org.hdrhistogram/HdrHistogram | 2.1.12 | Public Domain, per Creative Commons CC0 | [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) | +| org.jacoco/org.jacoco.agent | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.agent | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.ant | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.ant | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.core | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.core | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.report | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.jacoco/org.jacoco.report | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.javassist/javassist | 3.26.0-GA | Apache License 2.0 | [javassist](http://www.javassist.org/) | +| org.latencyutils/LatencyUtils | 2.0.3 | Public Domain, per Creative Commons CC0 | [LatencyUtils](http://latencyutils.github.io/LatencyUtils/) | +| org.mapstruct/mapstruct | 1.2.0.Final | The Apache Software License, Version 2.0 | [mapstruct](http://mapstruct.org/mapstruct/) | +| org.mapstruct/mapstruct-processor | 1.2.0.Final | The Apache Software License, Version 2.0 | [mapstruct-processor](http://mapstruct.org/mapstruct-processor/) | +| org.ow2.asm/asm | 7.0 | BSD | [asm](http://asm.ow2.org/) | +| org.ow2.asm/asm | 8.0.1 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm-analysis | 7.0 | BSD | [asm-analysis](http://asm.ow2.org/) | +| org.ow2.asm/asm-analysis | 8.0.1 | BSD-3-Clause | [asm-analysis](http://asm.ow2.io/) | +| org.ow2.asm/asm-commons | 7.0 | BSD | [asm-commons](http://asm.ow2.org/) | +| org.ow2.asm/asm-commons | 8.0.1 | BSD-3-Clause | [asm-commons](http://asm.ow2.io/) | +| org.ow2.asm/asm-tree | 7.0 | BSD | [asm-tree](http://asm.ow2.org/) | +| org.ow2.asm/asm-tree | 8.0.1 | BSD-3-Clause | [asm-tree](http://asm.ow2.io/) | +| org.projectlombok/lombok | 1.18.20 | The MIT License | [lombok](https://projectlombok.org) | +| org.reflections/reflections | 0.9.12 | The New BSD License | [reflections](http://github.com/ronmamo/reflections) | +| org.slf4j/jul-to-slf4j | 1.7.36 | MIT License | [jul-to-slf4j](http://www.slf4j.org) | +| org.slf4j/slf4j-api | 1.7.36 | MIT License | [slf4j-api](http://www.slf4j.org) | +| org.springdoc/springdoc-openapi-common | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-common](https://springdoc.org/springdoc-openapi-common/) | +| org.springdoc/springdoc-openapi-ui | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-ui](https://springdoc.org/springdoc-openapi-ui/) | +| org.springdoc/springdoc-openapi-webmvc-core | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-webmvc-core](https://springdoc.org/springdoc-openapi-webmvc-core/) | +| org.springframework/spring-aop | 5.3.30 | Apache License, Version 2.0 | [spring-aop](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-beans | 5.3.30 | Apache License, Version 2.0 | [spring-beans](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context | 5.3.30 | Apache License, Version 2.0 | [spring-context](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-core | 5.3.30 | Apache License, Version 2.0 | [spring-core](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-expression | 5.3.30 | Apache License, Version 2.0 | [spring-expression](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-jcl | 5.3.30 | Apache License, Version 2.0 | [spring-jcl](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-messaging | 5.3.30 | Apache License, Version 2.0 | [spring-messaging](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-test | 5.3.30 | Apache License, Version 2.0 | [spring-test](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-web | 5.3.30 | Apache License, Version 2.0 | [spring-web](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webmvc | 5.3.30 | Apache License, Version 2.0 | [spring-webmvc](https://github.com/spring-projects/spring-framework) | +| org.springframework.boot/spring-boot | 2.7.12 | Apache License, Version 2.0 | [spring-boot](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator | 2.7.12 | Apache License, Version 2.0 | [spring-boot-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator-autoconfigure | 2.7.12 | Apache License, Version 2.0 | [spring-boot-actuator-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-autoconfigure | 2.7.12 | Apache License, Version 2.0 | [spring-boot-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-actuator | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-json | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-json](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-logging | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-logging](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-parent | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-parent](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-security | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-security](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-tomcat | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-tomcat](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-web | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-web](https://spring.io/projects/spring-boot) | +| org.springframework.security/spring-security-config | 5.7.11 | Apache License, Version 2.0 | [spring-security-config](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-core | 5.7.11 | Apache License, Version 2.0 | [spring-security-core](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-crypto | 5.7.11 | Apache License, Version 2.0 | [spring-security-crypto](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-web | 5.7.11 | Apache License, Version 2.0 | [spring-security-web](https://spring.io/projects/spring-security) | +| org.webjars/swagger-ui | 4.11.1 | Apache 2.0 | [swagger-ui](http://webjars.org) | +| org.webjars/webjars-locator-core | 0.50 | MIT | [webjars-locator-core](http://webjars.org) | +| org.yaml/snakeyaml | 2.0 | Apache License, Version 2.0 | [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | +| org.zowe.explorer.api/explorer-api-common | 1.1.20 | none | [explorer-api-common]() | + +### Zowe Explorer Jobs REST Server Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | +| ch.qos.logback/logback-classic | 1.2.9 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-classic | 1.2.12 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.9 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| ch.qos.logback/logback-core | 1.2.12 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| com.fasterxml/classmate | 1.5.1 | Apache License, Version 2.0 | [classmate](https://github.com/FasterXML/java-classmate) | +| com.fasterxml.jackson.core/jackson-annotations | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-annotations](http://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-annotations | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.core/jackson-core | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-core | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | +| com.fasterxml.jackson.core/jackson-databind | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-databind](https://github.com/FasterXML/jackson) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.dataformat/jackson-dataformat-yaml | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jdk8 | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.datatype/jackson-datatype-jsr310 | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.13.5 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.fasterxml.jackson.module/jackson-module-parameter-names | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) | +| com.google.code.findbugs/jsr305 | 3.0.2 | The Apache Software License, Version 2.0 | [jsr305](http://findbugs.sourceforge.net/) | +| com.google.code.gson/gson | 2.9.0 | Apache-2.0 | [gson](https://github.com/google/gson/gson) | +| com.google.errorprone/error_prone_annotations | 2.3.4 | Apache 2.0 | [error_prone_annotations](http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations) | +| com.google.errorprone/error_prone_annotations | 2.18.0 | Apache 2.0 | [error_prone_annotations](https://errorprone.info/error_prone_annotations) | +| com.google.guava/failureaccess | 1.0.1 | The Apache Software License, Version 2.0 | [failureaccess](https://github.com/google/guava/failureaccess) | +| com.google.guava/guava | 30.0-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava/guava) | +| com.google.guava/guava | 32.0.1-jre | Apache License, Version 2.0 | [guava](https://github.com/google/guava) | +| com.google.guava/listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | The Apache Software License, Version 2.0 | [listenablefuture](https://github.com/google/guava/listenablefuture) | +| com.google.j2objc/j2objc-annotations | 1.3 | The Apache Software License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.google.j2objc/j2objc-annotations | 2.8 | Apache License, Version 2.0 | [j2objc-annotations](https://github.com/google/j2objc/) | +| com.puppycrawl.tools/checkstyle | 8.38 | LGPL-2.1+ | [checkstyle](https://checkstyle.org/) | +| com.sun.xml.bind/jaxb-osgi | 2.3.0.1 | CDDL+GPL License | [jaxb-osgi](http://jaxb.java.net/jaxb-bundles/jaxb-osgi/jaxb-osgi) | +| commons-beanutils/commons-beanutils | 1.9.4 | Apache License, Version 2.0 | [commons-beanutils](https://commons.apache.org/proper/commons-beanutils/) | +| commons-codec/commons-codec | 1.15 | Apache License, Version 2.0 | [commons-codec](https://commons.apache.org/proper/commons-codec/) | +| commons-collections/commons-collections | 3.2.2 | Apache License, Version 2.0 | [commons-collections](http://commons.apache.org/collections/) | +| commons-logging/commons-logging | 1.2 | The Apache Software License, Version 2.0 | [commons-logging](http://commons.apache.org/proper/commons-logging/) | +| info.picocli/picocli | 4.5.2 | The Apache Software License, version 2.0 | [picocli](http://picocli.info) | +| io.github.classgraph/classgraph | 4.8.147 | The MIT License (MIT) | [classgraph](https://github.com/classgraph/classgraph) | +| io.micrometer/micrometer-core | 1.9.11 | The Apache Software License, Version 2.0 | [micrometer-core](https://github.com/micrometer-metrics/micrometer) | +| io.rest-assured/json-path | 4.3.0 | Apache 2.0 | [json-path](http://maven.apache.org) | +| io.rest-assured/rest-assured | 4.3.0 | Apache 2.0 | [rest-assured](http://code.google.com/p/rest-assured) | +| io.rest-assured/rest-assured-common | 4.3.0 | Apache 2.0 | [rest-assured-common](http://maven.apache.org) | +| io.rest-assured/xml-path | 4.3.0 | Apache 2.0 | [xml-path](http://code.google.com/p/rest-assured/xml-path) | +| io.swagger.core.v3/swagger-annotations | 2.2.0 | Apache License 2.0 | [swagger-annotations](https://github.com/swagger-api/swagger-core/modules/swagger-annotations) | +| io.swagger.core.v3/swagger-core | 2.2.0 | Apache License 2.0 | [swagger-core](https://github.com/swagger-api/swagger-core/modules/swagger-core) | +| io.swagger.core.v3/swagger-models | 2.2.0 | Apache License 2.0 | [swagger-models](https://github.com/swagger-api/swagger-core/modules/swagger-models) | +| jakarta.activation/jakarta.activation-api | 1.2.1 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.activation/jakarta.activation-api | 1.2.2 | EDL 1.0 | [jakarta.activation-api](https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) | +| jakarta.annotation/jakarta.annotation-api | 1.3.5 | EPL 2.0 | [jakarta.annotation-api](https://projects.eclipse.org/projects/ee4j.ca) | +| jakarta.validation/jakarta.validation-api | 2.0.2 | Apache License 2.0 | [jakarta.validation-api](https://beanvalidation.org) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.2 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| jakarta.xml.bind/jakarta.xml.bind-api | 2.3.3 | Eclipse Distribution License - v 1.0 | [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) | +| javax.activation/activation | 1.1.1 | COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 | [activation](http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp) | +| net.sf.saxon/Saxon-HE | 10.3 | Mozilla Public License Version 2.0 | [Saxon-HE](http://www.saxonica.com/) | +| org.antlr/antlr4-runtime | 4.8-1 | The BSD License | [antlr4-runtime](http://www.antlr.org/antlr4-runtime) | +| org.apache.commons/commons-lang3 | 3.12.0 | Apache License, Version 2.0 | [commons-lang3](https://commons.apache.org/proper/commons-lang/) | +| org.apache.httpcomponents/httpclient | 4.5.13 | Apache License, Version 2.0 | [httpclient](http://hc.apache.org/httpcomponents-client) | +| org.apache.httpcomponents/httpcore | 4.4.10 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.httpcomponents/httpcore | 4.4.13 | Apache License, Version 2.0 | [httpcore](http://hc.apache.org/httpcomponents-core-ga) | +| org.apache.httpcomponents/httpmime | 4.5.3 | Apache License, Version 2.0 | [httpmime](http://hc.apache.org/httpcomponents-client) | +| org.apache.logging.log4j/log4j-api | 2.17.2 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | +| org.apache.logging.log4j/log4j-to-slf4j | 2.17.2 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | +| org.apache.sling/org.apache.sling.javax.activation | 0.1.0 | The Apache Software License, Version 2.0 | [org.apache.sling.javax.activation](http://sling.apache.org/org.apache.sling.javax.activation) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.82 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.ccil.cowan.tagsoup/tagsoup | 1.2.1 | Apache License 2.0 | [tagsoup](http://home.ccil.org/~cowan/XML/tagsoup/) | +| org.checkerframework/checker-qual | 3.5.0 | The MIT License | [checker-qual](https://checkerframework.org) | +| org.checkerframework/checker-qual | 3.33.0 | The MIT License | [checker-qual](https://checkerframework.org/) | +| org.codehaus.groovy/groovy | 3.0.2 | The Apache Software License, Version 2.0 | [groovy](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-json | 3.0.2 | The Apache Software License, Version 2.0 | [groovy-json](https://groovy-lang.org) | +| org.codehaus.groovy/groovy-xml | 3.0.2 | The Apache Software License, Version 2.0 | [groovy-xml](https://groovy-lang.org) | +| org.hamcrest/hamcrest | 2.1 | BSD Licence 3 | [hamcrest](http://hamcrest.org/JavaHamcrest/) | +| org.hdrhistogram/HdrHistogram | 2.1.12 | Public Domain, per Creative Commons CC0 | [HdrHistogram](http://hdrhistogram.github.io/HdrHistogram/) | +| org.hibernate.validator/hibernate-validator | 6.2.5.Final | Apache License 2.0 | [hibernate-validator](http://hibernate.org/validator/hibernate-validator) | +| org.jacoco/org.jacoco.agent | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.agent | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.agent](http://org.jacoco.agent) | +| org.jacoco/org.jacoco.ant | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.ant | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.ant](http://org.jacoco.ant) | +| org.jacoco/org.jacoco.core | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.core | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.core](http://org.jacoco.core) | +| org.jacoco/org.jacoco.report | 0.8.3 | Eclipse Public License v1.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.jacoco/org.jacoco.report | 0.8.6 | Eclipse Public License 2.0 | [org.jacoco.report](http://org.jacoco.report) | +| org.javassist/javassist | 3.26.0-GA | Apache License 2.0 | [javassist](http://www.javassist.org/) | +| org.jboss.logging/jboss-logging | 3.4.1.Final | Apache License, version 2.0 | [jboss-logging](http://www.jboss.org) | +| org.jboss.logging/jboss-logging | 3.4.3.Final | Apache License, version 2.0 | [jboss-logging](http://www.jboss.org) | +| org.latencyutils/LatencyUtils | 2.0.3 | Public Domain, per Creative Commons CC0 | [LatencyUtils](http://latencyutils.github.io/LatencyUtils/) | +| org.ow2.asm/asm | 7.0 | BSD | [asm](http://asm.ow2.org/) | +| org.ow2.asm/asm | 8.0.1 | BSD-3-Clause | [asm](http://asm.ow2.io/) | +| org.ow2.asm/asm-analysis | 7.0 | BSD | [asm-analysis](http://asm.ow2.org/) | +| org.ow2.asm/asm-analysis | 8.0.1 | BSD-3-Clause | [asm-analysis](http://asm.ow2.io/) | +| org.ow2.asm/asm-commons | 7.0 | BSD | [asm-commons](http://asm.ow2.org/) | +| org.ow2.asm/asm-commons | 8.0.1 | BSD-3-Clause | [asm-commons](http://asm.ow2.io/) | +| org.ow2.asm/asm-tree | 7.0 | BSD | [asm-tree](http://asm.ow2.org/) | +| org.ow2.asm/asm-tree | 8.0.1 | BSD-3-Clause | [asm-tree](http://asm.ow2.io/) | +| org.projectlombok/lombok | 1.18.20 | The MIT License | [lombok](https://projectlombok.org) | +| org.reflections/reflections | 0.9.12 | The New BSD License | [reflections](http://github.com/ronmamo/reflections) | +| org.slf4j/jul-to-slf4j | 1.7.36 | MIT License | [jul-to-slf4j](http://www.slf4j.org) | +| org.slf4j/slf4j-api | 1.7.36 | MIT License | [slf4j-api](http://www.slf4j.org) | +| org.springdoc/springdoc-openapi-common | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-common](https://springdoc.org/springdoc-openapi-common/) | +| org.springdoc/springdoc-openapi-ui | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-ui](https://springdoc.org/springdoc-openapi-ui/) | +| org.springdoc/springdoc-openapi-webmvc-core | 1.6.9 | The Apache License, Version 2.0 | [springdoc-openapi-webmvc-core](https://springdoc.org/springdoc-openapi-webmvc-core/) | +| org.springframework/spring-aop | 5.3.30 | Apache License, Version 2.0 | [spring-aop](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-beans | 5.3.30 | Apache License, Version 2.0 | [spring-beans](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-context | 5.3.30 | Apache License, Version 2.0 | [spring-context](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-core | 5.3.30 | Apache License, Version 2.0 | [spring-core](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-expression | 5.3.30 | Apache License, Version 2.0 | [spring-expression](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-jcl | 5.3.30 | Apache License, Version 2.0 | [spring-jcl](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-messaging | 5.3.30 | Apache License, Version 2.0 | [spring-messaging](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-test | 5.3.30 | Apache License, Version 2.0 | [spring-test](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-web | 5.3.30 | Apache License, Version 2.0 | [spring-web](https://github.com/spring-projects/spring-framework) | +| org.springframework/spring-webmvc | 5.3.30 | Apache License, Version 2.0 | [spring-webmvc](https://github.com/spring-projects/spring-framework) | +| org.springframework.boot/spring-boot | 2.7.12 | Apache License, Version 2.0 | [spring-boot](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator | 2.7.12 | Apache License, Version 2.0 | [spring-boot-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-actuator-autoconfigure | 2.7.12 | Apache License, Version 2.0 | [spring-boot-actuator-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-autoconfigure | 2.7.12 | Apache License, Version 2.0 | [spring-boot-autoconfigure](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-actuator | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-actuator](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-json | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-json](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-logging | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-logging](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-parent | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-parent](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-security | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-security](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-tomcat | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-tomcat](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-validation | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-validation](https://spring.io/projects/spring-boot) | +| org.springframework.boot/spring-boot-starter-web | 2.7.12 | Apache License, Version 2.0 | [spring-boot-starter-web](https://spring.io/projects/spring-boot) | +| org.springframework.security/spring-security-config | 5.7.11 | Apache License, Version 2.0 | [spring-security-config](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-core | 5.7.11 | Apache License, Version 2.0 | [spring-security-core](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-crypto | 5.7.11 | Apache License, Version 2.0 | [spring-security-crypto](https://spring.io/projects/spring-security) | +| org.springframework.security/spring-security-web | 5.7.11 | Apache License, Version 2.0 | [spring-security-web](https://spring.io/projects/spring-security) | +| org.webjars/swagger-ui | 4.11.1 | Apache 2.0 | [swagger-ui](http://webjars.org) | +| org.webjars/webjars-locator-core | 0.50 | MIT | [webjars-locator-core](http://webjars.org) | +| org.yaml/snakeyaml | 2.0 | Apache License, Version 2.0 | [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | +| org.zowe.explorer.api/explorer-api-common | 1.1.20 | none | [explorer-api-common]() | + +### Zowe Application Framework Authentication Handlers Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| bluebird | 3.5.5 | MIT | [bluebird](https://github.com/petkaantonov/bluebird) | + +### Zowe Desktop Sample React Application Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| abab | 2.0.5 | BSD-3-Clause | [abab](https://github.com/jsdom/abab#readme) | +| accepts | 1.3.7 | MIT | [accepts](https://github.com/jshttp/accepts#readme) | +| acorn | 6.4.2 | MIT | [acorn](https://github.com/acornjs/acorn) | +| acorn | 7.4.1 | MIT | [acorn](https://github.com/acornjs/acorn) | +| acorn | 8.4.1 | MIT | [acorn](https://github.com/acornjs/acorn) | +| acorn-globals | 6.0.0 | MIT | [acorn-globals](https://github.com/ForbesLindesay/acorn-globals#readme) | +| acorn-jsx | 5.3.2 | MIT | [acorn-jsx](https://github.com/acornjs/acorn-jsx) | +| acorn-walk | 7.2.0 | MIT | [acorn-walk](https://github.com/acornjs/acorn) | +| address | 1.1.2 | MIT | [address](https://github.com/node-modules/address#readme) | +| adjust-sourcemap-loader | 3.0.0 | MIT | [adjust-sourcemap-loader](https://github.com/bholloway/adjust-sourcemap-loader) | +| agent-base | 6.0.2 | MIT | [agent-base](https://github.com/TooTallNate/node-agent-base#readme) | +| aggregate-error | 3.1.0 | MIT | [aggregate-error](https://github.com/sindresorhus/aggregate-error#readme) | +| ajv | 6.12.6 | MIT | [ajv](https://github.com/ajv-validator/ajv) | +| ajv | 8.6.2 | MIT | [ajv](https://ajv.js.org) | +| ajv-errors | 1.0.1 | MIT | [ajv-errors](https://github.com/epoberezkin/ajv-errors#readme) | +| ajv-keywords | 3.5.2 | MIT | [ajv-keywords](https://github.com/epoberezkin/ajv-keywords#readme) | +| alphanum-sort | 1.0.2 | MIT | [alphanum-sort](https://github.com/TrySound/alphanum-sort) | +| ansi-colors | 3.2.4 | MIT | [ansi-colors](https://github.com/doowb/ansi-colors) | +| ansi-colors | 4.1.1 | MIT | [ansi-colors](https://github.com/doowb/ansi-colors) | +| ansi-escapes | 4.3.2 | MIT | [ansi-escapes](https://github.com/sindresorhus/ansi-escapes#readme) | +| ansi-html | 0.0.7 | Apache-2.0 | [ansi-html](https://github.com/Tjatse/ansi-html) | +| ansi-regex | 2.1.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-regex | 4.1.0 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-regex | 5.0.0 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 3.2.1 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| anymatch | 2.0.0 | ISC | [anymatch](https://github.com/micromatch/anymatch) | +| anymatch | 3.1.2 | ISC | [anymatch](https://github.com/micromatch/anymatch) | +| aproba | 1.2.0 | ISC | [aproba](https://github.com/iarna/aproba) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| aria-query | 4.2.2 | Apache-2.0 | [aria-query](https://github.com/A11yance/aria-query#readme) | +| arity-n | 1.0.4 | MIT | [arity-n](http://github.com/stoeffel/arityN) | +| arr-diff | 4.0.0 | MIT | [arr-diff](https://github.com/jonschlinkert/arr-diff) | +| arr-flatten | 1.1.0 | MIT | [arr-flatten](https://github.com/jonschlinkert/arr-flatten) | +| arr-union | 3.1.0 | MIT | [arr-union](https://github.com/jonschlinkert/arr-union) | +| array-flatten | 1.1.1 | MIT | [array-flatten](https://github.com/blakeembrey/array-flatten) | +| array-flatten | 2.1.2 | MIT | [array-flatten](https://github.com/blakeembrey/array-flatten) | +| array-includes | 3.1.3 | MIT | [array-includes](https://github.com/es-shims/array-includes#readme) | +| array-union | 1.0.2 | MIT | [array-union](https://github.com/sindresorhus/array-union#readme) | +| array-union | 2.1.0 | MIT | [array-union](https://github.com/sindresorhus/array-union#readme) | +| array-uniq | 1.0.3 | MIT | [array-uniq](https://github.com/sindresorhus/array-uniq#readme) | +| array-unique | 0.3.2 | MIT | [array-unique](https://github.com/jonschlinkert/array-unique) | +| array.prototype.flat | 1.2.4 | MIT | [array.prototype.flat](https://github.com/es-shims/Array.prototype.flat#readme) | +| array.prototype.flatmap | 1.2.4 | MIT | [array.prototype.flatmap](https://github.com/es-shims/Array.prototype.flatMap#readme) | +| arrify | 2.0.1 | MIT | [arrify](https://github.com/sindresorhus/arrify#readme) | +| asap | 2.0.6 | MIT | [asap](https://github.com/kriskowal/asap#readme) | +| asn1.js | 5.4.1 | MIT | [asn1.js](https://github.com/indutny/asn1.js) | +| assert | 1.5.0 | MIT | [assert](https://github.com/browserify/commonjs-assert) | +| assign-symbols | 1.0.0 | MIT | [assign-symbols](https://github.com/jonschlinkert/assign-symbols) | +| ast-types-flow | 0.0.7 | ISC | [ast-types-flow](https://github.com/kyldvs/ast-types-flow#readme) | +| astral-regex | 2.0.0 | MIT | [astral-regex](https://github.com/kevva/astral-regex#readme) | +| async | 2.6.3 | MIT | [async](https://caolan.github.io/async/) | +| async-each | 1.0.3 | MIT | [async-each](https://github.com/paulmillr/async-each/) | +| async-limiter | 1.0.1 | MIT | [async-limiter](https://github.com/strml/async-limiter#readme) | +| asynckit | 0.4.0 | MIT | [asynckit](https://github.com/alexindigo/asynckit#readme) | +| at-least-node | 1.0.0 | ISC | [at-least-node](https://github.com/RyanZim/at-least-node#readme) | +| atob | 2.1.2 | (MIT OR Apache-2.0) | [atob](https://git.coolaj86.com/coolaj86/atob.js.git) | +| autoprefixer | 9.8.6 | MIT | [autoprefixer](https://github.com/postcss/autoprefixer#readme) | +| axe-core | 4.3.3 | MPL-2.0 | [axe-core](https://www.deque.com/axe/) | +| axobject-query | 2.2.0 | Apache-2.0 | [axobject-query](https://github.com/A11yance/axobject-query#readme) | +| babel-eslint | 10.1.0 | MIT | [babel-eslint](https://github.com/babel/babel-eslint) | +| babel-extract-comments | 1.0.0 | MIT | [babel-extract-comments](https://github.com/jonschlinkert/babel-extract-comments) | +| babel-jest | 26.6.3 | MIT | [babel-jest](https://github.com/facebook/jest#readme) | +| babel-loader | 8.1.0 | MIT | [babel-loader](https://github.com/babel/babel-loader) | +| babel-plugin-dynamic-import-node | 2.3.3 | MIT | [babel-plugin-dynamic-import-node](https://github.com/airbnb/babel-plugin-dynamic-import-node#readme) | +| babel-plugin-istanbul | 6.0.0 | BSD-3-Clause | [babel-plugin-istanbul](https://github.com/istanbuljs/babel-plugin-istanbul#readme) | +| babel-plugin-jest-hoist | 26.6.2 | MIT | [babel-plugin-jest-hoist](https://github.com/facebook/jest#readme) | +| babel-plugin-macros | 2.8.0 | MIT | [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros#readme) | +| babel-plugin-named-asset-import | 0.3.7 | MIT | [babel-plugin-named-asset-import](https://github.com/facebook/create-react-app#readme) | +| babel-plugin-polyfill-corejs2 | 0.2.2 | MIT | [babel-plugin-polyfill-corejs2](https://github.com/babel/babel-polyfills#readme) | +| babel-plugin-polyfill-corejs3 | 0.2.4 | MIT | [babel-plugin-polyfill-corejs3](https://github.com/babel/babel-polyfills#readme) | +| babel-plugin-polyfill-regenerator | 0.2.2 | MIT | [babel-plugin-polyfill-regenerator](https://github.com/babel/babel-polyfills#readme) | +| babel-plugin-syntax-object-rest-spread | 6.13.0 | MIT | [babel-plugin-syntax-object-rest-spread](https://github.com/babel/babel.git) | +| babel-plugin-transform-object-rest-spread | 6.26.0 | MIT | [babel-plugin-transform-object-rest-spread](https://github.com/babel/babel.git) | +| babel-plugin-transform-react-remove-prop-types | 0.4.24 | MIT | [babel-plugin-transform-react-remove-prop-types](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types#readme) | +| babel-preset-current-node-syntax | 1.0.1 | MIT | [babel-preset-current-node-syntax](https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git) | +| babel-preset-jest | 26.6.2 | MIT | [babel-preset-jest](https://github.com/facebook/jest#readme) | +| babel-preset-react-app | 10.0.0 | MIT | [babel-preset-react-app](https://github.com/facebook/create-react-app#readme) | +| babel-runtime | 6.26.0 | MIT | [babel-runtime](https://github.com/babel/babel.git) | +| babylon | 6.18.0 | MIT | [babylon](https://babeljs.io/) | +| balanced-match | 1.0.2 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| base | 0.11.2 | MIT | [base](https://github.com/node-base/base) | +| base64-js | 1.5.1 | MIT | [base64-js](https://github.com/beatgammit/base64-js) | +| batch | 0.6.1 | MIT | [batch](https://github.com/visionmedia/batch#readme) | +| bfj | 7.0.2 | MIT | [bfj](https://gitlab.com/philbooth/bfj) | +| big.js | 5.2.2 | MIT | [big.js](https://github.com/MikeMcl/big.js#readme) | +| binary-extensions | 1.13.1 | MIT | [binary-extensions](https://github.com/sindresorhus/binary-extensions#readme) | +| binary-extensions | 2.2.0 | MIT | [binary-extensions](https://github.com/sindresorhus/binary-extensions#readme) | +| bluebird | 3.7.2 | MIT | [bluebird](https://github.com/petkaantonov/bluebird) | +| bn.js | 4.12.0 | MIT | [bn.js](https://github.com/indutny/bn.js) | +| bn.js | 5.2.0 | MIT | [bn.js](https://github.com/indutny/bn.js) | +| body-parser | 1.19.0 | MIT | [body-parser](https://github.com/expressjs/body-parser#readme) | +| bonjour | 3.5.0 | MIT | [bonjour](https://github.com/watson/bonjour) | +| boolbase | 1.0.0 | ISC | [boolbase](https://github.com/fb55/boolbase) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| braces | 2.3.2 | MIT | [braces](https://github.com/micromatch/braces) | +| braces | 3.0.2 | MIT | [braces](https://github.com/micromatch/braces) | +| brorand | 1.1.0 | MIT | [brorand](https://github.com/indutny/brorand) | +| browser-process-hrtime | 1.0.0 | BSD-2-Clause | [browser-process-hrtime](https://github.com/kumavis/browser-process-hrtime#readme) | +| browserify-aes | 1.2.0 | MIT | [browserify-aes](https://github.com/crypto-browserify/browserify-aes) | +| browserify-cipher | 1.0.1 | MIT | [browserify-cipher](https://github.com/crypto-browserify/browserify-cipher#readme) | +| browserify-des | 1.0.2 | MIT | [browserify-des](https://github.com/crypto-browserify/browserify-des#readme) | +| browserify-rsa | 4.1.0 | MIT | [browserify-rsa](https://github.com/crypto-browserify/browserify-rsa#readme) | +| browserify-sign | 4.2.1 | ISC | [browserify-sign](https://github.com/crypto-browserify/browserify-sign#readme) | +| browserify-zlib | 0.2.0 | MIT | [browserify-zlib](https://github.com/devongovett/browserify-zlib) | +| browserslist | 4.14.2 | MIT | [browserslist](https://github.com/browserslist/browserslist#readme) | +| browserslist | 4.16.8 | MIT | [browserslist](https://github.com/browserslist/browserslist#readme) | +| bser | 2.1.1 | Apache-2.0 | [bser](https://facebook.github.io/watchman/docs/bser.html) | +| buffer | 4.9.2 | MIT | [buffer](https://github.com/feross/buffer) | +| buffer-from | 1.1.2 | MIT | [buffer-from](https://github.com/LinusU/buffer-from#readme) | +| buffer-indexof | 1.1.1 | MIT | [buffer-indexof](https://github.com/soldair/node-buffer-indexof#readme) | +| buffer-xor | 1.0.3 | MIT | [buffer-xor](https://github.com/crypto-browserify/buffer-xor) | +| builtin-modules | 3.2.0 | MIT | [builtin-modules](https://github.com/sindresorhus/builtin-modules#readme) | +| builtin-status-codes | 3.0.0 | MIT | [builtin-status-codes](https://github.com/bendrucker/builtin-status-codes#readme) | +| bytes | 3.0.0 | MIT | [bytes](https://github.com/visionmedia/bytes.js#readme) | +| bytes | 3.1.0 | MIT | [bytes](https://github.com/visionmedia/bytes.js#readme) | +| cacache | 12.0.4 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| cacache | 15.3.0 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| cache-base | 1.0.1 | MIT | [cache-base](https://github.com/jonschlinkert/cache-base) | +| call-bind | 1.0.2 | MIT | [call-bind](https://github.com/ljharb/call-bind#readme) | +| caller-callsite | 2.0.0 | MIT | [caller-callsite](https://github.com/sindresorhus/caller-callsite#readme) | +| caller-path | 2.0.0 | MIT | [caller-path](https://github.com/sindresorhus/caller-path#readme) | +| callsites | 2.0.0 | MIT | [callsites](https://github.com/sindresorhus/callsites#readme) | +| callsites | 3.1.0 | MIT | [callsites](https://github.com/sindresorhus/callsites#readme) | +| camel-case | 4.1.2 | MIT | [camel-case](https://github.com/blakeembrey/change-case/tree/master/packages/camel-case#readme) | +| camelcase | 5.3.1 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| camelcase | 6.2.0 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| caniuse-api | 3.0.0 | MIT | [caniuse-api](https://github.com/nyalab/caniuse-api#readme) | +| caniuse-lite | 1.0.30001252 | CC-BY-4.0 | [caniuse-lite](https://github.com/browserslist/caniuse-lite#readme) | +| capture-exit | 2.0.0 | ISC | [capture-exit](https://github.com/stefanpenner/capture-exit#readme) | +| case-sensitive-paths-webpack-plugin | 2.3.0 | MIT | [case-sensitive-paths-webpack-plugin](https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme) | +| chalk | 2.4.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| chalk | 4.1.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| char-regex | 1.0.2 | MIT | [char-regex](https://github.com/Richienb/char-regex.git) | +| check-types | 11.1.2 | MIT | [check-types](https://gitlab.com/philbooth/check-types.js) | +| chokidar | 2.1.8 | MIT | [chokidar](https://github.com/paulmillr/chokidar) | +| chokidar | 3.5.2 | MIT | [chokidar](https://github.com/paulmillr/chokidar) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| chownr | 2.0.0 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| chrome-trace-event | 1.0.3 | MIT | [chrome-trace-event](https://github.com/samccone/chrome-trace-event#readme) | +| ci-info | 2.0.0 | MIT | [ci-info](https://github.com/watson/ci-info) | +| cipher-base | 1.0.4 | MIT | [cipher-base](https://github.com/crypto-browserify/cipher-base#readme) | +| cjs-module-lexer | 0.6.0 | MIT | [cjs-module-lexer](https://github.com/guybedford/cjs-module-lexer#readme) | +| class-utils | 0.3.6 | MIT | [class-utils](https://github.com/jonschlinkert/class-utils) | +| clean-css | 4.2.3 | MIT | [clean-css](https://github.com/jakubpawlowicz/clean-css) | +| clean-stack | 2.2.0 | MIT | [clean-stack](https://github.com/sindresorhus/clean-stack#readme) | +| cliui | 5.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| cliui | 6.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| co | 4.6.0 | MIT | [co](https://github.com/tj/co#readme) | +| coa | 2.0.2 | MIT | [coa](http://github.com/veged/coa) | +| collect-v8-coverage | 1.0.1 | MIT | [collect-v8-coverage](https://github.com/SimenB/collect-v8-coverage#readme) | +| collection-visit | 1.0.0 | MIT | [collection-visit](https://github.com/jonschlinkert/collection-visit) | +| color | 3.2.1 | MIT | [color](https://github.com/Qix-/color#readme) | +| color-convert | 1.9.3 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.3 | MIT | [color-name](https://github.com/dfcreative/color-name) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| color-string | 1.6.0 | MIT | [color-string](https://github.com/Qix-/color-string#readme) | +| colorette | 1.3.0 | MIT | [colorette](https://github.com/jorgebucaran/colorette#readme) | +| combined-stream | 1.0.8 | MIT | [combined-stream](https://github.com/felixge/node-combined-stream) | +| commander | 2.20.3 | MIT | [commander](https://github.com/tj/commander.js#readme) | +| commander | 4.1.1 | MIT | [commander](https://github.com/tj/commander.js#readme) | +| common-tags | 1.8.0 | MIT | [common-tags](https://github.com/declandewet/common-tags) | +| commondir | 1.0.1 | MIT | [commondir](https://github.com/substack/node-commondir) | +| component-emitter | 1.3.0 | MIT | [component-emitter](https://github.com/component/emitter#readme) | +| compose-function | 3.0.3 | MIT | [compose-function](http://github.com/stoeffel/compose-function) | +| compressible | 2.0.18 | MIT | [compressible](https://github.com/jshttp/compressible#readme) | +| compression | 1.7.4 | MIT | [compression](https://github.com/expressjs/compression#readme) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| concat-stream | 1.6.2 | MIT | [concat-stream](https://github.com/maxogden/concat-stream#readme) | +| confusing-browser-globals | 1.0.10 | MIT | [confusing-browser-globals](https://github.com/facebook/create-react-app#readme) | +| connect-history-api-fallback | 1.6.0 | MIT | [connect-history-api-fallback](https://github.com/bripkens/connect-history-api-fallback#readme) | +| console-browserify | 1.2.0 | MIT | [console-browserify](https://github.com/browserify/console-browserify) | +| constants-browserify | 1.0.0 | MIT | [constants-browserify](https://github.com/juliangruber/constants-browserify) | +| content-disposition | 0.5.3 | MIT | [content-disposition](https://github.com/jshttp/content-disposition#readme) | +| content-type | 1.0.4 | MIT | [content-type](https://github.com/jshttp/content-type#readme) | +| convert-source-map | 0.3.5 | MIT | [convert-source-map](https://github.com/thlorenz/convert-source-map) | +| convert-source-map | 1.7.0 | MIT | [convert-source-map](https://github.com/thlorenz/convert-source-map) | +| convert-source-map | 1.8.0 | MIT | [convert-source-map](https://github.com/thlorenz/convert-source-map) | +| cookie | 0.4.0 | MIT | [cookie](https://github.com/jshttp/cookie#readme) | +| cookie-signature | 1.0.6 | MIT | [cookie-signature](https://github.com/visionmedia/node-cookie-signature) | +| copy-concurrently | 1.0.5 | ISC | [copy-concurrently](https://www.npmjs.com/package/copy-concurrently) | +| copy-descriptor | 0.1.1 | MIT | [copy-descriptor](https://github.com/jonschlinkert/copy-descriptor) | +| core-js | 2.6.12 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| core-js | 3.16.4 | MIT | [core-js](https://github.com/zloirock/core-js#readme) | +| core-js-compat | 3.16.4 | MIT | [core-js-compat](https://github.com/zloirock/core-js#readme) | +| core-js-pure | 3.16.4 | MIT | [core-js-pure](https://github.com/zloirock/core-js#readme) | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| cosmiconfig | 5.2.1 | MIT | [cosmiconfig](https://github.com/davidtheclark/cosmiconfig#readme) | +| cosmiconfig | 6.0.0 | MIT | [cosmiconfig](https://github.com/davidtheclark/cosmiconfig#readme) | +| cosmiconfig | 7.0.1 | MIT | [cosmiconfig](https://github.com/davidtheclark/cosmiconfig#readme) | +| create-ecdh | 4.0.4 | MIT | [create-ecdh](https://github.com/crypto-browserify/createECDH) | +| create-hash | 1.2.0 | MIT | [create-hash](https://github.com/crypto-browserify/createHash) | +| create-hmac | 1.1.7 | MIT | [create-hmac](https://github.com/crypto-browserify/createHmac) | +| cross-spawn | 6.0.5 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| cross-spawn | 7.0.3 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| crypto-browserify | 3.12.0 | MIT | [crypto-browserify](https://github.com/crypto-browserify/crypto-browserify) | +| crypto-random-string | 1.0.0 | MIT | [crypto-random-string](https://github.com/sindresorhus/crypto-random-string#readme) | +| css | 2.2.4 | MIT | [css](https://github.com/reworkcss/css#readme) | +| css-blank-pseudo | 0.1.4 | CC0-1.0 | [css-blank-pseudo](https://github.com/csstools/css-blank-pseudo#readme) | +| css-color-names | 0.0.4 | MIT | [css-color-names](https://github.com/bahamas10/css-color-names#readme) | +| css-declaration-sorter | 4.0.1 | MIT | [css-declaration-sorter](https://github.com/Siilwyn/css-declaration-sorter#readme) | +| css-has-pseudo | 0.10.0 | CC0-1.0 | [css-has-pseudo](https://github.com/csstools/css-has-pseudo#readme) | +| css-loader | 4.3.0 | MIT | [css-loader](https://github.com/webpack-contrib/css-loader) | +| css-prefers-color-scheme | 3.1.1 | CC0-1.0 | [css-prefers-color-scheme](https://github.com/csstools/css-prefers-color-scheme#readme) | +| css-select | 2.1.0 | BSD-2-Clause | [css-select](https://github.com/fb55/css-select#readme) | +| css-select | 4.1.3 | BSD-2-Clause | [css-select](https://github.com/fb55/css-select#readme) | +| css-select-base-adapter | 0.1.1 | MIT | [css-select-base-adapter](https://github.com/nrkn/css-select-base-adapter#readme) | +| css-tree | 1.0.0-alpha.37 | MIT | [css-tree](https://github.com/csstree/csstree#readme) | +| css-tree | 1.1.3 | MIT | [css-tree](https://github.com/csstree/csstree#readme) | +| css-what | 3.4.2 | BSD-2-Clause | [css-what](https://github.com/fb55/css-what#readme) | +| css-what | 5.0.1 | BSD-2-Clause | [css-what](https://github.com/fb55/css-what#readme) | +| cssdb | 4.4.0 | CC0-1.0 | [cssdb](https://github.com/csstools/cssdb#readme) | +| cssesc | 2.0.0 | MIT | [cssesc](https://mths.be/cssesc) | +| cssesc | 3.0.0 | MIT | [cssesc](https://mths.be/cssesc) | +| cssnano | 4.1.11 | MIT | [cssnano](https://github.com/cssnano/cssnano) | +| cssnano-preset-default | 4.0.8 | MIT | [cssnano-preset-default](https://github.com/cssnano/cssnano) | +| cssnano-util-get-arguments | 4.0.0 | MIT | [cssnano-util-get-arguments](https://github.com/cssnano/cssnano) | +| cssnano-util-get-match | 4.0.0 | MIT | [cssnano-util-get-match](https://github.com/cssnano/cssnano) | +| cssnano-util-raw-cache | 4.0.1 | MIT | [cssnano-util-raw-cache](https://github.com/cssnano/cssnano) | +| cssnano-util-same-parent | 4.0.1 | MIT | [cssnano-util-same-parent](https://github.com/cssnano/cssnano) | +| csso | 4.2.0 | MIT | [csso](https://github.com/css/csso) | +| cssom | 0.3.8 | MIT | [cssom](https://github.com/NV/CSSOM#readme) | +| cssom | 0.4.4 | MIT | [cssom](https://github.com/NV/CSSOM#readme) | +| cssstyle | 2.3.0 | MIT | [cssstyle](https://github.com/jsdom/cssstyle) | +| cyclist | 1.0.1 | MIT | [cyclist](https://github.com/mafintosh/cyclist) | +| d | 1.0.1 | ISC | [d](https://github.com/medikoo/d#readme) | +| damerau-levenshtein | 1.0.7 | BSD-2-Clause | [damerau-levenshtein](https://github.com/tad-lispy/node-damerau-levenshtein#readme) | +| data-urls | 2.0.0 | MIT | [data-urls](https://github.com/jsdom/data-urls#readme) | +| debug | 2.6.9 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| debug | 3.2.7 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| debug | 4.3.2 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| decimal.js | 10.3.1 | MIT | [decimal.js](https://github.com/MikeMcl/decimal.js#readme) | +| decode-uri-component | 0.2.0 | MIT | [decode-uri-component](https://github.com/samverschueren/decode-uri-component#readme) | +| dedent | 0.7.0 | MIT | [dedent](https://github.com/dmnd/dedent) | +| deep-equal | 1.1.1 | MIT | [deep-equal](https://github.com/substack/node-deep-equal#readme) | +| deep-is | 0.1.3 | MIT | [deep-is](https://github.com/thlorenz/deep-is) | +| deepmerge | 4.2.2 | MIT | [deepmerge](https://github.com/TehShrike/deepmerge) | +| default-gateway | 4.2.0 | BSD-2-Clause | [default-gateway](https://github.com/silverwind/default-gateway#readme) | +| define-properties | 1.1.3 | MIT | [define-properties](https://github.com/ljharb/define-properties#readme) | +| define-property | 0.2.5 | MIT | [define-property](https://github.com/jonschlinkert/define-property) | +| define-property | 1.0.0 | MIT | [define-property](https://github.com/jonschlinkert/define-property) | +| define-property | 2.0.2 | MIT | [define-property](https://github.com/jonschlinkert/define-property) | +| del | 4.1.1 | MIT | [del](https://github.com/sindresorhus/del#readme) | +| delayed-stream | 1.0.0 | MIT | [delayed-stream](https://github.com/felixge/node-delayed-stream) | +| depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | +| des.js | 1.0.1 | MIT | [des.js](https://github.com/indutny/des.js#readme) | +| destroy | 1.0.4 | MIT | [destroy](https://github.com/stream-utils/destroy) | +| detect-newline | 3.1.0 | MIT | [detect-newline](https://github.com/sindresorhus/detect-newline#readme) | +| detect-node | 2.1.0 | MIT | [detect-node](https://github.com/iliakan/detect-node) | +| detect-port-alt | 1.1.6 | MIT | [detect-port-alt](https://github.com/node-modules/detect-port) | +| diff-sequences | 26.6.2 | MIT | [diff-sequences](https://github.com/facebook/jest#readme) | +| diffie-hellman | 5.0.3 | MIT | [diffie-hellman](https://github.com/crypto-browserify/diffie-hellman) | +| dir-glob | 3.0.1 | MIT | [dir-glob](https://github.com/kevva/dir-glob#readme) | +| dns-equal | 1.0.0 | MIT | [dns-equal](https://github.com/watson/dns-equal#readme) | +| dns-packet | 1.3.4 | MIT | [dns-packet](https://github.com/mafintosh/dns-packet) | +| dns-txt | 2.0.2 | MIT | [dns-txt](https://github.com/watson/dns-txt) | +| doctrine | 2.1.0 | Apache-2.0 | [doctrine](https://github.com/eslint/doctrine) | +| doctrine | 3.0.0 | Apache-2.0 | [doctrine](https://github.com/eslint/doctrine) | +| dom-converter | 0.2.0 | MIT | [dom-converter](https://github.com/AriaMinaei/dom-converter#readme) | +| dom-serializer | 0.2.2 | MIT | [dom-serializer](https://github.com/cheeriojs/dom-renderer#readme) | +| dom-serializer | 1.3.2 | MIT | [dom-serializer](https://github.com/cheeriojs/dom-renderer#readme) | +| domain-browser | 1.2.0 | MIT | [domain-browser](https://github.com/bevry/domain-browser) | +| domelementtype | 1.3.1 | BSD-2-Clause | [domelementtype](https://github.com/fb55/domelementtype#readme) | +| domelementtype | 2.2.0 | BSD-2-Clause | [domelementtype](https://github.com/fb55/domelementtype#readme) | +| domexception | 2.0.1 | MIT | [domexception](https://github.com/jsdom/domexception#readme) | +| domhandler | 4.2.2 | BSD-2-Clause | [domhandler](https://github.com/fb55/domhandler#readme) | +| domutils | 1.7.0 | BSD-2-Clause | [domutils](https://github.com/FB55/domutils#readme) | +| domutils | 2.8.0 | BSD-2-Clause | [domutils](https://github.com/fb55/domutils#readme) | +| dot-case | 3.0.4 | MIT | [dot-case](https://github.com/blakeembrey/change-case/tree/master/packages/dot-case#readme) | +| dot-prop | 5.3.0 | MIT | [dot-prop](https://github.com/sindresorhus/dot-prop#readme) | +| dotenv | 8.2.0 | BSD-2-Clause | [dotenv](https://github.com/motdotla/dotenv#readme) | +| dotenv-expand | 5.1.0 | BSD-2-Clause | [dotenv-expand](https://github.com/motdotla/dotenv-expand#readme) | +| duplexer | 0.1.2 | MIT | [duplexer](https://github.com/Raynos/duplexer) | +| duplexify | 3.7.1 | MIT | [duplexify](https://github.com/mafintosh/duplexify) | +| ee-first | 1.1.1 | MIT | [ee-first](https://github.com/jonathanong/ee-first) | +| ejs | 2.7.4 | Apache-2.0 | [ejs](https://github.com/mde/ejs) | +| electron-to-chromium | 1.3.825 | ISC | [electron-to-chromium](https://github.com/kilian/electron-to-chromium#readme) | +| elliptic | 6.5.4 | MIT | [elliptic](https://github.com/indutny/elliptic) | +| emittery | 0.7.2 | MIT | [emittery](https://github.com/sindresorhus/emittery#readme) | +| emoji-regex | 7.0.3 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| emoji-regex | 9.2.2 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| emojis-list | 2.1.0 | MIT | [emojis-list](https://github.com/Kikobeats/emojis-list) | +| emojis-list | 3.0.0 | MIT | [emojis-list](https://nidecoc.io/Kikobeats/emojis-list) | +| encodeurl | 1.0.2 | MIT | [encodeurl](https://github.com/pillarjs/encodeurl#readme) | +| end-of-stream | 1.4.4 | MIT | [end-of-stream](https://github.com/mafintosh/end-of-stream) | +| enhanced-resolve | 4.5.0 | MIT | [enhanced-resolve](http://github.com/webpack/enhanced-resolve) | +| enquirer | 2.3.6 | MIT | [enquirer](https://github.com/enquirer/enquirer) | +| entities | 2.2.0 | BSD-2-Clause | [entities](https://github.com/fb55/entities#readme) | +| errno | 0.1.8 | MIT | [errno](https://github.com/rvagg/node-errno#readme) | +| error-ex | 1.3.2 | MIT | [error-ex](https://github.com/qix-/node-error-ex#readme) | +| error-stack-parser | 2.0.6 | MIT | [error-stack-parser](https://www.stacktracejs.com) | +| es-abstract | 1.18.5 | MIT | [es-abstract](https://github.com/ljharb/es-abstract#readme) | +| es-to-primitive | 1.2.1 | MIT | [es-to-primitive](https://github.com/ljharb/es-to-primitive#readme) | +| es5-ext | 0.10.53 | ISC | [es5-ext](https://github.com/medikoo/es5-ext#readme) | +| es6-iterator | 2.0.3 | MIT | [es6-iterator](https://github.com/medikoo/es6-iterator#readme) | +| es6-symbol | 3.1.3 | ISC | [es6-symbol](https://github.com/medikoo/es6-symbol#readme) | +| escalade | 3.1.1 | MIT | [escalade](https://github.com/lukeed/escalade#readme) | +| escape-html | 1.0.3 | MIT | [escape-html](https://github.com/component/escape-html) | +| escape-string-regexp | 1.0.5 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | +| escape-string-regexp | 2.0.0 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp#readme) | +| escape-string-regexp | 4.0.0 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp#readme) | +| escodegen | 2.0.0 | BSD-2-Clause | [escodegen](http://github.com/estools/escodegen) | +| eslint | 7.32.0 | MIT | [eslint](https://eslint.org) | +| eslint-config-react-app | 6.0.0 | MIT | [eslint-config-react-app](https://github.com/facebook/create-react-app#readme) | +| eslint-import-resolver-node | 0.3.6 | MIT | [eslint-import-resolver-node](https://github.com/import-js/eslint-plugin-import) | +| eslint-module-utils | 2.6.2 | MIT | [eslint-module-utils](https://github.com/import-js/eslint-plugin-import#readme) | +| eslint-plugin-flowtype | 5.9.2 | BSD-3-Clause | [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype#readme) | +| eslint-plugin-import | 2.24.2 | MIT | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | +| eslint-plugin-jest | 24.4.0 | MIT | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest#readme) | +| eslint-plugin-jsx-a11y | 6.4.1 | MIT | [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y#readme) | +| eslint-plugin-react | 7.25.1 | MIT | [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) | +| eslint-plugin-react-hooks | 4.2.0 | MIT | [eslint-plugin-react-hooks](https://reactjs.org/) | +| eslint-plugin-testing-library | 3.10.2 | MIT | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | +| eslint-scope | 4.0.3 | BSD-2-Clause | [eslint-scope](http://github.com/eslint/eslint-scope) | +| eslint-scope | 5.1.1 | BSD-2-Clause | [eslint-scope](http://github.com/eslint/eslint-scope) | +| eslint-utils | 2.1.0 | MIT | [eslint-utils](https://github.com/mysticatea/eslint-utils#readme) | +| eslint-utils | 3.0.0 | MIT | [eslint-utils](https://github.com/mysticatea/eslint-utils#readme) | +| eslint-visitor-keys | 1.3.0 | Apache-2.0 | [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys#readme) | +| eslint-visitor-keys | 2.1.0 | Apache-2.0 | [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys#readme) | +| eslint-webpack-plugin | 2.5.4 | MIT | [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) | +| espree | 7.3.1 | BSD-2-Clause | [espree](https://github.com/eslint/espree) | +| esprima | 4.0.1 | BSD-2-Clause | [esprima](http://esprima.org) | +| esquery | 1.4.0 | BSD-3-Clause | [esquery](https://github.com/estools/esquery/) | +| esrecurse | 4.3.0 | BSD-2-Clause | [esrecurse](https://github.com/estools/esrecurse) | +| estraverse | 4.3.0 | BSD-2-Clause | [estraverse](https://github.com/estools/estraverse) | +| estraverse | 5.2.0 | BSD-2-Clause | [estraverse](https://github.com/estools/estraverse) | +| estree-walker | 0.6.1 | MIT | [estree-walker](https://github.com/Rich-Harris/estree-walker#readme) | +| estree-walker | 1.0.1 | MIT | [estree-walker](https://github.com/Rich-Harris/estree-walker#readme) | +| esutils | 2.0.3 | BSD-2-Clause | [esutils](https://github.com/estools/esutils) | +| etag | 1.8.1 | MIT | [etag](https://github.com/jshttp/etag#readme) | +| eventemitter3 | 4.0.7 | MIT | [eventemitter3](https://github.com/primus/eventemitter3#readme) | +| events | 3.3.0 | MIT | [events](https://github.com/Gozala/events#readme) | +| eventsource | 1.1.0 | MIT | [eventsource](http://github.com/EventSource/eventsource) | +| evp_bytestokey | 1.0.3 | MIT | [evp_bytestokey](https://github.com/crypto-browserify/EVP_BytesToKey) | +| exec-sh | 0.3.6 | MIT | [exec-sh](https://github.com/tsertkov/exec-sh#readme) | +| execa | 1.0.0 | MIT | [execa](https://github.com/sindresorhus/execa#readme) | +| execa | 4.1.0 | MIT | [execa](https://github.com/sindresorhus/execa#readme) | +| exit | 0.1.2 | MIT | [exit](https://github.com/cowboy/node-exit) | +| expand-brackets | 2.1.4 | MIT | [expand-brackets](https://github.com/jonschlinkert/expand-brackets) | +| expect | 26.6.2 | MIT | [expect](https://github.com/facebook/jest#readme) | +| express | 4.17.1 | MIT | [express](http://expressjs.com/) | +| ext | 1.5.0 | ISC | [ext](https://github.com/medikoo/es5-ext/tree/ext#readme) | +| extend-shallow | 2.0.1 | MIT | [extend-shallow](https://github.com/jonschlinkert/extend-shallow) | +| extend-shallow | 3.0.2 | MIT | [extend-shallow](https://github.com/jonschlinkert/extend-shallow) | +| extglob | 2.0.4 | MIT | [extglob](https://github.com/micromatch/extglob) | +| fast-deep-equal | 3.1.3 | MIT | [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal#readme) | +| fast-glob | 3.2.7 | MIT | [fast-glob](https://github.com/mrmlnc/fast-glob#readme) | +| fast-json-stable-stringify | 2.1.0 | MIT | [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) | +| fast-levenshtein | 2.0.6 | MIT | [fast-levenshtein](https://github.com/hiddentao/fast-levenshtein#readme) | +| fastq | 1.12.0 | ISC | [fastq](https://github.com/mcollina/fastq#readme) | +| faye-websocket | 0.11.4 | Apache-2.0 | [faye-websocket](https://github.com/faye/faye-websocket-node) | +| fb-watchman | 2.0.1 | Apache-2.0 | [fb-watchman](https://facebook.github.io/watchman/) | +| figgy-pudding | 3.5.2 | ISC | [figgy-pudding](https://github.com/npm/figgy-pudding#readme) | +| file-entry-cache | 6.0.1 | MIT | [file-entry-cache](https://github.com/royriojas/file-entry-cache#readme) | +| file-loader | 6.1.1 | MIT | [file-loader](https://github.com/webpack-contrib/file-loader) | +| filesize | 6.1.0 | BSD-3-Clause | [filesize](https://filesizejs.com) | +| fill-range | 4.0.0 | MIT | [fill-range](https://github.com/jonschlinkert/fill-range) | +| fill-range | 7.0.1 | MIT | [fill-range](https://github.com/jonschlinkert/fill-range) | +| finalhandler | 1.1.2 | MIT | [finalhandler](https://github.com/pillarjs/finalhandler#readme) | +| find-cache-dir | 2.1.0 | MIT | [find-cache-dir](https://github.com/avajs/find-cache-dir#readme) | +| find-cache-dir | 3.3.2 | MIT | [find-cache-dir](https://github.com/avajs/find-cache-dir#readme) | +| find-up | 2.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| find-up | 3.0.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| find-up | 4.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| flat-cache | 3.0.4 | MIT | [flat-cache](https://github.com/royriojas/flat-cache#readme) | +| flatted | 3.2.2 | ISC | [flatted](https://github.com/WebReflection/flatted#readme) | +| flatten | 1.0.3 | MIT | [flatten](https://github.com/mk-pmb/flatten-js/#readme) | +| flush-write-stream | 1.1.1 | MIT | [flush-write-stream](https://github.com/mafintosh/flush-write-stream) | +| follow-redirects | 1.14.8 | MIT | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | +| for-in | 1.0.2 | MIT | [for-in](https://github.com/jonschlinkert/for-in) | +| fork-ts-checker-webpack-plugin | 4.1.6 | MIT | [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin#readme) | +| form-data | 3.0.1 | MIT | [form-data](https://github.com/form-data/form-data#readme) | +| forwarded | 0.2.0 | MIT | [forwarded](https://github.com/jshttp/forwarded#readme) | +| fragment-cache | 0.2.1 | MIT | [fragment-cache](https://github.com/jonschlinkert/fragment-cache) | +| fresh | 0.5.2 | MIT | [fresh](https://github.com/jshttp/fresh#readme) | +| from2 | 2.3.0 | MIT | [from2](https://github.com/hughsk/from2) | +| fs-extra | 7.0.1 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-extra | 9.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-minipass | 2.1.0 | ISC | [fs-minipass](https://github.com/npm/fs-minipass#readme) | +| fs-write-stream-atomic | 1.0.10 | ISC | [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| function-bind | 1.1.1 | MIT | [function-bind](https://github.com/Raynos/function-bind) | +| functional-red-black-tree | 1.0.1 | MIT | [functional-red-black-tree](https://github.com/mikolalysenko/functional-red-black-tree) | +| gensync | 1.0.0-beta.2 | MIT | [gensync](https://github.com/loganfsmyth/gensync) | +| get-caller-file | 2.0.5 | ISC | [get-caller-file](https://github.com/stefanpenner/get-caller-file#readme) | +| get-intrinsic | 1.1.1 | MIT | [get-intrinsic](https://github.com/ljharb/get-intrinsic#readme) | +| get-own-enumerable-property-symbols | 3.0.2 | ISC | [get-own-enumerable-property-symbols](https://github.com/mightyiam/get-own-enumerable-property-symbols#readme) | +| get-package-type | 0.1.0 | MIT | [get-package-type](https://github.com/cfware/get-package-type#readme) | +| get-stream | 4.1.0 | MIT | [get-stream](https://github.com/sindresorhus/get-stream#readme) | +| get-stream | 5.2.0 | MIT | [get-stream](https://github.com/sindresorhus/get-stream#readme) | +| get-value | 2.0.6 | MIT | [get-value](https://github.com/jonschlinkert/get-value) | +| glob | 7.1.7 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| glob-parent | 3.1.0 | ISC | [glob-parent](https://github.com/es128/glob-parent) | +| glob-parent | 5.1.2 | ISC | [glob-parent](https://github.com/gulpjs/glob-parent#readme) | +| global-modules | 2.0.0 | MIT | [global-modules](https://github.com/jonschlinkert/global-modules) | +| global-prefix | 3.0.0 | MIT | [global-prefix](https://github.com/jonschlinkert/global-prefix) | +| globals | 11.12.0 | MIT | [globals](https://github.com/sindresorhus/globals#readme) | +| globals | 13.11.0 | MIT | [globals](https://github.com/sindresorhus/globals#readme) | +| globby | 6.1.0 | MIT | [globby](https://github.com/sindresorhus/globby#readme) | +| globby | 11.0.1 | MIT | [globby](https://github.com/sindresorhus/globby#readme) | +| globby | 11.0.4 | MIT | [globby](https://github.com/sindresorhus/globby#readme) | +| graceful-fs | 4.2.8 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| growly | 1.3.0 | MIT | [growly](https://github.com/theabraham/growly#readme) | +| gzip-size | 5.1.1 | MIT | [gzip-size](https://github.com/sindresorhus/gzip-size#readme) | +| handle-thing | 2.0.1 | MIT | [handle-thing](https://github.com/spdy-http2/handle-thing#readme) | +| harmony-reflect | 1.6.2 | (Apache-2.0 OR MPL-1.1) | [harmony-reflect](https://github.com/tvcutsem/harmony-reflect) | +| has | 1.0.3 | MIT | [has](https://github.com/tarruda/has) | +| has-bigints | 1.0.1 | MIT | [has-bigints](https://github.com/ljharb/has-bigints#readme) | +| has-flag | 3.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| has-flag | 4.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| has-symbols | 1.0.2 | MIT | [has-symbols](https://github.com/inspect-js/has-symbols#readme) | +| has-tostringtag | 1.0.0 | MIT | [has-tostringtag](https://github.com/inspect-js/has-tostringtag#readme) | +| has-value | 0.3.1 | MIT | [has-value](https://github.com/jonschlinkert/has-value) | +| has-value | 1.0.0 | MIT | [has-value](https://github.com/jonschlinkert/has-value) | +| has-values | 0.1.4 | MIT | [has-values](https://github.com/jonschlinkert/has-values) | +| has-values | 1.0.0 | MIT | [has-values](https://github.com/jonschlinkert/has-values) | +| hash-base | 3.1.0 | MIT | [hash-base](https://github.com/crypto-browserify/hash-base) | +| hash.js | 1.1.7 | MIT | [hash.js](https://github.com/indutny/hash.js) | +| he | 1.2.0 | MIT | [he](https://mths.be/he) | +| hex-color-regex | 1.1.0 | MIT | [hex-color-regex](https://github.com/regexps/hex-color-regex#readme) | +| history | 4.10.1 | MIT | [history](https://github.com/ReactTraining/history#readme) | +| hmac-drbg | 1.0.1 | MIT | [hmac-drbg](https://github.com/indutny/hmac-drbg#readme) | +| hoist-non-react-statics | 2.5.5 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hoopy | 0.1.4 | MIT | [hoopy](https://gitlab.com/philbooth/hoopy#readme) | +| hosted-git-info | 2.8.9 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| hpack.js | 2.1.6 | MIT | [hpack.js](https://github.com/indutny/hpack.js#readme) | +| hsl-regex | 1.0.0 | MIT | [hsl-regex](https://github.com/regexps/hsl-regex) | +| hsla-regex | 1.0.0 | MIT | [hsla-regex](https://github.com/regexps/hsla-regex) | +| html-encoding-sniffer | 2.0.1 | MIT | [html-encoding-sniffer](https://github.com/jsdom/html-encoding-sniffer#readme) | +| html-entities | 1.4.0 | MIT | [html-entities](https://github.com/mdevils/html-entities#readme) | +| html-escaper | 2.0.2 | MIT | [html-escaper](https://github.com/WebReflection/html-escaper) | +| html-minifier-terser | 5.1.1 | MIT | [html-minifier-terser](https://danielruf.github.io/html-minifier-terser/) | +| html-parse-stringify2 | 2.0.1 | MIT | [html-parse-stringify2](https://github.com/rayd/html-parse-stringify2) | +| html-webpack-plugin | 4.5.0 | MIT | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | +| htmlparser2 | 6.1.0 | MIT | [htmlparser2](https://github.com/fb55/htmlparser2#readme) | +| http-deceiver | 1.2.7 | MIT | [http-deceiver](https://github.com/indutny/http-deceiver#readme) | +| http-errors | 1.6.3 | MIT | [http-errors](https://github.com/jshttp/http-errors#readme) | +| http-errors | 1.7.2 | MIT | [http-errors](https://github.com/jshttp/http-errors#readme) | +| http-parser-js | 0.5.3 | MIT | [http-parser-js](https://github.com/creationix/http-parser-js#readme) | +| http-proxy | 1.18.1 | MIT | [http-proxy](https://github.com/http-party/node-http-proxy#readme) | +| http-proxy-agent | 4.0.1 | MIT | [http-proxy-agent](https://github.com/TooTallNate/node-http-proxy-agent#readme) | +| http-proxy-middleware | 0.19.1 | MIT | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | +| https-browserify | 1.0.0 | MIT | [https-browserify](https://github.com/substack/https-browserify) | +| https-proxy-agent | 5.0.0 | MIT | [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent#readme) | +| human-signals | 1.1.1 | Apache-2.0 | [human-signals](https://git.io/JeluP) | +| i18next | 15.1.3 | MIT | [i18next](http://i18next.com) | +| i18next-browser-languagedetector | 3.0.3 | MIT | [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | +| i18next-xhr-backend | 2.0.1 | MIT | [i18next-xhr-backend](https://github.com/i18next/i18next-xhr-backend) | +| iconv-lite | 0.4.24 | MIT | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | +| icss-utils | 4.1.1 | ISC | [icss-utils](https://github.com/css-modules/icss-utils#readme) | +| identity-obj-proxy | 3.0.0 | MIT | [identity-obj-proxy](https://github.com/keyanzhang/identity-obj-proxy#readme) | +| ieee754 | 1.2.1 | BSD-3-Clause | [ieee754](https://github.com/feross/ieee754#readme) | +| iferr | 0.1.5 | MIT | [iferr](https://github.com/shesek/iferr) | +| ignore | 4.0.6 | MIT | [ignore](https://github.com/kaelzhang/node-ignore#readme) | +| ignore | 5.1.8 | MIT | [ignore](https://github.com/kaelzhang/node-ignore#readme) | +| immer | 8.0.1 | MIT | [immer](https://github.com/immerjs/immer#readme) | +| import-cwd | 2.1.0 | MIT | [import-cwd](https://github.com/sindresorhus/import-cwd#readme) | +| import-fresh | 2.0.0 | MIT | [import-fresh](https://github.com/sindresorhus/import-fresh#readme) | +| import-fresh | 3.3.0 | MIT | [import-fresh](https://github.com/sindresorhus/import-fresh#readme) | +| import-from | 2.1.0 | MIT | [import-from](https://github.com/sindresorhus/import-from#readme) | +| import-local | 2.0.0 | MIT | [import-local](https://github.com/sindresorhus/import-local#readme) | +| import-local | 3.0.2 | MIT | [import-local](https://github.com/sindresorhus/import-local#readme) | +| imurmurhash | 0.1.4 | MIT | [imurmurhash](https://github.com/jensyt/imurmurhash-js) | +| indent-string | 4.0.0 | MIT | [indent-string](https://github.com/sindresorhus/indent-string#readme) | +| indexes-of | 1.0.1 | MIT | [indexes-of](https://github.com/dominictarr/indexes-of) | +| infer-owner | 1.0.4 | ISC | [infer-owner](https://github.com/npm/infer-owner#readme) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.1 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| inherits | 2.0.3 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ini | 1.3.8 | ISC | [ini](https://github.com/isaacs/ini#readme) | +| internal-ip | 4.3.0 | MIT | [internal-ip](https://github.com/sindresorhus/internal-ip#readme) | +| internal-slot | 1.0.3 | MIT | [internal-slot](https://github.com/ljharb/internal-slot#readme) | +| invariant | 2.2.4 | MIT | [invariant](https://github.com/zertosh/invariant#readme) | +| ip | 1.1.5 | MIT | [ip](https://github.com/indutny/node-ip) | +| ip-regex | 2.1.0 | MIT | [ip-regex](https://github.com/sindresorhus/ip-regex#readme) | +| ipaddr.js | 1.9.1 | MIT | [ipaddr.js](https://github.com/whitequark/ipaddr.js#readme) | +| is-absolute-url | 2.1.0 | MIT | [is-absolute-url](https://github.com/sindresorhus/is-absolute-url#readme) | +| is-absolute-url | 3.0.3 | MIT | [is-absolute-url](https://github.com/sindresorhus/is-absolute-url#readme) | +| is-accessor-descriptor | 0.1.6 | MIT | [is-accessor-descriptor](https://github.com/jonschlinkert/is-accessor-descriptor) | +| is-accessor-descriptor | 1.0.0 | MIT | [is-accessor-descriptor](https://github.com/jonschlinkert/is-accessor-descriptor) | +| is-arguments | 1.1.1 | MIT | [is-arguments](https://github.com/inspect-js/is-arguments) | +| is-arrayish | 0.2.1 | MIT | [is-arrayish](https://github.com/qix-/node-is-arrayish#readme) | +| is-arrayish | 0.3.2 | MIT | [is-arrayish](https://github.com/qix-/node-is-arrayish#readme) | +| is-bigint | 1.0.4 | MIT | [is-bigint](https://github.com/inspect-js/is-bigint#readme) | +| is-binary-path | 1.0.1 | MIT | [is-binary-path](https://github.com/sindresorhus/is-binary-path) | +| is-binary-path | 2.1.0 | MIT | [is-binary-path](https://github.com/sindresorhus/is-binary-path#readme) | +| is-boolean-object | 1.1.2 | MIT | [is-boolean-object](https://github.com/inspect-js/is-boolean-object#readme) | +| is-buffer | 1.1.6 | MIT | [is-buffer](https://github.com/feross/is-buffer#readme) | +| is-callable | 1.2.4 | MIT | [is-callable](https://github.com/inspect-js/is-callable#readme) | +| is-ci | 2.0.0 | MIT | [is-ci](https://github.com/watson/is-ci) | +| is-color-stop | 1.1.0 | MIT | [is-color-stop](https://github.com/pigcan/is-color-stop#readme) | +| is-core-module | 2.6.0 | MIT | [is-core-module](https://github.com/inspect-js/is-core-module) | +| is-data-descriptor | 0.1.4 | MIT | [is-data-descriptor](https://github.com/jonschlinkert/is-data-descriptor) | +| is-data-descriptor | 1.0.0 | MIT | [is-data-descriptor](https://github.com/jonschlinkert/is-data-descriptor) | +| is-date-object | 1.0.5 | MIT | [is-date-object](https://github.com/inspect-js/is-date-object#readme) | +| is-descriptor | 0.1.6 | MIT | [is-descriptor](https://github.com/jonschlinkert/is-descriptor) | +| is-descriptor | 1.0.2 | MIT | [is-descriptor](https://github.com/jonschlinkert/is-descriptor) | +| is-directory | 0.3.1 | MIT | [is-directory](https://github.com/jonschlinkert/is-directory) | +| is-docker | 2.2.1 | MIT | [is-docker](https://github.com/sindresorhus/is-docker#readme) | +| is-extendable | 0.1.1 | MIT | [is-extendable](https://github.com/jonschlinkert/is-extendable) | +| is-extendable | 1.0.1 | MIT | [is-extendable](https://github.com/jonschlinkert/is-extendable) | +| is-extglob | 2.1.1 | MIT | [is-extglob](https://github.com/jonschlinkert/is-extglob) | +| is-fullwidth-code-point | 2.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-generator-fn | 2.1.0 | MIT | [is-generator-fn](https://github.com/sindresorhus/is-generator-fn#readme) | +| is-glob | 3.1.0 | MIT | [is-glob](https://github.com/jonschlinkert/is-glob) | +| is-glob | 4.0.1 | MIT | [is-glob](https://github.com/micromatch/is-glob) | +| is-module | 1.0.0 | MIT | [is-module](https://github.com/component/is-module) | +| is-negative-zero | 2.0.1 | MIT | [is-negative-zero](https://github.com/inspect-js/is-negative-zero) | +| is-number | 3.0.0 | MIT | [is-number](https://github.com/jonschlinkert/is-number) | +| is-number | 7.0.0 | MIT | [is-number](https://github.com/jonschlinkert/is-number) | +| is-number-object | 1.0.6 | MIT | [is-number-object](https://github.com/inspect-js/is-number-object#readme) | +| is-obj | 1.0.1 | MIT | [is-obj](https://github.com/sindresorhus/is-obj#readme) | +| is-obj | 2.0.0 | MIT | [is-obj](https://github.com/sindresorhus/is-obj#readme) | +| is-path-cwd | 2.2.0 | MIT | [is-path-cwd](https://github.com/sindresorhus/is-path-cwd#readme) | +| is-path-in-cwd | 2.1.0 | MIT | [is-path-in-cwd](https://github.com/sindresorhus/is-path-in-cwd#readme) | +| is-path-inside | 2.1.0 | MIT | [is-path-inside](https://github.com/sindresorhus/is-path-inside#readme) | +| is-plain-obj | 1.1.0 | MIT | [is-plain-obj](https://github.com/sindresorhus/is-plain-obj) | +| is-plain-object | 2.0.4 | MIT | [is-plain-object](https://github.com/jonschlinkert/is-plain-object) | +| is-potential-custom-element-name | 1.0.1 | MIT | [is-potential-custom-element-name](https://github.com/mathiasbynens/is-potential-custom-element-name) | +| is-regex | 1.1.4 | MIT | [is-regex](https://github.com/inspect-js/is-regex) | +| is-regexp | 1.0.0 | MIT | [is-regexp](https://github.com/sindresorhus/is-regexp) | +| is-resolvable | 1.1.0 | ISC | [is-resolvable](https://github.com/shinnn/is-resolvable#readme) | +| is-root | 2.1.0 | MIT | [is-root](https://github.com/sindresorhus/is-root#readme) | +| is-stream | 1.1.0 | MIT | [is-stream](https://github.com/sindresorhus/is-stream#readme) | +| is-stream | 2.0.1 | MIT | [is-stream](https://github.com/sindresorhus/is-stream#readme) | +| is-string | 1.0.7 | MIT | [is-string](https://github.com/ljharb/is-string#readme) | +| is-symbol | 1.0.4 | MIT | [is-symbol](https://github.com/inspect-js/is-symbol#readme) | +| is-typedarray | 1.0.0 | MIT | [is-typedarray](https://github.com/hughsk/is-typedarray) | +| is-windows | 1.0.2 | MIT | [is-windows](https://github.com/jonschlinkert/is-windows) | +| is-wsl | 1.1.0 | MIT | [is-wsl](https://github.com/sindresorhus/is-wsl#readme) | +| is-wsl | 2.2.0 | MIT | [is-wsl](https://github.com/sindresorhus/is-wsl#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| isarray | 1.0.0 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| isexe | 2.0.0 | ISC | [isexe](https://github.com/isaacs/isexe#readme) | +| isobject | 2.1.0 | MIT | [isobject](https://github.com/jonschlinkert/isobject) | +| isobject | 3.0.1 | MIT | [isobject](https://github.com/jonschlinkert/isobject) | +| istanbul-lib-coverage | 3.0.0 | BSD-3-Clause | [istanbul-lib-coverage](https://istanbul.js.org/) | +| istanbul-lib-instrument | 4.0.3 | BSD-3-Clause | [istanbul-lib-instrument](https://istanbul.js.org/) | +| istanbul-lib-report | 3.0.0 | BSD-3-Clause | [istanbul-lib-report](https://istanbul.js.org/) | +| istanbul-lib-source-maps | 4.0.0 | BSD-3-Clause | [istanbul-lib-source-maps](https://istanbul.js.org/) | +| istanbul-reports | 3.0.2 | BSD-3-Clause | [istanbul-reports](https://istanbul.js.org/) | +| jest | 26.6.0 | MIT | [jest](https://jestjs.io/) | +| jest-changed-files | 26.6.2 | MIT | [jest-changed-files](https://github.com/facebook/jest#readme) | +| jest-circus | 26.6.0 | MIT | [jest-circus](https://github.com/facebook/jest#readme) | +| jest-cli | 26.6.3 | MIT | [jest-cli](https://jestjs.io/) | +| jest-config | 26.6.3 | MIT | [jest-config](https://github.com/facebook/jest#readme) | +| jest-diff | 26.6.2 | MIT | [jest-diff](https://github.com/facebook/jest#readme) | +| jest-docblock | 26.0.0 | MIT | [jest-docblock](https://github.com/facebook/jest#readme) | +| jest-each | 26.6.2 | MIT | [jest-each](https://github.com/facebook/jest#readme) | +| jest-environment-jsdom | 26.6.2 | MIT | [jest-environment-jsdom](https://github.com/facebook/jest#readme) | +| jest-environment-node | 26.6.2 | MIT | [jest-environment-node](https://github.com/facebook/jest#readme) | +| jest-get-type | 26.3.0 | MIT | [jest-get-type](https://github.com/facebook/jest#readme) | +| jest-haste-map | 26.6.2 | MIT | [jest-haste-map](https://github.com/facebook/jest#readme) | +| jest-jasmine2 | 26.6.3 | MIT | [jest-jasmine2](https://github.com/facebook/jest#readme) | +| jest-leak-detector | 26.6.2 | MIT | [jest-leak-detector](https://github.com/facebook/jest#readme) | +| jest-matcher-utils | 26.6.2 | MIT | [jest-matcher-utils](https://github.com/facebook/jest#readme) | +| jest-message-util | 26.6.2 | MIT | [jest-message-util](https://github.com/facebook/jest#readme) | +| jest-mock | 26.6.2 | MIT | [jest-mock](https://github.com/facebook/jest#readme) | +| jest-pnp-resolver | 1.2.2 | MIT | [jest-pnp-resolver](https://github.com/arcanis/jest-pnp-resolver) | +| jest-regex-util | 26.0.0 | MIT | [jest-regex-util](https://github.com/facebook/jest#readme) | +| jest-resolve | 26.6.0 | MIT | [jest-resolve](https://github.com/facebook/jest#readme) | +| jest-resolve | 26.6.2 | MIT | [jest-resolve](https://github.com/facebook/jest#readme) | +| jest-resolve-dependencies | 26.6.3 | MIT | [jest-resolve-dependencies](https://github.com/facebook/jest#readme) | +| jest-runner | 26.6.3 | MIT | [jest-runner](https://github.com/facebook/jest#readme) | +| jest-runtime | 26.6.3 | MIT | [jest-runtime](https://github.com/facebook/jest#readme) | +| jest-serializer | 26.6.2 | MIT | [jest-serializer](https://github.com/facebook/jest#readme) | +| jest-snapshot | 26.6.2 | MIT | [jest-snapshot](https://github.com/facebook/jest#readme) | +| jest-util | 26.6.2 | MIT | [jest-util](https://github.com/facebook/jest#readme) | +| jest-validate | 26.6.2 | MIT | [jest-validate](https://github.com/facebook/jest#readme) | +| jest-watch-typeahead | 0.6.1 | MIT | [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) | +| jest-watcher | 26.6.2 | MIT | [jest-watcher](https://jestjs.io/) | +| jest-worker | 24.9.0 | MIT | [jest-worker](https://github.com/facebook/jest#readme) | +| jest-worker | 26.6.2 | MIT | [jest-worker](https://github.com/facebook/jest#readme) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| js-yaml | 3.14.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| jsdom | 16.7.0 | MIT | [jsdom](https://github.com/jsdom/jsdom#readme) | +| jsesc | 0.5.0 | MIT | [jsesc](http://mths.be/jsesc) | +| jsesc | 2.5.2 | MIT | [jsesc](https://mths.be/jsesc) | +| json-parse-better-errors | 1.0.2 | MIT | [json-parse-better-errors](https://github.com/zkat/json-parse-better-errors#readme) | +| json-parse-even-better-errors | 2.3.1 | MIT | [json-parse-even-better-errors](https://github.com/npm/json-parse-even-better-errors#readme) | +| json-schema-traverse | 0.4.1 | MIT | [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse#readme) | +| json-schema-traverse | 1.0.0 | MIT | [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse#readme) | +| json-stable-stringify-without-jsonify | 1.0.1 | MIT | [json-stable-stringify-without-jsonify](https://github.com/samn/json-stable-stringify) | +| json3 | 3.3.3 | MIT | [json3](https://bestiejs.github.io/json3) | +| json5 | 1.0.1 | MIT | [json5](http://json5.org/) | +| json5 | 2.2.0 | MIT | [json5](http://json5.org/) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsonfile | 6.1.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsx-ast-utils | 3.2.0 | MIT | [jsx-ast-utils](https://github.com/evcohen/jsx-ast-utils#readme) | +| killable | 1.0.1 | ISC | [killable](https://github.com/marten-de-vries/killable#readme) | +| kind-of | 3.2.2 | MIT | [kind-of](https://github.com/jonschlinkert/kind-of) | +| kind-of | 4.0.0 | MIT | [kind-of](https://github.com/jonschlinkert/kind-of) | +| kind-of | 5.1.0 | MIT | [kind-of](https://github.com/jonschlinkert/kind-of) | +| kind-of | 6.0.3 | MIT | [kind-of](https://github.com/jonschlinkert/kind-of) | +| kleur | 3.0.3 | MIT | [kleur](https://github.com/lukeed/kleur#readme) | +| klona | 2.0.4 | MIT | [klona](https://github.com/lukeed/klona#readme) | +| language-subtag-registry | 0.3.21 | ODC-By-1.0 | [language-subtag-registry](https://github.com/mattcg/language-subtag-registry) | +| language-tags | 1.0.5 | MIT | [language-tags](https://github.com/mattcg/language-tags) | +| last-call-webpack-plugin | 3.0.0 | MIT | [last-call-webpack-plugin](http://github.com/NMFR/last-call-webpack-plugin) | +| leven | 3.1.0 | MIT | [leven](https://github.com/sindresorhus/leven#readme) | +| levn | 0.3.0 | MIT | [levn](https://github.com/gkz/levn) | +| levn | 0.4.1 | MIT | [levn](https://github.com/gkz/levn) | +| lines-and-columns | 1.1.6 | MIT | [lines-and-columns](https://github.com/eventualbuddha/lines-and-columns#readme) | +| load-json-file | 4.0.0 | MIT | [load-json-file](https://github.com/sindresorhus/load-json-file#readme) | +| loader-runner | 2.4.0 | MIT | [loader-runner](https://github.com/webpack/loader-runner#readme) | +| loader-utils | 1.2.3 | MIT | [loader-utils](https://github.com/webpack/loader-utils#readme) | +| loader-utils | 1.4.0 | MIT | [loader-utils](https://github.com/webpack/loader-utils#readme) | +| loader-utils | 2.0.0 | MIT | [loader-utils](https://github.com/webpack/loader-utils#readme) | +| locate-path | 2.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| locate-path | 3.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| locate-path | 5.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash._reinterpolate | 3.0.0 | MIT | [lodash._reinterpolate](https://lodash.com/) | +| lodash.clonedeep | 4.5.0 | MIT | [lodash.clonedeep](https://lodash.com/) | +| lodash.debounce | 4.0.8 | MIT | [lodash.debounce](https://lodash.com/) | +| lodash.memoize | 4.1.2 | MIT | [lodash.memoize](https://lodash.com/) | +| lodash.merge | 4.6.2 | MIT | [lodash.merge](https://lodash.com/) | +| lodash.template | 4.5.0 | MIT | [lodash.template](https://lodash.com/) | +| lodash.templatesettings | 4.2.0 | MIT | [lodash.templatesettings](https://lodash.com/) | +| lodash.truncate | 4.4.2 | MIT | [lodash.truncate](https://lodash.com/) | +| lodash.uniq | 4.5.0 | MIT | [lodash.uniq](https://lodash.com/) | +| loglevel | 1.7.1 | MIT | [loglevel](https://github.com/pimterry/loglevel) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| lower-case | 2.0.2 | MIT | [lower-case](https://github.com/blakeembrey/change-case/tree/master/packages/lower-case#readme) | +| lru-cache | 5.1.1 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| lru-cache | 6.0.0 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| magic-string | 0.25.7 | MIT | [magic-string](https://github.com/rich-harris/magic-string#readme) | +| make-dir | 2.1.0 | MIT | [make-dir](https://github.com/sindresorhus/make-dir#readme) | +| make-dir | 3.1.0 | MIT | [make-dir](https://github.com/sindresorhus/make-dir#readme) | +| makeerror | 1.0.11 | BSD-3-Clause | [makeerror](https://github.com/daaku/nodejs-makeerror) | +| map-cache | 0.2.2 | MIT | [map-cache](https://github.com/jonschlinkert/map-cache) | +| map-visit | 1.0.0 | MIT | [map-visit](https://github.com/jonschlinkert/map-visit) | +| md5.js | 1.3.5 | MIT | [md5.js](https://github.com/crypto-browserify/md5.js) | +| mdn-data | 2.0.4 | CC0-1.0 | [mdn-data](https://developer.mozilla.org) | +| mdn-data | 2.0.14 | CC0-1.0 | [mdn-data](https://developer.mozilla.org) | +| media-typer | 0.3.0 | MIT | [media-typer](https://github.com/jshttp/media-typer) | +| memory-fs | 0.4.1 | MIT | [memory-fs](https://github.com/webpack/memory-fs) | +| memory-fs | 0.5.0 | MIT | [memory-fs](https://github.com/webpack/memory-fs) | +| merge-descriptors | 1.0.1 | MIT | [merge-descriptors](https://github.com/component/merge-descriptors) | +| merge-stream | 2.0.0 | MIT | [merge-stream](https://github.com/grncdr/merge-stream#readme) | +| merge2 | 1.4.1 | MIT | [merge2](https://github.com/teambition/merge2) | +| methods | 1.1.2 | MIT | [methods](https://github.com/jshttp/methods) | +| microevent.ts | 0.1.1 | MIT | [microevent.ts](https://github.com/DirtyHairy/microevent#readme) | +| micromatch | 3.1.10 | MIT | [micromatch](https://github.com/micromatch/micromatch) | +| micromatch | 4.0.4 | MIT | [micromatch](https://github.com/micromatch/micromatch) | +| miller-rabin | 4.0.1 | MIT | [miller-rabin](https://github.com/indutny/miller-rabin) | +| mime | 1.6.0 | MIT | [mime](https://github.com/broofa/node-mime#readme) | +| mime | 2.5.2 | MIT | [mime](https://github.com/broofa/mime#readme) | +| mime-db | 1.49.0 | MIT | [mime-db](https://github.com/jshttp/mime-db#readme) | +| mime-types | 2.1.32 | MIT | [mime-types](https://github.com/jshttp/mime-types#readme) | +| mimic-fn | 2.1.0 | MIT | [mimic-fn](https://github.com/sindresorhus/mimic-fn#readme) | +| mini-css-extract-plugin | 0.11.3 | MIT | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | +| minimalistic-assert | 1.0.1 | ISC | [minimalistic-assert](https://github.com/calvinmetcalf/minimalistic-assert) | +| minimalistic-crypto-utils | 1.0.1 | MIT | [minimalistic-crypto-utils](https://github.com/indutny/minimalistic-crypto-utils#readme) | +| minimatch | 3.0.4 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.5 | MIT | [minimist](https://github.com/substack/minimist) | +| minipass | 3.1.3 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass-collect | 1.0.2 | ISC | [minipass-collect](https://github.com/isaacs/minipass-collect#readme) | +| minipass-flush | 1.0.5 | ISC | [minipass-flush](https://github.com/isaacs/minipass-flush#readme) | +| minipass-pipeline | 1.2.4 | ISC | [minipass-pipeline]() | +| minizlib | 2.1.2 | MIT | [minizlib](https://github.com/isaacs/minizlib#readme) | +| mississippi | 3.0.0 | BSD-2-Clause | [mississippi](https://github.com/maxogden/mississippi#readme) | +| mixin-deep | 1.3.2 | MIT | [mixin-deep](https://github.com/jonschlinkert/mixin-deep) | +| mkdirp | 0.5.5 | MIT | [mkdirp](https://github.com/substack/node-mkdirp#readme) | +| mkdirp | 1.0.4 | MIT | [mkdirp](https://github.com/isaacs/node-mkdirp#readme) | +| move-concurrently | 1.0.1 | ISC | [move-concurrently](https://www.npmjs.com/package/move-concurrently) | +| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.1.1 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | +| multicast-dns | 6.2.3 | MIT | [multicast-dns](https://github.com/mafintosh/multicast-dns) | +| multicast-dns-service-types | 1.1.0 | MIT | [multicast-dns-service-types](https://github.com/mafintosh/multicast-dns-service-types) | +| nanoid | 3.3.1 | MIT | [nanoid](https://github.com/ai/nanoid#readme) | +| nanomatch | 1.2.13 | MIT | [nanomatch](https://github.com/micromatch/nanomatch) | +| native-url | 0.2.6 | Apache-2.0 | [native-url](https://github.com/GoogleChromeLabs/native-url#readme) | +| natural-compare | 1.4.0 | MIT | [natural-compare](https://github.com/litejs/natural-compare-lite#readme) | +| negotiator | 0.6.2 | MIT | [negotiator](https://github.com/jshttp/negotiator#readme) | +| neo-async | 2.6.2 | MIT | [neo-async](https://github.com/suguru03/neo-async) | +| next-tick | 1.0.0 | MIT | [next-tick](https://github.com/medikoo/next-tick#readme) | +| nice-try | 1.0.5 | MIT | [nice-try](https://github.com/electerious/nice-try) | +| no-case | 3.0.4 | MIT | [no-case](https://github.com/blakeembrey/change-case/tree/master/packages/no-case#readme) | +| node-forge | 0.10.0 | (BSD-3-Clause OR GPL-2.0) | [node-forge](https://github.com/digitalbazaar/forge) | +| node-int64 | 0.4.0 | MIT | [node-int64](https://github.com/broofa/node-int64) | +| node-libs-browser | 2.2.1 | MIT | [node-libs-browser](http://github.com/webpack/node-libs-browser) | +| node-modules-regexp | 1.0.0 | MIT | [node-modules-regexp](https://github.com/jamestalmage/node-modules-regexp#readme) | +| node-notifier | 8.0.2 | MIT | [node-notifier](https://github.com/mikaelbr/node-notifier#readme) | +| node-releases | 1.1.75 | MIT | [node-releases](https://github.com/chicoxyzzy/node-releases#readme) | +| normalize-package-data | 2.5.0 | BSD-2-Clause | [normalize-package-data](https://github.com/npm/normalize-package-data#readme) | +| normalize-path | 2.1.1 | MIT | [normalize-path](https://github.com/jonschlinkert/normalize-path) | +| normalize-path | 3.0.0 | MIT | [normalize-path](https://github.com/jonschlinkert/normalize-path) | +| normalize-range | 0.1.2 | MIT | [normalize-range](https://github.com/jamestalmage/normalize-range#readme) | +| normalize-url | 1.9.1 | MIT | [normalize-url](https://github.com/sindresorhus/normalize-url#readme) | +| normalize-url | 3.3.0 | MIT | [normalize-url](https://github.com/sindresorhus/normalize-url#readme) | +| npm-run-path | 2.0.2 | MIT | [npm-run-path](https://github.com/sindresorhus/npm-run-path#readme) | +| npm-run-path | 4.0.1 | MIT | [npm-run-path](https://github.com/sindresorhus/npm-run-path#readme) | +| nth-check | 1.0.2 | BSD-2-Clause | [nth-check](https://github.com/fb55/nth-check) | +| nth-check | 2.0.0 | BSD-2-Clause | [nth-check](https://github.com/fb55/nth-check) | +| num2fraction | 1.2.2 | MIT | [num2fraction](https://github.com/yisibl/num2fraction#readme) | +| nwsapi | 2.2.0 | MIT | [nwsapi](http://javascript.nwbox.com/nwsapi/) | +| object-assign | 4.1.1 | MIT | [object-assign](https://github.com/sindresorhus/object-assign#readme) | +| object-copy | 0.1.0 | MIT | [object-copy](https://github.com/jonschlinkert/object-copy) | +| object-inspect | 1.11.0 | MIT | [object-inspect](https://github.com/inspect-js/object-inspect) | +| object-is | 1.1.5 | MIT | [object-is](https://github.com/es-shims/object-is) | +| object-keys | 1.1.1 | MIT | [object-keys](https://github.com/ljharb/object-keys#readme) | +| object-visit | 1.0.1 | MIT | [object-visit](https://github.com/jonschlinkert/object-visit) | +| object.assign | 4.1.2 | MIT | [object.assign](https://github.com/ljharb/object.assign#readme) | +| object.entries | 1.1.4 | MIT | [object.entries](https://github.com/es-shims/Object.entries#readme) | +| object.fromentries | 2.0.4 | MIT | [object.fromentries](https://github.com/es-shims/Object.fromEntries#readme) | +| object.getownpropertydescriptors | 2.1.2 | MIT | [object.getownpropertydescriptors](https://github.com/es-shims/object.getownpropertydescriptors#readme) | +| object.pick | 1.3.0 | MIT | [object.pick](https://github.com/jonschlinkert/object.pick) | +| object.values | 1.1.4 | MIT | [object.values](https://github.com/es-shims/Object.values#readme) | +| obuf | 1.1.2 | MIT | [obuf](https://github.com/indutny/offset-buffer) | +| on-finished | 2.3.0 | MIT | [on-finished](https://github.com/jshttp/on-finished) | +| on-headers | 1.0.2 | MIT | [on-headers](https://github.com/jshttp/on-headers#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| onetime | 5.1.2 | MIT | [onetime](https://github.com/sindresorhus/onetime#readme) | +| open | 7.4.2 | MIT | [open](https://github.com/sindresorhus/open#readme) | +| opn | 5.5.0 | MIT | [opn](https://github.com/sindresorhus/opn#readme) | +| optimize-css-assets-webpack-plugin | 5.0.4 | MIT | [optimize-css-assets-webpack-plugin](http://github.com/NMFR/optimize-css-assets-webpack-plugin) | +| optionator | 0.8.3 | MIT | [optionator](https://github.com/gkz/optionator) | +| optionator | 0.9.1 | MIT | [optionator](https://github.com/gkz/optionator) | +| original | 1.0.2 | MIT | [original](https://github.com/unshiftio/original#readme) | +| os-browserify | 0.3.0 | MIT | [os-browserify](https://github.com/CoderPuppy/os-browserify#readme) | +| p-each-series | 2.2.0 | MIT | [p-each-series](https://github.com/sindresorhus/p-each-series#readme) | +| p-finally | 1.0.0 | MIT | [p-finally](https://github.com/sindresorhus/p-finally#readme) | +| p-limit | 1.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-limit | 2.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-limit | 3.1.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 2.0.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-locate | 3.0.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-locate | 4.1.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-map | 2.1.0 | MIT | [p-map](https://github.com/sindresorhus/p-map#readme) | +| p-map | 4.0.0 | MIT | [p-map](https://github.com/sindresorhus/p-map#readme) | +| p-retry | 3.0.1 | MIT | [p-retry](https://github.com/sindresorhus/p-retry#readme) | +| p-try | 1.0.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| p-try | 2.2.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| pako | 1.0.11 | (MIT AND Zlib) | [pako](https://github.com/nodeca/pako) | +| parallel-transform | 1.2.0 | MIT | [parallel-transform](https://github.com/mafintosh/parallel-transform#readme) | +| param-case | 3.0.4 | MIT | [param-case](https://github.com/blakeembrey/change-case/tree/master/packages/param-case#readme) | +| parent-module | 1.0.1 | MIT | [parent-module](https://github.com/sindresorhus/parent-module#readme) | +| parse-asn1 | 5.1.6 | ISC | [parse-asn1](https://github.com/crypto-browserify/parse-asn1#readme) | +| parse-json | 4.0.0 | MIT | [parse-json](https://github.com/sindresorhus/parse-json#readme) | +| parse-json | 5.2.0 | MIT | [parse-json](https://github.com/sindresorhus/parse-json#readme) | +| parse5 | 6.0.1 | MIT | [parse5](https://github.com/inikulin/parse5) | +| parseurl | 1.3.3 | MIT | [parseurl](https://github.com/pillarjs/parseurl#readme) | +| pascal-case | 3.1.2 | MIT | [pascal-case](https://github.com/blakeembrey/change-case/tree/master/packages/pascal-case#readme) | +| pascalcase | 0.1.1 | MIT | [pascalcase](https://github.com/jonschlinkert/pascalcase) | +| path-browserify | 0.0.1 | MIT | [path-browserify](https://github.com/substack/path-browserify) | +| path-dirname | 1.0.2 | MIT | [path-dirname](https://github.com/es128/path-dirname#readme) | +| path-exists | 3.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-exists | 4.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-is-inside | 1.0.2 | (WTFPL OR MIT) | [path-is-inside](https://github.com/domenic/path-is-inside#readme) | +| path-key | 2.0.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| path-key | 3.1.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| path-parse | 1.0.7 | MIT | [path-parse](https://github.com/jbgutierrez/path-parse#readme) | +| path-to-regexp | 0.1.7 | MIT | [path-to-regexp](https://github.com/component/path-to-regexp#readme) | +| path-to-regexp | 1.8.0 | MIT | [path-to-regexp](https://github.com/pillarjs/path-to-regexp#readme) | +| path-type | 3.0.0 | MIT | [path-type](https://github.com/sindresorhus/path-type#readme) | +| path-type | 4.0.0 | MIT | [path-type](https://github.com/sindresorhus/path-type#readme) | +| pbkdf2 | 3.1.2 | MIT | [pbkdf2](https://github.com/crypto-browserify/pbkdf2) | +| performance-now | 2.1.0 | MIT | [performance-now](https://github.com/braveg1rl/performance-now) | +| picomatch | 2.3.0 | MIT | [picomatch](https://github.com/micromatch/picomatch) | +| pify | 2.3.0 | MIT | [pify](https://github.com/sindresorhus/pify) | +| pify | 3.0.0 | MIT | [pify](https://github.com/sindresorhus/pify#readme) | +| pify | 4.0.1 | MIT | [pify](https://github.com/sindresorhus/pify#readme) | +| pinkie | 2.0.4 | MIT | [pinkie](https://github.com/floatdrop/pinkie.git) | +| pinkie-promise | 2.0.1 | MIT | [pinkie-promise](https://github.com/floatdrop/pinkie-promise) | +| pirates | 4.0.1 | MIT | [pirates](https://github.com/ariporad/pirates#readme) | +| pkg-dir | 2.0.0 | MIT | [pkg-dir](https://github.com/sindresorhus/pkg-dir#readme) | +| pkg-dir | 3.0.0 | MIT | [pkg-dir](https://github.com/sindresorhus/pkg-dir#readme) | +| pkg-dir | 4.2.0 | MIT | [pkg-dir](https://github.com/sindresorhus/pkg-dir#readme) | +| pkg-up | 2.0.0 | MIT | [pkg-up](https://github.com/sindresorhus/pkg-up#readme) | +| pkg-up | 3.1.0 | MIT | [pkg-up](https://github.com/sindresorhus/pkg-up#readme) | +| pnp-webpack-plugin | 1.6.4 | MIT | [pnp-webpack-plugin](https://github.com/arcanis/pnp-webpack-plugin) | +| portfinder | 1.0.28 | MIT | [portfinder](https://github.com/http-party/node-portfinder#readme) | +| posix-character-classes | 0.1.1 | MIT | [posix-character-classes](https://github.com/jonschlinkert/posix-character-classes) | +| postcss | 7.0.36 | MIT | [postcss](https://postcss.org/) | +| postcss | 8.3.6 | MIT | [postcss](https://postcss.org/) | +| postcss-attribute-case-insensitive | 4.0.2 | MIT | [postcss-attribute-case-insensitive](https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme) | +| postcss-browser-comments | 3.0.0 | CC0-1.0 | [postcss-browser-comments](https://github.com/csstools/postcss-browser-comments#readme) | +| postcss-calc | 7.0.5 | MIT | [postcss-calc](https://github.com/postcss/postcss-calc#readme) | +| postcss-color-functional-notation | 2.0.1 | CC0-1.0 | [postcss-color-functional-notation](https://github.com/jonathantneal/postcss-color-functional-notation#readme) | +| postcss-color-gray | 5.0.0 | ISC | [postcss-color-gray](https://github.com/postcss/postcss-color-gray#readme) | +| postcss-color-hex-alpha | 5.0.3 | MIT | [postcss-color-hex-alpha](https://github.com/postcss/postcss-color-hex-alpha#readme) | +| postcss-color-mod-function | 3.0.3 | CC0-1.0 | [postcss-color-mod-function](https://github.com/jonathantneal/postcss-color-mod-function#readme) | +| postcss-color-rebeccapurple | 4.0.1 | MIT | [postcss-color-rebeccapurple](https://github.com/postcss/postcss-color-rebeccapurple#readme) | +| postcss-colormin | 4.0.3 | MIT | [postcss-colormin](https://github.com/cssnano/cssnano) | +| postcss-convert-values | 4.0.1 | MIT | [postcss-convert-values](https://github.com/cssnano/cssnano) | +| postcss-custom-media | 7.0.8 | MIT | [postcss-custom-media](https://github.com/postcss/postcss-custom-media#readme) | +| postcss-custom-properties | 8.0.11 | MIT | [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties#readme) | +| postcss-custom-selectors | 5.1.2 | MIT | [postcss-custom-selectors](https://github.com/postcss/postcss-custom-selectors#readme) | +| postcss-dir-pseudo-class | 5.0.0 | CC0-1.0 | [postcss-dir-pseudo-class](https://github.com/jonathantneal/postcss-dir-pseudo-class#readme) | +| postcss-discard-comments | 4.0.2 | MIT | [postcss-discard-comments](https://github.com/cssnano/cssnano) | +| postcss-discard-duplicates | 4.0.2 | MIT | [postcss-discard-duplicates](https://github.com/cssnano/cssnano) | +| postcss-discard-empty | 4.0.1 | MIT | [postcss-discard-empty](https://github.com/cssnano/cssnano) | +| postcss-discard-overridden | 4.0.1 | MIT | [postcss-discard-overridden](https://github.com/cssnano/cssnano) | +| postcss-double-position-gradients | 1.0.0 | CC0-1.0 | [postcss-double-position-gradients](https://github.com/jonathantneal/postcss-double-position-gradients#readme) | +| postcss-env-function | 2.0.2 | CC0-1.0 | [postcss-env-function](https://github.com/jonathantneal/postcss-env-function#readme) | +| postcss-flexbugs-fixes | 4.2.1 | MIT | [postcss-flexbugs-fixes](https://github.com/luisrudge/postcss-flexbugs-fixes#readme) | +| postcss-focus-visible | 4.0.0 | CC0-1.0 | [postcss-focus-visible](https://github.com/jonathantneal/postcss-focus-visible#readme) | +| postcss-focus-within | 3.0.0 | CC0-1.0 | [postcss-focus-within](https://github.com/jonathantneal/postcss-focus-within#readme) | +| postcss-font-variant | 4.0.1 | MIT | [postcss-font-variant](https://github.com/postcss/postcss-font-variant#readme) | +| postcss-gap-properties | 2.0.0 | CC0-1.0 | [postcss-gap-properties](https://github.com/jonathantneal/postcss-gap-properties#readme) | +| postcss-image-set-function | 3.0.1 | CC0-1.0 | [postcss-image-set-function](https://github.com/jonathantneal/postcss-image-set-function#readme) | +| postcss-initial | 3.0.4 | MIT | [postcss-initial](https://github.com/maximkoretskiy/postcss-initial.git) | +| postcss-lab-function | 2.0.1 | CC0-1.0 | [postcss-lab-function](https://github.com/jonathantneal/postcss-lab-function#readme) | +| postcss-load-config | 2.1.2 | MIT | [postcss-load-config](https://github.com/postcss/postcss-load-config#readme) | +| postcss-loader | 3.0.0 | MIT | [postcss-loader](https://github.com/postcss/postcss-loader#readme) | +| postcss-logical | 3.0.0 | CC0-1.0 | [postcss-logical](https://github.com/jonathantneal/postcss-logical#readme) | +| postcss-media-minmax | 4.0.0 | MIT | [postcss-media-minmax](https://github.com/postcss/postcss-media-minmax#readme) | +| postcss-merge-longhand | 4.0.11 | MIT | [postcss-merge-longhand](https://github.com/cssnano/cssnano) | +| postcss-merge-rules | 4.0.3 | MIT | [postcss-merge-rules](https://github.com/cssnano/cssnano) | +| postcss-minify-font-values | 4.0.2 | MIT | [postcss-minify-font-values](https://github.com/cssnano/cssnano) | +| postcss-minify-gradients | 4.0.2 | MIT | [postcss-minify-gradients](https://github.com/cssnano/cssnano) | +| postcss-minify-params | 4.0.2 | MIT | [postcss-minify-params](https://github.com/cssnano/cssnano) | +| postcss-minify-selectors | 4.0.2 | MIT | [postcss-minify-selectors](https://github.com/cssnano/cssnano) | +| postcss-modules-extract-imports | 2.0.0 | ISC | [postcss-modules-extract-imports](https://github.com/css-modules/postcss-modules-extract-imports) | +| postcss-modules-local-by-default | 3.0.3 | MIT | [postcss-modules-local-by-default](https://github.com/css-modules/postcss-modules-local-by-default#readme) | +| postcss-modules-scope | 2.2.0 | ISC | [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope) | +| postcss-modules-values | 3.0.0 | ISC | [postcss-modules-values](https://github.com/css-modules/postcss-modules-values#readme) | +| postcss-nesting | 7.0.1 | CC0-1.0 | [postcss-nesting](https://github.com/jonathantneal/postcss-nesting#readme) | +| postcss-normalize | 8.0.1 | CC0-1.0 | [postcss-normalize](https://github.com/csstools/postcss-normalize#readme) | +| postcss-normalize-charset | 4.0.1 | MIT | [postcss-normalize-charset](https://github.com/cssnano/cssnano) | +| postcss-normalize-display-values | 4.0.2 | MIT | [postcss-normalize-display-values](https://github.com/cssnano/cssnano) | +| postcss-normalize-positions | 4.0.2 | MIT | [postcss-normalize-positions](https://github.com/cssnano/cssnano) | +| postcss-normalize-repeat-style | 4.0.2 | MIT | [postcss-normalize-repeat-style](https://github.com/cssnano/cssnano) | +| postcss-normalize-string | 4.0.2 | MIT | [postcss-normalize-string](https://github.com/cssnano/cssnano) | +| postcss-normalize-timing-functions | 4.0.2 | MIT | [postcss-normalize-timing-functions](https://github.com/cssnano/cssnano) | +| postcss-normalize-unicode | 4.0.1 | MIT | [postcss-normalize-unicode](https://github.com/cssnano/cssnano) | +| postcss-normalize-url | 4.0.1 | MIT | [postcss-normalize-url](https://github.com/cssnano/cssnano) | +| postcss-normalize-whitespace | 4.0.2 | MIT | [postcss-normalize-whitespace](https://github.com/cssnano/cssnano) | +| postcss-ordered-values | 4.1.2 | MIT | [postcss-ordered-values](https://github.com/cssnano/cssnano) | +| postcss-overflow-shorthand | 2.0.0 | CC0-1.0 | [postcss-overflow-shorthand](https://github.com/jonathantneal/postcss-overflow-shorthand#readme) | +| postcss-page-break | 2.0.0 | MIT | [postcss-page-break](https://github.com/shrpne/postcss-page-break) | +| postcss-place | 4.0.1 | CC0-1.0 | [postcss-place](https://github.com/jonathantneal/postcss-place#readme) | +| postcss-preset-env | 6.7.0 | CC0-1.0 | [postcss-preset-env](https://github.com/csstools/postcss-preset-env#readme) | +| postcss-pseudo-class-any-link | 6.0.0 | CC0-1.0 | [postcss-pseudo-class-any-link](https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme) | +| postcss-reduce-initial | 4.0.3 | MIT | [postcss-reduce-initial](https://github.com/cssnano/cssnano) | +| postcss-reduce-transforms | 4.0.2 | MIT | [postcss-reduce-transforms](https://github.com/cssnano/cssnano) | +| postcss-replace-overflow-wrap | 3.0.0 | MIT | [postcss-replace-overflow-wrap](https://github.com/MattDiMu/postcss-replace-overflow-wrap) | +| postcss-safe-parser | 5.0.2 | MIT | [postcss-safe-parser](https://github.com/postcss/postcss-safe-parser#readme) | +| postcss-selector-matches | 4.0.0 | MIT | [postcss-selector-matches](https://github.com/postcss/postcss-selector-matches#readme) | +| postcss-selector-not | 4.0.1 | MIT | [postcss-selector-not](https://github.com/postcss/postcss-selector-not#readme) | +| postcss-selector-parser | 3.1.2 | MIT | [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | +| postcss-selector-parser | 5.0.0 | MIT | [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | +| postcss-selector-parser | 6.0.6 | MIT | [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | +| postcss-svgo | 4.0.3 | MIT | [postcss-svgo](https://github.com/cssnano/cssnano) | +| postcss-unique-selectors | 4.0.1 | MIT | [postcss-unique-selectors](https://github.com/cssnano/cssnano) | +| postcss-value-parser | 3.3.1 | MIT | [postcss-value-parser](https://github.com/TrySound/postcss-value-parser) | +| postcss-value-parser | 4.1.0 | MIT | [postcss-value-parser](https://github.com/TrySound/postcss-value-parser) | +| postcss-values-parser | 2.0.1 | MIT | [postcss-values-parser](https://github.com/lesshint/postcss-values-parser#readme) | +| prelude-ls | 1.1.2 | MIT | [prelude-ls](http://preludels.com) | +| prelude-ls | 1.2.1 | MIT | [prelude-ls](http://preludels.com) | +| prepend-http | 1.0.4 | MIT | [prepend-http](https://github.com/sindresorhus/prepend-http#readme) | +| pretty-bytes | 5.6.0 | MIT | [pretty-bytes](https://github.com/sindresorhus/pretty-bytes#readme) | +| pretty-error | 2.1.2 | MIT | [pretty-error](https://github.com/AriaMinaei/pretty-error#readme) | +| pretty-format | 26.6.2 | MIT | [pretty-format](https://github.com/facebook/jest#readme) | +| process | 0.11.10 | MIT | [process](https://github.com/shtylman/node-process#readme) | +| process-nextick-args | 2.0.1 | MIT | [process-nextick-args](https://github.com/calvinmetcalf/process-nextick-args) | +| progress | 2.0.3 | MIT | [progress](https://github.com/visionmedia/node-progress#readme) | +| promise | 8.1.0 | MIT | [promise](https://github.com/then/promise#readme) | +| promise-inflight | 1.0.1 | ISC | [promise-inflight](https://github.com/iarna/promise-inflight#readme) | +| prompts | 2.4.0 | MIT | [prompts](https://github.com/terkelg/prompts#readme) | +| prop-types | 15.7.2 | MIT | [prop-types](https://facebook.github.io/react/) | +| proxy-addr | 2.0.7 | MIT | [proxy-addr](https://github.com/jshttp/proxy-addr#readme) | +| prr | 1.0.1 | MIT | [prr](https://github.com/rvagg/prr) | +| psl | 1.8.0 | MIT | [psl](https://github.com/lupomontero/psl#readme) | +| public-encrypt | 4.0.3 | MIT | [public-encrypt](https://github.com/crypto-browserify/publicEncrypt) | +| pump | 2.0.1 | MIT | [pump](https://github.com/mafintosh/pump#readme) | +| pump | 3.0.0 | MIT | [pump](https://github.com/mafintosh/pump#readme) | +| pumpify | 1.5.1 | MIT | [pumpify](https://github.com/mafintosh/pumpify) | +| punycode | 1.3.2 | MIT | [punycode](https://mths.be/punycode) | +| punycode | 1.4.1 | MIT | [punycode](https://mths.be/punycode) | +| punycode | 2.1.1 | MIT | [punycode](https://mths.be/punycode) | +| q | 1.5.1 | MIT | [q](https://github.com/kriskowal/q) | +| qs | 6.7.0 | BSD-3-Clause | [qs](https://github.com/ljharb/qs) | +| query-string | 4.3.4 | MIT | [query-string](https://github.com/sindresorhus/query-string#readme) | +| querystring | 0.2.0 | MIT | [querystring](https://github.com/Gozala/querystring#readme) | +| querystring | 0.2.1 | MIT | [querystring](https://github.com/Gozala/querystring#readme) | +| querystring-es3 | 0.2.1 | MIT | [querystring-es3](https://github.com/mike-spainhower/querystring) | +| querystringify | 2.2.0 | MIT | [querystringify](https://github.com/unshiftio/querystringify) | +| queue-microtask | 1.2.3 | MIT | [queue-microtask](https://github.com/feross/queue-microtask) | +| raf | 3.4.1 | MIT | [raf](https://github.com/chrisdickinson/raf#readme) | +| randombytes | 2.1.0 | MIT | [randombytes](https://github.com/crypto-browserify/randombytes) | +| randomfill | 1.0.4 | MIT | [randomfill](https://github.com/crypto-browserify/randomfill) | +| range-parser | 1.2.1 | MIT | [range-parser](https://github.com/jshttp/range-parser#readme) | +| raw-body | 2.4.0 | MIT | [raw-body](https://github.com/stream-utils/raw-body#readme) | +| react | 16.8.6 | MIT | [react](https://reactjs.org/) | +| react-app-polyfill | 2.0.0 | MIT | [react-app-polyfill](https://github.com/facebook/create-react-app#readme) | +| react-dev-utils | 11.0.4 | MIT | [react-dev-utils](https://github.com/facebook/create-react-app#readme) | +| react-dom | 16.8.6 | MIT | [react-dom](https://reactjs.org/) | +| react-error-overlay | 6.0.9 | MIT | [react-error-overlay](https://github.com/facebook/create-react-app#readme) | +| react-i18next | 10.9.1 | MIT | [react-i18next](https://github.com/i18next/react-i18next) | +| react-is | 16.13.1 | MIT | [react-is](https://reactjs.org/) | +| react-is | 17.0.2 | MIT | [react-is](https://reactjs.org/) | +| react-refresh | 0.8.3 | MIT | [react-refresh](https://reactjs.org/) | +| react-router | 4.3.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-scripts | 4.0.3 | MIT | [react-scripts](https://github.com/facebook/create-react-app#readme) | +| read-pkg | 3.0.0 | MIT | [read-pkg](https://github.com/sindresorhus/read-pkg#readme) | +| read-pkg | 5.2.0 | MIT | [read-pkg](https://github.com/sindresorhus/read-pkg#readme) | +| read-pkg-up | 3.0.0 | MIT | [read-pkg-up](https://github.com/sindresorhus/read-pkg-up#readme) | +| read-pkg-up | 7.0.1 | MIT | [read-pkg-up](https://github.com/sindresorhus/read-pkg-up#readme) | +| readable-stream | 2.3.7 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| readable-stream | 3.6.0 | MIT | [readable-stream](https://github.com/nodejs/readable-stream#readme) | +| readdirp | 2.2.1 | MIT | [readdirp](https://github.com/paulmillr/readdirp) | +| readdirp | 3.6.0 | MIT | [readdirp](https://github.com/paulmillr/readdirp) | +| recursive-readdir | 2.2.2 | MIT | [recursive-readdir](https://github.com/jergason/recursive-readdir#readme) | +| regenerate | 1.4.2 | MIT | [regenerate](https://mths.be/regenerate) | +| regenerate-unicode-properties | 8.2.0 | MIT | [regenerate-unicode-properties](https://github.com/mathiasbynens/regenerate-unicode-properties) | +| regenerator-runtime | 0.11.1 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-runtime | 0.13.9 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| regenerator-transform | 0.14.5 | MIT | [regenerator-transform](https://github.com/facebook/regenerator/tree/main#readme) | +| regex-not | 1.0.2 | MIT | [regex-not](https://github.com/jonschlinkert/regex-not) | +| regex-parser | 2.2.11 | MIT | [regex-parser](https://github.com/IonicaBizau/regex-parser.js) | +| regexp.prototype.flags | 1.3.1 | MIT | [regexp.prototype.flags](https://github.com/es-shims/RegExp.prototype.flags#readme) | +| regexpp | 3.2.0 | MIT | [regexpp](https://github.com/mysticatea/regexpp#readme) | +| regexpu-core | 4.7.1 | MIT | [regexpu-core](https://mths.be/regexpu) | +| regjsgen | 0.5.2 | MIT | [regjsgen](https://github.com/bnjmnt4n/regjsgen) | +| regjsparser | 0.6.9 | BSD-2-Clause | [regjsparser](https://github.com/jviereck/regjsparser) | +| relateurl | 0.2.7 | MIT | [relateurl](https://github.com/stevenvachon/relateurl) | +| remove-trailing-separator | 1.1.0 | ISC | [remove-trailing-separator](https://github.com/darsain/remove-trailing-separator#readme) | +| renderkid | 2.0.7 | MIT | [renderkid](https://github.com/AriaMinaei/RenderKid#readme) | +| repeat-element | 1.1.4 | MIT | [repeat-element](https://github.com/jonschlinkert/repeat-element) | +| repeat-string | 1.6.1 | MIT | [repeat-string](https://github.com/jonschlinkert/repeat-string) | +| require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | +| require-from-string | 2.0.2 | MIT | [require-from-string](https://github.com/floatdrop/require-from-string#readme) | +| require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | +| requires-port | 1.0.0 | MIT | [requires-port](https://github.com/unshiftio/requires-port) | +| resolve | 1.18.1 | MIT | [resolve](https://github.com/browserify/resolve#readme) | +| resolve | 1.20.0 | MIT | [resolve](https://github.com/browserify/resolve#readme) | +| resolve | 2.0.0-next.3 | MIT | [resolve](https://github.com/browserify/resolve#readme) | +| resolve-cwd | 2.0.0 | MIT | [resolve-cwd](https://github.com/sindresorhus/resolve-cwd#readme) | +| resolve-cwd | 3.0.0 | MIT | [resolve-cwd](https://github.com/sindresorhus/resolve-cwd#readme) | +| resolve-from | 3.0.0 | MIT | [resolve-from](https://github.com/sindresorhus/resolve-from#readme) | +| resolve-from | 4.0.0 | MIT | [resolve-from](https://github.com/sindresorhus/resolve-from#readme) | +| resolve-from | 5.0.0 | MIT | [resolve-from](https://github.com/sindresorhus/resolve-from#readme) | +| resolve-pathname | 3.0.0 | MIT | [resolve-pathname](https://github.com/mjackson/resolve-pathname#readme) | +| resolve-url | 0.2.1 | MIT | [resolve-url](https://github.com/lydell/resolve-url) | +| resolve-url-loader | 3.1.4 | MIT | [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/v3-maintenance/packages/resolve-url-loader) | +| ret | 0.1.15 | MIT | [ret](https://github.com/fent/ret.js#readme) | +| retry | 0.12.0 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| reusify | 1.0.4 | MIT | [reusify](https://github.com/mcollina/reusify#readme) | +| rework | 1.0.1 | none | [rework](https://github.com/reworkcss/rework) | +| rework-visit | 1.0.0 | MIT | [rework-visit]() | +| rgb-regex | 1.0.1 | MIT | [rgb-regex](https://github.com/regexps/rgb-regex) | +| rgba-regex | 1.0.0 | MIT | [rgba-regex](https://github.com/johnotander/rgba-regex) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rimraf | 3.0.2 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| ripemd160 | 2.0.2 | MIT | [ripemd160](https://github.com/crypto-browserify/ripemd160#readme) | +| rollup | 1.32.1 | MIT | [rollup](https://github.com/rollup/rollup) | +| rollup-plugin-babel | 4.4.0 | MIT | [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) | +| rollup-plugin-terser | 5.3.1 | MIT | [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser.git) | +| rollup-pluginutils | 2.8.2 | MIT | [rollup-pluginutils](https://github.com/rollup/rollup-pluginutils#readme) | +| rsvp | 4.8.5 | MIT | [rsvp](https://github.com/tildeio/rsvp.js) | +| run-parallel | 1.2.0 | MIT | [run-parallel](https://github.com/feross/run-parallel) | +| run-queue | 1.0.3 | ISC | [run-queue](https://npmjs.com/package/run-queue) | +| safe-buffer | 5.1.2 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| safe-buffer | 5.2.1 | MIT | [safe-buffer](https://github.com/feross/safe-buffer) | +| safe-regex | 1.1.0 | MIT | [safe-regex](https://github.com/substack/safe-regex) | +| safer-buffer | 2.1.2 | MIT | [safer-buffer](https://github.com/ChALkeR/safer-buffer#readme) | +| sane | 4.1.0 | MIT | [sane](https://github.com/amasad/sane) | +| sanitize.css | 10.0.0 | CC0-1.0 | [sanitize.css](https://github.com/csstools/sanitize.css#readme) | +| sass-loader | 10.2.0 | MIT | [sass-loader](https://github.com/webpack-contrib/sass-loader) | +| sax | 1.2.4 | ISC | [sax](https://github.com/isaacs/sax-js#readme) | +| saxes | 5.0.1 | ISC | [saxes](https://github.com/lddubeau/saxes#readme) | +| scheduler | 0.13.6 | MIT | [scheduler](https://reactjs.org/) | +| schema-utils | 1.0.0 | MIT | [schema-utils](https://github.com/webpack-contrib/schema-utils) | +| schema-utils | 2.7.1 | MIT | [schema-utils](https://github.com/webpack/schema-utils) | +| schema-utils | 3.1.1 | MIT | [schema-utils](https://github.com/webpack/schema-utils) | +| select-hose | 2.0.0 | MIT | [select-hose](https://github.com/indutny/select-hose#readme) | +| selfsigned | 1.10.11 | MIT | [selfsigned](https://github.com/jfromaniello/selfsigned#readme) | +| semver | 5.7.1 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 6.3.0 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 7.0.0 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 7.3.2 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| semver | 7.3.5 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| send | 0.17.1 | MIT | [send](https://github.com/pillarjs/send#readme) | +| serialize-javascript | 4.0.0 | BSD-3-Clause | [serialize-javascript](https://github.com/yahoo/serialize-javascript) | +| serialize-javascript | 5.0.1 | BSD-3-Clause | [serialize-javascript](https://github.com/yahoo/serialize-javascript) | +| serve-index | 1.9.1 | MIT | [serve-index](https://github.com/expressjs/serve-index#readme) | +| serve-static | 1.14.1 | MIT | [serve-static](https://github.com/expressjs/serve-static#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| set-value | 2.0.1 | MIT | [set-value](https://github.com/jonschlinkert/set-value) | +| setimmediate | 1.0.5 | MIT | [setimmediate](https://github.com/yuzujs/setImmediate#readme) | +| setprototypeof | 1.1.0 | ISC | [setprototypeof](https://github.com/wesleytodd/setprototypeof) | +| setprototypeof | 1.1.1 | ISC | [setprototypeof](https://github.com/wesleytodd/setprototypeof) | +| sha.js | 2.4.11 | (MIT AND BSD-3-Clause) | [sha.js](https://github.com/crypto-browserify/sha.js) | +| shebang-command | 1.2.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-command | 2.0.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-regex | 1.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex) | +| shebang-regex | 3.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex#readme) | +| shell-quote | 1.7.2 | MIT | [shell-quote](https://github.com/substack/node-shell-quote) | +| shellwords | 0.1.1 | MIT | [shellwords](https://github.com/jimmycuadra/shellwords) | +| side-channel | 1.0.4 | MIT | [side-channel](https://github.com/ljharb/side-channel#readme) | +| signal-exit | 3.0.3 | ISC | [signal-exit](https://github.com/tapjs/signal-exit) | +| simple-swizzle | 0.2.2 | MIT | [simple-swizzle](https://github.com/qix-/node-simple-swizzle#readme) | +| sisteransi | 1.0.5 | MIT | [sisteransi](https://github.com/terkelg/sisteransi#readme) | +| slash | 3.0.0 | MIT | [slash](https://github.com/sindresorhus/slash#readme) | +| slice-ansi | 4.0.0 | MIT | [slice-ansi](https://github.com/chalk/slice-ansi#readme) | +| snapdragon | 0.8.2 | MIT | [snapdragon](https://github.com/jonschlinkert/snapdragon) | +| snapdragon-node | 2.1.1 | MIT | [snapdragon-node](https://github.com/jonschlinkert/snapdragon-node) | +| snapdragon-util | 3.0.1 | MIT | [snapdragon-util](https://github.com/jonschlinkert/snapdragon-util) | +| sockjs | 0.3.21 | MIT | [sockjs](https://github.com/sockjs/sockjs-node) | +| sockjs-client | 1.5.2 | MIT | [sockjs-client](http://sockjs.org) | +| sort-keys | 1.1.2 | MIT | [sort-keys](https://github.com/sindresorhus/sort-keys#readme) | +| source-list-map | 2.0.1 | MIT | [source-list-map](https://github.com/webpack/source-list-map) | +| source-map | 0.5.7 | BSD-3-Clause | [source-map](https://github.com/mozilla/source-map) | +| source-map | 0.6.1 | BSD-3-Clause | [source-map](https://github.com/mozilla/source-map) | +| source-map | 0.7.3 | BSD-3-Clause | [source-map](https://github.com/mozilla/source-map) | +| source-map-js | 0.6.2 | BSD-3-Clause | [source-map-js](https://github.com/7rulnik/source-map) | +| source-map-resolve | 0.5.3 | MIT | [source-map-resolve](https://github.com/lydell/source-map-resolve#readme) | +| source-map-support | 0.5.19 | MIT | [source-map-support](https://github.com/evanw/node-source-map-support#readme) | +| source-map-url | 0.4.1 | MIT | [source-map-url](https://github.com/lydell/source-map-url#readme) | +| sourcemap-codec | 1.4.8 | MIT | [sourcemap-codec](https://github.com/Rich-Harris/sourcemap-codec) | +| spdx-correct | 3.1.1 | Apache-2.0 | [spdx-correct](https://github.com/jslicense/spdx-correct.js#readme) | +| spdx-exceptions | 2.3.0 | CC-BY-3.0 | [spdx-exceptions](https://github.com/kemitchell/spdx-exceptions.json#readme) | +| spdx-expression-parse | 3.0.1 | MIT | [spdx-expression-parse](https://github.com/jslicense/spdx-expression-parse.js#readme) | +| spdx-license-ids | 3.0.10 | CC0-1.0 | [spdx-license-ids](https://github.com/jslicense/spdx-license-ids#readme) | +| spdy | 4.0.2 | MIT | [spdy](https://github.com/indutny/node-spdy) | +| spdy-transport | 3.0.0 | MIT | [spdy-transport](https://github.com/spdy-http2/spdy-transport) | +| split-string | 3.1.0 | MIT | [split-string](https://github.com/jonschlinkert/split-string) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| ssri | 6.0.2 | ISC | [ssri](https://github.com/zkat/ssri#readme) | +| ssri | 8.0.1 | ISC | [ssri](https://github.com/npm/ssri#readme) | +| stable | 0.1.8 | MIT | [stable](https://github.com/Two-Screen/stable#readme) | +| stack-utils | 2.0.3 | MIT | [stack-utils](https://github.com/tapjs/stack-utils#readme) | +| stackframe | 1.2.0 | MIT | [stackframe](https://www.stacktracejs.com) | +| static-extend | 0.1.2 | MIT | [static-extend](https://github.com/jonschlinkert/static-extend) | +| statuses | 1.5.0 | MIT | [statuses](https://github.com/jshttp/statuses#readme) | +| stream-browserify | 2.0.2 | MIT | [stream-browserify](https://github.com/browserify/stream-browserify) | +| stream-each | 1.2.3 | MIT | [stream-each](https://github.com/mafintosh/stream-each) | +| stream-http | 2.8.3 | MIT | [stream-http](https://github.com/jhiesey/stream-http#readme) | +| stream-shift | 1.0.1 | MIT | [stream-shift](https://github.com/mafintosh/stream-shift) | +| strict-uri-encode | 1.1.0 | MIT | [strict-uri-encode](https://github.com/kevva/strict-uri-encode#readme) | +| string-length | 4.0.2 | MIT | [string-length](https://github.com/sindresorhus/string-length#readme) | +| string-natural-compare | 3.0.1 | MIT | [string-natural-compare](https://github.com/nwoltman/string-natural-compare) | +| string-width | 3.1.0 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string-width | 4.2.2 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string.prototype.matchall | 4.0.5 | MIT | [string.prototype.matchall](https://github.com/es-shims/String.prototype.matchAll#readme) | +| string.prototype.trimend | 1.0.4 | MIT | [string.prototype.trimend](https://github.com/es-shims/String.prototype.trimEnd#readme) | +| string.prototype.trimstart | 1.0.4 | MIT | [string.prototype.trimstart](https://github.com/es-shims/String.prototype.trimStart#readme) | +| string_decoder | 1.1.1 | MIT | [string_decoder](https://github.com/nodejs/string_decoder) | +| stringify-object | 3.3.0 | BSD-2-Clause | [stringify-object](https://github.com/yeoman/stringify-object#readme) | +| strip-ansi | 3.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi) | +| strip-ansi | 5.2.0 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| strip-ansi | 6.0.0 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| strip-bom | 3.0.0 | MIT | [strip-bom](https://github.com/sindresorhus/strip-bom#readme) | +| strip-bom | 4.0.0 | MIT | [strip-bom](https://github.com/sindresorhus/strip-bom#readme) | +| strip-comments | 1.0.2 | MIT | [strip-comments](https://github.com/jonschlinkert/strip-comments) | +| strip-eof | 1.0.0 | MIT | [strip-eof](https://github.com/sindresorhus/strip-eof) | +| strip-final-newline | 2.0.0 | MIT | [strip-final-newline](https://github.com/sindresorhus/strip-final-newline#readme) | +| strip-json-comments | 3.1.1 | MIT | [strip-json-comments](https://github.com/sindresorhus/strip-json-comments#readme) | +| style-loader | 1.3.0 | MIT | [style-loader](https://github.com/webpack-contrib/style-loader) | +| stylehacks | 4.0.3 | MIT | [stylehacks](https://github.com/cssnano/cssnano) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| supports-color | 6.1.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| supports-color | 7.2.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | +| supports-hyperlinks | 2.2.0 | MIT | [supports-hyperlinks](https://github.com/jamestalmage/supports-hyperlinks#readme) | +| svg-parser | 2.0.4 | MIT | [svg-parser](https://github.com/Rich-Harris/svg-parser#README) | +| svgo | 1.3.2 | MIT | [svgo](https://github.com/svg/svgo) | +| symbol-tree | 3.2.4 | MIT | [symbol-tree](https://github.com/jsdom/js-symbol-tree#symbol-tree) | +| table | 6.7.1 | BSD-3-Clause | [table](https://github.com/gajus/table#readme) | +| tapable | 1.1.3 | MIT | [tapable](https://github.com/webpack/tapable) | +| tar | 6.1.11 | ISC | [tar](https://github.com/npm/node-tar#readme) | +| temp-dir | 1.0.0 | MIT | [temp-dir](https://github.com/sindresorhus/temp-dir#readme) | +| tempy | 0.3.0 | MIT | [tempy](https://github.com/sindresorhus/tempy#readme) | +| terminal-link | 2.1.1 | MIT | [terminal-link](https://github.com/sindresorhus/terminal-link#readme) | +| terser | 4.8.0 | BSD-2-Clause | [terser](https://terser.org) | +| terser | 5.7.2 | BSD-2-Clause | [terser](https://terser.org) | +| terser-webpack-plugin | 1.4.5 | MIT | [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | +| terser-webpack-plugin | 4.2.3 | MIT | [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) | +| test-exclude | 6.0.0 | ISC | [test-exclude](https://istanbul.js.org/) | +| text-table | 0.2.0 | MIT | [text-table](https://github.com/substack/text-table) | +| throat | 5.0.0 | MIT | [throat](https://github.com/ForbesLindesay/throat#readme) | +| through2 | 2.0.5 | MIT | [through2](https://github.com/rvagg/through2#readme) | +| thunky | 1.1.0 | MIT | [thunky](https://github.com/mafintosh/thunky#readme) | +| timers-browserify | 2.0.12 | MIT | [timers-browserify](https://github.com/jryans/timers-browserify) | +| timsort | 0.3.0 | MIT | [timsort](https://github.com/mziccard/node-timsort) | +| tiny-invariant | 1.1.0 | MIT | [tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme) | +| tiny-warning | 1.0.3 | MIT | [tiny-warning](https://github.com/alexreardon/tiny-warning.git) | +| tmpl | 1.0.5 | BSD-3-Clause | [tmpl](https://github.com/daaku/nodejs-tmpl) | +| to-arraybuffer | 1.0.1 | MIT | [to-arraybuffer](https://github.com/jhiesey/to-arraybuffer#readme) | +| to-fast-properties | 2.0.0 | MIT | [to-fast-properties](https://github.com/sindresorhus/to-fast-properties#readme) | +| to-object-path | 0.3.0 | MIT | [to-object-path](https://github.com/jonschlinkert/to-object-path) | +| to-regex | 3.0.2 | MIT | [to-regex](https://github.com/jonschlinkert/to-regex) | +| to-regex-range | 2.1.1 | MIT | [to-regex-range](https://github.com/micromatch/to-regex-range) | +| to-regex-range | 5.0.1 | MIT | [to-regex-range](https://github.com/micromatch/to-regex-range) | +| toidentifier | 1.0.0 | MIT | [toidentifier](https://github.com/component/toidentifier#readme) | +| tough-cookie | 4.0.0 | BSD-3-Clause | [tough-cookie](https://github.com/salesforce/tough-cookie) | +| tr46 | 2.1.0 | MIT | [tr46](https://github.com/jsdom/tr46#readme) | +| tryer | 1.0.1 | MIT | [tryer](https://gitlab.com/philbooth/tryer) | +| ts-pnp | 1.2.0 | MIT | [ts-pnp](https://github.com/arcanis/ts-pnp) | +| tsconfig-paths | 3.11.0 | MIT | [tsconfig-paths](https://github.com/dividab/tsconfig-paths.git) | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| tslib | 2.3.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| tsutils | 3.21.0 | MIT | [tsutils](https://github.com/ajafff/tsutils#readme) | +| tty-browserify | 0.0.0 | MIT | [tty-browserify](https://github.com/substack/tty-browserify) | +| type | 1.2.0 | ISC | [type](https://github.com/medikoo/type#readme) | +| type | 2.5.0 | ISC | [type](https://github.com/medikoo/type#readme) | +| type-check | 0.3.2 | MIT | [type-check](https://github.com/gkz/type-check) | +| type-check | 0.4.0 | MIT | [type-check](https://github.com/gkz/type-check) | +| type-detect | 4.0.8 | MIT | [type-detect](https://github.com/chaijs/type-detect#readme) | +| type-fest | 0.3.1 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| type-fest | 0.6.0 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| type-fest | 0.8.1 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| type-fest | 0.20.2 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| type-fest | 0.21.3 | (MIT OR CC0-1.0) | [type-fest](https://github.com/sindresorhus/type-fest#readme) | +| type-is | 1.6.18 | MIT | [type-is](https://github.com/jshttp/type-is#readme) | +| typedarray | 0.0.6 | MIT | [typedarray](https://github.com/substack/typedarray) | +| typedarray-to-buffer | 3.1.5 | MIT | [typedarray-to-buffer](http://feross.org) | +| unbox-primitive | 1.0.1 | MIT | [unbox-primitive](https://github.com/ljharb/unbox-primitive#readme) | +| unicode-canonical-property-names-ecmascript | 1.0.4 | MIT | [unicode-canonical-property-names-ecmascript](https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript) | +| unicode-match-property-ecmascript | 1.0.4 | MIT | [unicode-match-property-ecmascript](https://github.com/mathiasbynens/unicode-match-property-ecmascript) | +| unicode-match-property-value-ecmascript | 1.2.0 | MIT | [unicode-match-property-value-ecmascript](https://github.com/mathiasbynens/unicode-match-property-value-ecmascript) | +| unicode-property-aliases-ecmascript | 1.1.0 | MIT | [unicode-property-aliases-ecmascript](https://github.com/mathiasbynens/unicode-property-aliases-ecmascript) | +| union-value | 1.0.1 | MIT | [union-value](https://github.com/jonschlinkert/union-value) | +| uniq | 1.0.1 | MIT | [uniq](https://github.com/mikolalysenko/uniq) | +| uniqs | 2.0.0 | MIT | [uniqs](https://github.com/fgnass/uniqs) | +| unique-filename | 1.1.1 | ISC | [unique-filename](https://github.com/iarna/unique-filename) | +| unique-slug | 2.0.2 | ISC | [unique-slug](https://github.com/iarna/unique-slug#readme) | +| unique-string | 1.0.0 | MIT | [unique-string](https://github.com/sindresorhus/unique-string#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| universalify | 2.0.0 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| unpipe | 1.0.0 | MIT | [unpipe](https://github.com/stream-utils/unpipe) | +| unquote | 1.1.1 | MIT | [unquote](https://github.com/lakenen/node-unquote) | +| unset-value | 1.0.0 | MIT | [unset-value](https://github.com/jonschlinkert/unset-value) | +| upath | 1.2.0 | MIT | [upath](http://github.com/anodynos/upath/) | +| uri-js | 4.4.1 | BSD-2-Clause | [uri-js](https://github.com/garycourt/uri-js) | +| urix | 0.1.0 | MIT | [urix](https://github.com/lydell/urix) | +| url | 0.11.0 | MIT | [url](https://github.com/defunctzombie/node-url#readme) | +| url-loader | 4.1.1 | MIT | [url-loader](https://github.com/webpack-contrib/url-loader) | +| url-parse | 1.5.10 | MIT | [url-parse](https://github.com/unshiftio/url-parse#readme) | +| use | 3.1.1 | MIT | [use](https://github.com/jonschlinkert/use) | +| util | 0.10.3 | MIT | [util](https://github.com/defunctzombie/node-util) | +| util | 0.11.1 | MIT | [util](https://github.com/defunctzombie/node-util) | +| util-deprecate | 1.0.2 | MIT | [util-deprecate](https://github.com/TooTallNate/util-deprecate) | +| util.promisify | 1.0.0 | MIT | [util.promisify](https://github.com/ljharb/util.promisify#readme) | +| util.promisify | 1.0.1 | MIT | [util.promisify](https://github.com/ljharb/util.promisify#readme) | +| utila | 0.4.0 | MIT | [utila](https://github.com/AriaMinaei/utila) | +| utils-merge | 1.0.1 | MIT | [utils-merge](https://github.com/jaredhanson/utils-merge#readme) | +| uuid | 3.4.0 | MIT | [uuid](https://github.com/uuidjs/uuid#readme) | +| uuid | 8.3.2 | MIT | [uuid](https://github.com/uuidjs/uuid#readme) | +| v8-compile-cache | 2.3.0 | MIT | [v8-compile-cache](https://github.com/zertosh/v8-compile-cache#readme) | +| v8-to-istanbul | 7.1.2 | ISC | [v8-to-istanbul](https://github.com/istanbuljs/v8-to-istanbul#readme) | +| validate-npm-package-license | 3.0.4 | Apache-2.0 | [validate-npm-package-license](https://github.com/kemitchell/validate-npm-package-license.js#readme) | +| value-equal | 1.0.1 | MIT | [value-equal](https://github.com/mjackson/value-equal#readme) | +| vary | 1.1.2 | MIT | [vary](https://github.com/jshttp/vary#readme) | +| vendors | 1.0.4 | MIT | [vendors](https://github.com/wooorm/vendors#readme) | +| vm-browserify | 1.1.2 | MIT | [vm-browserify](https://github.com/substack/vm-browserify#readme) | +| void-elements | 2.0.1 | MIT | [void-elements](https://github.com/hemanth/void-elements) | +| w3c-hr-time | 1.0.2 | MIT | [w3c-hr-time](https://github.com/jsdom/w3c-hr-time.git) | +| w3c-xmlserializer | 2.0.0 | MIT | [w3c-xmlserializer](https://github.com/jsdom/w3c-xmlserializer#readme) | +| walker | 1.0.7 | Apache-2.0 | [walker](https://github.com/daaku/nodejs-walker) | +| warning | 4.0.3 | MIT | [warning](https://github.com/BerkeleyTrue/warning) | +| watchpack | 1.7.5 | MIT | [watchpack](https://github.com/webpack/watchpack) | +| watchpack-chokidar2 | 2.0.1 | MIT | [watchpack-chokidar2](https://github.com/webpack/watchpack) | +| wbuf | 1.7.3 | MIT | [wbuf](https://github.com/indutny/wbuf) | +| webidl-conversions | 5.0.0 | BSD-2-Clause | [webidl-conversions](https://github.com/jsdom/webidl-conversions#readme) | +| webidl-conversions | 6.1.0 | BSD-2-Clause | [webidl-conversions](https://github.com/jsdom/webidl-conversions#readme) | +| webpack | 4.44.2 | MIT | [webpack](https://github.com/webpack/webpack) | +| webpack-dev-middleware | 3.7.3 | MIT | [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | +| webpack-dev-server | 3.11.1 | MIT | [webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme) | +| webpack-log | 2.0.0 | MIT | [webpack-log](https://github.com/webpack-contrib/webpack-log#readme) | +| webpack-manifest-plugin | 2.2.0 | MIT | [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) | +| webpack-sources | 1.4.3 | MIT | [webpack-sources](https://github.com/webpack/webpack-sources#readme) | +| websocket-driver | 0.7.4 | Apache-2.0 | [websocket-driver](https://github.com/faye/websocket-driver-node) | +| websocket-extensions | 0.1.4 | Apache-2.0 | [websocket-extensions](http://github.com/faye/websocket-extensions-node) | +| whatwg-encoding | 1.0.5 | MIT | [whatwg-encoding](https://github.com/jsdom/whatwg-encoding#readme) | +| whatwg-fetch | 3.6.2 | MIT | [whatwg-fetch](https://github.com/github/fetch#readme) | +| whatwg-mimetype | 2.3.0 | MIT | [whatwg-mimetype](https://github.com/jsdom/whatwg-mimetype#readme) | +| whatwg-url | 8.7.0 | MIT | [whatwg-url](https://github.com/jsdom/whatwg-url#readme) | +| which | 1.3.1 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which | 2.0.2 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which-boxed-primitive | 1.0.2 | MIT | [which-boxed-primitive](https://github.com/inspect-js/which-boxed-primitive#readme) | +| which-module | 2.0.0 | ISC | [which-module](https://github.com/nexdrew/which-module#readme) | +| word-wrap | 1.2.3 | MIT | [word-wrap](https://github.com/jonschlinkert/word-wrap) | +| workbox-background-sync | 5.1.4 | MIT | [workbox-background-sync](https://github.com/GoogleChrome/workbox) | +| workbox-broadcast-update | 5.1.4 | MIT | [workbox-broadcast-update](https://github.com/GoogleChrome/workbox) | +| workbox-build | 5.1.4 | MIT | [workbox-build](https://github.com/GoogleChrome/workbox) | +| workbox-cacheable-response | 5.1.4 | MIT | [workbox-cacheable-response](https://github.com/GoogleChrome/workbox) | +| workbox-core | 5.1.4 | MIT | [workbox-core](https://github.com/GoogleChrome/workbox) | +| workbox-expiration | 5.1.4 | MIT | [workbox-expiration](https://github.com/GoogleChrome/workbox) | +| workbox-google-analytics | 5.1.4 | MIT | [workbox-google-analytics](https://github.com/GoogleChrome/workbox) | +| workbox-navigation-preload | 5.1.4 | MIT | [workbox-navigation-preload](https://github.com/GoogleChrome/workbox) | +| workbox-precaching | 5.1.4 | MIT | [workbox-precaching](https://github.com/GoogleChrome/workbox) | +| workbox-range-requests | 5.1.4 | MIT | [workbox-range-requests](https://github.com/GoogleChrome/workbox) | +| workbox-routing | 5.1.4 | MIT | [workbox-routing](https://github.com/GoogleChrome/workbox) | +| workbox-strategies | 5.1.4 | MIT | [workbox-strategies](https://github.com/GoogleChrome/workbox) | +| workbox-streams | 5.1.4 | MIT | [workbox-streams](https://github.com/GoogleChrome/workbox) | +| workbox-sw | 5.1.4 | MIT | [workbox-sw](https://github.com/GoogleChrome/workbox) | +| workbox-webpack-plugin | 5.1.4 | MIT | [workbox-webpack-plugin](https://github.com/GoogleChrome/workbox) | +| workbox-window | 5.1.4 | MIT | [workbox-window](https://github.com/GoogleChrome/workbox) | +| worker-farm | 1.7.0 | MIT | [worker-farm](https://github.com/rvagg/node-worker-farm) | +| worker-rpc | 0.1.1 | MIT | [worker-rpc](https://github.com/DirtyHairy/worker-rpc#readme) | +| wrap-ansi | 5.1.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrap-ansi | 6.2.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| write-file-atomic | 3.0.3 | ISC | [write-file-atomic](https://github.com/npm/write-file-atomic) | +| ws | 6.2.2 | MIT | [ws](https://github.com/websockets/ws) | +| ws | 7.5.4 | MIT | [ws](https://github.com/websockets/ws) | +| xml-name-validator | 3.0.0 | Apache-2.0 | [xml-name-validator](https://github.com/jsdom/xml-name-validator#readme) | +| xmlchars | 2.2.0 | MIT | [xmlchars](https://github.com/lddubeau/xmlchars#readme) | +| xtend | 4.0.2 | MIT | [xtend](https://github.com/Raynos/xtend) | +| y18n | 4.0.3 | ISC | [y18n](https://github.com/yargs/y18n) | +| yallist | 3.1.1 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yallist | 4.0.0 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yaml | 1.10.2 | ISC | [yaml](https://eemeli.org/yaml/v1/) | +| yargs | 13.3.2 | MIT | [yargs](https://yargs.js.org/) | +| yargs | 15.4.1 | MIT | [yargs](https://yargs.js.org/) | +| yargs-parser | 13.1.2 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| yargs-parser | 18.1.3 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| yocto-queue | 0.1.0 | MIT | [yocto-queue](https://github.com/sindresorhus/yocto-queue#readme) | +| @babel/code-frame | 7.10.4 | MIT | [code-frame](https://babeljs.io/) | +| @babel/code-frame | 7.12.11 | MIT | [code-frame](https://babeljs.io/) | +| @babel/code-frame | 7.14.5 | MIT | [code-frame](https://babel.dev/docs/en/next/babel-code-frame) | +| @babel/compat-data | 7.15.0 | MIT | [compat-data](https://github.com/babel/babel.git) | +| @babel/core | 7.12.3 | MIT | [core](https://babeljs.io/) | +| @babel/generator | 7.15.0 | MIT | [generator](https://babel.dev/docs/en/next/babel-generator) | +| @babel/helper-annotate-as-pure | 7.14.5 | MIT | [helper-annotate-as-pure](https://babel.dev/docs/en/next/babel-helper-annotate-as-pure) | +| @babel/helper-builder-binary-assignment-operator-visitor | 7.14.5 | MIT | [helper-builder-binary-assignment-operator-visitor](https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor) | +| @babel/helper-compilation-targets | 7.15.0 | MIT | [helper-compilation-targets](https://github.com/babel/babel.git) | +| @babel/helper-create-class-features-plugin | 7.15.0 | MIT | [helper-create-class-features-plugin](https://github.com/babel/babel.git) | +| @babel/helper-create-regexp-features-plugin | 7.14.5 | MIT | [helper-create-regexp-features-plugin](https://github.com/babel/babel.git) | +| @babel/helper-define-polyfill-provider | 0.2.3 | MIT | [helper-define-polyfill-provider](https://github.com/babel/babel-polyfills#readme) | +| @babel/helper-explode-assignable-expression | 7.14.5 | MIT | [helper-explode-assignable-expression](https://babel.dev/docs/en/next/babel-helper-explode-assignable-expression) | +| @babel/helper-function-name | 7.14.5 | MIT | [helper-function-name](https://babel.dev/docs/en/next/babel-helper-function-name) | +| @babel/helper-get-function-arity | 7.14.5 | MIT | [helper-get-function-arity](https://babel.dev/docs/en/next/babel-helper-get-function-arity) | +| @babel/helper-hoist-variables | 7.14.5 | MIT | [helper-hoist-variables](https://babel.dev/docs/en/next/babel-helper-hoist-variables) | +| @babel/helper-member-expression-to-functions | 7.15.0 | MIT | [helper-member-expression-to-functions](https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions) | +| @babel/helper-module-imports | 7.14.5 | MIT | [helper-module-imports](https://babel.dev/docs/en/next/babel-helper-module-imports) | +| @babel/helper-module-transforms | 7.15.0 | MIT | [helper-module-transforms](https://babel.dev/docs/en/next/babel-helper-module-transforms) | +| @babel/helper-optimise-call-expression | 7.14.5 | MIT | [helper-optimise-call-expression](https://babel.dev/docs/en/next/babel-helper-optimise-call-expression) | +| @babel/helper-plugin-utils | 7.14.5 | MIT | [helper-plugin-utils](https://babel.dev/docs/en/next/babel-helper-plugin-utils) | +| @babel/helper-remap-async-to-generator | 7.14.5 | MIT | [helper-remap-async-to-generator](https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator) | +| @babel/helper-replace-supers | 7.15.0 | MIT | [helper-replace-supers](https://babel.dev/docs/en/next/babel-helper-replace-supers) | +| @babel/helper-simple-access | 7.14.8 | MIT | [helper-simple-access](https://babel.dev/docs/en/next/babel-helper-simple-access) | +| @babel/helper-skip-transparent-expression-wrappers | 7.14.5 | MIT | [helper-skip-transparent-expression-wrappers](https://github.com/babel/babel.git) | +| @babel/helper-split-export-declaration | 7.14.5 | MIT | [helper-split-export-declaration](https://babel.dev/docs/en/next/babel-helper-split-export-declaration) | +| @babel/helper-validator-identifier | 7.14.9 | MIT | [helper-validator-identifier](https://github.com/babel/babel.git) | +| @babel/helper-validator-option | 7.14.5 | MIT | [helper-validator-option](https://github.com/babel/babel.git) | +| @babel/helper-wrap-function | 7.14.5 | MIT | [helper-wrap-function](https://babel.dev/docs/en/next/babel-helper-wrap-function) | +| @babel/helpers | 7.15.3 | MIT | [helpers](https://babel.dev/docs/en/next/babel-helpers) | +| @babel/highlight | 7.14.5 | MIT | [highlight](https://babel.dev/docs/en/next/babel-highlight) | +| @babel/parser | 7.15.3 | MIT | [parser](https://babel.dev/docs/en/next/babel-parser) | +| @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining | 7.14.5 | MIT | [plugin-bugfix-v8-spread-parameters-in-optional-chaining](https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining) | +| @babel/plugin-proposal-async-generator-functions | 7.14.9 | MIT | [plugin-proposal-async-generator-functions](https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions) | +| @babel/plugin-proposal-class-properties | 7.12.1 | MIT | [plugin-proposal-class-properties](https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties) | +| @babel/plugin-proposal-class-properties | 7.14.5 | MIT | [plugin-proposal-class-properties](https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties) | +| @babel/plugin-proposal-class-static-block | 7.14.5 | MIT | [plugin-proposal-class-static-block](https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block) | +| @babel/plugin-proposal-decorators | 7.12.1 | MIT | [plugin-proposal-decorators](https://babel.dev/docs/en/next/babel-plugin-proposal-decorators) | +| @babel/plugin-proposal-dynamic-import | 7.14.5 | MIT | [plugin-proposal-dynamic-import](https://github.com/babel/babel.git) | +| @babel/plugin-proposal-export-namespace-from | 7.14.5 | MIT | [plugin-proposal-export-namespace-from](https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from) | +| @babel/plugin-proposal-json-strings | 7.14.5 | MIT | [plugin-proposal-json-strings](https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings) | +| @babel/plugin-proposal-logical-assignment-operators | 7.14.5 | MIT | [plugin-proposal-logical-assignment-operators](https://babel.dev/docs/en/next/babel-plugin-proposal-logical-assignment-operators) | +| @babel/plugin-proposal-nullish-coalescing-operator | 7.12.1 | MIT | [plugin-proposal-nullish-coalescing-operator](https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator) | +| @babel/plugin-proposal-nullish-coalescing-operator | 7.14.5 | MIT | [plugin-proposal-nullish-coalescing-operator](https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator) | +| @babel/plugin-proposal-numeric-separator | 7.12.1 | MIT | [plugin-proposal-numeric-separator](https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator) | +| @babel/plugin-proposal-numeric-separator | 7.14.5 | MIT | [plugin-proposal-numeric-separator](https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator) | +| @babel/plugin-proposal-object-rest-spread | 7.14.7 | MIT | [plugin-proposal-object-rest-spread](https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread) | +| @babel/plugin-proposal-optional-catch-binding | 7.14.5 | MIT | [plugin-proposal-optional-catch-binding](https://babel.dev/docs/en/next/babel-plugin-proposal-optional-catch-binding) | +| @babel/plugin-proposal-optional-chaining | 7.12.1 | MIT | [plugin-proposal-optional-chaining](https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining) | +| @babel/plugin-proposal-optional-chaining | 7.14.5 | MIT | [plugin-proposal-optional-chaining](https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining) | +| @babel/plugin-proposal-private-methods | 7.14.5 | MIT | [plugin-proposal-private-methods](https://babel.dev/docs/en/next/babel-plugin-proposal-private-methods) | +| @babel/plugin-proposal-private-property-in-object | 7.14.5 | MIT | [plugin-proposal-private-property-in-object](https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object) | +| @babel/plugin-proposal-unicode-property-regex | 7.14.5 | MIT | [plugin-proposal-unicode-property-regex](https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex) | +| @babel/plugin-syntax-async-generators | 7.8.4 | MIT | [plugin-syntax-async-generators](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-bigint | 7.8.3 | MIT | [plugin-syntax-bigint](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-class-properties | 7.12.13 | MIT | [plugin-syntax-class-properties](https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties) | +| @babel/plugin-syntax-class-static-block | 7.14.5 | MIT | [plugin-syntax-class-static-block](https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block) | +| @babel/plugin-syntax-decorators | 7.14.5 | MIT | [plugin-syntax-decorators](https://babel.dev/docs/en/next/babel-plugin-syntax-decorators) | +| @babel/plugin-syntax-dynamic-import | 7.8.3 | MIT | [plugin-syntax-dynamic-import](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-export-namespace-from | 7.8.3 | MIT | [plugin-syntax-export-namespace-from](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-flow | 7.14.5 | MIT | [plugin-syntax-flow](https://babel.dev/docs/en/next/babel-plugin-syntax-flow) | +| @babel/plugin-syntax-import-meta | 7.10.4 | MIT | [plugin-syntax-import-meta](https://github.com/babel/babel#readme) | +| @babel/plugin-syntax-json-strings | 7.8.3 | MIT | [plugin-syntax-json-strings](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-jsx | 7.14.5 | MIT | [plugin-syntax-jsx](https://babel.dev/docs/en/next/babel-plugin-syntax-jsx) | +| @babel/plugin-syntax-logical-assignment-operators | 7.10.4 | MIT | [plugin-syntax-logical-assignment-operators](https://github.com/babel/babel#readme) | +| @babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | MIT | [plugin-syntax-nullish-coalescing-operator](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-numeric-separator | 7.10.4 | MIT | [plugin-syntax-numeric-separator](https://github.com/babel/babel#readme) | +| @babel/plugin-syntax-object-rest-spread | 7.8.3 | MIT | [plugin-syntax-object-rest-spread](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-optional-catch-binding | 7.8.3 | MIT | [plugin-syntax-optional-catch-binding](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-optional-chaining | 7.8.3 | MIT | [plugin-syntax-optional-chaining](https://github.com/babel/babel.git) | +| @babel/plugin-syntax-private-property-in-object | 7.14.5 | MIT | [plugin-syntax-private-property-in-object](https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object) | +| @babel/plugin-syntax-top-level-await | 7.14.5 | MIT | [plugin-syntax-top-level-await](https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await) | +| @babel/plugin-syntax-typescript | 7.14.5 | MIT | [plugin-syntax-typescript](https://babel.dev/docs/en/next/babel-plugin-syntax-typescript) | +| @babel/plugin-transform-arrow-functions | 7.14.5 | MIT | [plugin-transform-arrow-functions](https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions) | +| @babel/plugin-transform-async-to-generator | 7.14.5 | MIT | [plugin-transform-async-to-generator](https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator) | +| @babel/plugin-transform-block-scoped-functions | 7.14.5 | MIT | [plugin-transform-block-scoped-functions](https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions) | +| @babel/plugin-transform-block-scoping | 7.15.3 | MIT | [plugin-transform-block-scoping](https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping) | +| @babel/plugin-transform-classes | 7.14.9 | MIT | [plugin-transform-classes](https://babel.dev/docs/en/next/babel-plugin-transform-classes) | +| @babel/plugin-transform-computed-properties | 7.14.5 | MIT | [plugin-transform-computed-properties](https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties) | +| @babel/plugin-transform-destructuring | 7.14.7 | MIT | [plugin-transform-destructuring](https://babel.dev/docs/en/next/babel-plugin-transform-destructuring) | +| @babel/plugin-transform-dotall-regex | 7.14.5 | MIT | [plugin-transform-dotall-regex](https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex) | +| @babel/plugin-transform-duplicate-keys | 7.14.5 | MIT | [plugin-transform-duplicate-keys](https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys) | +| @babel/plugin-transform-exponentiation-operator | 7.14.5 | MIT | [plugin-transform-exponentiation-operator](https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator) | +| @babel/plugin-transform-flow-strip-types | 7.12.1 | MIT | [plugin-transform-flow-strip-types](https://babel.dev/docs/en/next/babel-plugin-transform-flow-strip-types) | +| @babel/plugin-transform-for-of | 7.14.5 | MIT | [plugin-transform-for-of](https://babel.dev/docs/en/next/babel-plugin-transform-for-of) | +| @babel/plugin-transform-function-name | 7.14.5 | MIT | [plugin-transform-function-name](https://babel.dev/docs/en/next/babel-plugin-transform-function-name) | +| @babel/plugin-transform-literals | 7.14.5 | MIT | [plugin-transform-literals](https://babel.dev/docs/en/next/babel-plugin-transform-literals) | +| @babel/plugin-transform-member-expression-literals | 7.14.5 | MIT | [plugin-transform-member-expression-literals](https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals) | +| @babel/plugin-transform-modules-amd | 7.14.5 | MIT | [plugin-transform-modules-amd](https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd) | +| @babel/plugin-transform-modules-commonjs | 7.15.0 | MIT | [plugin-transform-modules-commonjs](https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs) | +| @babel/plugin-transform-modules-systemjs | 7.14.5 | MIT | [plugin-transform-modules-systemjs](https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs) | +| @babel/plugin-transform-modules-umd | 7.14.5 | MIT | [plugin-transform-modules-umd](https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd) | +| @babel/plugin-transform-named-capturing-groups-regex | 7.14.9 | MIT | [plugin-transform-named-capturing-groups-regex](https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex) | +| @babel/plugin-transform-new-target | 7.14.5 | MIT | [plugin-transform-new-target](https://babel.dev/docs/en/next/babel-plugin-transform-new-target) | +| @babel/plugin-transform-object-super | 7.14.5 | MIT | [plugin-transform-object-super](https://babel.dev/docs/en/next/babel-plugin-transform-object-super) | +| @babel/plugin-transform-parameters | 7.14.5 | MIT | [plugin-transform-parameters](https://babel.dev/docs/en/next/babel-plugin-transform-parameters) | +| @babel/plugin-transform-property-literals | 7.14.5 | MIT | [plugin-transform-property-literals](https://babel.dev/docs/en/next/babel-plugin-transform-property-literals) | +| @babel/plugin-transform-react-constant-elements | 7.14.5 | MIT | [plugin-transform-react-constant-elements](https://babel.dev/docs/en/next/babel-plugin-transform-react-constant-elements) | +| @babel/plugin-transform-react-display-name | 7.12.1 | MIT | [plugin-transform-react-display-name](https://babel.dev/docs/en/next/babel-plugin-transform-react-display-name) | +| @babel/plugin-transform-react-display-name | 7.15.1 | MIT | [plugin-transform-react-display-name](https://babel.dev/docs/en/next/babel-plugin-transform-react-display-name) | +| @babel/plugin-transform-react-jsx | 7.14.9 | MIT | [plugin-transform-react-jsx](https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx) | +| @babel/plugin-transform-react-jsx-development | 7.14.5 | MIT | [plugin-transform-react-jsx-development](https://github.com/babel/babel.git) | +| @babel/plugin-transform-react-jsx-self | 7.14.9 | MIT | [plugin-transform-react-jsx-self](https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-self) | +| @babel/plugin-transform-react-jsx-source | 7.14.5 | MIT | [plugin-transform-react-jsx-source](https://babel.dev/docs/en/next/babel-plugin-transform-react-jsx-source) | +| @babel/plugin-transform-react-pure-annotations | 7.14.5 | MIT | [plugin-transform-react-pure-annotations](https://github.com/babel/babel.git) | +| @babel/plugin-transform-regenerator | 7.14.5 | MIT | [plugin-transform-regenerator](https://babel.dev/docs/en/next/babel-plugin-transform-regenerator) | +| @babel/plugin-transform-reserved-words | 7.14.5 | MIT | [plugin-transform-reserved-words](https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words) | +| @babel/plugin-transform-runtime | 7.12.1 | MIT | [plugin-transform-runtime](https://babel.dev/docs/en/next/babel-plugin-transform-runtime) | +| @babel/plugin-transform-shorthand-properties | 7.14.5 | MIT | [plugin-transform-shorthand-properties](https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties) | +| @babel/plugin-transform-spread | 7.14.6 | MIT | [plugin-transform-spread](https://babel.dev/docs/en/next/babel-plugin-transform-spread) | +| @babel/plugin-transform-sticky-regex | 7.14.5 | MIT | [plugin-transform-sticky-regex](https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex) | +| @babel/plugin-transform-template-literals | 7.14.5 | MIT | [plugin-transform-template-literals](https://babel.dev/docs/en/next/babel-plugin-transform-template-literals) | +| @babel/plugin-transform-typeof-symbol | 7.14.5 | MIT | [plugin-transform-typeof-symbol](https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol) | +| @babel/plugin-transform-typescript | 7.15.0 | MIT | [plugin-transform-typescript](https://babel.dev/docs/en/next/babel-plugin-transform-typescript) | +| @babel/plugin-transform-unicode-escapes | 7.14.5 | MIT | [plugin-transform-unicode-escapes](https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes) | +| @babel/plugin-transform-unicode-regex | 7.14.5 | MIT | [plugin-transform-unicode-regex](https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex) | +| @babel/preset-env | 7.12.1 | MIT | [preset-env](https://babeljs.io/) | +| @babel/preset-env | 7.15.0 | MIT | [preset-env](https://babel.dev/docs/en/next/babel-preset-env) | +| @babel/preset-modules | 0.1.4 | MIT | [preset-modules](https://github.com/babel/preset-modules#readme) | +| @babel/preset-react | 7.12.1 | MIT | [preset-react](https://babeljs.io/) | +| @babel/preset-react | 7.14.5 | MIT | [preset-react](https://babel.dev/docs/en/next/babel-preset-react) | +| @babel/preset-typescript | 7.12.1 | MIT | [preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript) | +| @babel/runtime | 7.12.1 | MIT | [runtime](https://babeljs.io/) | +| @babel/runtime | 7.15.3 | MIT | [runtime](https://babel.dev/docs/en/next/babel-runtime) | +| @babel/runtime-corejs3 | 7.15.3 | MIT | [runtime-corejs3](https://github.com/babel/babel.git) | +| @babel/template | 7.14.5 | MIT | [template](https://babel.dev/docs/en/next/babel-template) | +| @babel/traverse | 7.15.0 | MIT | [traverse](https://babel.dev/docs/en/next/babel-traverse) | +| @babel/types | 7.15.0 | MIT | [types](https://babel.dev/docs/en/next/babel-types) | +| @bcoe/v8-coverage | 0.2.3 | MIT | [v8-coverage](https://demurgos.github.io/v8-coverage) | +| @cnakazawa/watch | 1.0.4 | Apache-2.0 | [watch](https://github.com/mikeal/watch) | +| @csstools/convert-colors | 1.4.0 | CC0-1.0 | [convert-colors](https://github.com/jonathantneal/convert-colors#readme) | +| @csstools/normalize.css | 10.1.0 | CC0-1.0 | [normalize.css](https://github.com/csstools/normalize.css#readme) | +| @eslint/eslintrc | 0.4.3 | MIT | [eslintrc](https://github.com/eslint/eslintrc#readme) | +| @gar/promisify | 1.1.2 | MIT | [promisify](https://github.com/wraithgar/gar-promisify#readme) | +| @hapi/address | 2.1.4 | BSD-3-Clause | [address](https://github.com/hapijs/address#readme) | +| @hapi/bourne | 1.3.2 | BSD-3-Clause | [bourne](https://github.com/hapijs/bourne#readme) | +| @hapi/hoek | 8.5.1 | BSD-3-Clause | [hoek](https://github.com/hapijs/hoek#readme) | +| @hapi/joi | 15.1.1 | BSD-3-Clause | [joi](https://github.com/hapijs/joi) | +| @hapi/topo | 3.1.6 | BSD-3-Clause | [topo](https://github.com/hapijs/topo#readme) | +| @humanwhocodes/config-array | 0.5.0 | Apache-2.0 | [config-array](https://github.com/humanwhocodes/config-array#readme) | +| @humanwhocodes/object-schema | 1.2.0 | BSD-3-Clause | [object-schema](https://github.com/humanwhocodes/object-schema#readme) | +| @istanbuljs/load-nyc-config | 1.1.0 | ISC | [load-nyc-config](https://github.com/istanbuljs/load-nyc-config#readme) | +| @istanbuljs/schema | 0.1.3 | MIT | [schema](https://github.com/istanbuljs/schema#readme) | +| @jest/console | 26.6.2 | MIT | [console](https://github.com/facebook/jest#readme) | +| @jest/core | 26.6.3 | MIT | [core](https://jestjs.io/) | +| @jest/environment | 26.6.2 | MIT | [environment](https://github.com/facebook/jest#readme) | +| @jest/fake-timers | 26.6.2 | MIT | [fake-timers](https://github.com/facebook/jest#readme) | +| @jest/globals | 26.6.2 | MIT | [globals](https://github.com/facebook/jest#readme) | +| @jest/reporters | 26.6.2 | MIT | [reporters](https://jestjs.io/) | +| @jest/source-map | 26.6.2 | MIT | [source-map](https://github.com/facebook/jest#readme) | +| @jest/test-result | 26.6.2 | MIT | [test-result](https://github.com/facebook/jest#readme) | +| @jest/test-sequencer | 26.6.3 | MIT | [test-sequencer](https://github.com/facebook/jest#readme) | +| @jest/transform | 26.6.2 | MIT | [transform](https://github.com/facebook/jest#readme) | +| @jest/types | 26.6.2 | MIT | [types](https://github.com/facebook/jest#readme) | +| @nodelib/fs.scandir | 2.1.5 | MIT | [fs.scandir](https://github.com/nodelib/nodelib/tree/master#readme) | +| @nodelib/fs.stat | 2.0.5 | MIT | [fs.stat](https://github.com/nodelib/nodelib/tree/master#readme) | +| @nodelib/fs.walk | 1.2.8 | MIT | [fs.walk](https://github.com/nodelib/nodelib/tree/master#readme) | +| @npmcli/fs | 1.0.0 | ISC | [fs](https://github.com/npm/fs#readme) | +| @npmcli/move-file | 1.1.2 | MIT | [move-file](https://github.com/npm/move-file#readme) | +| @pmmmwh/react-refresh-webpack-plugin | 0.4.3 | MIT | [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin#readme) | +| @rollup/plugin-node-resolve | 7.1.3 | MIT | [plugin-node-resolve](https://github.com/rollup/plugins/tree/master/packages/node-resolve/#readme) | +| @rollup/plugin-replace | 2.4.2 | MIT | [plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace#readme) | +| @rollup/pluginutils | 3.1.0 | MIT | [pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme) | +| @sinonjs/commons | 1.8.3 | BSD-3-Clause | [commons](https://github.com/sinonjs/commons#readme) | +| @sinonjs/fake-timers | 6.0.1 | BSD-3-Clause | [fake-timers](http://github.com/sinonjs/fake-timers) | +| @surma/rollup-plugin-off-main-thread | 1.4.2 | Apache-2.0 | [rollup-plugin-off-main-thread](https://github.com/surma/rollup-plugin-off-main-thread#readme) | +| @svgr/babel-plugin-add-jsx-attribute | 5.4.0 | MIT | [babel-plugin-add-jsx-attribute](https://react-svgr.com) | +| @svgr/babel-plugin-remove-jsx-attribute | 5.4.0 | MIT | [babel-plugin-remove-jsx-attribute](https://react-svgr.com) | +| @svgr/babel-plugin-remove-jsx-empty-expression | 5.0.1 | MIT | [babel-plugin-remove-jsx-empty-expression](https://react-svgr.com) | +| @svgr/babel-plugin-replace-jsx-attribute-value | 5.0.1 | MIT | [babel-plugin-replace-jsx-attribute-value](https://react-svgr.com) | +| @svgr/babel-plugin-svg-dynamic-title | 5.4.0 | MIT | [babel-plugin-svg-dynamic-title](https://react-svgr.com) | +| @svgr/babel-plugin-svg-em-dimensions | 5.4.0 | MIT | [babel-plugin-svg-em-dimensions](https://react-svgr.com) | +| @svgr/babel-plugin-transform-react-native-svg | 5.4.0 | MIT | [babel-plugin-transform-react-native-svg](https://react-svgr.com) | +| @svgr/babel-plugin-transform-svg-component | 5.5.0 | MIT | [babel-plugin-transform-svg-component](https://react-svgr.com) | +| @svgr/babel-preset | 5.5.0 | MIT | [babel-preset](https://react-svgr.com) | +| @svgr/core | 5.5.0 | MIT | [core](https://react-svgr.com) | +| @svgr/hast-util-to-babel-ast | 5.5.0 | MIT | [hast-util-to-babel-ast](https://react-svgr.com) | +| @svgr/plugin-jsx | 5.5.0 | MIT | [plugin-jsx](https://react-svgr.com) | +| @svgr/plugin-svgo | 5.5.0 | MIT | [plugin-svgo](https://react-svgr.com) | +| @svgr/webpack | 5.5.0 | MIT | [webpack](https://react-svgr.com) | +| @tootallnate/once | 1.1.2 | MIT | [once](https://github.com/TooTallNate/once#readme) | +| @types/babel__core | 7.1.15 | MIT | [babel__core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core) | +| @types/babel__generator | 7.6.3 | MIT | [babel__generator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator) | +| @types/babel__template | 7.4.1 | MIT | [babel__template](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template) | +| @types/babel__traverse | 7.14.2 | MIT | [babel__traverse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse) | +| @types/eslint | 7.28.0 | MIT | [eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint) | +| @types/estree | 0.0.39 | MIT | [estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree) | +| @types/estree | 0.0.50 | MIT | [estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree) | +| @types/glob | 7.1.4 | MIT | [glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob) | +| @types/graceful-fs | 4.1.5 | MIT | [graceful-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graceful-fs) | +| @types/html-minifier-terser | 5.1.2 | MIT | [html-minifier-terser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser) | +| @types/istanbul-lib-coverage | 2.0.3 | MIT | [istanbul-lib-coverage](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage) | +| @types/istanbul-lib-report | 3.0.0 | MIT | [istanbul-lib-report](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report) | +| @types/istanbul-reports | 3.0.1 | MIT | [istanbul-reports](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports) | +| @types/json-schema | 7.0.9 | MIT | [json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | +| @types/json5 | 0.0.29 | MIT | [json5](https://github.com/DefinitelyTyped/DefinitelyTyped.git) | +| @types/minimatch | 3.0.5 | MIT | [minimatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch) | +| @types/node | 16.7.9 | MIT | [node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) | +| @types/normalize-package-data | 2.4.1 | MIT | [normalize-package-data](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data) | +| @types/parse-json | 4.0.0 | MIT | [parse-json](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-json) | +| @types/prettier | 2.3.2 | MIT | [prettier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier) | +| @types/q | 1.5.5 | MIT | [q](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/q) | +| @types/resolve | 0.0.8 | MIT | [resolve](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/resolve) | +| @types/source-list-map | 0.1.2 | MIT | [source-list-map](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/source-list-map) | +| @types/stack-utils | 2.0.1 | MIT | [stack-utils](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-utils) | +| @types/tapable | 1.0.8 | MIT | [tapable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable) | +| @types/uglify-js | 3.13.1 | MIT | [uglify-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-js) | +| @types/webpack | 4.41.30 | MIT | [webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack) | +| @types/webpack-sources | 3.2.0 | MIT | [webpack-sources](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-sources) | +| @types/yargs | 15.0.14 | MIT | [yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) | +| @types/yargs-parser | 20.2.1 | MIT | [yargs-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser) | +| @typescript-eslint/eslint-plugin | 4.30.0 | MIT | [eslint-plugin](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/experimental-utils | 3.10.1 | MIT | [experimental-utils](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/experimental-utils | 4.30.0 | MIT | [experimental-utils](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/parser | 4.30.0 | BSD-2-Clause | [parser](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/scope-manager | 4.30.0 | MIT | [scope-manager](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/types | 3.10.1 | MIT | [types](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/types | 4.30.0 | MIT | [types](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/typescript-estree | 3.10.1 | BSD-2-Clause | [typescript-estree](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/typescript-estree | 4.30.0 | BSD-2-Clause | [typescript-estree](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/visitor-keys | 3.10.1 | MIT | [visitor-keys](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @typescript-eslint/visitor-keys | 4.30.0 | MIT | [visitor-keys](https://github.com/typescript-eslint/typescript-eslint#readme) | +| @webassemblyjs/ast | 1.9.0 | MIT | [ast](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/floating-point-hex-parser | 1.9.0 | MIT | [floating-point-hex-parser](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-api-error | 1.9.0 | MIT | [helper-api-error](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-buffer | 1.9.0 | MIT | [helper-buffer](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-code-frame | 1.9.0 | MIT | [helper-code-frame](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-fsm | 1.9.0 | ISC | [helper-fsm](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-module-context | 1.9.0 | MIT | [helper-module-context](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-wasm-bytecode | 1.9.0 | MIT | [helper-wasm-bytecode](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/helper-wasm-section | 1.9.0 | MIT | [helper-wasm-section](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/ieee754 | 1.9.0 | MIT | [ieee754](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/leb128 | 1.9.0 | MIT | [leb128](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/utf8 | 1.9.0 | MIT | [utf8](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wasm-edit | 1.9.0 | MIT | [wasm-edit](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wasm-gen | 1.9.0 | MIT | [wasm-gen](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wasm-opt | 1.9.0 | MIT | [wasm-opt](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wasm-parser | 1.9.0 | MIT | [wasm-parser](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wast-parser | 1.9.0 | MIT | [wast-parser](https://github.com/xtuc/webassemblyjs#readme) | +| @webassemblyjs/wast-printer | 1.9.0 | MIT | [wast-printer](https://github.com/xtuc/webassemblyjs#readme) | +| @xtuc/ieee754 | 1.2.0 | BSD-3-Clause | [ieee754](https://github.com/feross/ieee754#readme) | +| @xtuc/long | 4.2.2 | Apache-2.0 | [long](https://github.com/dcodeIO/long.js#readme) | + +### Zowe Desktop Editor Plugin-in Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| angular-tree-component | 7.2.1 | MIT | [angular-tree-component](https://github.com/500tech/angular-tree-component) | +| glob-to-regexp | 0.3.0 | BSD | [glob-to-regexp](https://github.com/fitzgen/glob-to-regexp) | +| jsonc-parser | 2.3.1 | MIT | [jsonc-parser](https://github.com/microsoft/node-jsonc-parser#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| mobx | 3.6.2 | MIT | [mobx](https://mobx.js.org/) | +| mobx-angular | 2.1.1 | MIT | [mobx-angular](https://github.com/mobxjs/mobx-angular#readme) | +| monaco-editor-core | 0.12.0 | MIT | [monaco-editor-core](https://github.com/Microsoft/vscode#readme) | +| monaco-languageclient | 0.6.3 | MIT | [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient#readme) | +| ngx-bootstrap | 2.0.5 | MIT | [ngx-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme) | +| ngx-perfect-scrollbar | 5.3.5 | MIT | [ngx-perfect-scrollbar](https://github.com/zefoy/ngx-perfect-scrollbar#readme) | +| perfect-scrollbar | 1.5.5 | MIT | [perfect-scrollbar](https://perfectscrollbar.com/) | +| reconnecting-websocket | 3.2.2 | MIT | [reconnecting-websocket](https://github.com/pladaria/reconnecting-websocket#readme) | +| resize-observer-polyfill | 1.5.1 | MIT | [resize-observer-polyfill](https://github.com/que-etc/resize-observer-polyfill) | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| vscode-base-languageclient | 0.0.1-alpha.5 | MIT | [vscode-base-languageclient](https://github.com/TypeFox/vscode-languageserver-node#readme) | +| vscode-json-languageservice | 3.0.12 | MIT | [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice#readme) | +| vscode-jsonrpc | 3.6.2 | MIT | [vscode-jsonrpc](https://github.com/Microsoft/vscode-languageserver-node#readme) | +| vscode-languageserver-types | 3.17.2 | MIT | [vscode-languageserver-types](https://github.com/Microsoft/vscode-languageserver-node#readme) | +| vscode-nls | 3.2.5 | MIT | [vscode-nls](https://github.com/Microsoft/vscode-nls#readme) | +| vscode-uri | 1.0.8 | MIT | [vscode-uri](https://github.com/Microsoft/vscode-uri#readme) | +| vscode-ws-jsonrpc | 0.0.2-2 | MIT | [vscode-ws-jsonrpc](https://github.com/TypeFox/vscode-ws-jsonrpc#readme) | +| @angular/cdk | 6.3.3 | MIT | [cdk](https://github.com/angular/material2#readme) | +| @types/lodash | 4.14.182 | MIT | [lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash) | + +### Zowe Desktop Workflows Plugin-in Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| primeng | 5.2.7 | MIT | [primeng](https://github.com/primefaces/primeng#readme) | +| rxjs | 6.2.2 | Apache-2.0 | [rxjs](https://github.com/ReactiveX/RxJS) | +| rxjs-compat | 6.2.2 | none | [rxjs-compat]() | +| tslib | 1.14.1 | 0BSD | [tslib](https://www.typescriptlang.org/) | +| zone.js | 0.8.29 | MIT | [zone.js](https://github.com/angular/zone.js#readme) | +| @angular/animations | 6.0.9 | MIT | [animations](https://github.com/angular/angular#readme) | +| @angular/common | 6.0.9 | MIT | [common](https://github.com/angular/angular#readme) | +| @angular/core | 6.0.9 | MIT | [core](https://github.com/angular/angular#readme) | +| @angular/forms | 6.0.9 | MIT | [forms](https://github.com/angular/angular#readme) | +| @angular/platform-browser | 6.0.9 | MIT | [platform-browser](https://github.com/angular/angular#readme) | +| @angular/router | 6.0.9 | MIT | [router](https://github.com/angular/angular/tree/master/packages/router) | +| @zlux/grid | 0.0.6 | none | [grid]() | +| @zlux/widgets | 0.0.4 | EPL-2.0 | [widgets]() | + +### Utilities Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| node-gyp-build | 4.2.1 | MIT | [node-gyp-build](https://github.com/prebuild/node-gyp-build) | ### Utilities Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| ansi-regex | 5.0.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| camelcase | 5.3.1 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| cliui | 6.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| deepmerge | 4.2.2 | MIT | [deepmerge](https://github.com/TehShrike/deepmerge) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| esprima | 4.0.1 | BSD-2-Clause | [esprima](http://esprima.org) | +| find-up | 4.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| get-caller-file | 2.0.5 | ISC | [get-caller-file](https://github.com/stefanpenner/get-caller-file#readme) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| js-yaml | 3.14.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| keyring_js | 1.1.0 | EPL-2.0 | [keyring_js](https://github.com/zowe/keyring-utilities) | +| locate-path | 5.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| node-forge | 1.3.1 | (BSD-3-Clause OR GPL-2.0) | [node-forge](https://github.com/digitalbazaar/forge) | +| node-gyp-build | 4.3.0 | MIT | [node-gyp-build](https://github.com/prebuild/node-gyp-build) | +| p-limit | 2.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 4.1.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-try | 2.2.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| path-exists | 4.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | +| require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| string-width | 4.2.3 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| which-module | 2.0.0 | ISC | [which-module](https://github.com/nexdrew/which-module#readme) | +| wrap-ansi | 6.2.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| y18n | 4.0.3 | ISC | [y18n](https://github.com/yargs/y18n) | +| yaml | 1.10.0 | ISC | [yaml](https://eemeli.org/yaml/) | +| yaml-js | 0.1.5 | WTFPL | [yaml-js](https://github.com/connec/yaml-js#readme) | +| yargs | 15.4.1 | MIT | [yargs](https://yargs.js.org/) | +| yargs-parser | 18.1.3 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| yawn-yaml | 1.5.0 | MIT | [yawn-yaml](https://github.com/mohsen1/yawn#readme) | +| @elastic/micro-jq | 1.2.0 | Apache-2.0 | [micro-jq]() | + +### Zowe Visual Studio Code Extension Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| agent-base | 6.0.2 | MIT | [agent-base](https://github.com/TooTallNate/node-agent-base#readme) | +| agentkeepalive | 4.1.4 | MIT | [agentkeepalive](https://github.com/node-modules/agentkeepalive#readme) | +| aggregate-error | 3.1.0 | MIT | [aggregate-error](https://github.com/sindresorhus/aggregate-error#readme) | +| ansi-regex | 5.0.1 | MIT | [ansi-regex](https://github.com/chalk/ansi-regex#readme) | +| ansi-styles | 3.2.1 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| ansi-styles | 4.3.0 | MIT | [ansi-styles](https://github.com/chalk/ansi-styles#readme) | +| argparse | 1.0.10 | MIT | [argparse](https://github.com/nodeca/argparse#readme) | +| argparse | 2.0.1 | Python-2.0 | [argparse](https://github.com/nodeca/argparse#readme) | +| asn1 | 0.2.6 | MIT | [asn1](https://github.com/joyent/node-asn1#readme) | +| balanced-match | 1.0.0 | MIT | [balanced-match](https://github.com/juliangruber/balanced-match) | +| bcrypt-pbkdf | 1.0.2 | BSD-3-Clause | [bcrypt-pbkdf](https://github.com/joyent/node-bcrypt-pbkdf#readme) | +| brace-expansion | 1.1.11 | MIT | [brace-expansion](https://github.com/juliangruber/brace-expansion) | +| buildcheck | 0.0.6 | MIT | [buildcheck](https://github.com/mscdex/buildcheck#readme) | +| builtins | 1.0.3 | MIT | [builtins](https://github.com/juliangruber/builtins#readme) | +| cacache | 15.0.6 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| cacache | 15.3.0 | ISC | [cacache](https://github.com/npm/cacache#readme) | +| camelcase | 5.3.1 | MIT | [camelcase](https://github.com/sindresorhus/camelcase#readme) | +| chalk | 2.4.2 | MIT | [chalk](https://github.com/chalk/chalk#readme) | +| chownr | 1.1.4 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| chownr | 2.0.0 | ISC | [chownr](https://github.com/isaacs/chownr#readme) | +| clean-stack | 2.2.0 | MIT | [clean-stack](https://github.com/sindresorhus/clean-stack#readme) | +| cli-table3 | 0.6.2 | MIT | [cli-table3](https://github.com/cli-table/cli-table3) | +| cliui | 6.0.0 | ISC | [cliui](https://github.com/yargs/cliui#readme) | +| color-convert | 1.9.3 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-convert | 2.0.1 | MIT | [color-convert](https://github.com/Qix-/color-convert#readme) | +| color-name | 1.1.3 | MIT | [color-name](https://github.com/dfcreative/color-name) | +| color-name | 1.1.4 | MIT | [color-name](https://github.com/colorjs/color-name) | +| colors | 1.4.0 | MIT | [colors](https://github.com/Marak/colors.js) | +| concat-map | 0.0.1 | MIT | [concat-map](https://github.com/substack/node-concat-map) | +| core-util-is | 1.0.3 | MIT | [core-util-is](https://github.com/isaacs/core-util-is#readme) | +| cpu-features | 0.0.9 | MIT | [cpu-features](https://github.com/mscdex/cpu-features#readme) | +| cross-spawn | 7.0.3 | MIT | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | +| dataobject-parser | 1.2.1 | MIT | [dataobject-parser](https://github.com/Gigzolo/dataobject-parser) | +| date-format | 4.0.14 | MIT | [date-format](https://github.com/nomiddlename/date-format#readme) | +| debug | 2.6.9 | MIT | [debug](https://github.com/visionmedia/debug#readme) | +| debug | 4.3.4 | MIT | [debug](https://github.com/debug-js/debug#readme) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| deepmerge | 3.0.0 | MIT | [deepmerge](https://github.com/KyleAMathews/deepmerge) | +| depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | +| emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | +| encoding | 0.1.13 | MIT | [encoding](https://github.com/andris9/encoding#readme) | +| entities | 2.1.0 | BSD-2-Clause | [entities](https://github.com/fb55/entities#readme) | +| err-code | 1.1.2 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| err-code | 2.0.3 | MIT | [err-code](https://github.com/IndigoUnited/js-err-code#readme) | +| escape-string-regexp | 1.0.5 | MIT | [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | +| esprima | 4.0.1 | BSD-2-Clause | [esprima](http://esprima.org) | +| fastest-levenshtein | 1.0.12 | MIT | [fastest-levenshtein](https://github.com/ka-weihe/fastest-levenshtein#README) | +| find-up | 4.1.0 | MIT | [find-up](https://github.com/sindresorhus/find-up#readme) | +| flatted | 3.2.7 | ISC | [flatted](https://github.com/WebReflection/flatted#readme) | +| fs-extra | 8.0.1 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-extra | 8.1.0 | MIT | [fs-extra](https://github.com/jprichardson/node-fs-extra) | +| fs-minipass | 2.1.0 | ISC | [fs-minipass](https://github.com/npm/fs-minipass#readme) | +| fs.realpath | 1.0.0 | ISC | [fs.realpath](https://github.com/isaacs/fs.realpath#readme) | +| ftp4 | 0.3.13 | MIT | [ftp4](https://github.com/std4lqi/node-ftp#readme) | +| get-caller-file | 2.0.5 | ISC | [get-caller-file](https://github.com/stefanpenner/get-caller-file#readme) | +| get-stdin | 7.0.0 | MIT | [get-stdin](https://github.com/sindresorhus/get-stdin#readme) | +| glob | 7.1.6 | ISC | [glob](https://github.com/isaacs/node-glob#readme) | +| graceful-fs | 4.2.4 | ISC | [graceful-fs](https://github.com/isaacs/node-graceful-fs#readme) | +| has-flag | 3.0.0 | MIT | [has-flag](https://github.com/sindresorhus/has-flag#readme) | +| hosted-git-info | 3.0.8 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| hosted-git-info | 4.0.2 | ISC | [hosted-git-info](https://github.com/npm/hosted-git-info) | +| http-cache-semantics | 4.1.1 | BSD-2-Clause | [http-cache-semantics](https://github.com/kornelski/http-cache-semantics#readme) | +| http-proxy-agent | 4.0.1 | MIT | [http-proxy-agent](https://github.com/TooTallNate/node-http-proxy-agent#readme) | +| https-proxy-agent | 5.0.0 | MIT | [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent#readme) | +| humanize-ms | 1.2.1 | MIT | [humanize-ms](https://github.com/node-modules/humanize-ms#readme) | +| iconv-lite | 0.6.2 | MIT | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | +| ignore-walk | 3.0.3 | ISC | [ignore-walk](https://github.com/isaacs/ignore-walk#readme) | +| imurmurhash | 0.1.4 | MIT | [imurmurhash](https://github.com/jensyt/imurmurhash-js) | +| indent-string | 4.0.0 | MIT | [indent-string](https://github.com/sindresorhus/indent-string#readme) | +| infer-owner | 1.0.4 | ISC | [infer-owner](https://github.com/npm/infer-owner#readme) | +| inflight | 1.0.6 | ISC | [inflight](https://github.com/isaacs/inflight) | +| inherits | 2.0.4 | ISC | [inherits](https://github.com/isaacs/inherits#readme) | +| ip | 1.1.5 | MIT | [ip](https://github.com/indutny/node-ip) | +| is-fullwidth-code-point | 3.0.0 | MIT | [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point#readme) | +| is-lambda | 1.0.1 | MIT | [is-lambda](https://github.com/watson/is-lambda) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| isbinaryfile | 4.0.4 | MIT | [isbinaryfile](https://github.com/gjtorikian/isBinaryFile#readme) | +| isexe | 2.0.0 | ISC | [isexe](https://github.com/isaacs/isexe#readme) | +| js-yaml | 3.13.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| js-yaml | 3.14.1 | MIT | [js-yaml](https://github.com/nodeca/js-yaml) | +| json-parse-even-better-errors | 2.3.1 | MIT | [json-parse-even-better-errors](https://github.com/npm/json-parse-even-better-errors#readme) | +| jsonfile | 4.0.0 | MIT | [jsonfile](https://github.com/jprichardson/node-jsonfile#readme) | +| jsonparse | 1.3.1 | MIT | [jsonparse](https://github.com/creationix/jsonparse#readme) | +| jsonschema | 1.4.1 | MIT | [jsonschema](https://github.com/tdegrunt/jsonschema#readme) | +| linkify-it | 3.0.2 | MIT | [linkify-it](https://github.com/markdown-it/linkify-it#readme) | +| locate-path | 5.0.0 | MIT | [locate-path](https://github.com/sindresorhus/locate-path#readme) | +| lodash | 4.17.21 | MIT | [lodash](https://lodash.com/) | +| lodash-deep | 2.0.0 | MIT | [lodash-deep](https://github.com/marklagendijk/lodash-deep) | +| log4js | 6.4.0 | Apache-2.0 | [log4js](https://log4js-node.github.io/log4js-node/) | +| lru-cache | 5.1.1 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| lru-cache | 6.0.0 | ISC | [lru-cache](https://github.com/isaacs/node-lru-cache#readme) | +| make-fetch-happen | 8.0.14 | ISC | [make-fetch-happen](https://github.com/npm/make-fetch-happen#readme) | +| markdown-it | 12.3.2 | MIT | [markdown-it](https://github.com/markdown-it/markdown-it#readme) | +| mdurl | 1.0.1 | MIT | [mdurl](https://github.com/markdown-it/mdurl#readme) | +| minimatch | 3.1.2 | ISC | [minimatch](https://github.com/isaacs/minimatch#readme) | +| minimist | 1.2.6 | MIT | [minimist](https://github.com/substack/minimist) | +| minipass | 3.1.3 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass | 3.1.6 | ISC | [minipass](https://github.com/isaacs/minipass#readme) | +| minipass-collect | 1.0.2 | ISC | [minipass-collect](https://github.com/isaacs/minipass-collect#readme) | +| minipass-fetch | 1.3.3 | MIT | [minipass-fetch](https://github.com/npm/minipass-fetch#readme) | +| minipass-fetch | 1.4.1 | MIT | [minipass-fetch](https://github.com/npm/minipass-fetch#readme) | +| minipass-flush | 1.0.5 | ISC | [minipass-flush](https://github.com/isaacs/minipass-flush#readme) | +| minipass-json-stream | 1.0.1 | MIT | [minipass-json-stream](https://github.com/npm/minipass-json-stream#readme) | +| minipass-pipeline | 1.2.4 | ISC | [minipass-pipeline]() | +| minipass-sized | 1.0.3 | ISC | [minipass-sized](https://github.com/isaacs/minipass-sized#readme) | +| minizlib | 2.1.2 | MIT | [minizlib](https://github.com/isaacs/minizlib#readme) | +| mkdirp | 1.0.4 | MIT | [mkdirp](https://github.com/isaacs/node-mkdirp#readme) | +| moment | 2.29.4 | MIT | [moment](https://momentjs.com) | +| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.1.3 | MIT | [ms](https://github.com/vercel/ms#readme) | +| mustache | 2.3.2 | MIT | [mustache](https://github.com/janl/mustache.js) | +| nan | 2.18.0 | MIT | [nan](https://github.com/nodejs/nan#readme) | +| npm-bundled | 1.1.1 | ISC | [npm-bundled](https://github.com/npm/npm-bundled#readme) | +| npm-install-checks | 4.0.0 | BSD-2-Clause | [npm-install-checks](https://github.com/npm/npm-install-checks#readme) | +| npm-normalize-package-bin | 1.0.1 | ISC | [npm-normalize-package-bin](https://github.com/npm/npm-normalize-package-bin#readme) | +| npm-package-arg | 8.1.1 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-package-arg | 8.1.2 | ISC | [npm-package-arg](https://github.com/npm/npm-package-arg) | +| npm-packlist | 2.2.2 | ISC | [npm-packlist](https://github.com/npm/npm-packlist#readme) | +| npm-pick-manifest | 6.1.1 | ISC | [npm-pick-manifest](https://github.com/npm/npm-pick-manifest#readme) | +| npm-registry-fetch | 8.1.5 | ISC | [npm-registry-fetch](https://github.com/npm/registry-fetch#readme) | +| once | 1.4.0 | ISC | [once](https://github.com/isaacs/once#readme) | +| opener | 1.5.2 | (WTFPL OR MIT) | [opener](https://github.com/domenic/opener#readme) | +| p-limit | 2.3.0 | MIT | [p-limit](https://github.com/sindresorhus/p-limit#readme) | +| p-locate | 4.1.0 | MIT | [p-locate](https://github.com/sindresorhus/p-locate#readme) | +| p-map | 4.0.0 | MIT | [p-map](https://github.com/sindresorhus/p-map#readme) | +| p-try | 2.2.0 | MIT | [p-try](https://github.com/sindresorhus/p-try#readme) | +| pacote | 11.1.4 | ISC | [pacote](https://github.com/npm/pacote#readme) | +| path-exists | 4.0.0 | MIT | [path-exists](https://github.com/sindresorhus/path-exists#readme) | +| path-is-absolute | 1.0.1 | MIT | [path-is-absolute](https://github.com/sindresorhus/path-is-absolute#readme) | +| path-key | 3.1.1 | MIT | [path-key](https://github.com/sindresorhus/path-key#readme) | +| prettyjson | 1.2.2 | MIT | [prettyjson](http://rafeca.com/prettyjson) | +| progress | 2.0.3 | MIT | [progress](https://github.com/visionmedia/node-progress#readme) | +| promise-inflight | 1.0.1 | ISC | [promise-inflight](https://github.com/iarna/promise-inflight#readme) | +| promise-queue | 2.2.5 | MIT | [promise-queue](https://github.com/azproduction/promise-queue#readme) | +| promise-retry | 1.1.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| promise-retry | 2.0.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | +| q | 1.4.1 | MIT | [q](https://github.com/kriskowal/q) | +| read-package-json-fast | 1.2.2 | ISC | [read-package-json-fast](https://github.com/npm/read-package-json-fast.git) | +| readable-stream | 1.1.14 | MIT | [readable-stream](https://github.com/isaacs/readable-stream.git) | +| readline-sync | 1.4.10 | MIT | [readline-sync](https://github.com/anseki/readline-sync) | +| require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | +| require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | +| requireindex | 1.2.0 | MIT | [requireindex](https://github.com/stephenhandley/requireindex) | +| retry | 0.10.1 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| retry | 0.12.0 | MIT | [retry](https://github.com/tim-kos/node-retry) | +| rfdc | 1.3.0 | MIT | [rfdc](https://github.com/davidmarkclements/rfdc#readme) | +| rimraf | 2.7.1 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| rimraf | 3.0.2 | ISC | [rimraf](https://github.com/isaacs/rimraf#readme) | +| safer-buffer | 2.1.2 | MIT | [safer-buffer](https://github.com/ChALkeR/safer-buffer#readme) | +| semver | 7.5.4 | ISC | [semver](https://github.com/npm/node-semver#readme) | +| set-blocking | 2.0.0 | ISC | [set-blocking](https://github.com/yargs/set-blocking#readme) | +| shebang-command | 2.0.0 | MIT | [shebang-command](https://github.com/kevva/shebang-command#readme) | +| shebang-regex | 3.0.0 | MIT | [shebang-regex](https://github.com/sindresorhus/shebang-regex#readme) | +| smart-buffer | 4.1.0 | MIT | [smart-buffer](https://github.com/JoshGlazebrook/smart-buffer/) | +| socks | 2.6.0 | MIT | [socks](https://github.com/JoshGlazebrook/socks/) | +| socks-proxy-agent | 5.0.0 | MIT | [socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent#readme) | +| sprintf-js | 1.0.3 | BSD-3-Clause | [sprintf-js](https://github.com/alexei/sprintf.js#readme) | +| ssh2 | 1.15.0 | MIT | [ssh2](https://github.com/mscdex/ssh2#readme) | +| ssri | 8.0.1 | ISC | [ssri](https://github.com/npm/ssri#readme) | +| stack-trace | 0.0.10 | MIT | [stack-trace](https://github.com/felixge/node-stack-trace) | +| streamroller | 3.1.5 | MIT | [streamroller](https://github.com/log4js-node/streamroller#readme) | +| string-width | 4.2.0 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string-width | 4.2.3 | MIT | [string-width](https://github.com/sindresorhus/string-width#readme) | +| string_decoder | 0.10.31 | MIT | [string_decoder](https://github.com/rvagg/string_decoder) | +| strip-ansi | 6.0.0 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color.git) | +| tar | 6.1.11 | ISC | [tar](https://github.com/npm/node-tar#readme) | +| tmp | 0.2.1 | MIT | [tmp](http://github.com/raszi/node-tmp) | +| tweetnacl | 0.14.5 | Unlicense | [tweetnacl](https://tweetnacl.js.org) | +| uc.micro | 1.0.6 | MIT | [uc.micro](https://github.com/markdown-it/uc.micro#readme) | +| unique-filename | 1.1.1 | ISC | [unique-filename](https://github.com/iarna/unique-filename) | +| unique-slug | 2.0.2 | ISC | [unique-slug](https://github.com/iarna/unique-slug#readme) | +| universalify | 0.1.2 | MIT | [universalify](https://github.com/RyanZim/universalify#readme) | +| validate-npm-package-name | 3.0.0 | ISC | [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) | +| vscode-nls | 4.1.2 | MIT | [vscode-nls](https://github.com/Microsoft/vscode-nls#readme) | +| which | 2.0.2 | ISC | [which](https://github.com/isaacs/node-which#readme) | +| which | 3.0.0 | ISC | [which](https://github.com/npm/node-which#readme) | +| which-module | 2.0.0 | ISC | [which-module](https://github.com/nexdrew/which-module#readme) | +| wrap-ansi | 6.2.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrap-ansi | 7.0.0 | MIT | [wrap-ansi](https://github.com/chalk/wrap-ansi#readme) | +| wrappy | 1.0.2 | ISC | [wrappy](https://github.com/npm/wrappy) | +| xregexp | 2.0.0 | MIT | [xregexp](http://xregexp.com/) | +| y18n | 4.0.3 | ISC | [y18n](https://github.com/yargs/y18n) | +| yallist | 3.1.1 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yallist | 4.0.0 | ISC | [yallist](https://github.com/isaacs/yallist#readme) | +| yamljs | 0.3.0 | MIT | [yamljs](https://github.com/jeremyfa/yaml.js#readme) | +| yargs | 15.3.1 | MIT | [yargs](https://yargs.js.org/) | +| yargs-parser | 18.1.3 | ISC | [yargs-parser](https://github.com/yargs/yargs-parser#readme) | +| zos-node-accessor | 1.0.8 | EPL-1.0 | [zos-node-accessor](https://github.com/IBM/zos-node-accessor#readme) | +| @colors/colors | 1.5.0 | MIT | [colors](https://github.com/DABH/colors.js) | +| @gar/promisify | 1.1.3 | MIT | [promisify](https://github.com/wraithgar/gar-promisify#readme) | +| @npmcli/ci-detect | 1.3.0 | ISC | [ci-detect](https://github.com/npm/ci-detect#readme) | +| @npmcli/fs | 1.1.1 | ISC | [fs](https://github.com/npm/fs#readme) | +| @npmcli/git | 2.1.0 | ISC | [git](https://github.com/npm/git#readme) | +| @npmcli/installed-package-contents | 1.0.7 | ISC | [installed-package-contents](https://github.com/npm/installed-package-contents#readme) | +| @npmcli/move-file | 1.1.2 | MIT | [move-file](https://github.com/npm/move-file#readme) | +| @npmcli/promise-spawn | 1.3.2 | ISC | [promise-spawn](https://github.com/npm/promise-spawn#readme) | +| @tootallnate/once | 1.1.2 | MIT | [once](https://github.com/TooTallNate/once#readme) | +| @types/yargs | 13.0.4 | MIT | [yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) | +| @types/yargs-parser | 15.0.0 | MIT | [yargs-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser) | +| @zowe/cli | 6.40.25 | EPL-2.0 | [cli](https://github.com/zowe/zowe-cli/tree/master/packages/cli#readme) | +| @zowe/core-for-zowe-sdk | 6.40.22 | EPL-2.0 | [core-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/core#readme) | +| @zowe/imperative | 4.18.21 | EPL-2.0 | [imperative](https://github.com/zowe/imperative#readme) | +| @zowe/provisioning-for-zowe-sdk | 6.40.22 | EPL-2.0 | [provisioning-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/provisioning#readme) | +| @zowe/secrets-for-zowe-sdk | 7.18.4 | EPL-2.0 | [secrets-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/secrets#readme) | +| @zowe/zos-console-for-zowe-sdk | 6.40.22 | EPL-2.0 | [zos-console-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosconsole#readme) | +| @zowe/zos-files-for-zowe-sdk | 6.40.25 | EPL-2.0 | [zos-files-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosfiles#readme) | +| @zowe/zos-ftp-for-zowe-cli | 1.5.0 | EPL-2.0 | [zos-ftp-for-zowe-cli](https://github.com/zowe/zowe-cli-ftp-plugin#readme) | +| @zowe/zos-jobs-for-zowe-sdk | 6.40.25 | EPL-2.0 | [zos-jobs-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosjobs#readme) | +| @zowe/zos-logs-for-zowe-sdk | 6.40.22 | EPL-2.0 | [zos-logs-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zoslogs#readme) | +| @zowe/zos-tso-for-zowe-sdk | 6.40.24 | EPL-2.0 | [zos-tso-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zostso#readme) | +| @zowe/zos-uss-for-zowe-sdk | 6.40.25 | EPL-2.0 | [zos-uss-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosuss#readme) | +| @zowe/zos-workflows-for-zowe-sdk | 6.40.25 | EPL-2.0 | [zos-workflows-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/workflows#readme) | +| @zowe/zosmf-for-zowe-sdk | 6.40.24 | EPL-2.0 | [zosmf-for-zowe-sdk](https://github.com/zowe/zowe-cli/tree/master/packages/zosmf#readme) | +| @zowe/zowe-explorer-api | 1.22.7-SNAPSHOT | EPL-2.0 | [zowe-explorer-api](https://github.com/zowe/vscode-extension-for-zowe.git) | + +### Zowe Desktop IP Explorer Plug-in Dependency Attributions +| Third-party Software | Version | License | GitHub | +| -------------------- | --------| ------- | ------ | +| clsx | 1.1.1 | MIT | [clsx](https://github.com/lukeed/clsx#readme) | +| css-vendor | 2.0.8 | MIT | [css-vendor](https://github.com/cssinjs/css-vendor#readme) | +| csstype | 2.6.18 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| csstype | 3.0.10 | MIT | [csstype](https://github.com/frenic/csstype#readme) | +| dom-helpers | 5.2.1 | MIT | [dom-helpers](https://github.com/react-bootstrap/dom-helpers#readme) | +| history | 4.10.1 | MIT | [history](https://github.com/ReactTraining/history#readme) | +| hoist-non-react-statics | 2.5.5 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| hoist-non-react-statics | 3.3.2 | BSD-3-Clause | [hoist-non-react-statics](https://github.com/mridgway/hoist-non-react-statics#readme) | +| html-parse-stringify | 3.0.1 | MIT | [html-parse-stringify](https://github.com/henrikjoreteg/html-parse-stringify) | +| hyphenate-style-name | 1.0.4 | BSD-3-Clause | [hyphenate-style-name](https://github.com/rexxars/hyphenate-style-name#readme) | +| i18next | 19.9.2 | MIT | [i18next](https://www.i18next.com) | +| i18next-browser-languagedetector | 3.0.3 | MIT | [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | +| i18next-xhr-backend | 2.0.1 | MIT | [i18next-xhr-backend](https://github.com/i18next/i18next-xhr-backend) | +| invariant | 2.2.4 | MIT | [invariant](https://github.com/zertosh/invariant#readme) | +| is-in-browser | 1.1.3 | MIT | [is-in-browser](https://github.com/tuxsudo/is-in-browser#readme) | +| isarray | 0.0.1 | MIT | [isarray](https://github.com/juliangruber/isarray) | +| js-tokens | 4.0.0 | MIT | [js-tokens](https://github.com/lydell/js-tokens#readme) | +| jss | 10.8.2 | MIT | [jss](https://cssinjs.org/) | +| jss-plugin-camel-case | 10.8.2 | MIT | [jss-plugin-camel-case](https://cssinjs.org/jss-camel-case) | +| jss-plugin-default-unit | 10.8.2 | MIT | [jss-plugin-default-unit](https://cssinjs.org/jss-default-unit) | +| jss-plugin-global | 10.8.2 | MIT | [jss-plugin-global](https://cssinjs.org/jss-global) | +| jss-plugin-nested | 10.8.2 | MIT | [jss-plugin-nested](https://cssinjs.org/jss-nested) | +| jss-plugin-props-sort | 10.8.2 | MIT | [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort) | +| jss-plugin-rule-value-function | 10.8.2 | MIT | [jss-plugin-rule-value-function](https://cssinjs.org/) | +| jss-plugin-vendor-prefixer | 10.8.2 | MIT | [jss-plugin-vendor-prefixer](https://cssinjs.org/jss-plugin-vendor-prefixer) | +| long | 4.0.0 | Apache-2.0 | [long](https://github.com/dcodeIO/long.js#readme) | +| loose-envify | 1.4.0 | MIT | [loose-envify](https://github.com/zertosh/loose-envify) | +| object-assign | 4.1.1 | MIT | [object-assign](https://github.com/sindresorhus/object-assign#readme) | +| path-to-regexp | 1.8.0 | MIT | [path-to-regexp](https://github.com/pillarjs/path-to-regexp#readme) | +| popper.js | 1.16.1-lts | MIT | [popper.js](https://popper.js.org) | +| prop-types | 15.7.2 | MIT | [prop-types](https://facebook.github.io/react/) | +| react | 16.14.0 | MIT | [react](https://reactjs.org/) | +| react-dom | 16.14.0 | MIT | [react-dom](https://reactjs.org/) | +| react-i18next | 11.8.15 | MIT | [react-i18next](https://github.com/i18next/react-i18next) | +| react-is | 16.13.1 | MIT | [react-is](https://reactjs.org/) | +| react-is | 17.0.2 | MIT | [react-is](https://reactjs.org/) | +| react-router | 4.3.1 | MIT | [react-router](https://github.com/ReactTraining/react-router#readme) | +| react-transition-group | 4.4.2 | BSD-3-Clause | [react-transition-group](https://github.com/reactjs/react-transition-group#readme) | +| regenerator-runtime | 0.13.9 | MIT | [regenerator-runtime](https://github.com/facebook/regenerator/tree/main#readme) | +| resolve-pathname | 3.0.0 | MIT | [resolve-pathname](https://github.com/mjackson/resolve-pathname#readme) | +| scheduler | 0.19.1 | MIT | [scheduler](https://reactjs.org/) | +| tiny-invariant | 1.2.0 | MIT | [tiny-invariant](https://github.com/alexreardon/tiny-invariant#readme) | +| tiny-warning | 1.0.3 | MIT | [tiny-warning](https://github.com/alexreardon/tiny-warning.git) | +| value-equal | 1.0.1 | MIT | [value-equal](https://github.com/mjackson/value-equal#readme) | +| void-elements | 3.1.0 | MIT | [void-elements](https://github.com/jadejs/void-elements) | +| warning | 4.0.3 | MIT | [warning](https://github.com/BerkeleyTrue/warning) | +| @babel/runtime | 7.16.0 | MIT | [runtime](https://babel.dev/docs/en/next/babel-runtime) | +| @emotion/hash | 0.8.0 | MIT | [hash](https://github.com/emotion-js/emotion/tree/main#readme) | +| @material-ui/core | 4.12.3 | MIT | [core](https://material-ui.com/) | +| @material-ui/icons | 4.11.2 | MIT | [icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) | +| @material-ui/lab | 4.0.0-alpha.60 | MIT | [lab](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-lab) | +| @material-ui/styles | 4.11.4 | MIT | [styles](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-styles) | +| @material-ui/system | 4.12.1 | MIT | [system](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-system) | +| @material-ui/types | 5.1.0 | MIT | [types](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-types) | +| @material-ui/utils | 4.11.2 | MIT | [utils](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-utils) | +| @types/prop-types | 15.7.4 | MIT | [prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types) | +| @types/react | 16.14.20 | MIT | [react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) | +| @types/react-transition-group | 4.4.4 | MIT | [react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-transition-group) | +| @types/scheduler | 0.16.2 | MIT | [scheduler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scheduler) | + From feaae16b68a308fd30638937c2716ce3c5d37140 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 11 Apr 2024 12:22:34 -0400 Subject: [PATCH 4/6] adding PR links Signed-off-by: anaxceron --- .../getting-started/release-notes/v1_28_6.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md index a188776e83..f014edce25 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md @@ -16,13 +16,13 @@ Zowe Version 1.28.6 contains the bug fixes that are described in the following t - Resolved technical currency by updating `markdown-it` dependency. [[#2105](https://github.com/zowe/zowe-cli/pull/2105)] -- Resolved technical currency by updating `socks` transitive dependency. +- Resolved technical currency by updating `socks` transitive dependency. [[#2050](https://github.com/zowe/zowe-cli/pull/2050)] -- Added missing npm-shrinkwrap. +- Added missing npm-shrinkwrap. [[#1979](https://github.com/zowe/zowe-cli/pull/1979)] -- Added missing z/OSMF connection options to the z/OS Logs command group. +- Added missing z/OSMF connection options to the z/OS Logs command group. [[#1848](https://github.com/zowe/zowe-cli/pull/1848)] -- Removed out of date `Perf-Timing` performance timing package. +- Removed out of date `Perf-Timing` performance timing package. [[#1848](https://github.com/zowe/zowe-cli/pull/1848)] - Updated Imperative to version `4.18.19` to fix issues with normalizing newlines on file uploads [[#1815](https://github.com/zowe/zowe-cli/issues/1815)] @@ -36,14 +36,14 @@ Zowe Version 1.28.6 contains the bug fixes that are described in the following t - Updated follow-redirects transitive dependency to resolve technical debt. [[#138](https://github.com/zowe/zowe-cli-db2-plugin/pull/138)] -- Added missing npm-shrinkwrap. +- Added missing npm-shrinkwrap. [[#136](https://github.com/zowe/zowe-cli-db2-plugin/pull/136)] -- Updated ibm_db dependency to resolve technical debt +- Updated ibm_db dependency to resolve technical debt. [[#135](https://github.com/zowe/zowe-cli-db2-plugin/pull/135)] #### IMS Plug-in for Zowe CLI -- Deprecated the IMS Plug-in for Zowe CLI due to compatibility issues between the plug-in, the Zowe IMS Operations API, and IBM IMS running on the mainframe. -- Added missing npm-shrinkwrap. +- Deprecated the IMS Plug-in for Zowe CLI due to compatibility issues between the plug-in, the Zowe IMS Operations API, and IBM IMS running on the mainframe. [[#65](https://github.com/zowe/zowe-cli-ims-plugin/pull/65), [#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66)] +- Added missing npm-shrinkwrap. [[#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66)] ### Zowe Explorer From 067a9baa2a0085b2aee218dfb0b96a47cc74bf33 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 11 Apr 2024 13:05:17 -0400 Subject: [PATCH 5/6] minor edit Signed-off-by: anaxceron --- .../version-v1.28.x/getting-started/release-notes/v1_28_6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md index f014edce25..0b935092fe 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_6.md @@ -42,8 +42,8 @@ Zowe Version 1.28.6 contains the bug fixes that are described in the following t #### IMS Plug-in for Zowe CLI -- Deprecated the IMS Plug-in for Zowe CLI due to compatibility issues between the plug-in, the Zowe IMS Operations API, and IBM IMS running on the mainframe. [[#65](https://github.com/zowe/zowe-cli-ims-plugin/pull/65), [#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66)] -- Added missing npm-shrinkwrap. [[#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66)] +- Deprecated the IMS Plug-in for Zowe CLI due to compatibility issues between the plug-in, the Zowe IMS Operations API, and IBM IMS running on the mainframe. [[#66](https://github.com/zowe/zowe-cli-ims-plugin/pull/66)] +- Added missing npm-shrinkwrap. [[#61](https://github.com/zowe/zowe-cli-ims-plugin/pull/61)] ### Zowe Explorer From babb6c44e42e93eef586fc27a57f7f8323de5506 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Thu, 11 Apr 2024 13:08:54 -0400 Subject: [PATCH 6/6] updated tpsrs Signed-off-by: anaxceron --- tpsr/tpsr-v1.28.6.md | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/tpsr/tpsr-v1.28.6.md b/tpsr/tpsr-v1.28.6.md index 91ffccefe4..73c8216e53 100644 --- a/tpsr/tpsr-v1.28.6.md +++ b/tpsr/tpsr-v1.28.6.md @@ -2051,10 +2051,8 @@ | Third-party Software | Version | License | GitHub | | -------------------- | --------| ------- | ------ | | antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | -| ch.qos.logback/logback-classic | 1.2.9 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | -| ch.qos.logback/logback-classic | 1.2.12 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | -| ch.qos.logback/logback-core | 1.2.9 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | -| ch.qos.logback/logback-core | 1.2.12 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| ch.qos.logback/logback-classic | 1.2.13 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.13 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | | com.fasterxml.jackson.core/jackson-annotations | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-annotations](http://github.com/FasterXML/jackson) | | com.fasterxml.jackson.core/jackson-annotations | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | | com.fasterxml.jackson.core/jackson-core | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-core](https://github.com/FasterXML/jackson-core) | @@ -2111,10 +2109,10 @@ | org.apache.logging.log4j/log4j-api | 2.17.2 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | | org.apache.logging.log4j/log4j-to-slf4j | 2.17.2 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | | org.apache.sling/org.apache.sling.javax.activation | 0.1.0 | The Apache Software License, Version 2.0 | [org.apache.sling.javax.activation](http://sling.apache.org/org.apache.sling.javax.activation) | -| org.apache.tomcat/tomcat-annotations-api | 9.0.82 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-core | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-el | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.87 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | | org.ccil.cowan.tagsoup/tagsoup | 1.2.1 | Apache License 2.0 | [tagsoup](http://home.ccil.org/~cowan/XML/tagsoup/) | | org.checkerframework/checker-qual | 3.5.0 | The MIT License | [checker-qual](https://checkerframework.org) | | org.checkerframework/checker-qual | 3.33.0 | The MIT License | [checker-qual](https://checkerframework.org/) | @@ -2185,10 +2183,8 @@ | Third-party Software | Version | License | GitHub | | -------------------- | --------| ------- | ------ | | antlr/antlr | 2.7.7 | BSD License | [antlr](http://www.antlr.org/) | -| ch.qos.logback/logback-classic | 1.2.9 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | -| ch.qos.logback/logback-classic | 1.2.12 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | -| ch.qos.logback/logback-core | 1.2.9 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | -| ch.qos.logback/logback-core | 1.2.12 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | +| ch.qos.logback/logback-classic | 1.2.13 | GNU Lesser General Public License | [logback-classic](http://logback.qos.ch/logback-classic) | +| ch.qos.logback/logback-core | 1.2.13 | GNU Lesser General Public License | [logback-core](http://logback.qos.ch/logback-core) | | com.fasterxml/classmate | 1.5.1 | Apache License, Version 2.0 | [classmate](https://github.com/FasterXML/java-classmate) | | com.fasterxml.jackson.core/jackson-annotations | 2.13.2 | The Apache Software License, Version 2.0 | [jackson-annotations](http://github.com/FasterXML/jackson) | | com.fasterxml.jackson.core/jackson-annotations | 2.14.0 | The Apache Software License, Version 2.0 | [jackson-annotations](https://github.com/FasterXML/jackson) | @@ -2246,10 +2242,10 @@ | org.apache.logging.log4j/log4j-api | 2.17.2 | Apache License, Version 2.0 | [log4j-api](https://logging.apache.org/log4j/2.x/log4j-api/) | | org.apache.logging.log4j/log4j-to-slf4j | 2.17.2 | Apache License, Version 2.0 | [log4j-to-slf4j](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/) | | org.apache.sling/org.apache.sling.javax.activation | 0.1.0 | The Apache Software License, Version 2.0 | [org.apache.sling.javax.activation](http://sling.apache.org/org.apache.sling.javax.activation) | -| org.apache.tomcat/tomcat-annotations-api | 9.0.82 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-core | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-el | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | -| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.82 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | +| org.apache.tomcat/tomcat-annotations-api | 9.0.87 | Apache License, Version 2.0 | [tomcat-annotations-api](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-core | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-core](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-el | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-el](https://tomcat.apache.org/) | +| org.apache.tomcat.embed/tomcat-embed-websocket | 9.0.87 | Apache License, Version 2.0 | [tomcat-embed-websocket](https://tomcat.apache.org/) | | org.ccil.cowan.tagsoup/tagsoup | 1.2.1 | Apache License 2.0 | [tagsoup](http://home.ccil.org/~cowan/XML/tagsoup/) | | org.checkerframework/checker-qual | 3.5.0 | The MIT License | [checker-qual](https://checkerframework.org) | | org.checkerframework/checker-qual | 3.33.0 | The MIT License | [checker-qual](https://checkerframework.org/) | @@ -3916,7 +3912,7 @@ | date-format | 4.0.14 | MIT | [date-format](https://github.com/nomiddlename/date-format#readme) | | debug | 2.6.9 | MIT | [debug](https://github.com/visionmedia/debug#readme) | | debug | 4.3.4 | MIT | [debug](https://github.com/debug-js/debug#readme) | -| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize#readme) | +| decamelize | 1.2.0 | MIT | [decamelize](https://github.com/sindresorhus/decamelize.git) | | deepmerge | 3.0.0 | MIT | [deepmerge](https://github.com/KyleAMathews/deepmerge) | | depd | 1.1.2 | MIT | [depd](https://github.com/dougwilson/nodejs-depd#readme) | | emoji-regex | 8.0.0 | MIT | [emoji-regex](https://mths.be/emoji-regex) | @@ -3988,7 +3984,7 @@ | minizlib | 2.1.2 | MIT | [minizlib](https://github.com/isaacs/minizlib#readme) | | mkdirp | 1.0.4 | MIT | [mkdirp](https://github.com/isaacs/node-mkdirp#readme) | | moment | 2.29.4 | MIT | [moment](https://momentjs.com) | -| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms#readme) | +| ms | 2.0.0 | MIT | [ms](https://github.com/zeit/ms.git) | | ms | 2.1.2 | MIT | [ms](https://github.com/zeit/ms#readme) | | ms | 2.1.3 | MIT | [ms](https://github.com/vercel/ms#readme) | | mustache | 2.3.2 | MIT | [mustache](https://github.com/janl/mustache.js) | @@ -4018,8 +4014,8 @@ | promise-retry | 1.1.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | | promise-retry | 2.0.1 | MIT | [promise-retry](https://github.com/IndigoUnited/node-promise-retry#readme) | | q | 1.4.1 | MIT | [q](https://github.com/kriskowal/q) | -| read-package-json-fast | 1.2.2 | ISC | [read-package-json-fast](https://github.com/npm/read-package-json-fast.git) | -| readable-stream | 1.1.14 | MIT | [readable-stream](https://github.com/isaacs/readable-stream.git) | +| read-package-json-fast | 1.2.2 | ISC | [read-package-json-fast](https://github.com/npm/read-package-json-fast#readme) | +| readable-stream | 1.1.14 | MIT | [readable-stream](https://github.com/nodejs/readable-stream) | | readline-sync | 1.4.10 | MIT | [readline-sync](https://github.com/anseki/readline-sync) | | require-directory | 2.1.1 | MIT | [require-directory](https://github.com/troygoode/node-require-directory/) | | require-main-filename | 2.0.0 | ISC | [require-main-filename](https://github.com/yargs/require-main-filename#readme) | @@ -4047,7 +4043,7 @@ | string_decoder | 0.10.31 | MIT | [string_decoder](https://github.com/rvagg/string_decoder) | | strip-ansi | 6.0.0 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | | strip-ansi | 6.0.1 | MIT | [strip-ansi](https://github.com/chalk/strip-ansi#readme) | -| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color.git) | +| supports-color | 5.5.0 | MIT | [supports-color](https://github.com/chalk/supports-color#readme) | | tar | 6.1.11 | ISC | [tar](https://github.com/npm/node-tar#readme) | | tmp | 0.2.1 | MIT | [tmp](http://github.com/raszi/node-tmp) | | tweetnacl | 0.14.5 | Unlicense | [tweetnacl](https://tweetnacl.js.org) |