From f5875beb3d0631dde9d31b37e0e5737f3f6d6d4e Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:56:23 -0500 Subject: [PATCH] Update version, changelog, notices, `npm audit fix` for 0.1.13 of vscode-docker-registries (#240) --- package-lock.json | 277 +- packages/vscode-container-client/CHANGELOG.md | 5 + packages/vscode-container-client/NOTICE.html | 458 +- .../vscode-docker-registries/CHANGELOG.md | 8 + packages/vscode-docker-registries/NOTICE.html | 6679 +++++++++-------- .../vscode-docker-registries/package.json | 2 +- 6 files changed, 3835 insertions(+), 3594 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0c49826..739a483f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -382,12 +382,6 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", - "dev": true - }, "node_modules/acorn": { "version": "8.7.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", @@ -435,9 +429,9 @@ } }, "node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, "engines": { "node": ">=6" @@ -747,12 +741,12 @@ "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -794,9 +788,9 @@ "dev": true }, "node_modules/diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", "dev": true, "engines": { "node": ">=0.3.1" @@ -1613,33 +1607,31 @@ } }, "node_modules/mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { - "@ungap/promise-all-settled": "1.1.2", - "ansi-colors": "4.1.1", - "browser-stdout": "1.3.1", - "chokidar": "3.5.3", - "debug": "4.3.4", - "diff": "5.0.0", - "escape-string-regexp": "4.0.0", - "find-up": "5.0.0", - "glob": "7.2.0", - "he": "1.2.0", - "js-yaml": "4.1.0", - "log-symbols": "4.1.0", - "minimatch": "5.0.1", - "ms": "2.1.3", - "nanoid": "3.3.3", - "serialize-javascript": "6.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "8.1.1", - "workerpool": "6.2.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0" + "ansi-colors": "^4.1.3", + "browser-stdout": "^1.3.1", + "chokidar": "^3.5.3", + "debug": "^4.3.5", + "diff": "^5.2.0", + "escape-string-regexp": "^4.0.0", + "find-up": "^5.0.0", + "glob": "^8.1.0", + "he": "^1.2.0", + "js-yaml": "^4.1.0", + "log-symbols": "^4.1.0", + "minimatch": "^5.1.6", + "ms": "^2.1.3", + "serialize-javascript": "^6.0.2", + "strip-json-comments": "^3.1.1", + "supports-color": "^8.1.1", + "workerpool": "^6.5.1", + "yargs": "^16.2.0", + "yargs-parser": "^20.2.9", + "yargs-unparser": "^2.0.0" }, "bin": { "_mocha": "bin/_mocha", @@ -1647,10 +1639,6 @@ }, "engines": { "node": ">= 14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mochajs" } }, "node_modules/mocha-junit-reporter": { @@ -1693,10 +1681,30 @@ "balanced-match": "^1.0.0" } }, + "node_modules/mocha/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/mocha/node_modules/minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -1705,12 +1713,6 @@ "node": ">=10" } }, - "node_modules/mocha/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - }, "node_modules/mocha/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -1727,23 +1729,11 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", - "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -2057,9 +2047,9 @@ } }, "node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "dependencies": { "randombytes": "^2.1.0" @@ -2371,9 +2361,9 @@ } }, "node_modules/workerpool": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", - "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz", + "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==", "dev": true }, "node_modules/wrap-ansi": { @@ -2439,9 +2429,9 @@ } }, "node_modules/yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, "engines": { "node": ">=10" @@ -2510,7 +2500,7 @@ }, "packages/vscode-docker-registries": { "name": "@microsoft/vscode-docker-registries", - "version": "0.1.12", + "version": "0.1.13", "license": "See LICENSE in the project root for license information.", "dependencies": { "dayjs": "^1.11.7" @@ -2868,12 +2858,6 @@ "eslint-visitor-keys": "^3.3.0" } }, - "@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", - "dev": true - }, "acorn": { "version": "8.7.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", @@ -2906,9 +2890,9 @@ } }, "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true }, "ansi-regex": { @@ -3143,12 +3127,12 @@ "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" }, "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "requires": { - "ms": "2.1.2" + "ms": "^2.1.3" } }, "decamelize": { @@ -3173,9 +3157,9 @@ "dev": true }, "diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", "dev": true }, "dir-glob": { @@ -3791,33 +3775,31 @@ } }, "mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "requires": { - "@ungap/promise-all-settled": "1.1.2", - "ansi-colors": "4.1.1", - "browser-stdout": "1.3.1", - "chokidar": "3.5.3", - "debug": "4.3.4", - "diff": "5.0.0", - "escape-string-regexp": "4.0.0", - "find-up": "5.0.0", - "glob": "7.2.0", - "he": "1.2.0", - "js-yaml": "4.1.0", - "log-symbols": "4.1.0", - "minimatch": "5.0.1", - "ms": "2.1.3", - "nanoid": "3.3.3", - "serialize-javascript": "6.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "8.1.1", - "workerpool": "6.2.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0" + "ansi-colors": "^4.1.3", + "browser-stdout": "^1.3.1", + "chokidar": "^3.5.3", + "debug": "^4.3.5", + "diff": "^5.2.0", + "escape-string-regexp": "^4.0.0", + "find-up": "^5.0.0", + "glob": "^8.1.0", + "he": "^1.2.0", + "js-yaml": "^4.1.0", + "log-symbols": "^4.1.0", + "minimatch": "^5.1.6", + "ms": "^2.1.3", + "serialize-javascript": "^6.0.2", + "strip-json-comments": "^3.1.1", + "supports-color": "^8.1.1", + "workerpool": "^6.5.1", + "yargs": "^16.2.0", + "yargs-parser": "^20.2.9", + "yargs-unparser": "^2.0.0" }, "dependencies": { "brace-expansion": { @@ -3829,21 +3811,28 @@ "balanced-match": "^1.0.0" } }, + "glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + } + }, "minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, "requires": { "brace-expansion": "^2.0.1" } }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - }, "supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -3886,15 +3875,9 @@ } }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, "natural-compare": { @@ -4089,9 +4072,9 @@ } }, "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "requires": { "randombytes": "^2.1.0" @@ -4310,9 +4293,9 @@ "dev": true }, "workerpool": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", - "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz", + "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==", "dev": true }, "wrap-ansi": { @@ -4366,9 +4349,9 @@ } }, "yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true }, "yargs-unparser": { diff --git a/packages/vscode-container-client/CHANGELOG.md b/packages/vscode-container-client/CHANGELOG.md index 05879f69..fa149c0a 100644 --- a/packages/vscode-container-client/CHANGELOG.md +++ b/packages/vscode-container-client/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.2 - 1 August 2024 +### Fixed +* Listing files fails due to new Bash behavior. [#231](https://github.com/microsoft/vscode-docker-extensibility/issues/231) +* Unable to inspect built-in networks. [#202](https://github.com/microsoft/vscode-docker-extensibility/issues/228) + ## 0.1.1 - 18 October 2023 ### Added * Output from `docker prune` commands is now parsed for the items removed and space reclaimed. diff --git a/packages/vscode-container-client/NOTICE.html b/packages/vscode-container-client/NOTICE.html index 3aff10f9..5f4a1e82 100644 --- a/packages/vscode-container-client/NOTICE.html +++ b/packages/vscode-container-client/NOTICE.html @@ -1175,6 +1175,78 @@

NOTICES AND INFORMATION

9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS + + + + +
  • +
    + + typescript 5.2.2 - Apache-2.0 + +

    https://www.typescriptlang.org/

    + +
    +        Apache License
    +
    +Version 2.0, January 2004
    +
    +http://www.apache.org/licenses/ 
    +
    +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    +
    +1. Definitions.
    +
    +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
    +
    +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
    +
    +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
    +
    +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
    +
    +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
    +
    +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
    +
    +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
    +
    +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
    +
    +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
    +
    +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
    +
    +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
    +
    +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
    +
    +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
    +
    +You must give any other recipients of the Work or Derivative Works a copy of this License; and
    +
    +You must cause any modified files to carry prominent notices stating that You changed the files; and
    +
    +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
    +
    +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
    +
    +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
    +
    +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
    +
    +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
    +
    +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
    +
    +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
    +
     END OF TERMS AND CONDITIONS
     
             
    @@ -1730,30 +1802,6 @@

    NOTICES AND INFORMATION

  • -
  • -
    - - webidl-conversions 3.0.1 - BSD-2-Clause - -

    https://github.com/jsdom/webidl-conversions#readme

    - -
    -        # The BSD 2-Clause License
    -
    -Copyright (c) 2014, Domenic Denicola
    -All rights reserved.
    -
    -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    -
    -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    -
    -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    -
    -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    -
    -        
    -
    -
  • @@ -2172,7 +2220,7 @@

    NOTICES AND INFORMATION

    fastq 1.13.0 - ISC

    https://github.com/mcollina/fastq#readme

    - +
             Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
     
    @@ -3222,6 +3270,26 @@ 

    NOTICES AND INFORMATION

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
    +
    +
  • +
  • +
    + + @types/mocha 10.0.1 - MIT + +

    https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha

    + +
    +        MIT License
    +
    +Copyright (c) <year> <copyright holders>
    +
    +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    +
    +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    +
     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
             
    @@ -3249,7 +3317,7 @@

    NOTICES AND INFORMATION

  • - @types/node 16.11.38 - MIT + @types/node 18.18.9 - MIT

    https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node

    @@ -3269,10 +3337,10 @@

    NOTICES AND INFORMATION

  • - @types/node-fetch 2.6.1 - MIT + @types/vscode 1.63.1 - MIT -

    https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch

    -
    • Copyright (c) Microsoft Corporation
    +

    https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode

    +
    • Copyright (c) Microsoft Corporation.
             MIT License
     
    @@ -3289,10 +3357,10 @@ 

    NOTICES AND INFORMATION

  • - @types/vscode 1.63.1 - MIT + @types/vscode 1.75.0 - MIT

    https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode

    -
    • Copyright (c) Microsoft Corporation.
    +
    • Copyright (c) Microsoft Corporation
             MIT License
     
    @@ -3790,39 +3858,6 @@ 

    NOTICES AND INFORMATION

  • -
  • -
    - - asynckit 0.4.0 - MIT - -

    https://github.com/alexindigo/asynckit#readme

    -
    • Copyright (c) 2016 Alex Indigo
    -
    -        The MIT License (MIT)
    -
    -Copyright (c) 2016 Alex Indigo
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of this software and associated documentation files (the "Software"), to deal
    -in the Software without restriction, including without limitation the rights
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -copies of the Software, and to permit persons to whom the Software is
    -furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in all
    -copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    -SOFTWARE.
    -
    -        
    -
    -
  • @@ -3946,15 +3981,15 @@

    NOTICES AND INFORMATION

  • - braces 3.0.2 - MIT + braces 3.0.3 - MIT

    https://github.com/micromatch/braces

    -
    • Copyright (c) 2014-2018, Jon Schlinkert
    • +
      • Copyright (c) 2014-present, Jon Schlinkert
      • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
               The MIT License (MIT)
       
      -Copyright (c) 2014-2018, Jon Schlinkert.
      +Copyright (c) 2014-present, Jon Schlinkert.
       
       Permission is hereby granted, free of charge, to any person obtaining a copy
       of this software and associated documentation files (the "Software"), to deal
      @@ -4202,37 +4237,6 @@ 

      NOTICES AND INFORMATION

  • -
  • -
    - - combined-stream 1.0.8 - MIT - -

    https://github.com/felixge/node-combined-stream

    -
    • Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
    -
    -        Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of this software and associated documentation files (the "Software"), to deal
    -in the Software without restriction, including without limitation the rights
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -copies of the Software, and to permit persons to whom the Software is
    -furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in
    -all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    -THE SOFTWARE.
    -
    -        
    -
    -
  • @@ -4303,7 +4307,7 @@

    NOTICES AND INFORMATION

  • - cross-spawn 7.0.3 - MIT + cross-spawn 7.0.6 - MIT

    https://github.com/moxystudio/node-cross-spawn

    • Copyright (c) 2018 Made With MOXY Lda
    @@ -4336,7 +4340,7 @@

    NOTICES AND INFORMATION

  • - dayjs 1.11.3 - MIT + dayjs 1.11.9 - MIT

    https://day.js.org/

    • Copyright (c) 2018-present, iamkun
    @@ -4521,37 +4525,6 @@

    NOTICES AND INFORMATION

  • -
  • -
    - - delayed-stream 1.0.0 - MIT - -

    https://github.com/felixge/node-delayed-stream

    -
    • Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
    -
    -        Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of this software and associated documentation files (the "Software"), to deal
    -in the Software without restriction, including without limitation the rights
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -copies of the Software, and to permit persons to whom the Software is
    -furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in
    -all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    -THE SOFTWARE.
    -
    -        
    -
    -
  • @@ -4887,7 +4860,7 @@

    NOTICES AND INFORMATION

  • - fill-range 7.0.1 - MIT + fill-range 7.1.1 - MIT

    https://github.com/jonschlinkert/fill-range

    • Copyright (c) 2014-present, Jon Schlinkert
    • @@ -4970,37 +4943,6 @@

      NOTICES AND INFORMATION

      SOFTWARE. - -
    -
  • -
  • -
    - - form-data 3.0.1 - MIT - -

    https://github.com/form-data/form-data#readme

    -
    • Copyright (c) 2012 Felix Geisendorfer (felix@debuggable.com) and contributors
    -
    -        Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
    -
    - Permission is hereby granted, free of charge, to any person obtaining a copy
    - of this software and associated documentation files (the "Software"), to deal
    - in the Software without restriction, including without limitation the rights
    - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    - copies of the Software, and to permit persons to whom the Software is
    - furnished to do so, subject to the following conditions:
    -
    - The above copyright notice and this permission notice shall be included in
    - all copies or substantial portions of the Software.
    -
    - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    - THE SOFTWARE.
    -
             
  • @@ -5042,7 +4984,7 @@

    NOTICES AND INFORMATION

  • - get-func-name 2.0.0 - MIT + get-func-name 2.0.2 - MIT

    https://github.com/chaijs/get-func-name#readme

    • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
    • @@ -5791,11 +5733,11 @@

      NOTICES AND INFORMATION

    • - micromatch 4.0.5 - MIT + micromatch 4.0.8 - MIT

      https://github.com/micromatch/micromatch

      • Copyright (c) 2014-present, Jon Schlinkert
      • -
      • Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert)
      +
    • Copyright (c) 2024, Jon Schlinkert (https://github.com/jonschlinkert)
             The MIT License (MIT)
     
    @@ -5822,82 +5764,6 @@ 

    NOTICES AND INFORMATION

  • -
  • -
    - - mime-db 1.52.0 - MIT - -

    https://github.com/jshttp/mime-db#readme

    -
    • Copyright (c) 2014 Jonathan Ong
    • -
    • Copyright (c) 2015-2022 Douglas Christopher Wilson
    • -
    • Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
    • -
    • Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
    -
    -        (The MIT License)
    -
    -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
    -Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
    -
    -Permission is hereby granted, free of charge, to any person obtaining
    -a copy of this software and associated documentation files (the
    -'Software'), to deal in the Software without restriction, including
    -without limitation the rights to use, copy, modify, merge, publish,
    -distribute, sublicense, and/or sell copies of the Software, and to
    -permit persons to whom the Software is furnished to do so, subject to
    -the following conditions:
    -
    -The above copyright notice and this permission notice shall be
    -included in all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
    -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    -
    -        
    -
    -
  • -
  • -
    - - mime-types 2.1.35 - MIT - -

    https://github.com/jshttp/mime-types#readme

    -
    • Copyright (c) 2014 Jonathan Ong
    • -
    • Copyright (c) 2015 Douglas Christopher Wilson
    • -
    • Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
    • -
    • Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
    -
    -        (The MIT License)
    -
    -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
    -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
    -
    -Permission is hereby granted, free of charge, to any person obtaining
    -a copy of this software and associated documentation files (the
    -'Software'), to deal in the Software without restriction, including
    -without limitation the rights to use, copy, modify, merge, publish,
    -distribute, sublicense, and/or sell copies of the Software, and to
    -permit persons to whom the Software is furnished to do so, subject to
    -the following conditions:
    -
    -The above copyright notice and this permission notice shall be
    -included in all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
    -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    -
    -        
    -
    -
  • @@ -6177,40 +6043,6 @@

    NOTICES AND INFORMATION

  • -
  • -
    - - node-fetch 2.6.7 - MIT - -

    https://github.com/bitinn/node-fetch

    -
    • Copyright (c) 2016 David Frank
    -
    -        The MIT License (MIT)
    -
    -Copyright (c) 2016 David Frank
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of this software and associated documentation files (the "Software"), to deal
    -in the Software without restriction, including without limitation the rights
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -copies of the Software, and to permit persons to whom the Software is
    -furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in all
    -copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    -SOFTWARE.
    -
    -
    -        
    -
    -
  • @@ -7129,26 +6961,6 @@

    NOTICES AND INFORMATION

  • -
  • -
    - - tr46 0.0.3 - MIT - -

    https://github.com/Sebmaster/tr46.js#readme

    - -
    -        MIT License
    -
    -Copyright (c) <year> <copyright holders>
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    -        
    -
    -
  • @@ -7348,6 +7160,26 @@

    NOTICES AND INFORMATION

  • +
  • +
    + + undici-types 5.26.5 - MIT + +

    https://undici.nodejs.org/

    + +
    +        MIT License
    +
    +Copyright (c) <year> <copyright holders>
    +
    +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    +
    +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    +
    +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    +        
    +
    +
  • @@ -7437,40 +7269,6 @@

    NOTICES AND INFORMATION

  • -
  • -
    - - whatwg-url 5.0.0 - MIT - -

    https://github.com/jsdom/whatwg-url#readme

    -
    • (c) extraPathPercentEncodeSet.has
    • -
    • Copyright (c) 2015-2016 Sebastian Mayr
    -
    -        The MIT License (MIT)
    -
    -Copyright (c) 2015–2016 Sebastian Mayr
    -
    -Permission is hereby granted, free of charge, to any person obtaining a copy
    -of this software and associated documentation files (the "Software"), to deal
    -in the Software without restriction, including without limitation the rights
    -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    -copies of the Software, and to permit persons to whom the Software is
    -furnished to do so, subject to the following conditions:
    -
    -The above copyright notice and this permission notice shall be included in
    -all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    -THE SOFTWARE.
    -
    -        
    -
    -
  • diff --git a/packages/vscode-docker-registries/CHANGELOG.md b/packages/vscode-docker-registries/CHANGELOG.md index 550cbd06..1ea13fba 100644 --- a/packages/vscode-docker-registries/CHANGELOG.md +++ b/packages/vscode-docker-registries/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.1.13 - 17 December 2024 +### Fixed +* Fixed 404 when exploring and pulling GHCR images. [#238](https://github.com/microsoft/vscode-docker-extensibility/issues/238) + +## 0.1.12 - 1 August 2024 +### Fixed +* Fixed inspect image manifest 404. [#225](https://github.com/microsoft/vscode-docker-extensibility/pull/225) + ## 0.1.11 - 10 January 2023 ### Fixed * Fixed an issue that prevented loading more than 10 repositories/tags from Docker Hub diff --git a/packages/vscode-docker-registries/NOTICE.html b/packages/vscode-docker-registries/NOTICE.html index 3aff10f9..a549b61c 100644 --- a/packages/vscode-docker-registries/NOTICE.html +++ b/packages/vscode-docker-registries/NOTICE.html @@ -1,67 +1,74 @@ - - - - NOTICES AND INFORMATION - - - -

    NOTICES AND INFORMATION

    -

    Do Not Translate or Localize

    -

    - This software incorporates material from third parties. - Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com, - or you may send a check or money order for US $5.00, including the product name, - the open source component name, platform, and version number, to: -

    -
    - Source Code Compliance Team
    - Microsoft Corporation
    - One Microsoft Way
    - Redmond, WA 98052
    - USA -
    -

    - Notwithstanding any other terms, you may reverse engineer this software to the extent - required to debug changes to any libraries licensed under the GNU Lesser General Public License. -

    -
      -
    1. -
      - - tslib 1.14.1 - 0BSD - -

      https://www.typescriptlang.org/

      -
      • Copyright (c) Microsoft Corporation
      -
      -        Copyright (c) Microsoft Corporation.
      -
      -Permission to use, copy, modify, and/or distribute this software for any
      -purpose with or without fee is hereby granted.
      -
      -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
      -AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
      -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      -PERFORMANCE OF THIS SOFTWARE.
      -        
      -
      -
    2. -
    3. -
      - - @humanwhocodes/config-array 0.9.5 - Apache-2.0 - -

      https://github.com/humanwhocodes/config-array#readme

      - -
      +
      +
      +
      +
      +    NOTICES AND INFORMATION
      +    
      +
      +
      +
      +    

      NOTICES AND INFORMATION

      +

      Do Not Translate or Localize

      +

      + This software incorporates material from third parties. + Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com, + or you may send a check or money order for US $5.00, including the product name, + the open source component name, platform, and version number, to: +

      +
      + Source Code Compliance Team
      + Microsoft Corporation
      + One Microsoft Way
      + Redmond, WA 98052
      + USA +
      +

      + Notwithstanding any other terms, you may reverse engineer this software to the extent + required to debug changes to any libraries licensed under the GNU Lesser General Public License. +

      +
        +
      1. +
        + + tslib 1.14.1 - 0BSD + +

        https://www.typescriptlang.org/

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
        +        Copyright (c) Microsoft Corporation.
        +
        +Permission to use, copy, modify, and/or distribute this software for any
        +purpose with or without fee is hereby granted.
        +
        +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
        +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
        +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
        +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
        +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
        +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
        +PERFORMANCE OF THIS SOFTWARE.
        +        
        +
        +
      2. +
      3. +
        + + @humanwhocodes/config-array 0.9.5 - Apache-2.0 + +

        https://github.com/humanwhocodes/config-array#readme +

        + +
                                                  Apache License
                                    Version 2.0, January 2004
                                 http://www.apache.org/licenses/
        @@ -263,20 +270,23 @@ 

        NOTICES AND INFORMATION

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -
        -
        -
      4. -
      5. -
        - - doctrine 3.0.0 - Apache-2.0 - -

        https://github.com/eslint/doctrine

        -
        • Copyright JS Foundation and other contributors, https://js.foundation
        • -
        • Copyright (c) 2012, 2011 Ariya Hidayat (http://ariya.ofilabs.com/about) (twitter ariyahidayat (http://twitter.com/ariyahidayat)) and other contributors
        -
        -        
        +
        +        
        +
        +
      6. +
      7. +
        + + doctrine 3.0.0 - Apache-2.0 + +

        https://github.com/eslint/doctrine

        +
          +
        • Copyright JS Foundation and other contributors, https://js.foundation
        • +
        • Copyright (c) 2012, 2011 Ariya Hidayat (http://ariya.ofilabs.com/about) (twitter ariyahidayat + (http://twitter.com/ariyahidayat)) and other contributors
        • +
        +
        +
                                      Apache License
                                Version 2.0, January 2004
                             http://www.apache.org/licenses/
        @@ -678,18 +688,20 @@ 

        NOTICES AND INFORMATION

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -
        -
        -
      8. -
      9. -
        - - eslint-visitor-keys 2.1.0 - Apache-2.0 - -

        https://github.com/eslint/eslint-visitor-keys#readme

        - -
        +
        +        
        +
        +
      10. +
      11. +
        + + eslint-visitor-keys 2.1.0 - Apache-2.0 + +

        https://github.com/eslint/eslint-visitor-keys#readme +

        + +
                                                  Apache License
                                    Version 2.0, January 2004
                                 http://www.apache.org/licenses/
        @@ -891,18 +903,20 @@ 

        NOTICES AND INFORMATION

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -
        -
        -
      12. -
      13. -
        - - eslint-visitor-keys 3.3.0 - Apache-2.0 - -

        https://github.com/eslint/eslint-visitor-keys#readme

        - -
        +
        +        
        +
        +
      14. +
      15. +
        + + eslint-visitor-keys 3.3.0 - Apache-2.0 + +

        https://github.com/eslint/eslint-visitor-keys#readme +

        + +
                                                  Apache License
                                    Version 2.0, January 2004
                                 http://www.apache.org/licenses/
        @@ -1104,90 +1118,168 @@ 

        NOTICES AND INFORMATION

        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -
        -
        -
      16. -
      17. -
        - - typescript 4.7.3 - Apache-2.0 - -

        https://www.typescriptlang.org/

        -
        • (c) by W3C
        • -
        • Copyright (c) 2018 WHATWG
        • -
        • Copyright (c) Microsoft Corporation
        • -
        • Copyright (c) 1991-2017 Unicode, Inc.
        • -
        • Copyright (c) 2018 The Khronos Group Inc.
        • -
        • Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
        -
        -        Apache License
        -
        -Version 2.0, January 2004
        -
        -http://www.apache.org/licenses/ 
        -
        -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        -
        -1. Definitions.
        -
        -"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
        -
        -"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
        -
        -"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
        -
        -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
        -
        -"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
        -
        -"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
        -
        -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
        -
        -"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
        -
        -"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
        -
        -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
        -
        -2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
        -
        -3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
        -
        -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
        -
        -You must give any other recipients of the Work or Derivative Works a copy of this License; and
        -
        -You must cause any modified files to carry prominent notices stating that You changed the files; and
        -
        -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
        -
        -If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
        -
        -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
        -
        -6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
        -
        -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
        -
        -8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
        -
        -9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
        -
        -END OF TERMS AND CONDITIONS
        -
        -        
        -
        -
      18. -
      19. -
        - - workerpool 6.2.1 - Apache-2.0 - -

        https://github.com/josdejong/workerpool

        -
        • Copyright (c) 2014-2022 Jos de Jong <wjosdejong@gmail.com>
        -
        +
        +        
        +
        +
      20. +
      21. +
        + + typescript 4.7.3 - Apache-2.0 + +

        https://www.typescriptlang.org/

        +
          +
        • (c) by W3C
        • +
        • Copyright (c) 2018 WHATWG
        • +
        • Copyright (c) Microsoft Corporation
        • +
        • Copyright (c) 1991-2017 Unicode, Inc.
        • +
        • Copyright (c) 2018 The Khronos Group Inc.
        • +
        • Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
        • +
        +
        +        Apache License
        +
        +Version 2.0, January 2004
        +
        +http://www.apache.org/licenses/
        +
        +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        +
        +1. Definitions.
        +
        +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
        +
        +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
        +
        +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
        +
        +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
        +
        +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
        +
        +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
        +
        +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
        +
        +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
        +
        +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
        +
        +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
        +
        +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
        +
        +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
        +
        +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
        +
        +You must give any other recipients of the Work or Derivative Works a copy of this License; and
        +
        +You must cause any modified files to carry prominent notices stating that You changed the files; and
        +
        +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
        +
        +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
        +
        +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
        +
        +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
        +
        +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
        +
        +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
        +
        +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
        +
        +END OF TERMS AND CONDITIONS
        +
        +        
        +
        +
      22. +
      23. +
        + + typescript 5.2.2 - Apache-2.0 + +

        https://www.typescriptlang.org/

        +
          +
        • (c) by W3C
        • +
        • Copyright (c) 2018 WHATWG
        • +
        • Copyright (c) Microsoft Corporation
        • +
        • Copyright (c) 1991-2017 Unicode, Inc.
        • +
        • Copyright (c) 2018 The Khronos Group Inc.
        • +
        • Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
        • +
        +
        +        Apache License
        +
        +Version 2.0, January 2004
        +
        +http://www.apache.org/licenses/
        +
        +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
        +
        +1. Definitions.
        +
        +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
        +
        +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
        +
        +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
        +
        +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
        +
        +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
        +
        +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
        +
        +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
        +
        +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
        +
        +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
        +
        +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
        +
        +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
        +
        +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
        +
        +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
        +
        +You must give any other recipients of the Work or Derivative Works a copy of this License; and
        +
        +You must cause any modified files to carry prominent notices stating that You changed the files; and
        +
        +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
        +
        +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
        +
        +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
        +
        +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
        +
        +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
        +
        +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
        +
        +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
        +
        +END OF TERMS AND CONDITIONS
        +
        +        
        +
        +
      24. +
      25. +
        + + workerpool 6.2.1 - Apache-2.0 + +

        https://github.com/josdejong/workerpool

        +
          +
        • Copyright (c) 2014-2022 Jos de Jong <wjosdejong@gmail.com>
        • +
        +
                 Apache License
                                    Version 2.0, January 2004
                                 http://www.apache.org/licenses/
        @@ -1388,18 +1480,22 @@ 

        NOTICES AND INFORMATION

        distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. -
        -
        -
      26. -
      27. -
        - - @typescript-eslint/parser 5.27.1 - BSD-2-Clause - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright JS Foundation and other contributors, https://js.foundation
        -
        +   limitations under the License.
        +        
        +
        +
      28. +
      29. +
        + + @typescript-eslint/parser 5.27.1 - BSD-2-Clause + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright JS Foundation and other contributors, https://js.foundation
        • +
        +
                 TypeScript ESLint Parser
         Copyright JS Foundation and other contributors, https://js.foundation
         
        @@ -1422,18 +1518,22 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      30. -
      31. -
        - - @typescript-eslint/typescript-estree 5.27.1 - BSD-2-Clause - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright JS Foundation and other contributors, https://js.foundation
        -
        +
        +        
        +
        +
      32. +
      33. +
        + + @typescript-eslint/typescript-estree 5.27.1 - BSD-2-Clause + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright JS Foundation and other contributors, https://js.foundation
        • +
        +
                 TypeScript ESTree
         
         Originally extracted from:
        @@ -1460,23 +1560,25 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      34. -
      35. -
        - - eslint-scope 5.1.1 - BSD-2-Clause - -

        http://github.com/eslint/eslint-scope

        -
        • Copyright (c) 2015 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2013 Alex Seville <hi@alexanderseville.com>
        • -
        • Copyright (c) 2014 Thiago de Arruda <tpadilha84@gmail.com>
        • -
        • Copyright (c) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright JS Foundation and other contributors, https://js.foundation
        • -
        • Copyright (c) 2012-2013 Yusuke Suzuki (twitter Constellation) and other contributors
        -
        +
        +        
        +
        +
      36. +
      37. +
        + + eslint-scope 5.1.1 - BSD-2-Clause + +

        http://github.com/eslint/eslint-scope

        +
          +
        • Copyright (c) 2015 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2013 Alex Seville <hi@alexanderseville.com>
        • +
        • Copyright (c) 2014 Thiago de Arruda <tpadilha84@gmail.com>
        • +
        • Copyright (c) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright JS Foundation and other contributors, https://js.foundation
        • +
        • Copyright (c) 2012-2013 Yusuke Suzuki (twitter Constellation) and other contributors
        • +
        +
                 Copyright JS Foundation and other contributors, https://js.foundation
         Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.
         
        @@ -1499,23 +1601,25 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      38. -
      39. -
        - - eslint-scope 7.1.1 - BSD-2-Clause - -

        http://github.com/eslint/eslint-scope

        -
        • Copyright (c) 2015 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2013 Alex Seville <hi@alexanderseville.com>
        • -
        • Copyright (c) 2014 Thiago de Arruda <tpadilha84@gmail.com>
        • -
        • Copyright (c) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright JS Foundation and other contributors, https://js.foundation
        • -
        • Copyright (c) 2012-2013 Yusuke Suzuki (twitter Constellation) and other contributors
        -
        +
        +        
        +
        +
      40. +
      41. +
        + + eslint-scope 7.1.1 - BSD-2-Clause + +

        http://github.com/eslint/eslint-scope

        +
          +
        • Copyright (c) 2015 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2013 Alex Seville <hi@alexanderseville.com>
        • +
        • Copyright (c) 2014 Thiago de Arruda <tpadilha84@gmail.com>
        • +
        • Copyright (c) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright JS Foundation and other contributors, https://js.foundation
        • +
        • Copyright (c) 2012-2013 Yusuke Suzuki (twitter Constellation) and other contributors
        • +
        +
                 Copyright JS Foundation and other contributors, https://js.foundation
         Copyright (C) 2012-2013 Yusuke Suzuki (twitter: @Constellation) and other contributors.
         
        @@ -1538,22 +1642,24 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      42. -
      43. -
        - - espree 9.3.2 - BSD-2-Clause - -

        https://github.com/eslint/espree

        -
        • Copyright 2012-2015 Acorn
        • -
        • Copyright 2014-2015 various
        • -
        • Copyright (c) Open JS Foundation
        • -
        • Copyright (c) jQuery Foundation, Inc. and Contributors
        • -
        • Copyright 2014-2015 Sebastian McKenzie <sebmck@gmail.com>
        -
        +
        +        
        +
        +
      44. +
      45. +
        + + espree 9.3.2 - BSD-2-Clause + +

        https://github.com/eslint/espree

        +
          +
        • Copyright 2012-2015 Acorn
        • +
        • Copyright 2014-2015 various
        • +
        • Copyright (c) Open JS Foundation
        • +
        • Copyright (c) jQuery Foundation, Inc. and Contributors
        • +
        • Copyright 2014-2015 Sebastian McKenzie <sebmck@gmail.com>
        • +
        +
                 BSD 2-Clause License
         
         Copyright (c) Open JS Foundation
        @@ -1579,19 +1685,22 @@ 

        NOTICES AND INFORMATION

        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      46. -
      47. -
        - - esrecurse 4.3.0 - BSD-2-Clause - -

        https://github.com/estools/esrecurse

        -
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2014 Yusuke Suzuki (https://github.com/Constellation) (twitter Constellation (https://twitter.com/Constellation)) and other contributors
        -
        +
        +        
        +
        +
      48. +
      49. +
        + + esrecurse 4.3.0 - BSD-2-Clause + +

        https://github.com/estools/esrecurse

        +
          +
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2014 Yusuke Suzuki (https://github.com/Constellation) (twitter Constellation + (https://twitter.com/Constellation)) and other contributors
        • +
        +
                 Copyright (c) <year> <owner> . All rights reserved.
         
         Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        @@ -1600,21 +1709,24 @@ 

        NOTICES AND INFORMATION

        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -
        -
        -
      50. -
      51. -
        - - estraverse 4.3.0 - BSD-2-Clause - -

        https://github.com/estools/estraverse

        -
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • -
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors
        -
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +        
        +
        +
      52. +
      53. +
        + + estraverse 4.3.0 - BSD-2-Clause + +

        https://github.com/estools/estraverse

        +
          +
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • +
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation + (http://twitter.com/Constellation)) and other contributors
        • +
        +
                 Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
         
        @@ -1634,21 +1746,24 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      54. -
      55. -
        - - estraverse 5.3.0 - BSD-2-Clause - -

        https://github.com/estools/estraverse

        -
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • -
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors
        -
        +
        +        
        +
        +
      56. +
      57. +
        + + estraverse 5.3.0 - BSD-2-Clause + +

        https://github.com/estools/estraverse

        +
          +
        • Copyright (c) 2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • +
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2012-2016 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation + (http://twitter.com/Constellation)) and other contributors
        • +
        +
                 Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
         
        @@ -1668,21 +1783,24 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      58. -
      59. -
        - - esutils 2.0.3 - BSD-2-Clause - -

        https://github.com/estools/esutils

        -
        • Copyright (c) 2014 Ivan Nikulin <ifaaan@gmail.com>
        • -
        • Copyright (c) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • -
        • Copyright (c) 2013 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation (http://twitter.com/Constellation)) and other contributors
        -
        +
        +        
        +
        +
      60. +
      61. +
        + + esutils 2.0.3 - BSD-2-Clause + +

        https://github.com/estools/esutils

        +
          +
        • Copyright (c) 2014 Ivan Nikulin <ifaaan@gmail.com>
        • +
        • Copyright (c) 2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2013-2014 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        • Copyright (c) 2013 Yusuke Suzuki (http://github.com/Constellation) (twitter Constellation + (http://twitter.com/Constellation)) and other contributors
        • +
        +
                 Redistribution and use in source and binary forms, with or without
         modification, are permitted provided that the following conditions are met:
         
        @@ -1702,19 +1820,21 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      62. -
      63. -
        - - uri-js 4.4.1 - BSD-2-Clause - -

        https://github.com/garycourt/uri-js

        -
        • (c) 2011 Gary Court
        • -
        • Copyright 2011 Gary Court
        -
        +
        +        
        +
        +
      64. +
      65. +
        + + uri-js 4.4.1 - BSD-2-Clause + +

        https://github.com/garycourt/uri-js

        +
          +
        • (c) 2011 Gary Court
        • +
        • Copyright 2011 Gary Court
        • +
        +
                 Copyright 2011 Gary Court. All rights reserved.
         
         Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        @@ -1726,42 +1846,22 @@ 

        NOTICES AND INFORMATION

        THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court. - -
        -
        -
      66. -
      67. -
        - - webidl-conversions 3.0.1 - BSD-2-Clause - -

        https://github.com/jsdom/webidl-conversions#readme

        -
        • Copyright (c) 2014, Domenic Denicola
        -
        -        # The BSD 2-Clause License
        -
        -Copyright (c) 2014, Domenic Denicola
        -All rights reserved.
         
        -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        -
        -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        -
        -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        -
        -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        -
        -        
        -
        -
      68. -
      69. -
        - - @humanwhocodes/object-schema 1.2.1 - BSD-3-Clause - -

        https://github.com/humanwhocodes/object-schema#readme

        -
        • Copyright (c) 2019, Human Who Codes
        -
        +        
        +
        +
      70. +
      71. +
        + + @humanwhocodes/object-schema 1.2.1 - BSD-3-Clause + +

        https://github.com/humanwhocodes/object-schema#readme +

        +
          +
        • Copyright (c) 2019, Human Who Codes
        • +
        +
                 BSD 3-Clause License
         
         Copyright (c) 2019, Human Who Codes
        @@ -1791,19 +1891,23 @@ 

        NOTICES AND INFORMATION

        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      72. -
      73. -
        - - charenc 0.0.2 - BSD-3-Clause - -

        https://github.com/pvorb/node-charenc#readme

        -
        • Copyright (c) 2009, Jeff Mott.
        • -
        • Copyright (c) 2011, Paul Vorbach.
        -
        +
        +        
        +
        +
      74. +
      75. +
        + + charenc 0.0.2 - BSD-3-Clause + +

        https://github.com/pvorb/node-charenc#readme +

        +
          +
        • Copyright (c) 2009, Jeff Mott.
        • +
        • Copyright (c) 2011, Paul Vorbach.
        • +
        +
                 Copyright (c) <year> <owner> . All rights reserved.
         
         Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        @@ -1814,19 +1918,22 @@ 

        NOTICES AND INFORMATION

        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -
        -
        -
      76. -
      77. -
        - - crypt 0.0.2 - BSD-3-Clause - -

        https://github.com/pvorb/node-crypt#readme

        -
        • Copyright (c) 2009, Jeff Mott.
        • -
        • Copyright (c) 2011, Paul Vorbach.
        -
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +        
        +
        +
      78. +
      79. +
        + + crypt 0.0.2 - BSD-3-Clause + +

        https://github.com/pvorb/node-crypt#readme +

        +
          +
        • Copyright (c) 2009, Jeff Mott.
        • +
        • Copyright (c) 2011, Paul Vorbach.
        • +
        +
                 Copyright (c) <year> <owner> . All rights reserved.
         
         Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        @@ -1837,18 +1944,20 @@ 

        NOTICES AND INFORMATION

        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -
        -
        -
      80. -
      81. -
        - - diff 4.0.2 - BSD-3-Clause - -

        https://github.com/kpdecker/jsdiff#readme

        -
        • Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        -
        +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +        
        +
        +
      82. +
      83. +
        + + diff 4.0.2 - BSD-3-Clause + +

        https://github.com/kpdecker/jsdiff#readme

        +
          +
        • Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        • +
        +
                 Software License Agreement (BSD License)
         
         Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        @@ -1879,18 +1988,20 @@ 

        NOTICES AND INFORMATION

        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -
        -
        -
      84. -
      85. -
        - - diff 5.0.0 - BSD-3-Clause - -

        https://github.com/kpdecker/jsdiff#readme

        -
        • Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        -
        +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +        
        +
        +
      86. +
      87. +
        + + diff 5.0.0 - BSD-3-Clause + +

        https://github.com/kpdecker/jsdiff#readme

        +
          +
        • Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        • +
        +
                 Software License Agreement (BSD License)
         
         Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
        @@ -1921,20 +2032,22 @@ 

        NOTICES AND INFORMATION

        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -
        -
        -
      88. -
      89. -
        - - esquery 1.4.0 - BSD-3-Clause - -

        https://github.com/estools/esquery/

        -
        • Copyright (c) 2013, Joel Feenstra
        • -
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • -
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        -
        +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        +        
        +
        +
      90. +
      91. +
        + + esquery 1.4.0 - BSD-3-Clause + +

        https://github.com/estools/esquery/

        +
          +
        • Copyright (c) 2013, Joel Feenstra
        • +
        • Copyright (c) 2012 Ariya Hidayat <ariya.hidayat@gmail.com>
        • +
        • Copyright (c) 2012-2013 Yusuke Suzuki <utatane.tea@gmail.com>
        • +
        +
                 Copyright (c) 2013, Joel Feenstra
         All rights reserved.
         
        @@ -1959,18 +2072,20 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      92. -
      93. -
        - - flat 5.0.2 - BSD-3-Clause - -

        https://github.com/hughsk/flat

        -
        • Copyright (c) 2014, Hugh Kennedy
        -
        +
        +        
        +
        +
      94. +
      95. +
        + + flat 5.0.2 - BSD-3-Clause + +

        https://github.com/hughsk/flat

        +
          +
        • Copyright (c) 2014, Hugh Kennedy
        • +
        +
                 Copyright (c) 2014, Hugh Kennedy
         All rights reserved.
         
        @@ -1983,20 +2098,22 @@ 

        NOTICES AND INFORMATION

        3. Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      96. -
      97. -
        - - md5 2.3.0 - BSD-3-Clause - -

        https://github.com/pvorb/node-md5#readme

        -
        • Copyright (c) 2009, Jeff Mott.
        • -
        • Copyright (c) 2011-2012, Paul Vorbach.
        • -
        • Copyright (c) 2011-2015, Paul Vorbach.
        -
        +
        +        
        +
        +
      98. +
      99. +
        + + md5 2.3.0 - BSD-3-Clause + +

        https://github.com/pvorb/node-md5#readme

        +
          +
        • Copyright (c) 2009, Jeff Mott.
        • +
        • Copyright (c) 2011-2012, Paul Vorbach.
        • +
        • Copyright (c) 2011-2015, Paul Vorbach.
        • +
        +
                 Copyright © 2011-2012, Paul Vorbach.
         Copyright © 2009, Jeff Mott.
         
        @@ -2024,19 +2141,23 @@ 

        NOTICES AND INFORMATION

        ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      100. -
      101. -
        - - serialize-javascript 6.0.0 - BSD-3-Clause - -

        https://github.com/yahoo/serialize-javascript

        -
        • Copyright 2014 Yahoo! Inc.
        • -
        • Copyright (c) 2014, Yahoo! Inc.
        -
        +
        +        
        +
        +
      102. +
      103. +
        + + serialize-javascript 6.0.0 - BSD-3-Clause + +

        https://github.com/yahoo/serialize-javascript +

        +
          +
        • Copyright 2014 Yahoo! Inc.
        • +
        • Copyright (c) 2014, Yahoo! Inc.
        • +
        +
                 Copyright 2014 Yahoo! Inc.
         All rights reserved.
         
        @@ -2064,18 +2185,22 @@ 

        NOTICES AND INFORMATION

        ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -
        -
        -
      104. -
      105. -
        - - @ungap/promise-all-settled 1.1.2 - ISC - -

        https://github.com/ungap/promise-all-settled#readme

        -
        • Copyright (c) 2019, Andrea Giammarchi
        -
        +
        +        
        +
        +
      106. +
      107. +
        + + @ungap/promise-all-settled 1.1.2 - ISC + +

        https://github.com/ungap/promise-all-settled#readme +

        +
          +
        • Copyright (c) 2019, Andrea Giammarchi
        • +
        +
                 ISC License
         
         Copyright (c) 2019, Andrea Giammarchi, @WebReflection
        @@ -2091,18 +2216,20 @@ 

        NOTICES AND INFORMATION

        LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      108. -
      109. -
        - - anymatch 3.1.2 - ISC - -

        https://github.com/micromatch/anymatch

        -
        • Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
        -
        +
        +        
        +
        +
      110. +
      111. +
        + + anymatch 3.1.2 - ISC + +

        https://github.com/micromatch/anymatch

        +
          +
        • Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
        • +
        +
                 The ISC License
         
         Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
        @@ -2118,36 +2245,42 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      112. -
      113. -
        - - browser-stdout 1.3.1 - ISC - -

        https://github.com/kumavis/browser-stdout#readme

        -
        • Copyright 2018 kumavis
        -
        +
        +        
        +
        +
      114. +
      115. +
        + + browser-stdout 1.3.1 - ISC + +

        https://github.com/kumavis/browser-stdout#readme +

        +
          +
        • Copyright 2018 kumavis
        • +
        +
                 Copyright 2018 kumavis
         
         Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
         
         THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
        -        
        -
        -
      116. -
      117. -
        - - cliui 7.0.4 - ISC - -

        https://github.com/yargs/cliui#readme

        -
        • Copyright (c) 2015, Contributors
        • -
        • Copyright (c) npm, Inc. and Contributors
        -
        +
        +        
        +
        +
      118. +
      119. +
        + + cliui 7.0.4 - ISC + +

        https://github.com/yargs/cliui#readme

        +
          +
        • Copyright (c) 2015, Contributors
        • +
        • Copyright (c) npm, Inc. and Contributors
        • +
        +
                 Copyright (c) 2015, Contributors
         
         Permission to use, copy, modify, and/or distribute this software
        @@ -2162,18 +2295,20 @@ 

        NOTICES AND INFORMATION

        OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      120. -
      121. -
        - - fastq 1.13.0 - ISC - -

        https://github.com/mcollina/fastq#readme

        - -
        +
        +        
        +
        +
      122. +
      123. +
        + + fastq 1.13.0 - ISC + +

        https://github.com/mcollina/fastq#readme

        +
          +
        • Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
        • +
        +
                 Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
         
         Permission to use, copy, modify, and/or distribute this software for any
        @@ -2187,20 +2322,24 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      124. -
      125. -
        - - flatted 3.2.5 - ISC - -

        https://github.com/WebReflection/flatted#readme

        -
        • (c) 2020 Andrea Giammarchi
        • -
        • Copyright (c) 2018-2020, Andrea Giammarchi
        • -
        • Copyright (c) 2018-2021, Andrea Giammarchi
        -
        +
        +        
        +
        +
      126. +
      127. +
        + + flatted 3.2.5 - ISC + +

        https://github.com/WebReflection/flatted#readme +

        +
          +
        • (c) 2020 Andrea Giammarchi
        • +
        • Copyright (c) 2018-2020, Andrea Giammarchi
        • +
        • Copyright (c) 2018-2021, Andrea Giammarchi
        • +
        +
                 ISC License
         
         Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
        @@ -2216,19 +2355,23 @@ 

        NOTICES AND INFORMATION

        LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      128. -
      129. -
        - - fs.realpath 1.0.0 - ISC - -

        https://github.com/isaacs/fs.realpath#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • -
        • Copyright Joyent, Inc. and other Node contributors
        -
        +
        +        
        +
        +
      130. +
      131. +
        + + fs.realpath 1.0.0 - ISC + +

        https://github.com/isaacs/fs.realpath#readme +

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        • Copyright Joyent, Inc. and other Node contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2272,36 +2415,43 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      132. -
      133. -
        - - get-caller-file 2.0.5 - ISC - -

        https://github.com/stefanpenner/get-caller-file#readme

        -
        • Copyright 2018 Stefan Penner
        -
        +
        +        
        +
        +
      134. +
      135. +
        + + get-caller-file 2.0.5 - ISC + +

        https://github.com/stefanpenner/get-caller-file#readme +

        +
          +
        • Copyright 2018 Stefan Penner
        • +
        +
                 ISC License (ISC)
         Copyright 2018 Stefan Penner
         
         Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
         
         THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
        -        
        -
        -
      136. -
      137. -
        - - glob 7.2.0 - ISC - -

        https://github.com/isaacs/node-glob#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      138. +
      139. +
        + + glob 7.2.0 - ISC + +

        https://github.com/isaacs/node-glob#readme +

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2323,18 +2473,22 @@ 

        NOTICES AND INFORMATION

        Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License https://creativecommons.org/licenses/by-sa/4.0/ - -
        -
        -
      140. -
      141. -
        - - glob-parent 5.1.2 - ISC - -

        https://github.com/gulpjs/glob-parent#readme

        -
        • Copyright (c) 2015, 2019 Elan Shanker
        -
        +
        +        
        +
        +
      142. +
      143. +
        + + glob-parent 5.1.2 - ISC + +

        https://github.com/gulpjs/glob-parent#readme +

        +
          +
        • Copyright (c) 2015, 2019 Elan Shanker
        • +
        +
                 The ISC License
         
         Copyright (c) 2015, 2019 Elan Shanker
        @@ -2350,18 +2504,23 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      144. -
      145. -
        - - glob-parent 6.0.2 - ISC - -

        https://github.com/gulpjs/glob-parent#readme

        -
        • Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com> , Eric Schoffstall <yo@contra.io> and other contributors
        -
        +
        +        
        +
        +
      146. +
      147. +
        + + glob-parent 6.0.2 - ISC + +

        https://github.com/gulpjs/glob-parent#readme +

        +
          +
        • Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com> , + Eric Schoffstall <yo@contra.io> and other contributors
        • +
        +
                 The ISC License
         
         Copyright (c) 2015, 2019 Elan Shanker, 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
        @@ -2377,18 +2536,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      148. -
      149. -
        - - inflight 1.0.6 - ISC - -

        https://github.com/isaacs/inflight

        -
        • Copyright (c) Isaac Z. Schlueter
        -
        +
        +        
        +
        +
      150. +
      151. +
        + + inflight 1.0.6 - ISC + +

        https://github.com/isaacs/inflight

        +
          +
        • Copyright (c) Isaac Z. Schlueter
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter
        @@ -2404,18 +2565,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      152. -
      153. -
        - - inherits 2.0.4 - ISC - -

        https://github.com/isaacs/inherits#readme

        -
        • Copyright (c) Isaac Z. Schlueter
        -
        +
        +        
        +
        +
      154. +
      155. +
        + + inherits 2.0.4 - ISC + +

        https://github.com/isaacs/inherits#readme

        +
          +
        • Copyright (c) Isaac Z. Schlueter
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter
        @@ -2432,18 +2595,20 @@ 

        NOTICES AND INFORMATION

        OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      156. -
      157. -
        - - isexe 2.0.0 - ISC - -

        https://github.com/isaacs/isexe#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      158. +
      159. +
        + + isexe 2.0.0 - ISC + +

        https://github.com/isaacs/isexe#readme

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2459,18 +2624,22 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      160. -
      161. -
        - - lru-cache 6.0.0 - ISC - -

        https://github.com/isaacs/node-lru-cache#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      162. +
      163. +
        + + lru-cache 6.0.0 - ISC + +

        https://github.com/isaacs/node-lru-cache#readme +

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2486,36 +2655,41 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      164. -
      165. -
        - - make-error 1.3.6 - ISC - -

        https://github.com/JsCommunity/make-error

        -
        • Copyright 2014 Julien Fontanet
        • -
        • (c) Julien Fontanet (http://julien.isonoe.net)
        -
        +
        +        
        +
        +
      166. +
      167. +
        + + make-error 1.3.6 - ISC + +

        https://github.com/JsCommunity/make-error

        +
          +
        • Copyright 2014 Julien Fontanet
        • +
        • (c) Julien Fontanet (http://julien.isonoe.net)
        • +
        +
                 Copyright 2014 Julien Fontanet
         
         Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
         
         THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        -
        -        
        -
        -
      168. -
      169. -
        - - minimatch 3.1.2 - ISC - -

        https://github.com/isaacs/minimatch#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      170. +
      171. +
        + + minimatch 3.1.2 - ISC + +

        https://github.com/isaacs/minimatch#readme +

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2531,18 +2705,21 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      172. -
      173. -
        - - minimatch 5.0.1 - ISC - -

        https://github.com/isaacs/minimatch#readme

        -
        • Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      174. +
      175. +
        + + minimatch 5.0.1 - ISC + +

        https://github.com/isaacs/minimatch#readme +

        +
          +
        • Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
        @@ -2558,18 +2735,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      176. -
      177. -
        - - once 1.4.0 - ISC - -

        https://github.com/isaacs/once#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      178. +
      179. +
        + + once 1.4.0 - ISC + +

        https://github.com/isaacs/once#readme

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2585,18 +2764,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      180. -
      181. -
        - - rimraf 3.0.2 - ISC - -

        https://github.com/isaacs/rimraf#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      182. +
      183. +
        + + rimraf 3.0.2 - ISC + +

        https://github.com/isaacs/rimraf#readme

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2612,19 +2793,21 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      184. -
      185. -
        - - semver 7.5.4 - ISC - -

        https://github.com/npm/node-semver#readme

        -
        • Copyright Isaac Z. Schlueter
        • -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      186. +
      187. +
        + + semver 7.5.4 - ISC + +

        https://github.com/npm/node-semver#readme

        +
          +
        • Copyright Isaac Z. Schlueter
        • +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2640,18 +2823,21 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      188. -
      189. -
        - - which 2.0.2 - ISC - -

        https://github.com/isaacs/node-which#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      190. +
      191. +
        + + which 2.0.2 - ISC + +

        https://github.com/isaacs/node-which#readme +

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2667,18 +2853,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      192. -
      193. -
        - - wrappy 1.0.2 - ISC - -

        https://github.com/npm/wrappy

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      194. +
      195. +
        + + wrappy 1.0.2 - ISC + +

        https://github.com/npm/wrappy

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2694,18 +2882,20 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      196. -
      197. -
        - - y18n 5.0.8 - ISC - -

        https://github.com/yargs/y18n

        -
        • Copyright (c) 2015, Contributors
        -
        +
        +        
        +
        +
      198. +
      199. +
        + + y18n 5.0.8 - ISC + +

        https://github.com/yargs/y18n

        +
          +
        • Copyright (c) 2015, Contributors
        • +
        +
                 Copyright (c) 2015, Contributors
         
         Permission to use, copy, modify, and/or distribute this software for any purpose
        @@ -2719,18 +2909,20 @@ 

        NOTICES AND INFORMATION

        OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      200. -
      201. -
        - - yallist 4.0.0 - ISC - -

        https://github.com/isaacs/yallist#readme

        -
        • Copyright (c) Isaac Z. Schlueter and Contributors
        -
        +
        +        
        +
        +
      202. +
      203. +
        + + yallist 4.0.0 - ISC + +

        https://github.com/isaacs/yallist#readme

        +
          +
        • Copyright (c) Isaac Z. Schlueter and Contributors
        • +
        +
                 The ISC License
         
         Copyright (c) Isaac Z. Schlueter and Contributors
        @@ -2746,18 +2938,22 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      204. -
      205. -
        - - yargs-parser 20.2.4 - ISC - -

        https://github.com/yargs/yargs-parser#readme

        -
        • Copyright (c) 2016, Contributors
        -
        +
        +        
        +
        +
      206. +
      207. +
        + + yargs-parser 20.2.4 - ISC + +

        https://github.com/yargs/yargs-parser#readme +

        +
          +
        • Copyright (c) 2016, Contributors
        • +
        +
                 Copyright (c) 2016, Contributors
         
         Permission to use, copy, modify, and/or distribute this software
        @@ -2772,18 +2968,22 @@ 

        NOTICES AND INFORMATION

        OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      208. -
      209. -
        - - @cspotcode/source-map-support 0.8.1 - MIT - -

        https://github.com/cspotcode/node-source-map-support#readme

        -
        • Copyright (c) 2014 Evan Wallace
        -
        +
        +        
        +
        +
      210. +
      211. +
        + + @cspotcode/source-map-support 0.8.1 - MIT + +

        https://github.com/cspotcode/node-source-map-support#readme +

        +
          +
        • Copyright (c) 2014 Evan Wallace
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014 Evan Wallace
        @@ -2805,19 +3005,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      212. -
      213. -
        - - @eslint/eslintrc 1.3.0 - MIT - -

        https://github.com/eslint/eslintrc#readme

        -
        • Copyright (c) 2015-2017 Evgeny Poberezkin
        • -
        • Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
        -
        +
        +        
        +
        +
      214. +
      215. +
        + + @eslint/eslintrc 1.3.0 - MIT + +

        https://github.com/eslint/eslintrc#readme

        +
          +
        • Copyright (c) 2015-2017 Evgeny Poberezkin
        • +
        • Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
        • +
        +
                 Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -2837,18 +3039,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      216. -
      217. -
        - - @jridgewell/resolve-uri 3.0.7 - MIT - -

        https://github.com/jridgewell/resolve-uri#readme

        -
        • Copyright 2019 Justin Ridgewell <jridgewell@google.com>
        -
        +
        +        
        +
        +
      218. +
      219. +
        + + @jridgewell/resolve-uri 3.0.7 - MIT + +

        https://github.com/jridgewell/resolve-uri#readme +

        +
          +
        • Copyright 2019 Justin Ridgewell <jridgewell@google.com>
        • +
        +
                 Copyright 2019 Justin Ridgewell <jridgewell@google.com>
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -2867,18 +3073,22 @@ 

        NOTICES AND INFORMATION

        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -
        -
        -
      220. -
      221. -
        - - @jridgewell/sourcemap-codec 1.4.13 - MIT - -

        https://github.com/jridgewell/sourcemap-codec#readme

        -
        • Copyright (c) 2015 Rich Harris
        -
        +SOFTWARE.
        +        
        +
        +
      222. +
      223. +
        + + @jridgewell/sourcemap-codec 1.4.13 - MIT + +

        https://github.com/jridgewell/sourcemap-codec#readme +

        +
          +
        • Copyright (c) 2015 Rich Harris
        • +
        +
                 The MIT License
         
         Copyright (c) 2015 Rich Harris
        @@ -2900,18 +3110,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      224. -
      225. -
        - - @jridgewell/trace-mapping 0.3.9 - MIT - -

        https://github.com/jridgewell/trace-mapping#readme

        -
        • Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
        -
        +
        +        
        +
        +
      226. +
      227. +
        + + @jridgewell/trace-mapping 0.3.9 - MIT + +

        https://github.com/jridgewell/trace-mapping#readme +

        +
          +
        • Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
        • +
        +
                 Copyright 2022 Justin Ridgewell <justin@ridgewell.name>
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -2931,18 +3145,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      228. -
      229. -
        - - @nodelib/fs.scandir 2.1.5 - MIT - - -
        • Copyright (c) Denis Malinochkin
        -
        +
        +        
        +
        +
      230. +
      231. +
        + + @nodelib/fs.scandir 2.1.5 - MIT + + +
          +
        • Copyright (c) Denis Malinochkin
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Denis Malinochkin
        @@ -2964,18 +3180,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      232. -
      233. -
        - - @nodelib/fs.stat 2.0.5 - MIT - - -
        • Copyright (c) Denis Malinochkin
        -
        +
        +        
        +
        +
      234. +
      235. +
        + + @nodelib/fs.stat 2.0.5 - MIT + + +
          +
        • Copyright (c) Denis Malinochkin
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Denis Malinochkin
        @@ -2997,18 +3215,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      236. -
      237. -
        - - @nodelib/fs.walk 1.2.8 - MIT - - -
        • Copyright (c) Denis Malinochkin
        -
        +
        +        
        +
        +
      238. +
      239. +
        + + @nodelib/fs.walk 1.2.8 - MIT + + +
          +
        • Copyright (c) Denis Malinochkin
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Denis Malinochkin
        @@ -3030,18 +3250,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      240. -
      241. -
        - - @tsconfig/node10 1.0.8 - MIT - -

        https://github.com/tsconfig/bases#readme

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      242. +
      243. +
        + + @tsconfig/node10 1.0.8 - MIT + +

        https://github.com/tsconfig/bases#readme

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) Microsoft Corporation.
        @@ -3063,18 +3285,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE - -
        -
        -
      244. -
      245. -
        - - @tsconfig/node12 1.0.9 - MIT - -

        https://github.com/tsconfig/bases#readme

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      246. +
      247. +
        + + @tsconfig/node12 1.0.9 - MIT + +

        https://github.com/tsconfig/bases#readme

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) Microsoft Corporation.
        @@ -3096,18 +3320,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE - -
        -
        -
      248. -
      249. -
        - - @tsconfig/node14 1.0.1 - MIT - -

        https://github.com/tsconfig/bases#readme

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      250. +
      251. +
        + + @tsconfig/node14 1.0.1 - MIT + +

        https://github.com/tsconfig/bases#readme

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) Microsoft Corporation.
        @@ -3129,18 +3355,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE - -
        -
        -
      252. -
      253. -
        - - @tsconfig/node16 1.0.2 - MIT - -

        https://github.com/tsconfig/bases#readme

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      254. +
      255. +
        + + @tsconfig/node16 1.0.2 - MIT + +

        https://github.com/tsconfig/bases#readme

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) Microsoft Corporation.
        @@ -3162,18 +3390,46 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE - -
        -
        -
      256. -
      257. -
        - - @types/chai 4.3.1 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      258. +
      259. +
        + + @types/chai 4.3.1 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
        +        MIT License
        +
        +Copyright (c) <year> <copyright holders>
        +
        +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        +
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      260. +
      261. +
        + + @types/chai-as-promised 7.1.5 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3182,18 +3438,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      262. -
      263. -
        - - @types/chai-as-promised 7.1.5 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-as-promised

        -
        • Copyright (c) Microsoft Corporation
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      264. +
      265. +
        + + @types/json-schema 7.0.11 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3202,18 +3462,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      266. -
      267. -
        - - @types/json-schema 7.0.11 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema

        -
        • Copyright (c) Microsoft Corporation
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      268. +
      269. +
        + + @types/mocha 10.0.1 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3222,18 +3486,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      270. -
      271. -
        - - @types/mocha 9.1.1 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha

        - -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      272. +
      273. +
        + + @types/mocha 9.1.1 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha +

        + +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3242,18 +3508,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      274. -
      275. -
        - - @types/node 16.11.38 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node

        -
        • Copyright (c) Microsoft Corporation
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      276. +
      277. +
        + + @types/node 18.18.9 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3262,18 +3532,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      278. -
      279. -
        - - @types/node-fetch 2.6.1 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch

        -
        • Copyright (c) Microsoft Corporation
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      280. +
      281. +
        + + @types/vscode 1.63.1 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode +

        +
          +
        • Copyright (c) Microsoft Corporation.
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3282,18 +3556,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      282. -
      283. -
        - - @types/vscode 1.63.1 - MIT - -

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode

        -
        • Copyright (c) Microsoft Corporation.
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      284. +
      285. +
        + + @types/vscode 1.75.0 - MIT + +

        https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3302,18 +3580,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      286. -
      287. -
        - - @typescript-eslint/eslint-plugin 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      288. +
      289. +
        + + @typescript-eslint/eslint-plugin 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2019 TypeScript ESLint and other contributors
        @@ -3335,18 +3617,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      290. -
      291. -
        - - @typescript-eslint/scope-manager 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        -
        +
        +        
        +
        +
      292. +
      293. +
        + + @typescript-eslint/scope-manager 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2019 TypeScript ESLint and other contributors
        @@ -3368,18 +3654,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      294. -
      295. -
        - - @typescript-eslint/types 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        -
        +
        +        
        +
        +
      296. +
      297. +
        + + @typescript-eslint/types 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2019 TypeScript ESLint and other contributors
        @@ -3401,18 +3691,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      298. -
      299. -
        - - @typescript-eslint/type-utils 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2021 TypeScript ESLint and other contributors
        -
        +
        +        
        +
        +
      300. +
      301. +
        + + @typescript-eslint/type-utils 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2021 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2021 TypeScript ESLint and other contributors
        @@ -3434,18 +3728,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      302. -
      303. -
        - - @typescript-eslint/utils 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        -
        +
        +        
        +
        +
      304. +
      305. +
        + + @typescript-eslint/utils 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2019 TypeScript ESLint and other contributors
        @@ -3467,18 +3765,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      306. -
      307. -
        - - @typescript-eslint/visitor-keys 5.27.1 - MIT - -

        https://github.com/typescript-eslint/typescript-eslint#readme

        -
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        -
        +
        +        
        +
        +
      308. +
      309. +
        + + @typescript-eslint/visitor-keys 5.27.1 - MIT + +

        https://github.com/typescript-eslint/typescript-eslint#readme +

        +
          +
        • Copyright (c) 2019 TypeScript ESLint and other contributors
        • +
        +
                 MIT License
         
         Copyright (c) 2019 TypeScript ESLint and other contributors
        @@ -3500,18 +3802,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      310. -
      311. -
        - - acorn 8.7.1 - MIT - -

        https://github.com/acornjs/acorn

        -
        • Copyright (c) 2012-2022 by various contributors
        -
        +
        +        
        +
        +
      312. +
      313. +
        + + acorn 8.7.1 - MIT + +

        https://github.com/acornjs/acorn

        +
          +
        • Copyright (c) 2012-2022 by various contributors
        • +
        +
                 MIT License
         
         Copyright (C) 2012-2022 by various contributors (see AUTHORS)
        @@ -3533,18 +3837,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      314. -
      315. -
        - - acorn-jsx 5.3.2 - MIT - -

        https://github.com/acornjs/acorn-jsx

        -
        • Copyright (c) 2012-2017 by Ingvar Stepanyan
        -
        +
        +        
        +
        +
      316. +
      317. +
        + + acorn-jsx 5.3.2 - MIT + +

        https://github.com/acornjs/acorn-jsx

        +
          +
        • Copyright (c) 2012-2017 by Ingvar Stepanyan
        • +
        +
                 Copyright (C) 2012-2017 by Ingvar Stepanyan
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -3564,18 +3870,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      318. -
      319. -
        - - acorn-walk 8.2.0 - MIT - -

        https://github.com/acornjs/acorn

        -
        • Copyright (c) 2012-2020 by various contributors
        -
        +
        +        
        +
        +
      320. +
      321. +
        + + acorn-walk 8.2.0 - MIT + +

        https://github.com/acornjs/acorn

        +
          +
        • Copyright (c) 2012-2020 by various contributors
        • +
        +
                 MIT License
         
         Copyright (C) 2012-2020 by various contributors (see AUTHORS)
        @@ -3597,20 +3905,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      322. -
      323. -
        - - ajv 6.12.6 - MIT - -

        https://github.com/ajv-validator/ajv

        -
        • (c) 2011 Gary Court
        • -
        • Copyright 2011 Gary Court
        • -
        • Copyright (c) 2015-2017 Evgeny Poberezkin
        -
        +
        +        
        +
        +
      324. +
      325. +
        + + ajv 6.12.6 - MIT + +

        https://github.com/ajv-validator/ajv

        +
          +
        • (c) 2011 Gary Court
        • +
        • Copyright 2011 Gary Court
        • +
        • Copyright (c) 2015-2017 Evgeny Poberezkin
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015-2017 Evgeny Poberezkin
        @@ -3633,19 +3943,21 @@ 

        NOTICES AND INFORMATION

        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      326. -
      327. -
        - - ansi-colors 4.1.1 - MIT - -

        https://github.com/doowb/ansi-colors

        -
        • Copyright (c) 2015-present, Brian Woodward
        • -
        • Copyright (c) 2019, Brian Woodward (https://github.com/doowb)
        -
        +
        +        
        +
        +
      328. +
      329. +
        + + ansi-colors 4.1.1 - MIT + +

        https://github.com/doowb/ansi-colors

        +
          +
        • Copyright (c) 2015-present, Brian Woodward
        • +
        • Copyright (c) 2019, Brian Woodward (https://github.com/doowb)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015-present, Brian Woodward.
        @@ -3667,18 +3979,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      330. -
      331. -
        - - ansi-regex 5.0.1 - MIT - -

        https://github.com/chalk/ansi-regex#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      332. +
      333. +
        + + ansi-regex 5.0.1 - MIT + +

        https://github.com/chalk/ansi-regex#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -3688,18 +4003,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      334. -
      335. -
        - - ansi-styles 4.3.0 - MIT - -

        https://github.com/chalk/ansi-styles#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      336. +
      337. +
        + + ansi-styles 4.3.0 - MIT + +

        https://github.com/chalk/ansi-styles#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -3709,19 +4027,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      338. -
      339. -
        - - arg 4.1.3 - MIT - -

        https://github.com/zeit/arg#readme

        -
        • Copyright (c) 2017-2019 Zeit, Inc.
        • -
        • Copyright (c) 2017-2019 by ZEIT, Inc.
        -
        +
        +        
        +
        +
      340. +
      341. +
        + + arg 4.1.3 - MIT + +

        https://github.com/zeit/arg#readme

        +
          +
        • Copyright (c) 2017-2019 Zeit, Inc.
        • +
        • Copyright (c) 2017-2019 by ZEIT, Inc.
        • +
        +
                 MIT License
         
         Copyright (c) 2017-2019 Zeit, Inc.
        @@ -3743,19 +4063,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      342. -
      343. -
        - - array-union 2.1.0 - MIT - -

        https://github.com/sindresorhus/array-union#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      344. +
      345. +
        + + array-union 2.1.0 - MIT + +

        https://github.com/sindresorhus/array-union#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -3765,19 +4089,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      346. -
      347. -
        - - assertion-error 1.1.0 - MIT - -

        https://github.com/chaijs/assertion-error#readme

        -
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com> (http://qualiancy.com)
        -
        +
        +        
        +
        +
      348. +
      349. +
        + + assertion-error 1.1.0 - MIT + +

        https://github.com/chaijs/assertion-error#readme +

        +
          +
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com> (http://qualiancy.com)
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -3786,51 +4114,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      350. -
      351. -
        - - asynckit 0.4.0 - MIT - -

        https://github.com/alexindigo/asynckit#readme

        -
        • Copyright (c) 2016 Alex Indigo
        -
        -        The MIT License (MIT)
        -
        -Copyright (c) 2016 Alex Indigo
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        -SOFTWARE.
        -
        -        
        -
        -
      352. -
      353. -
        - - balanced-match 1.0.2 - MIT - -

        https://github.com/juliangruber/balanced-match

        -
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      354. +
      355. +
        + + balanced-match 1.0.2 - MIT + +

        https://github.com/juliangruber/balanced-match +

        +
          +
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        • +
        +
                 (MIT)
         
         Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
        @@ -3852,18 +4151,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      356. -
      357. -
        - - binary-extensions 2.2.0 - MIT - -

        https://github.com/sindresorhus/binary-extensions#readme

        -
        • Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        -
        +
        +        
        +
        +
      358. +
      359. +
        + + binary-extensions 2.2.0 - MIT + +

        https://github.com/sindresorhus/binary-extensions#readme +

        +
          +
        • Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul + Miller (https://paulmillr.com)
        • +
        +
                 MIT License
         
         Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        @@ -3873,18 +4177,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      360. -
      361. -
        - - brace-expansion 1.1.11 - MIT - -

        https://github.com/juliangruber/brace-expansion

        -
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        -
        +
        +        
        +
        +
      362. +
      363. +
        + + brace-expansion 1.1.11 - MIT + +

        https://github.com/juliangruber/brace-expansion +

        +
          +
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        @@ -3906,18 +4214,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      364. -
      365. -
        - - brace-expansion 2.0.1 - MIT - -

        https://github.com/juliangruber/brace-expansion

        -
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        -
        +
        +        
        +
        +
      366. +
      367. +
        + + brace-expansion 2.0.1 - MIT + +

        https://github.com/juliangruber/brace-expansion +

        +
          +
        • Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
        @@ -3939,22 +4251,24 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      368. -
      369. -
        - - braces 3.0.2 - MIT - -

        https://github.com/micromatch/braces

        -
        • Copyright (c) 2014-2018, Jon Schlinkert
        • -
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      370. +
      371. +
        + + braces 3.0.3 - MIT + +

        https://github.com/micromatch/braces

        +
          +
        • Copyright (c) 2014-present, Jon Schlinkert
        • +
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
        -Copyright (c) 2014-2018, Jon Schlinkert.
        +Copyright (c) 2014-present, Jon Schlinkert.
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
        @@ -3973,19 +4287,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      372. -
      373. -
        - - callsites 3.1.0 - MIT - -

        https://github.com/sindresorhus/callsites#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      374. +
      375. +
        + + callsites 3.1.0 - MIT + +

        https://github.com/sindresorhus/callsites#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -3995,18 +4313,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      376. -
      377. -
        - - camelcase 6.3.0 - MIT - -

        https://github.com/sindresorhus/camelcase#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      378. +
      379. +
        + + camelcase 6.3.0 - MIT + +

        https://github.com/sindresorhus/camelcase#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -4016,27 +4338,29 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      380. -
      381. -
        - - chai 4.3.6 - MIT - -

        http://chaijs.com/

        -
        • Copyright (c) 2017 Chai.js Assertion Library
        • -
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com>
        • -
        • Copyright (c) 2011 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2012-2015 Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
        -
        +
        +        
        +
        +
      382. +
      383. +
        + + chai 4.3.6 - MIT + +

        http://chaijs.com/

        +
          +
        • Copyright (c) 2017 Chai.js Assertion Library
        • +
        • Copyright (c) 2013 Jake Luer <jake@qualiancy.com>
        • +
        • Copyright (c) 2011 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2011-2016 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2012-2015 Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2017 Chai.js Assertion Library
        @@ -4058,18 +4382,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      384. -
      385. -
        - - chalk 4.1.2 - MIT - -

        https://github.com/chalk/chalk#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      386. +
      387. +
        + + chalk 4.1.2 - MIT + +

        https://github.com/chalk/chalk#readme

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -4079,19 +4405,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      388. -
      389. -
        - - check-error 1.0.2 - MIT - -

        https://github.com/chaijs/check-error#readme

        -
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        -
        +
        +        
        +
        +
      390. +
      391. +
        + + check-error 1.0.2 - MIT + +

        https://github.com/chaijs/check-error#readme +

        +
          +
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        • +
        +
                 Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -4111,19 +4441,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      392. -
      393. -
        - - chokidar 3.5.3 - MIT - -

        https://github.com/paulmillr/chokidar

        -
        • (c) Paul Miller <https://paulmillr.com>
        • -
        • Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
        -
        +
        +        
        +
        +
      394. +
      395. +
        + + chokidar 3.5.3 - MIT + +

        https://github.com/paulmillr/chokidar

        +
          +
        • (c) Paul Miller <https://paulmillr.com>
        • +
        • Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
        @@ -4145,19 +4477,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      396. -
      397. -
        - - color-convert 2.0.1 - MIT - -

        https://github.com/Qix-/color-convert#readme

        -
        • Copyright (c) 2011-2016, Heather Arthur and Josh Junon
        • -
        • Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
        -
        +
        +        
        +
        +
      398. +
      399. +
        + + color-convert 2.0.1 - MIT + +

        https://github.com/Qix-/color-convert#readme +

        +
          +
        • Copyright (c) 2011-2016, Heather Arthur and Josh Junon
        • +
        • Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
        • +
        +
                 Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
         
         Permission is hereby granted, free of charge, to any person obtaining
        @@ -4179,68 +4515,40 @@ 

        NOTICES AND INFORMATION

        OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      400. -
      401. -
        - - color-name 1.1.4 - MIT - -

        https://github.com/colorjs/color-name

        -
        • Copyright (c) 2015 Dmitry Ivanov
        -
        -        The MIT License (MIT)
        -Copyright (c) 2015 Dmitry Ivanov
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        -        
        -
        -
      402. -
      403. -
        - - combined-stream 1.0.8 - MIT - -

        https://github.com/felixge/node-combined-stream

        -
        • Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
        -
        -        Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
         
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        +        
        +
        +
      404. +
      405. +
        + + color-name 1.1.4 - MIT + +

        https://github.com/colorjs/color-name

        +
          +
        • Copyright (c) 2015 Dmitry Ivanov
        • +
        +
        +        The MIT License (MIT)
        +Copyright (c) 2015 Dmitry Ivanov
         
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
         
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        -THE SOFTWARE.
        -
        -        
        -
        -
      406. -
      407. -
        - - concat-map 0.0.1 - MIT - -

        https://github.com/substack/node-concat-map

        - -
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      408. +
      409. +
        + + concat-map 0.0.1 - MIT + +

        https://github.com/substack/node-concat-map +

        + +
                 This software is released under the MIT license:
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of
        @@ -4259,18 +4567,22 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      410. -
      411. -
        - - create-require 1.1.1 - MIT - -

        https://github.com/nuxt-contrib/create-require#readme

        -
        • Copyright (c) 2020 Mael Nison <nison.mael@gmail.com>
        -
        +
        +        
        +
        +
      412. +
      413. +
        + + create-require 1.1.1 - MIT + +

        https://github.com/nuxt-contrib/create-require#readme +

        +
          +
        • Copyright (c) 2020 Mael Nison <nison.mael@gmail.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2020
        @@ -4296,18 +4608,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      414. -
      415. -
        - - cross-spawn 7.0.3 - MIT - -

        https://github.com/moxystudio/node-cross-spawn

        -
        • Copyright (c) 2018 Made With MOXY Lda
        -
        +
        +        
        +
        +
      416. +
      417. +
        + + cross-spawn 7.0.6 - MIT + +

        https://github.com/moxystudio/node-cross-spawn +

        +
          +
        • Copyright (c) 2018 Made With MOXY Lda
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
        @@ -4329,18 +4645,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      418. -
      419. -
        - - dayjs 1.11.3 - MIT - -

        https://day.js.org/

        -
        • Copyright (c) 2018-present, iamkun
        -
        +
        +        
        +
        +
      420. +
      421. +
        + + dayjs 1.11.9 - MIT + +

        https://day.js.org/

        +
          +
        • Copyright (c) 2018-present, iamkun
        • +
        +
                 MIT License
         
         Copyright (c) 2018-present, iamkun
        @@ -4362,51 +4680,56 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      422. -
      423. -
        - - debug 2.6.9 - MIT - -

        https://github.com/visionmedia/debug#readme

        -
        • Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
        • -
        • Copyright (c) 2014-2016 TJ Holowaychuk <tj@vision-media.ca>
        -
        +
        +        
        +
        +
      424. +
      425. +
        + + debug 2.6.9 - MIT + +

        https://github.com/visionmedia/debug#readme +

        +
          +
        • Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
        • +
        • Copyright (c) 2014-2016 TJ Holowaychuk <tj@vision-media.ca>
        • +
        +
                 (The MIT License)
         
         Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
         
        -Permission is hereby granted, free of charge, to any person obtaining a copy of this software 
        -and associated documentation files (the 'Software'), to deal in the Software without restriction, 
        -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, 
        +Permission is hereby granted, free of charge, to any person obtaining a copy of this software
        +and associated documentation files (the 'Software'), to deal in the Software without restriction,
        +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
         and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
         subject to the following conditions:
         
        -The above copyright notice and this permission notice shall be included in all copies or substantial 
        +The above copyright notice and this permission notice shall be included in all copies or substantial
         portions of the Software.
         
        -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 
        -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
        -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
        -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
        +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
        +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
         SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
         
        -
        -        
        -
        -
      426. -
      427. -
        - - debug 4.3.4 - MIT - -

        https://github.com/debug-js/debug#readme

        -
        • Copyright (c) 2018-2021 Josh Junon
        • -
        • Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
        -
        +
        +        
        +
        +
      428. +
      429. +
        + + debug 4.3.4 - MIT + +

        https://github.com/debug-js/debug#readme

        +
          +
        • Copyright (c) 2018-2021 Josh Junon
        • +
        • Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
        • +
        +
                 (The MIT License)
         
         Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
        @@ -4427,18 +4750,22 @@ 

        NOTICES AND INFORMATION

        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      430. -
      431. -
        - - decamelize 4.0.0 - MIT - -

        https://github.com/sindresorhus/decamelize#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      432. +
      433. +
        + + decamelize 4.0.0 - MIT + +

        https://github.com/sindresorhus/decamelize#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -4448,20 +4775,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      434. -
      435. -
        - - deep-eql 3.0.1 - MIT - -

        https://github.com/chaijs/deep-eql#readme

        -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        -
        +
        +        
        +
        +
      436. +
      437. +
        + + deep-eql 3.0.1 - MIT + +

        https://github.com/chaijs/deep-eql#readme

        +
          +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        • +
        +
                 Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -4481,20 +4810,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      438. -
      439. -
        - - deep-is 0.1.4 - MIT - -

        https://github.com/thlorenz/deep-is#readme

        -
        • Copyright (c) 2009 Thomas Robinson <280north.com>
        • -
        • Copyright (c) 2012 James Halliday <mail@substack.net>
        • -
        • Copyright (c) 2012, 2013 Thorsten Lorenz <thlorenz@gmx.de>
        -
        +
        +        
        +
        +
      440. +
      441. +
        + + deep-is 0.1.4 - MIT + +

        https://github.com/thlorenz/deep-is#readme +

        +
          +
        • Copyright (c) 2009 Thomas Robinson <280north.com>
        • +
        • Copyright (c) 2012 James Halliday <mail@substack.net>
        • +
        • Copyright (c) 2012, 2013 Thorsten Lorenz <thlorenz@gmx.de>
        • +
        +
                 Copyright (c) 2012, 2013 Thorsten Lorenz <thlorenz@gmx.de>
         Copyright (c) 2012 James Halliday <mail@substack.net>
         Copyright (c) 2009 Thomas Robinson <280north.com>
        @@ -4517,49 +4849,20 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      442. -
      443. -
        - - delayed-stream 1.0.0 - MIT - -

        https://github.com/felixge/node-delayed-stream

        -
        • Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
        -
        -        Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
         
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        -THE SOFTWARE.
        -
        -        
        -
        -
      444. -
      445. -
        - - dir-glob 3.0.1 - MIT - -

        https://github.com/kevva/dir-glob#readme

        -
        • Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>
        -
        +        
        +
        +
      446. +
      447. +
        + + dir-glob 3.0.1 - MIT + +

        https://github.com/kevva/dir-glob#readme

        +
          +
        • Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>
        • +
        +
                 MIT License
         
         Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
        @@ -4569,18 +4872,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      448. -
      449. -
        - - emoji-regex 8.0.0 - MIT - -

        https://mths.be/emoji-regex

        -
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        -
        +
        +        
        +
        +
      450. +
      451. +
        + + emoji-regex 8.0.0 - MIT + +

        https://mths.be/emoji-regex

        +
          +
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        • +
        +
                 Copyright Mathias Bynens <https://mathiasbynens.be/>
         
         Permission is hereby granted, free of charge, to any person obtaining
        @@ -4601,19 +4906,21 @@ 

        NOTICES AND INFORMATION

        LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      452. -
      453. -
        - - escalade 3.1.1 - MIT - -

        https://github.com/lukeed/escalade#readme

        -
        • (c) Luke Edwards (https://lukeed.com)
        • -
        • Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
        -
        +
        +        
        +
        +
      454. +
      455. +
        + + escalade 3.1.1 - MIT + +

        https://github.com/lukeed/escalade#readme

        +
          +
        • (c) Luke Edwards (https://lukeed.com)
        • +
        • Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
        • +
        +
                 MIT License
         
         Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
        @@ -4623,18 +4930,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      456. -
      457. -
        - - escape-string-regexp 4.0.0 - MIT - -

        https://github.com/sindresorhus/escape-string-regexp#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      458. +
      459. +
        + + escape-string-regexp 4.0.0 - MIT + +

        https://github.com/sindresorhus/escape-string-regexp#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -4644,19 +4955,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      460. -
      461. -
        - - eslint 8.17.0 - MIT - -

        https://eslint.org/

        -
        • Copyright 2013-2016 Dulin Marat and other contributors
        • -
        • Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
        -
        +
        +        
        +
        +
      462. +
      463. +
        + + eslint 8.17.0 - MIT + +

        https://eslint.org/

        +
          +
        • Copyright 2013-2016 Dulin Marat and other contributors
        • +
        • Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
        • +
        +
                 Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -4676,18 +4989,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      464. -
      465. -
        - - eslint-utils 3.0.0 - MIT - -

        https://github.com/mysticatea/eslint-utils#readme

        -
        • Copyright (c) 2018 Toru Nagashima
        -
        +
        +        
        +
        +
      466. +
      467. +
        + + eslint-utils 3.0.0 - MIT + +

        https://github.com/mysticatea/eslint-utils#readme +

        +
          +
        • Copyright (c) 2018 Toru Nagashima
        • +
        +
                 MIT License
         
         Copyright (c) 2018 Toru Nagashima
        @@ -4709,18 +5026,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      468. -
      469. -
        - - fast-deep-equal 3.1.3 - MIT - -

        https://github.com/epoberezkin/fast-deep-equal#readme

        -
        • Copyright (c) 2017 Evgeny Poberezkin
        -
        +
        +        
        +
        +
      470. +
      471. +
        + + fast-deep-equal 3.1.3 - MIT + +

        https://github.com/epoberezkin/fast-deep-equal#readme +

        +
          +
        • Copyright (c) 2017 Evgeny Poberezkin
        • +
        +
                 MIT License
         
         Copyright (c) 2017 Evgeny Poberezkin
        @@ -4742,18 +5063,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      472. -
      473. -
        - - fast-glob 3.2.11 - MIT - -

        https://github.com/mrmlnc/fast-glob#readme

        -
        • Copyright (c) Denis Malinochkin
        -
        +
        +        
        +
        +
      474. +
      475. +
        + + fast-glob 3.2.11 - MIT + +

        https://github.com/mrmlnc/fast-glob#readme +

        +
          +
        • Copyright (c) Denis Malinochkin
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Denis Malinochkin
        @@ -4775,19 +5099,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      476. -
      477. -
        - - fast-json-stable-stringify 2.1.0 - MIT - -

        https://github.com/epoberezkin/fast-json-stable-stringify

        -
        • Copyright (c) 2013 James Halliday
        • -
        • Copyright (c) 2017 Evgeny Poberezkin
        -
        +
        +        
        +
        +
      478. +
      479. +
        + + fast-json-stable-stringify 2.1.0 - MIT + +

        https://github.com/epoberezkin/fast-json-stable-stringify +

        +
          +
        • Copyright (c) 2013 James Halliday
        • +
        • Copyright (c) 2017 Evgeny Poberezkin
        • +
        +
                 This software is released under the MIT license:
         
         Copyright (c) 2017 Evgeny Poberezkin
        @@ -4809,18 +5137,22 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      480. -
      481. -
        - - fast-levenshtein 2.0.6 - MIT - -

        https://github.com/hiddentao/fast-levenshtein#readme

        -
        • Copyright (c) 2013 Ramesh Nair (http://www.hiddentao.com/)
        -
        +
        +        
        +
        +
      482. +
      483. +
        + + fast-levenshtein 2.0.6 - MIT + +

        https://github.com/hiddentao/fast-levenshtein#readme +

        +
          +
        • Copyright (c) 2013 Ramesh Nair (http://www.hiddentao.com/)
        • +
        +
                 (MIT License)
         
         Copyright (c) 2013 [Ramesh Nair](http://www.hiddentao.com/)
        @@ -4846,18 +5178,22 @@ 

        NOTICES AND INFORMATION

        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      484. -
      485. -
        - - file-entry-cache 6.0.1 - MIT - -

        https://github.com/royriojas/file-entry-cache#readme

        -
        • Copyright (c) 2015 Roy Riojas
        -
        +
        +        
        +
        +
      486. +
      487. +
        + + file-entry-cache 6.0.1 - MIT + +

        https://github.com/royriojas/file-entry-cache#readme +

        +
          +
        • Copyright (c) 2015 Roy Riojas
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015 Roy Riojas
        @@ -4880,19 +5216,22 @@ 

        NOTICES AND INFORMATION

        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      488. -
      489. -
        - - fill-range 7.0.1 - MIT - -

        https://github.com/jonschlinkert/fill-range

        -
        • Copyright (c) 2014-present, Jon Schlinkert
        • -
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      490. +
      491. +
        + + fill-range 7.1.1 - MIT + +

        https://github.com/jonschlinkert/fill-range +

        +
          +
        • Copyright (c) 2014-present, Jon Schlinkert
        • +
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-present, Jon Schlinkert.
        @@ -4914,18 +5253,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      492. -
      493. -
        - - find-up 5.0.0 - MIT - -

        https://github.com/sindresorhus/find-up#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      494. +
      495. +
        + + find-up 5.0.0 - MIT + +

        https://github.com/sindresorhus/find-up#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -4935,18 +5278,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      496. -
      497. -
        - - flat-cache 3.0.4 - MIT - -

        https://github.com/royriojas/flat-cache#readme

        -
        • Copyright (c) 2015 Roy Riojas
        -
        +
        +        
        +
        +
      498. +
      499. +
        + + flat-cache 3.0.4 - MIT + +

        https://github.com/royriojas/flat-cache#readme +

        +
          +
        • Copyright (c) 2015 Roy Riojas
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015 Roy Riojas
        @@ -4969,51 +5316,24 @@ 

        NOTICES AND INFORMATION

        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      500. -
      501. -
        - - form-data 3.0.1 - MIT - -

        https://github.com/form-data/form-data#readme

        -
        • Copyright (c) 2012 Felix Geisendorfer (felix@debuggable.com) and contributors
        -
        -        Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
        -
        - Permission is hereby granted, free of charge, to any person obtaining a copy
        - of this software and associated documentation files (the "Software"), to deal
        - in the Software without restriction, including without limitation the rights
        - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        - copies of the Software, and to permit persons to whom the Software is
        - furnished to do so, subject to the following conditions:
        -
        - The above copyright notice and this permission notice shall be included in
        - all copies or substantial portions of the Software.
        -
        - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        - THE SOFTWARE.
        -
        -        
        -
        -
      502. -
      503. -
        - - functional-red-black-tree 1.0.1 - MIT - -

        https://github.com/mikolalysenko/functional-red-black-tree

        -
        • (c) 2013 Mikola Lysenko
        • -
        • Copyright (c) 2013 Mikola Lysenko
        -
        -        
        +
        +        
        +
        +
      504. +
      505. +
        + + functional-red-black-tree 1.0.1 - MIT + +

        https://github.com/mikolalysenko/functional-red-black-tree +

        +
          +
        • (c) 2013 Mikola Lysenko
        • +
        • Copyright (c) 2013 Mikola Lysenko
        • +
        +
        +
         The MIT License (MIT)
         
         Copyright (c) 2013 Mikola Lysenko
        @@ -5035,19 +5355,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      506. -
      507. -
        - - get-func-name 2.0.0 - MIT - -

        https://github.com/chaijs/get-func-name#readme

        -
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        -
        +
        +        
        +
        +
      508. +
      509. +
        + + get-func-name 2.0.2 - MIT + +

        https://github.com/chaijs/get-func-name#readme +

        +
          +
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        • +
        +
                 Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -5067,18 +5391,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      510. -
      511. -
        - - globals 13.15.0 - MIT - -

        https://github.com/sindresorhus/globals#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      512. +
      513. +
        + + globals 13.15.0 - MIT + +

        https://github.com/sindresorhus/globals#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -5088,18 +5416,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      514. -
      515. -
        - - globby 11.1.0 - MIT - -

        https://github.com/sindresorhus/globby#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      516. +
      517. +
        + + globby 11.1.0 - MIT + +

        https://github.com/sindresorhus/globby#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -5109,19 +5441,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      518. -
      519. -
        - - has-flag 4.0.0 - MIT - -

        https://github.com/sindresorhus/has-flag#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      520. +
      521. +
        + + has-flag 4.0.0 - MIT + +

        https://github.com/sindresorhus/has-flag#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -5131,18 +5467,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      522. -
      523. -
        - - he 1.2.0 - MIT - -

        https://mths.be/he

        -
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        -
        +
        +        
        +
        +
      524. +
      525. +
        + + he 1.2.0 - MIT + +

        https://mths.be/he

        +
          +
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        • +
        +
                 Copyright Mathias Bynens <https://mathiasbynens.be/>
         
         Permission is hereby granted, free of charge, to any person obtaining
        @@ -5163,18 +5501,22 @@ 

        NOTICES AND INFORMATION

        LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      526. -
      527. -
        - - ignore 5.2.0 - MIT - -

        https://github.com/kaelzhang/node-ignore#readme

        -
        • Copyright (c) 2013 Kael Zhang <i@kael.me> , contributors http://kael.me
        -
        +
        +        
        +
        +
      528. +
      529. +
        + + ignore 5.2.0 - MIT + +

        https://github.com/kaelzhang/node-ignore#readme +

        +
          +
        • Copyright (c) 2013 Kael Zhang <i@kael.me> , contributors http://kael.me
        • +
        +
                 Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
         http://kael.me/
         
        @@ -5195,18 +5537,22 @@ 

        NOTICES AND INFORMATION

        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      530. -
      531. -
        - - import-fresh 3.3.0 - MIT - -

        https://github.com/sindresorhus/import-fresh#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      532. +
      533. +
        + + import-fresh 3.3.0 - MIT + +

        https://github.com/sindresorhus/import-fresh#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -5216,18 +5562,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      534. -
      535. -
        - - imurmurhash 0.1.4 - MIT - -

        https://github.com/jensyt/imurmurhash-js

        -
        • Copyright (c) 2013 Gary Court, Jens Taylor
        -
        +
        +        
        +
        +
      536. +
      537. +
        + + imurmurhash 0.1.4 - MIT + +

        https://github.com/jensyt/imurmurhash-js

        +
          +
        • Copyright (c) 2013 Gary Court, Jens Taylor
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -5236,19 +5584,24 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      538. -
      539. -
        - - is-binary-path 2.1.0 - MIT - -

        https://github.com/sindresorhus/is-binary-path#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        • -
        • Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      540. +
      541. +
        + + is-binary-path 2.1.0 - MIT + +

        https://github.com/sindresorhus/is-binary-path#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        • +
        • Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul + Miller (https://paulmillr.com)
        • +
        +
                 MIT License
         
         Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
        @@ -5258,19 +5611,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      542. -
      543. -
        - - is-buffer 1.1.6 - MIT - -

        https://github.com/feross/is-buffer#readme

        -
        • Copyright (c) Feross Aboukhadijeh
        • -
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        -
        +
        +        
        +
        +
      544. +
      545. +
        + + is-buffer 1.1.6 - MIT + +

        https://github.com/feross/is-buffer#readme +

        +
          +
        • Copyright (c) Feross Aboukhadijeh
        • +
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Feross Aboukhadijeh
        @@ -5292,19 +5648,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      546. -
      547. -
        - - is-extglob 2.1.1 - MIT - -

        https://github.com/jonschlinkert/is-extglob

        -
        • Copyright (c) 2014-2016, Jon Schlinkert
        • -
        • Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      548. +
      549. +
        + + is-extglob 2.1.1 - MIT + +

        https://github.com/jonschlinkert/is-extglob +

        +
          +
        • Copyright (c) 2014-2016, Jon Schlinkert
        • +
        • Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-2016, Jon Schlinkert
        @@ -5326,19 +5685,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      550. -
      551. -
        - - is-fullwidth-code-point 3.0.0 - MIT - -

        https://github.com/sindresorhus/is-fullwidth-code-point#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      552. +
      553. +
        + + is-fullwidth-code-point 3.0.0 - MIT + +

        https://github.com/sindresorhus/is-fullwidth-code-point#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -5348,19 +5711,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      554. -
      555. -
        - - is-glob 4.0.3 - MIT - -

        https://github.com/micromatch/is-glob

        -
        • Copyright (c) 2014-2017, Jon Schlinkert
        • -
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      556. +
      557. +
        + + is-glob 4.0.3 - MIT + +

        https://github.com/micromatch/is-glob

        +
          +
        • Copyright (c) 2014-2017, Jon Schlinkert
        • +
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-2017, Jon Schlinkert.
        @@ -5382,19 +5747,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      558. -
      559. -
        - - is-number 7.0.0 - MIT - -

        https://github.com/jonschlinkert/is-number

        -
        • Copyright (c) 2014-present, Jon Schlinkert
        • -
        • Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      560. +
      561. +
        + + is-number 7.0.0 - MIT + +

        https://github.com/jonschlinkert/is-number +

        +
          +
        • Copyright (c) 2014-present, Jon Schlinkert
        • +
        • Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-present, Jon Schlinkert.
        @@ -5416,18 +5784,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      562. -
      563. -
        - - is-plain-obj 2.1.0 - MIT - -

        https://github.com/sindresorhus/is-plain-obj#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      564. +
      565. +
        + + is-plain-obj 2.1.0 - MIT + +

        https://github.com/sindresorhus/is-plain-obj#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -5437,18 +5809,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      566. -
      567. -
        - - is-unicode-supported 0.1.0 - MIT - -

        https://github.com/sindresorhus/is-unicode-supported#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      568. +
      569. +
        + + is-unicode-supported 0.1.0 - MIT + +

        https://github.com/sindresorhus/is-unicode-supported#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -5458,20 +5834,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      570. -
      571. -
        - - json5 2.2.3 - MIT - -

        http://json5.org/

        -
        • (c) 2019 Denis Pushkarev
        • -
        • copyright (c) 2019 Denis Pushkarev
        • -
        • Copyright (c) 2012-2018 Aseem Kishore, and others
        -
        +
        +        
        +
        +
      572. +
      573. +
        + + json5 2.2.3 - MIT + +

        http://json5.org/

        +
          +
        • (c) 2019 Denis Pushkarev
        • +
        • copyright (c) 2019 Denis Pushkarev
        • +
        • Copyright (c) 2012-2018 Aseem Kishore, and others
        • +
        +
                 MIT License
         
         Copyright (c) 2012-2018 Aseem Kishore, and [others].
        @@ -5495,18 +5873,22 @@ 

        NOTICES AND INFORMATION

        SOFTWARE. [others]: https://github.com/json5/json5/contributors - -
        -
        -
      574. -
      575. -
        - - json-schema-traverse 0.4.1 - MIT - -

        https://github.com/epoberezkin/json-schema-traverse#readme

        -
        • Copyright (c) 2017 Evgeny Poberezkin
        -
        +
        +        
        +
        +
      576. +
      577. +
        + + json-schema-traverse 0.4.1 - MIT + +

        https://github.com/epoberezkin/json-schema-traverse#readme +

        +
          +
        • Copyright (c) 2017 Evgeny Poberezkin
        • +
        +
                 MIT License
         
         Copyright (c) 2017 Evgeny Poberezkin
        @@ -5528,18 +5910,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      578. -
      579. -
        - - json-stable-stringify-without-jsonify 1.0.1 - MIT - -

        https://github.com/samn/json-stable-stringify

        - -
        +
        +        
        +
        +
      580. +
      581. +
        + + json-stable-stringify-without-jsonify 1.0.1 - MIT + +

        https://github.com/samn/json-stable-stringify +

        + +
                 This software is released under the MIT license:
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of
        @@ -5558,18 +5942,20 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      582. -
      583. -
        - - js-yaml 4.1.0 - MIT - -

        https://github.com/nodeca/js-yaml#readme

        -
        • Copyright (c) 2011-2015 by Vitaly Puzrin
        -
        +
        +        
        +
        +
      584. +
      585. +
        + + js-yaml 4.1.0 - MIT + +

        https://github.com/nodeca/js-yaml#readme

        +
          +
        • Copyright (c) 2011-2015 by Vitaly Puzrin
        • +
        +
                 (The MIT License)
         
         Copyright (C) 2011-2015 by Vitaly Puzrin
        @@ -5591,18 +5977,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      586. -
      587. -
        - - levn 0.4.1 - MIT - -

        https://github.com/gkz/levn

        -
        • Copyright (c) George Zahariev
        -
        +
        +        
        +
        +
      588. +
      589. +
        + + levn 0.4.1 - MIT + +

        https://github.com/gkz/levn

        +
          +
        • Copyright (c) George Zahariev
        • +
        +
                 Copyright (c) George Zahariev
         
         Permission is hereby granted, free of charge, to any person
        @@ -5625,18 +6013,22 @@ 

        NOTICES AND INFORMATION

        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      590. -
      591. -
        - - locate-path 6.0.0 - MIT - -

        https://github.com/sindresorhus/locate-path#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      592. +
      593. +
        + + locate-path 6.0.0 - MIT + +

        https://github.com/sindresorhus/locate-path#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -5646,20 +6038,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      594. -
      595. -
        - - lodash.merge 4.6.2 - MIT - -

        https://lodash.com/

        -
        • Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
        • -
        • Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
        • -
        • copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
        -
        +
        +        
        +
        +
      596. +
      597. +
        + + lodash.merge 4.6.2 - MIT + +

        https://lodash.com/

        +
          +
        • Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
        • +
        • Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
        • +
        • copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + <http://underscorejs.org/>
        • +
        +
                 Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
         
         Based on Underscore.js, copyright Jeremy Ashkenas,
        @@ -5707,18 +6102,22 @@ 

        NOTICES AND INFORMATION

        maintained libraries used by this software which have their own licenses; we recommend you read them, as their terms may differ from the terms above. - -
        -
        -
      598. -
      599. -
        - - log-symbols 4.1.0 - MIT - -

        https://github.com/sindresorhus/log-symbols#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      600. +
      601. +
        + + log-symbols 4.1.0 - MIT + +

        https://github.com/sindresorhus/log-symbols#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -5728,20 +6127,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      602. -
      603. -
        - - loupe 2.3.4 - MIT - -

        https://github.com/chaijs/loupe

        -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        • -
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        -
        +
        +        
        +
        +
      604. +
      605. +
        + + loupe 2.3.4 - MIT + +

        https://github.com/chaijs/loupe

        +
          +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        • +
        • Copyright (c) 2012-2016 Jake Luer <jake@alogicalparadox.com>
        • +
        +
                 (The MIT License)
         
         Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        @@ -5751,18 +6152,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      606. -
      607. -
        - - merge2 1.4.1 - MIT - -

        https://github.com/teambition/merge2

        -
        • Copyright (c) 2014-2020 Teambition
        -
        +
        +        
        +
        +
      608. +
      609. +
        + + merge2 1.4.1 - MIT + +

        https://github.com/teambition/merge2

        +
          +
        • Copyright (c) 2014-2020 Teambition
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-2020 Teambition
        @@ -5784,19 +6187,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      610. -
      611. -
        - - micromatch 4.0.5 - MIT - -

        https://github.com/micromatch/micromatch

        -
        • Copyright (c) 2014-present, Jon Schlinkert
        • -
        • Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      612. +
      613. +
        + + micromatch 4.0.8 - MIT + +

        https://github.com/micromatch/micromatch

        +
          +
        • Copyright (c) 2014-present, Jon Schlinkert
        • +
        • Copyright (c) 2024, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-present, Jon Schlinkert.
        @@ -5818,94 +6223,18 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      614. -
      615. -
        - - mime-db 1.52.0 - MIT - -

        https://github.com/jshttp/mime-db#readme

        -
        • Copyright (c) 2014 Jonathan Ong
        • -
        • Copyright (c) 2015-2022 Douglas Christopher Wilson
        • -
        • Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
        • -
        • Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
        -
        -        (The MIT License)
        -
        -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
        -Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
        -
        -Permission is hereby granted, free of charge, to any person obtaining
        -a copy of this software and associated documentation files (the
        -'Software'), to deal in the Software without restriction, including
        -without limitation the rights to use, copy, modify, merge, publish,
        -distribute, sublicense, and/or sell copies of the Software, and to
        -permit persons to whom the Software is furnished to do so, subject to
        -the following conditions:
        -
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
        -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
        -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
        -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
        -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        -
        -        
        -
        -
      616. -
      617. -
        - - mime-types 2.1.35 - MIT - -

        https://github.com/jshttp/mime-types#readme

        -
        • Copyright (c) 2014 Jonathan Ong
        • -
        • Copyright (c) 2015 Douglas Christopher Wilson
        • -
        • Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
        • -
        • Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
        -
        -        (The MIT License)
        -
        -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
        -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
        -
        -Permission is hereby granted, free of charge, to any person obtaining
        -a copy of this software and associated documentation files (the
        -'Software'), to deal in the Software without restriction, including
        -without limitation the rights to use, copy, modify, merge, publish,
        -distribute, sublicense, and/or sell copies of the Software, and to
        -permit persons to whom the Software is furnished to do so, subject to
        -the following conditions:
        -
        -The above copyright notice and this permission notice shall be
        -included in all copies or substantial portions of the Software.
         
        -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
        -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
        -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
        -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
        -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        -
        -        
        -
        -
      618. -
      619. -
        - - minimist 1.2.6 - MIT - -

        https://github.com/substack/minimist

        - -
        +        
        +
        +
      620. +
      621. +
        + + minimist 1.2.6 - MIT + +

        https://github.com/substack/minimist

        + +
                 This software is released under the MIT license:
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of
        @@ -5924,18 +6253,22 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      622. -
      623. -
        - - mkdirp 0.5.6 - MIT - -

        https://github.com/substack/node-mkdirp#readme

        -
        • Copyright 2010 James Halliday (mail@substack.net)
        -
        +
        +        
        +
        +
      624. +
      625. +
        + + mkdirp 0.5.6 - MIT + +

        https://github.com/substack/node-mkdirp#readme +

        +
          +
        • Copyright 2010 James Halliday (mail@substack.net)
        • +
        +
                 Copyright 2010 James Halliday (mail@substack.net)
         
         This project is free software released under the MIT/X11 license:
        @@ -5957,21 +6290,23 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      626. -
      627. -
        - - mocha 10.0.0 - MIT - -

        https://mochajs.org/

        -
        • Copyright Joyent, Inc. and other Node contributors
        • -
        • Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
        • -
        • Copyright 2011-2022 OpenJS Foundation and contributors
        • -
        • Copyright (c) 2011-2022 OpenJS Foundation and contributors, https://openjsf.org
        -
        +
        +        
        +
        +
      628. +
      629. +
        + + mocha 10.0.0 - MIT + +

        https://mochajs.org/

        +
          +
        • Copyright Joyent, Inc. and other Node contributors
        • +
        • Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
        • +
        • Copyright 2011-2022 OpenJS Foundation and contributors
        • +
        • Copyright (c) 2011-2022 OpenJS Foundation and contributors, https://openjsf.org
        • +
        +
                 (The MIT License)
         
         Copyright (c) 2011-2022 OpenJS Foundation and contributors, https://openjsf.org
        @@ -5994,20 +6329,24 @@ 

        NOTICES AND INFORMATION

        CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      630. -
      631. -
        - - mocha-junit-reporter 2.0.2 - MIT - -

        https://github.com/michaelleeallen/mocha-junit-reporter#readme

        -
        • Copyright (c) 2015 Michael Allen
        • -
        • Copyright (c) 2010 Thales Corporate Services SAS
        • -
        • Copyright (c) 2011, Windy Road Technology Pty. Limited The Apache Ant JUnit
        -
        +
        +        
        +
        +
      632. +
      633. +
        + + mocha-junit-reporter 2.0.2 - MIT + +

        https://github.com/michaelleeallen/mocha-junit-reporter#readme +

        +
          +
        • Copyright (c) 2015 Michael Allen
        • +
        • Copyright (c) 2010 Thales Corporate Services SAS
        • +
        • Copyright (c) 2011, Windy Road Technology Pty. Limited The Apache Ant JUnit
        • +
        +
                 MIT License
         Copyright (c) 2015 Michael Allen
         
        @@ -6022,18 +6361,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      634. -
      635. -
        - - ms 2.0.0 - MIT - -

        https://github.com/zeit/ms#readme

        -
        • Copyright (c) 2016 Zeit, Inc.
        -
        +
        +        
        +
        +
      636. +
      637. +
        + + ms 2.0.0 - MIT + +

        https://github.com/zeit/ms#readme

        +
          +
        • Copyright (c) 2016 Zeit, Inc.
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2016 Zeit, Inc.
        @@ -6055,18 +6396,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      638. -
      639. -
        - - ms 2.1.2 - MIT - -

        https://github.com/zeit/ms#readme

        -
        • Copyright (c) 2016 Zeit, Inc.
        -
        +
        +        
        +
        +
      640. +
      641. +
        + + ms 2.1.2 - MIT + +

        https://github.com/zeit/ms#readme

        +
          +
        • Copyright (c) 2016 Zeit, Inc.
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2016 Zeit, Inc.
        @@ -6088,18 +6431,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      642. -
      643. -
        - - ms 2.1.3 - MIT - -

        https://github.com/vercel/ms#readme

        -
        • Copyright (c) 2020 Vercel, Inc.
        -
        +
        +        
        +
        +
      644. +
      645. +
        + + ms 2.1.3 - MIT + +

        https://github.com/vercel/ms#readme

        +
          +
        • Copyright (c) 2020 Vercel, Inc.
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2020 Vercel, Inc.
        @@ -6121,18 +6466,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      646. -
      647. -
        - - nanoid 3.3.3 - MIT - -

        https://github.com/ai/nanoid#readme

        -
        • Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
        -
        +
        +        
        +
        +
      648. +
      649. +
        + + nanoid 3.3.3 - MIT + +

        https://github.com/ai/nanoid#readme

        +
          +
        • Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
        • +
        +
                 The MIT License (MIT)
         
         Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
        @@ -6153,18 +6500,22 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      650. -
      651. -
        - - natural-compare 1.4.0 - MIT - -

        https://github.com/litejs/natural-compare-lite#readme

        -
        • Copyright (c) 2012-2015 Lauri Rooden <lauri@rooden.ee>
        -
        +
        +        
        +
        +
      652. +
      653. +
        + + natural-compare 1.4.0 - MIT + +

        https://github.com/litejs/natural-compare-lite#readme +

        +
          +
        • Copyright (c) 2012-2015 Lauri Rooden <lauri@rooden.ee>
        • +
        +
                 MIT License
         
         Copyright (c) <year> <copyright holders>
        @@ -6173,53 +6524,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
        -
        -
      654. -
      655. -
        - - node-fetch 2.6.7 - MIT - -

        https://github.com/bitinn/node-fetch

        -
        • Copyright (c) 2016 David Frank
        -
        -        The MIT License (MIT)
        -
        -Copyright (c) 2016 David Frank
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        -SOFTWARE.
        -
        -
        -        
        -
        -
      656. -
      657. -
        - - normalize-path 3.0.0 - MIT - -

        https://github.com/jonschlinkert/normalize-path

        -
        • Copyright (c) 2014-2018, Jon Schlinkert
        • -
        • Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      658. +
      659. +
        + + normalize-path 3.0.0 - MIT + +

        https://github.com/jonschlinkert/normalize-path +

        +
          +
        • Copyright (c) 2014-2018, Jon Schlinkert
        • +
        • Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-2018, Jon Schlinkert.
        @@ -6241,18 +6562,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      660. -
      661. -
        - - optionator 0.9.1 - MIT - -

        https://github.com/gkz/optionator

        -
        • Copyright (c) George Zahariev
        -
        +
        +        
        +
        +
      662. +
      663. +
        + + optionator 0.9.1 - MIT + +

        https://github.com/gkz/optionator

        +
          +
        • Copyright (c) George Zahariev
        • +
        +
                 Copyright (c) George Zahariev
         
         Permission is hereby granted, free of charge, to any person
        @@ -6275,19 +6598,23 @@ 

        NOTICES AND INFORMATION

        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      664. -
      665. -
        - - parent-module 1.0.1 - MIT - -

        https://github.com/sindresorhus/parent-module#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      666. +
      667. +
        + + parent-module 1.0.1 - MIT + +

        https://github.com/sindresorhus/parent-module#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6297,19 +6624,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      668. -
      669. -
        - - path-exists 4.0.0 - MIT - -

        https://github.com/sindresorhus/path-exists#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      670. +
      671. +
        + + path-exists 4.0.0 - MIT + +

        https://github.com/sindresorhus/path-exists#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6319,19 +6650,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      672. -
      673. -
        - - path-is-absolute 1.0.1 - MIT - -

        https://github.com/sindresorhus/path-is-absolute#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      674. +
      675. +
        + + path-is-absolute 1.0.1 - MIT + +

        https://github.com/sindresorhus/path-is-absolute#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6353,18 +6688,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      676. -
      677. -
        - - path-key 3.1.1 - MIT - -

        https://github.com/sindresorhus/path-key#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      678. +
      679. +
        + + path-key 3.1.1 - MIT + +

        https://github.com/sindresorhus/path-key#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6374,19 +6713,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      680. -
      681. -
        - - path-type 4.0.0 - MIT - -

        https://github.com/sindresorhus/path-type#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      682. +
      683. +
        + + path-type 4.0.0 - MIT + +

        https://github.com/sindresorhus/path-type#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6396,19 +6739,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      684. -
      685. -
        - - pathval 1.1.1 - MIT - -

        https://github.com/chaijs/pathval

        -
        • Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        • -
        • Copyright (c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
        -
        +
        +        
        +
        +
      686. +
      687. +
        + + pathval 1.1.1 - MIT + +

        https://github.com/chaijs/pathval

        +
          +
        • Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        • +
        • Copyright (c) 2012-2014 Jake Luer <jake@alogicalparadox.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com
        @@ -6425,19 +6770,21 @@ 

        NOTICES AND INFORMATION

        THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      688. -
      689. -
        - - picomatch 2.3.1 - MIT - -

        https://github.com/micromatch/picomatch

        -
        • Copyright (c) 2017-present, Jon Schlinkert
        • -
        • Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      690. +
      691. +
        + + picomatch 2.3.1 - MIT + +

        https://github.com/micromatch/picomatch

        +
          +
        • Copyright (c) 2017-present, Jon Schlinkert
        • +
        • Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2017-present, Jon Schlinkert.
        @@ -6459,18 +6806,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      692. -
      693. -
        - - p-limit 3.1.0 - MIT - -

        https://github.com/sindresorhus/p-limit#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      694. +
      695. +
        + + p-limit 3.1.0 - MIT + +

        https://github.com/sindresorhus/p-limit#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -6480,18 +6831,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      696. -
      697. -
        - - p-locate 5.0.0 - MIT - -

        https://github.com/sindresorhus/p-locate#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      698. +
      699. +
        + + p-locate 5.0.0 - MIT + +

        https://github.com/sindresorhus/p-locate#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -6501,18 +6856,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      700. -
      701. -
        - - prelude-ls 1.2.1 - MIT - -

        http://preludels.com/

        -
        • Copyright (c) George Zahariev
        -
        +
        +        
        +
        +
      702. +
      703. +
        + + prelude-ls 1.2.1 - MIT + +

        http://preludels.com/

        +
          +
        • Copyright (c) George Zahariev
        • +
        +
                 Copyright (c) George Zahariev
         
         Permission is hereby granted, free of charge, to any person
        @@ -6535,18 +6892,20 @@ 

        NOTICES AND INFORMATION

        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      704. -
      705. -
        - - punycode 2.1.1 - MIT - -

        https://mths.be/punycode

        -
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        -
        +
        +        
        +
        +
      706. +
      707. +
        + + punycode 2.1.1 - MIT + +

        https://mths.be/punycode

        +
          +
        • Copyright Mathias Bynens <https://mathiasbynens.be/>
        • +
        +
                 Copyright Mathias Bynens <https://mathiasbynens.be/>
         
         Permission is hereby granted, free of charge, to any person obtaining
        @@ -6567,19 +6926,21 @@ 

        NOTICES AND INFORMATION

        LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      708. -
      709. -
        - - queue-microtask 1.2.3 - MIT - -

        https://github.com/feross/queue-microtask

        -
        • Copyright (c) Feross Aboukhadijeh
        • -
        • Copyright (c) Feross Aboukhadijeh (https://feross.org)
        -
        +
        +        
        +
        +
      710. +
      711. +
        + + queue-microtask 1.2.3 - MIT + +

        https://github.com/feross/queue-microtask

        +
          +
        • Copyright (c) Feross Aboukhadijeh
        • +
        • Copyright (c) Feross Aboukhadijeh (https://feross.org)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Feross Aboukhadijeh
        @@ -6600,18 +6961,22 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      712. -
      713. -
        - - randombytes 2.1.0 - MIT - -

        https://github.com/crypto-browserify/randombytes

        -
        • Copyright (c) 2017 crypto-browserify
        -
        +
        +        
        +
        +
      714. +
      715. +
        + + randombytes 2.1.0 - MIT + +

        https://github.com/crypto-browserify/randombytes +

        +
          +
        • Copyright (c) 2017 crypto-browserify
        • +
        +
                 MIT License
         
         Copyright (c) 2017 crypto-browserify
        @@ -6633,19 +6998,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      716. -
      717. -
        - - readdirp 3.6.0 - MIT - -

        https://github.com/paulmillr/readdirp

        -
        • Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
        • -
        • Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller <https://paulmillr.com>
        -
        +
        +        
        +
        +
      718. +
      719. +
        + + readdirp 3.6.0 - MIT + +

        https://github.com/paulmillr/readdirp

        +
          +
        • Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
        • +
        • Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller <https://paulmillr.com>
        • +
        +
                 MIT License
         
         Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
        @@ -6667,18 +7034,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      720. -
      721. -
        - - regexpp 3.2.0 - MIT - -

        https://github.com/mysticatea/regexpp#readme

        -
        • Copyright (c) 2018 Toru Nagashima
        -
        +
        +        
        +
        +
      722. +
      723. +
        + + regexpp 3.2.0 - MIT + +

        https://github.com/mysticatea/regexpp#readme +

        +
          +
        • Copyright (c) 2018 Toru Nagashima
        • +
        +
                 MIT License
         
         Copyright (c) 2018 Toru Nagashima
        @@ -6700,18 +7071,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      724. -
      725. -
        - - require-directory 2.1.1 - MIT - -

        https://github.com/troygoode/node-require-directory/

        -
        • Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
        -
        +
        +        
        +
        +
      726. +
      727. +
        + + require-directory 2.1.1 - MIT + +

        https://github.com/troygoode/node-require-directory/ +

        +
          +
        • Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2011 Troy Goode <troygoode@gmail.com>
        @@ -6734,19 +7109,23 @@ 

        NOTICES AND INFORMATION

        CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      728. -
      729. -
        - - resolve-from 4.0.0 - MIT - -

        https://github.com/sindresorhus/resolve-from#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      730. +
      731. +
        + + resolve-from 4.0.0 - MIT + +

        https://github.com/sindresorhus/resolve-from#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6756,18 +7135,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      732. -
      733. -
        - - reusify 1.0.4 - MIT - -

        https://github.com/mcollina/reusify#readme

        -
        • Copyright (c) 2015 Matteo Collina
        -
        +
        +        
        +
        +
      734. +
      735. +
        + + reusify 1.0.4 - MIT + +

        https://github.com/mcollina/reusify#readme +

        +
          +
        • Copyright (c) 2015 Matteo Collina
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015 Matteo Collina
        @@ -6790,19 +7172,21 @@ 

        NOTICES AND INFORMATION

        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      736. -
      737. -
        - - run-parallel 1.2.0 - MIT - -

        https://github.com/feross/run-parallel

        -
        • Copyright (c) Feross Aboukhadijeh
        • -
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        -
        +
        +        
        +
        +
      738. +
      739. +
        + + run-parallel 1.2.0 - MIT + +

        https://github.com/feross/run-parallel

        +
          +
        • Copyright (c) Feross Aboukhadijeh
        • +
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Feross Aboukhadijeh
        @@ -6823,19 +7207,21 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      740. -
      741. -
        - - safe-buffer 5.2.1 - MIT - -

        https://github.com/feross/safe-buffer

        -
        • Copyright (c) Feross Aboukhadijeh
        • -
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        -
        +
        +        
        +
        +
      742. +
      743. +
        + + safe-buffer 5.2.1 - MIT + +

        https://github.com/feross/safe-buffer

        +
          +
        • Copyright (c) Feross Aboukhadijeh
        • +
        • Copyright (c) Feross Aboukhadijeh (http://feross.org)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Feross Aboukhadijeh
        @@ -6857,18 +7243,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      744. -
      745. -
        - - shebang-command 2.0.0 - MIT - -

        https://github.com/kevva/shebang-command#readme

        -
        • Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>
        -
        +
        +        
        +
        +
      746. +
      747. +
        + + shebang-command 2.0.0 - MIT + +

        https://github.com/kevva/shebang-command#readme +

        +
          +
        • Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>
        • +
        +
                 MIT License
         
         Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
        @@ -6878,19 +7268,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      748. -
      749. -
        - - shebang-regex 3.0.0 - MIT - -

        https://github.com/sindresorhus/shebang-regex#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      750. +
      751. +
        + + shebang-regex 3.0.0 - MIT + +

        https://github.com/sindresorhus/shebang-regex#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6900,19 +7294,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      752. -
      753. -
        - - slash 3.0.0 - MIT - -

        https://github.com/sindresorhus/slash#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      754. +
      755. +
        + + slash 3.0.0 - MIT + +

        https://github.com/sindresorhus/slash#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6922,18 +7320,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      756. -
      757. -
        - - string-width 4.2.3 - MIT - -

        https://github.com/sindresorhus/string-width#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      758. +
      759. +
        + + string-width 4.2.3 - MIT + +

        https://github.com/sindresorhus/string-width#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6943,18 +7345,21 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      760. -
      761. -
        - - strip-ansi 6.0.1 - MIT - -

        https://github.com/chalk/strip-ansi#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      762. +
      763. +
        + + strip-ansi 6.0.1 - MIT + +

        https://github.com/chalk/strip-ansi#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6964,19 +7369,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      764. -
      765. -
        - - strip-bom 3.0.0 - MIT - -

        https://github.com/sindresorhus/strip-bom#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      766. +
      767. +
        + + strip-bom 3.0.0 - MIT + +

        https://github.com/sindresorhus/strip-bom#readme +

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -6998,18 +7407,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      768. -
      769. -
        - - strip-json-comments 3.1.1 - MIT - -

        https://github.com/sindresorhus/strip-json-comments#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      770. +
      771. +
        + + strip-json-comments 3.1.1 - MIT + +

        https://github.com/sindresorhus/strip-json-comments#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -7019,18 +7432,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      772. -
      773. -
        - - supports-color 7.2.0 - MIT - -

        https://github.com/chalk/supports-color#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      774. +
      775. +
        + + supports-color 7.2.0 - MIT + +

        https://github.com/chalk/supports-color#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -7040,18 +7457,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      776. -
      777. -
        - - supports-color 8.1.1 - MIT - -

        https://github.com/chalk/supports-color#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      778. +
      779. +
        + + supports-color 8.1.1 - MIT + +

        https://github.com/chalk/supports-color#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -7061,18 +7482,18 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      780. -
      781. -
        - - text-table 0.2.0 - MIT - -

        https://github.com/substack/text-table

        - -
        +
        +        
        +
        +
      782. +
      783. +
        + + text-table 0.2.0 - MIT + +

        https://github.com/substack/text-table

        + +
                 This software is released under the MIT license:
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of
        @@ -7091,19 +7512,23 @@ 

        NOTICES AND INFORMATION

        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      784. -
      785. -
        - - to-regex-range 5.0.1 - MIT - -

        https://github.com/micromatch/to-regex-range

        -
        • Copyright (c) 2015-present, Jon Schlinkert
        • -
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +
        +        
        +
        +
      786. +
      787. +
        + + to-regex-range 5.0.1 - MIT + +

        https://github.com/micromatch/to-regex-range +

        +
          +
        • Copyright (c) 2015-present, Jon Schlinkert
        • +
        • Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2015-present, Jon Schlinkert.
        @@ -7125,38 +7550,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      788. -
      789. -
        - - tr46 0.0.3 - MIT - -

        https://github.com/Sebmaster/tr46.js#readme

        - -
        -        MIT License
        -
        -Copyright (c) <year> <copyright holders>
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        -        
        -
        -
      790. -
      791. -
        - - tree-kill 1.2.2 - MIT - -

        https://github.com/pkrumins/node-tree-kill

        -
        • Copyright (c) 2018 Peter Krumins
        -
        +        
        +
        +
      792. +
      793. +
        + + tree-kill 1.2.2 - MIT + +

        https://github.com/pkrumins/node-tree-kill +

        +
          +
        • Copyright (c) 2018 Peter Krumins
        • +
        +
                 MIT License
         
         Copyright (c) 2018 Peter Krumins
        @@ -7178,18 +7586,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      794. -
      795. -
        - - tsconfig-paths 4.0.0 - MIT - - -
        • Copyright (c) 2016 Jonas Kello
        -
        +
        +        
        +
        +
      796. +
      797. +
        + + tsconfig-paths 4.0.0 - MIT + + +
          +
        • Copyright (c) 2016 Jonas Kello
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2016 Jonas Kello
        @@ -7211,19 +7621,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      798. -
      799. -
        - - ts-node 10.8.1 - MIT - -

        https://typestrong.org/ts-node

        -
        • Copyright Joyent, Inc. and other Node contributors
        • -
        • Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
        -
        +
        +        
        +
        +
      800. +
      801. +
        + + ts-node 10.8.1 - MIT + +

        https://typestrong.org/ts-node

        +
          +
        • Copyright Joyent, Inc. and other Node contributors
        • +
        • Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
        @@ -7245,51 +7657,55 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      802. -
      803. -
        - - tsutils 3.21.0 - MIT - -

        https://github.com/ajafff/tsutils#readme

        -
        • Copyright (c) 2017 Klaus Meinhardt
        -
        -        The MIT License (MIT)
        -
        -Copyright (c) 2017 Klaus Meinhardt
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in all
        -copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        -SOFTWARE.
        -
        -        
        -
        -
      804. -
      805. -
        - - type-check 0.4.0 - MIT - -

        https://github.com/gkz/type-check

        -
        • Copyright (c) George Zahariev
        -
        +
        +        
        +
        +
      806. +
      807. +
        + + tsutils 3.21.0 - MIT + +

        https://github.com/ajafff/tsutils#readme

        +
          +
        • Copyright (c) 2017 Klaus Meinhardt
        • +
        +
        +        The MIT License (MIT)
        +
        +Copyright (c) 2017 Klaus Meinhardt
        +
        +Permission is hereby granted, free of charge, to any person obtaining a copy
        +of this software and associated documentation files (the "Software"), to deal
        +in the Software without restriction, including without limitation the rights
        +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        +copies of the Software, and to permit persons to whom the Software is
        +furnished to do so, subject to the following conditions:
        +
        +The above copyright notice and this permission notice shall be included in all
        +copies or substantial portions of the Software.
        +
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        +SOFTWARE.
        +
        +        
        +
        +
      808. +
      809. +
        + + type-check 0.4.0 - MIT + +

        https://github.com/gkz/type-check

        +
          +
        • Copyright (c) George Zahariev
        • +
        +
                 Copyright (c) George Zahariev
         
         Permission is hereby granted, free of charge, to any person
        @@ -7312,19 +7728,23 @@ 

        NOTICES AND INFORMATION

        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      810. -
      811. -
        - - type-detect 4.0.8 - MIT - -

        https://github.com/chaijs/type-detect#readme

        -
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • -
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        -
        +
        +        
        +
        +
      812. +
      813. +
        + + type-detect 4.0.8 - MIT + +

        https://github.com/chaijs/type-detect#readme +

        +
          +
        • Copyright (c) 2013 jake luer <jake@alogicalparadox.com>
        • +
        • Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
        • +
        +
                 Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
        @@ -7344,18 +7764,42 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      814. -
      815. -
        - - v8-compile-cache 2.3.0 - MIT - -

        https://github.com/zertosh/v8-compile-cache#readme

        -
        • Copyright (c) 2019 Andres Suarez
        -
        +
        +        
        +
        +
      816. +
      817. +
        + + undici-types 5.26.5 - MIT + +

        https://undici.nodejs.org/

        + +
        +        MIT License
        +
        +Copyright (c) <year> <copyright holders>
        +
        +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        +
        +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        +
        +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        +        
        +
        +
      818. +
      819. +
        + + v8-compile-cache 2.3.0 - MIT + +

        https://github.com/zertosh/v8-compile-cache#readme +

        +
          +
        • Copyright (c) 2019 Andres Suarez
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2019 Andres Suarez
        @@ -7377,18 +7821,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      820. -
      821. -
        - - v8-compile-cache-lib 3.0.1 - MIT - -

        https://github.com/cspotcode/v8-compile-cache-lib#readme

        -
        • Copyright (c) 2019 Andres Suarez
        -
        +
        +        
        +
        +
      822. +
      823. +
        + + v8-compile-cache-lib 3.0.1 - MIT + +

        https://github.com/cspotcode/v8-compile-cache-lib#readme +

        +
          +
        • Copyright (c) 2019 Andres Suarez
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2019 Andres Suarez
        @@ -7410,18 +7858,22 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      824. -
      825. -
        - - vscode-jsonrpc 8.0.1 - MIT - -

        https://github.com/Microsoft/vscode-languageserver-node#readme

        -
        • Copyright (c) Microsoft Corporation
        -
        +
        +        
        +
        +
      826. +
      827. +
        + + vscode-jsonrpc 8.0.1 - MIT + +

        https://github.com/Microsoft/vscode-languageserver-node#readme +

        +
          +
        • Copyright (c) Microsoft Corporation
        • +
        +
                 Copyright (c) Microsoft Corporation
         
         All rights reserved.
        @@ -7433,54 +7885,23 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      828. -
      829. -
        - - whatwg-url 5.0.0 - MIT - -

        https://github.com/jsdom/whatwg-url#readme

        -
        • (c) extraPathPercentEncodeSet.has
        • -
        • Copyright (c) 2015-2016 Sebastian Mayr
        -
        -        The MIT License (MIT)
         
        -Copyright (c) 2015–2016 Sebastian Mayr
        -
        -Permission is hereby granted, free of charge, to any person obtaining a copy
        -of this software and associated documentation files (the "Software"), to deal
        -in the Software without restriction, including without limitation the rights
        -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        -copies of the Software, and to permit persons to whom the Software is
        -furnished to do so, subject to the following conditions:
        -
        -The above copyright notice and this permission notice shall be included in
        -all copies or substantial portions of the Software.
        -
        -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        -THE SOFTWARE.
        -
        -        
        -
        -
      830. -
      831. -
        - - word-wrap 1.2.4 - MIT - -

        https://github.com/jonschlinkert/word-wrap

        -
        • Copyright (c) 2014-2016, Jon Schlinkert
        • -
        • Copyright (c) 2014-2023, Jon Schlinkert
        • -
        • Copyright (c) 2023, Jon Schlinkert (https://github.com/jonschlinkert)
        -
        +        
        +
        +
      832. +
      833. +
        + + word-wrap 1.2.4 - MIT + +

        https://github.com/jonschlinkert/word-wrap +

        +
          +
        • Copyright (c) 2014-2016, Jon Schlinkert
        • +
        • Copyright (c) 2014-2023, Jon Schlinkert
        • +
        • Copyright (c) 2023, Jon Schlinkert (https://github.com/jonschlinkert)
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2014-2016, Jon Schlinkert
        @@ -7502,18 +7923,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      834. -
      835. -
        - - wrap-ansi 7.0.0 - MIT - -

        https://github.com/chalk/wrap-ansi#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      836. +
      837. +
        + + wrap-ansi 7.0.0 - MIT + +

        https://github.com/chalk/wrap-ansi#readme

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -7523,18 +7946,20 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      838. -
      839. -
        - - xml 1.0.1 - MIT - -

        http://github.com/dylang/node-xml

        -
        • Copyright (c) 2011-2016 Dylan Greene <dylang@gmail.com>
        -
        +
        +        
        +
        +
      840. +
      841. +
        + + xml 1.0.1 - MIT + +

        http://github.com/dylang/node-xml

        +
          +
        • Copyright (c) 2011-2016 Dylan Greene <dylang@gmail.com>
        • +
        +
                 (The MIT License)
         
         Copyright (c) 2011-2016 Dylan Greene <dylang@gmail.com>
        @@ -7557,19 +7982,21 @@ 

        NOTICES AND INFORMATION

        CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      842. -
      843. -
        - - yargs 16.2.0 - MIT - -

        https://yargs.js.org/

        -
        • Copyright 2014 Contributors (ben@npmjs.com)
        • -
        • Copyright 2010 James Halliday (mail@substack.net)
        -
        +
        +        
        +
        +
      844. +
      845. +
        + + yargs 16.2.0 - MIT + +

        https://yargs.js.org/

        +
          +
        • Copyright 2014 Contributors (ben@npmjs.com)
        • +
        • Copyright 2010 James Halliday (mail@substack.net)
        • +
        +
                 MIT License
         
         Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
        @@ -7591,18 +8018,20 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      846. -
      847. -
        - - yargs-unparser 2.0.0 - MIT - -

        https://github.com/yargs/yargs-unparser

        -
        • Copyright (c) 2017 Made With MOXY Lda
        -
        +
        +        
        +
        +
      848. +
      849. +
        + + yargs-unparser 2.0.0 - MIT + +

        https://github.com/yargs/yargs-unparser

        +
          +
        • Copyright (c) 2017 Made With MOXY Lda
        • +
        +
                 The MIT License (MIT)
         
         Copyright (c) 2017 Made With MOXY Lda <hello@moxy.studio>
        @@ -7624,19 +8053,21 @@ 

        NOTICES AND INFORMATION

        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      850. -
      851. -
        - - yn 3.1.1 - MIT - -

        https://github.com/sindresorhus/yn#readme

        -
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        -
        +
        +        
        +
        +
      852. +
      853. +
        + + yn 3.1.1 - MIT + +

        https://github.com/sindresorhus/yn#readme

        +
          +
        • (c) Sindre Sorhus (https://sindresorhus.com)
        • +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
        @@ -7646,18 +8077,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      854. -
      855. -
        - - yocto-queue 0.1.0 - MIT - -

        https://github.com/sindresorhus/yocto-queue#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        -
        +
        +        
        +
        +
      856. +
      857. +
        + + yocto-queue 0.1.0 - MIT + +

        https://github.com/sindresorhus/yocto-queue#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
        @@ -7667,18 +8102,22 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      858. -
      859. -
        - - type-fest 0.20.2 - MIT OR (CC0-1.0 AND MIT) - -

        https://github.com/sindresorhus/type-fest#readme

        -
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
        -
        +
        +        
        +
        +
      860. +
      861. +
        + + type-fest 0.20.2 - MIT OR (CC0-1.0 AND MIT) + +

        https://github.com/sindresorhus/type-fest#readme +

        +
          +
        • Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
        • +
        +
                 MIT License
         
         Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
        @@ -7688,24 +8127,27 @@ 

        NOTICES AND INFORMATION

        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -
        -
        -
      862. -
      863. -
        - - argparse 2.0.1 - Python-2.0 - -

        https://github.com/nodeca/argparse#readme

        -
        • Copyright (c) 2020 argparse.js authors
        • -
        • Copyright (c) 1999-2001 Gregory P. Ward
        • -
        • Copyright (c) 2010-2020 Python Software Foundation
        • -
        • Copyright (c) 2002, 2003 Python Software Foundation
        • -
        • Copyright (c) 1995-2001 Corporation for National Research Initiatives
        • -
        • Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands
        • -
        • Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation
        -
        +
        +        
        +
        +
      864. +
      865. +
        + + argparse 2.0.1 - Python-2.0 + +

        https://github.com/nodeca/argparse#readme

        +
          +
        • Copyright (c) 2020 argparse.js authors
        • +
        • Copyright (c) 1999-2001 Gregory P. Ward
        • +
        • Copyright (c) 2010-2020 Python Software Foundation
        • +
        • Copyright (c) 2002, 2003 Python Software Foundation
        • +
        • Copyright (c) 1995-2001 Corporation for National Research Initiatives
        • +
        • Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands
        • +
        • Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, + 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation
        • +
        +
                 A. HISTORY OF THE SOFTWARE
         ==========================
         
        @@ -7960,19 +8402,23 @@ 

        NOTICES AND INFORMATION

        WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -
        -
        -
      866. -
      867. -
        - - chai-as-promised 7.1.1 - WTFPL - -

        https://github.com/domenic/chai-as-promised#readme

        -
        • Copyright (c) 2004 Sam Hocevar <sam@hocevar.net>
        • -
        • Copyright (c) 2012-2016 Domenic Denicola <d@domenic.me>
        -
        +
        +        
        +
        +
      868. +
      869. +
        + + chai-as-promised 7.1.1 - WTFPL + +

        https://github.com/domenic/chai-as-promised#readme +

        +
          +
        • Copyright (c) 2004 Sam Hocevar <sam@hocevar.net>
        • +
        • Copyright (c) 2012-2016 Domenic Denicola <d@domenic.me>
        • +
        +
                 Copyright © 2012–2016 Domenic Denicola <d@domenic.me>
         
         This work is free. You can redistribute it and/or modify it under the
        @@ -7992,10 +8438,11 @@ 

        NOTICES AND INFORMATION

        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. - -
        -
        -
      870. -
      - - \ No newline at end of file + +
      +
      +
    4. +
    + + + diff --git a/packages/vscode-docker-registries/package.json b/packages/vscode-docker-registries/package.json index 75798d10..a38c3098 100644 --- a/packages/vscode-docker-registries/package.json +++ b/packages/vscode-docker-registries/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/vscode-docker-registries", "author": "Microsoft Corporation", - "version": "0.1.12", + "version": "0.1.13", "description": "Extensibility model for contributing registry providers to the Docker extension for Visual Studio Code", "license": "See LICENSE in the project root for license information.", "repository": {