From b958c463dbcb9f0b1453200b66c95604831cd502 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Fri, 24 Mar 2023 15:04:58 +0800 Subject: [PATCH 01/23] v2.23.0 - artistic license, boundation --- .github/workflows/bevry.yml | 8 +- .prettierignore | 58 +- HISTORY.md | 5 + LICENSE.md | 88 +- README.md | 10 +- bin.cjs | 2 +- package-lock.json | 4576 +++++++---------------------------- package.json | 73 +- source/bin.ts | 2 +- source/index.ts | 1 + 10 files changed, 1040 insertions(+), 3783 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 026c072d..58061d77 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -11,7 +11,7 @@ jobs: - macos-latest - windows-latest node: - - '14' + - '18' runs-on: ${{ matrix.os }} continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: @@ -19,12 +19,12 @@ jobs: - name: Install desired Node.js version uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - run: npm run our:setup - run: npm run our:compile - run: npm run our:verify - name: Install targeted Node.js - if: ${{ matrix.node != 14 }} + if: ${{ matrix.node != 18 }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} @@ -38,7 +38,7 @@ jobs: - name: Install desired Node.js version uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - run: npm run our:setup - run: npm run our:compile - run: npm run our:meta diff --git a/.prettierignore b/.prettierignore index fa3c903e..9186a46a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,57 @@ -test-fixtures/ \ No newline at end of file +# 2023 March 24 +# https://github.com/bevry/base + +# VCS Files +.git +.svn +.hg + +# System Files +**/.DS_Store + +# Temp Files +**/.docpad.db +**/*.log +**/*.cpuprofile +**/*.heapsnapshot + +# Yarn Files +.yarn/* +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.* +.pnp/ + +# Build Caches +build/ +components/ +bower_components/ +node_modules/ + +# Build Outputs +**/out.* +**/*.out.* +**/out/ +**/output/ +*compiled* +edition*/ +coffeejs/ +coffee/ +es5/ +es2015/ +esnext/ +docs/ + +# Development Files +test/ +**/*fixtures* + +# Ecosystem Caches +.trunk/*/ + +# ===================================== +# CUSTOM + +# None diff --git a/HISTORY.md b/HISTORY.md index 8ecd2973..e359256c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## v2.23.0 2023 March 24 + +- Updated license from [`MIT`](http://spdx.org/licenses/MIT.html) to [`Artistic-2.0`](http://spdx.org/licenses/Artistic-2.0.html) +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v2.22.0 2021 July 30 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/LICENSE.md b/LICENSE.md index 08d8802a..a6297610 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -8,16 +8,94 @@ Unless stated otherwise all works are: and licensed under: - + -

MIT License

+

The Artistic License 2.0

-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:
+Copyright (c) 2000-2006, The Perl Foundation.
 
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
 
-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.
+Preamble
+
+This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software.
+
+You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package.  If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement.
+
+Definitions
+
+     "Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for the entire Package.
+
+     "Contributor" means any party that has contributed code or other material to the Package, in accordance with the Copyright Holder's procedures.
+
+     "You" and "your" means any person who would like to copy, distribute, or modify the Package.
+
+     "Package" means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version.
+
+     "Distribute" means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization.
+
+     "Distributor Fee" means any fee that you charge for Distributing this Package or providing support for this Package to another party.  It does not mean licensing fees.
+
+     "Standard Version" refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder.
+
+     "Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder.
+
+     "Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as it may be modified by The Perl Foundation in the future.
+
+     "Source" form means the source code, documentation source, and configuration files for the Package.
+
+     "Compiled" form means the compiled bytecode, object code, binary, or any other form resulting from mechanical transformation or translation of the Source form.
+
+Permission for Use and Modification Without Distribution
+
+(1) You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version.
+
+Permissions for Redistribution of the Standard Version
+
+(2) You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers.  At your discretion, such verbatim copies may or may not include a Compiled form of the Package.
+
+(3) You may apply any bug fixes, portability changes, and other modifications made available from the Copyright Holder.  The resulting Package will still be considered the Standard Version, and as such will be subject to the Original License.
+
+Distribution of Modified Versions of the Package as Source
+
+(4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the Modified Version) provided that you clearly document how it differs from the Standard Version, including, but not limited to, documenting any non-standard features, executables, or modules, and provided that you do at least ONE of the following:
+
+     (a) make the Modified Version available to the Copyright Holder of the Standard Version, under the Original License, so that the Copyright Holder may include your modifications in the Standard Version.
+     (b) ensure that installation of your Modified Version does not prevent the user installing or running the Standard Version. In addition, the Modified Version must bear a name that is different from the name of the Standard Version.
+     (c) allow anyone who receives a copy of the Modified Version to make the Source form of the Modified Version available to others under
+
+          (i) the Original License or
+          (ii) a license that permits the licensee to freely copy, modify and redistribute the Modified Version using the same licensing terms that apply to the copy that the licensee received, and requires that the Source form of the Modified Version, and of any works derived from it, be made freely available in that license fees are prohibited but Distributor Fees are allowed.
+
+Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source
+
+(5)  You may Distribute Compiled forms of the Standard Version without the Source, provided that you include complete instructions on how to get the Source of the Standard Version.  Such instructions must be valid at the time of your distribution.  If these instructions, at any time while you are carrying out such distribution, become invalid, you must provide new instructions on demand or cease further distribution. If you provide valid instructions or cease distribution within thirty days after you become aware that the instructions are invalid, then you do not forfeit any of your rights under this license.
+
+(6)  You may Distribute a Modified Version in Compiled form without the Source, provided that you comply with Section 4 with respect to the Source of the Modified Version.
+
+Aggregating or Linking the Package
+
+(7)  You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting aggregation provided that you do not charge a licensing fee for the Package.  Distributor Fees are permitted, and licensing fees for other components in the aggregation are permitted. The terms of this license apply to the use and Distribution of the Standard or Modified Versions as included in the aggregation.
+
+(8) You are permitted to link Modified and Standard Versions with other works, to embed the Package in a larger work of your own, or to build stand-alone binary or bytecode versions of applications that include the Package, and Distribute the result without restriction, provided the result does not expose a direct interface to the Package.
+
+Items That are Not Considered Part of a Modified Version
+
+(9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause the Package to be a Modified Version.  In addition, such works are not considered parts of the Package itself, and are not subject to the terms of this license.
+
+General Provisions
+
+(10)  Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license.
+
+(11)  If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license.
+
+(12)  This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder.
+
+(13)  This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed.
+
+(14)  Disclaimer of Warranty:
+THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
diff --git a/README.md b/README.md index 3af41720..fbea66c8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Status of the GitHub Workflow: bevry NPM version NPM downloads -Dependency Status -Dev Dependency Status
GitHub Sponsors donate button Patreon donate button @@ -293,9 +291,9 @@ This README is also, expectedly, built with projectz. [View its source.](https:/

This package is published with the following editions:

+
  • projectz aliases projectz/edition-es2021/index.js
  • +
  • projectz/edition-es2021/index.js is TypeScript compiled against ES2021 for Node.js with Require for modules
  • +
  • projectz/edition-es2021-esm/index.js is TypeScript compiled against ES2021 for Node.js with Import for modules
  • @@ -374,6 +372,6 @@ Unless stated otherwise all works are: and licensed under: - + diff --git a/bin.cjs b/bin.cjs index 504ac64d..6492d3b1 100755 --- a/bin.cjs +++ b/bin.cjs @@ -1,4 +1,4 @@ #!/usr/bin/env node 'use strict' // auto-generated by boundation, do not update manually -module.exports = require('./edition-es2019/bin.js') +module.exports = require('./edition-es2021/bin.js') diff --git a/package-lock.json b/package-lock.json index ada4d723..83deebb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,173 +1,127 @@ { "name": "projectz", "version": "2.22.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "projectz", "version": "2.22.0", - "license": "MIT", + "license": "Artistic-2.0", "dependencies": { "@bevry/file": "^1.2.0", "@bevry/json": "^1.4.0", - "badges": "^4.27.0", + "badges": "^4.28.0", "caterpillar": "^6.8.0", "fellow": "^6.24.0", "get-cli-arg": "^7.3.0", "spdx-expression-parse": "^3.0.1", - "spdx-license-list": "^6.4.0", - "typechecker": "^7.17.0" + "spdx-license-list": "^6.6.0", + "typechecker": "^7.18.0" }, "bin": { "projectz": "bin.cjs" }, "devDependencies": { - "@bevry/update-contributors": "^1.19.0", - "@typescript-eslint/eslint-plugin": "^4.28.5", - "@typescript-eslint/parser": "^4.28.5", + "@bevry/update-contributors": "^1.21.0", + "@types/node": "^18.15.6", + "@typescript-eslint/eslint-plugin": "^5.56.0", + "@typescript-eslint/parser": "^5.56.0", "assert-helpers": "^8.4.0", - "eslint": "^7.31.0", + "eslint": "^8.36.0", "eslint-config-bevry": "^3.27.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^3.4.0", + "eslint-config-prettier": "^8.8.0", + "eslint-plugin-prettier": "^4.2.1", "filedirname": "^2.7.0", - "kava": "^5.16.0", + "kava": "^5.15.0", "make-deno-edition": "^1.3.0", - "prettier": "^2.3.2", - "safeps": "^10.16.0", - "surge": "^0.23.0", - "typedoc": "^0.21.4", - "typescript": "4.3.5", - "valid-directory": "^3.7.0" + "prettier": "^2.8.6", + "safeps": "^10.17.0", + "surge": "^0.23.1", + "typedoc": "^0.23.28", + "typescript": "5.0.2", + "valid-directory": "^3.9.0" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" } }, - "node_modules/@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.10.4" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz", - "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", - "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.14.5", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, + "node_modules/@bevry/ansi": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-3.3.0.tgz", + "integrity": "sha512-xBLQKWKTnfGynlrRj1y/sv6Qe0ahNls9+vATTbhEcXvRh9CrD6/AqQVB3pCdv47cm9waWdI3zArptcaEspfgVA==", "dependencies": { - "color-convert": "^1.9.0" + "editions": "^6.5.0" }, "engines": { "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" + "funding": { + "url": "https://bevry.me/fund" } }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, + "node_modules/@bevry/file": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", + "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==", "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" } }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/@bevry/github-api": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", + "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "@bevry/wait": "^1.0.0", + "node-fetch": "^2.6.1", + "simplytyped": "^3.3.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/ansi": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-3.3.0.tgz", - "integrity": "sha512-xBLQKWKTnfGynlrRj1y/sv6Qe0ahNls9+vATTbhEcXvRh9CrD6/AqQVB3pCdv47cm9waWdI3zArptcaEspfgVA==", + "node_modules/@bevry/github-contributors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-3.0.0.tgz", + "integrity": "sha512-Ih+n7w/nHPIvICX8fvxClklyXKFFcySWbGhWv6fiprOgK7Z2WnTrtBko6nH2NegSkwFI5VigCzbXHEGZvDNWMA==", + "dev": true, "dependencies": { - "editions": "^6.5.0" + "@bevry/github-api": "^9.0.0", + "@bevry/github-repos": "^6.1.0", + "fellow": "^6.24.0", + "native-promise-pool": "^3.19.0", + "node-fetch": "^2.6.1", + "simplytyped": "^3.3.0" }, "engines": { - "node": ">=4" + "node": ">=10" }, "funding": { "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/file": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", - "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==", + "node_modules/@bevry/github-repos": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-6.1.0.tgz", + "integrity": "sha512-hzExXsztBWKO6ECld72UoTuYcISjfecwZlZs2ibbfQPcjwB/BAjavsSDcpniG0eNBeCrOsizwh7Dv0QP59nMsg==", + "dev": true, + "dependencies": { + "@bevry/github-api": "^9.0.0", + "@bevry/list": "^1.7.0", + "native-promise-pool": "^3.19.0", + "simplytyped": "^3.3.0" + }, "engines": { "node": ">=10" }, @@ -190,13 +144,26 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/list": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.7.0.tgz", + "integrity": "sha512-8I6xz7pSmRDdSjZRjmpqy5KGopfmhbSKw7wy02bZ1TkkBbieha/nKoHwA7F0acKy0ms6+933AMjTjgpAT0uY4g==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/update-contributors": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.19.0.tgz", - "integrity": "sha512-dstmLDqNIhVJATfpxFFxKA69fc9/Bjaf8PhtMIlzAE+kFYTnMASv0utjPfgNkTqtbKUFIW7NxmXSizvtrEu/ag==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.21.0.tgz", + "integrity": "sha512-xLAu3nc8+zTEEq79QmqXdU/9XDZwn/rnSD+SGWW/zGqbUYdfCeCRx+2K2hDIHt3aa9HvvDuxSdmcEUQ82dccng==", "dev": true, "dependencies": { - "getcontributors": "^2.23.0" + "@bevry/github-contributors": "^3.0.0-next.1628141596.4dc998cdee7ce8c7a42543a2fef6880e86f2bc65", + "@bevry/json": "^1.4.0" }, "bin": { "update-contributors": "bin.cjs" @@ -208,44 +175,105 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/wait": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.0.0.tgz", + "integrity": "sha512-zDf/PcyId6hYL6zXrdZXhzqif9mnYVMNETQ/Q9+Vs5uf1MnXMtYoyjf2Pot1MT3p2uLThLwVc2afW5eFh/BSIQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.1.tgz", + "integrity": "sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.1.tgz", + "integrity": "sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==", "dev": true, "dependencies": { "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", + "debug": "^4.3.2", + "espree": "^9.5.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/js": { + "version": "8.36.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.36.0.tgz", + "integrity": "sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.0", + "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "engines": { "node": ">=10.10.0" } }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", - "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", "dev": true }, "node_modules/@nodelib/fs.scandir": { @@ -284,67 +312,76 @@ } }, "node_modules/@types/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", "dev": true, "dependencies": { - "@types/minimatch": "*", + "@types/minimatch": "^5.1.2", "@types/node": "*" } }, "node_modules/@types/json-schema": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.8.tgz", - "integrity": "sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, "node_modules/@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", "dev": true }, "node_modules/@types/node": { - "version": "16.4.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.7.tgz", - "integrity": "sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==", + "version": "18.15.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.6.tgz", + "integrity": "sha512-YErOafCZpK4g+Rp3Q/PBgZNAsWKGunQTm9FA3/Pbcm0VCriTEzcrutQ/SxSc0rytAp0NoFWue669jmKhEtd0sA==", "dev": true }, "node_modules/@types/rimraf": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.1.tgz", - "integrity": "sha512-CAoSlbco40aKZ0CkelBF2g3JeN6aioRaTVnqSX5pWsn/WApm6IDxI4e4tD9D0dY/meCkyyleP1IQDVN13F4maA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==", "dev": true, "dependencies": { "@types/glob": "*", "@types/node": "*" } }, + "node_modules/@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "dev": true + }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz", - "integrity": "sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==", - "dev": true, - "dependencies": { - "@typescript-eslint/experimental-utils": "4.28.5", - "@typescript-eslint/scope-manager": "4.28.5", - "debug": "^4.3.1", - "functional-red-black-tree": "^1.0.1", - "regexpp": "^3.1.0", - "semver": "^7.3.5", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz", + "integrity": "sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==", + "dev": true, + "dependencies": { + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.56.0", + "@typescript-eslint/type-utils": "5.56.0", + "@typescript-eslint/utils": "5.56.0", + "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "natural-compare-lite": "^1.4.0", + "semver": "^7.3.7", "tsutils": "^3.21.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^4.0.0", - "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -352,81 +389,84 @@ } } }, - "node_modules/@typescript-eslint/experimental-utils": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz", - "integrity": "sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==", + "node_modules/@typescript-eslint/parser": { + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.56.0.tgz", + "integrity": "sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==", "dev": true, "dependencies": { - "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.28.5", - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/typescript-estree": "4.28.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "@typescript-eslint/scope-manager": "5.56.0", + "@typescript-eslint/types": "5.56.0", + "@typescript-eslint/typescript-estree": "5.56.0", + "debug": "^4.3.4" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "*" + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@typescript-eslint/parser": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.28.5.tgz", - "integrity": "sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==", + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz", + "integrity": "sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "4.28.5", - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/typescript-estree": "4.28.5", - "debug": "^4.3.1" + "@typescript-eslint/types": "5.56.0", + "@typescript-eslint/visitor-keys": "5.56.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz", - "integrity": "sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==", + "node_modules/@typescript-eslint/type-utils": { + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz", + "integrity": "sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==", "dev": true, "dependencies": { - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/visitor-keys": "4.28.5" + "@typescript-eslint/typescript-estree": "5.56.0", + "@typescript-eslint/utils": "5.56.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" }, "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/@typescript-eslint/types": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.5.tgz", - "integrity": "sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.56.0.tgz", + "integrity": "sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==", "dev": true, "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", @@ -434,21 +474,21 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz", - "integrity": "sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz", + "integrity": "sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/visitor-keys": "4.28.5", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", + "@typescript-eslint/types": "5.56.0", + "@typescript-eslint/visitor-keys": "5.56.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", "tsutils": "^3.21.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", @@ -460,17 +500,43 @@ } } }, + "node_modules/@typescript-eslint/utils": { + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.56.0.tgz", + "integrity": "sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.56.0", + "@typescript-eslint/types": "5.56.0", + "@typescript-eslint/typescript-estree": "5.56.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz", - "integrity": "sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==", + "version": "5.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz", + "integrity": "sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==", "dev": true, "dependencies": { - "@typescript-eslint/types": "4.28.5", - "eslint-visitor-keys": "^2.0.0" + "@typescript-eslint/types": "5.56.0", + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "type": "opencollective", @@ -478,9 +544,9 @@ } }, "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -579,15 +645,6 @@ "url": "https://bevry.me/fund" } }, - "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==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/ansi-escapes": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", @@ -598,14 +655,20 @@ } }, "node_modules/ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, "engines": { "node": ">=8" } }, + "node_modules/ansi-sequence-parser": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz", + "integrity": "sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==", + "dev": true + }, "node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -622,13 +685,10 @@ } }, "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, "node_modules/array-union": { "version": "2.1.0", @@ -640,9 +700,9 @@ } }, "node_modules/asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, "dependencies": { "safer-buffer": "~2.1.0" @@ -668,25 +728,16 @@ "node_modules/assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, "engines": { "node": ">=0.8" } }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true }, "node_modules/await-spawn": { @@ -704,22 +755,22 @@ "node_modules/aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", "dev": true }, "node_modules/badges": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.27.0.tgz", - "integrity": "sha512-zhu9/RgFiLxbNPqgoe9e6OwHS6l6DAs+Nhsk1ZBpQl+g3BJ5vFq1OZu8DV2z8Ph1cLX5nYRo/CG2F8fk6ohkBw==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.28.0.tgz", + "integrity": "sha512-fXferBh0DGNQjUnOf8iW/sjZfQgLLTDD5AaRi7lIKRpkCy6G9kF5hW5RW/lp1vL9pJ7uM2iAMRTEiPNTKkQ4Wg==", "engines": { "node": ">=10" }, @@ -756,7 +807,7 @@ "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, "dependencies": { "tweetnacl": "^0.14.3" @@ -776,7 +827,7 @@ "node_modules/block-stream": { "version": "0.0.9", "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "integrity": "sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==", "dev": true, "dependencies": { "inherits": "~2.0.0" @@ -843,7 +894,7 @@ "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, "node_modules/caterpillar": { @@ -863,9 +914,9 @@ } }, "node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { "ansi-styles": "^4.1.0", @@ -887,7 +938,7 @@ "node_modules/cli-cursor": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", "dev": true, "dependencies": { "restore-cursor": "^2.0.0" @@ -960,24 +1011,15 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "node_modules/core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", "dev": true }, - "node_modules/cross-fetch": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz", - "integrity": "sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==", - "dev": true, - "dependencies": { - "node-fetch": "2.6.1" - } - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -995,7 +1037,7 @@ "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, "dependencies": { "assert-plus": "^1.0.0" @@ -1005,9 +1047,9 @@ } }, "node_modules/debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -1022,15 +1064,15 @@ } }, "node_modules/deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, "engines": { "node": ">=0.4.0" @@ -1090,7 +1132,7 @@ "node_modules/ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, "dependencies": { "jsbn": "~0.1.0", @@ -1111,24 +1153,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/errlop": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.5.0.tgz", @@ -1153,57 +1177,57 @@ } }, "node_modules/eslint": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz", - "integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", + "version": "8.36.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.36.0.tgz", + "integrity": "sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.4.0", + "@eslint/eslintrc": "^2.0.1", + "@eslint/js": "8.36.0", + "@humanwhocodes/config-array": "^0.11.8", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", - "debug": "^4.0.1", + "debug": "^4.3.2", "doctrine": "^3.0.0", - "enquirer": "^2.3.5", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.5.0", + "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", + "is-path-inside": "^3.0.3", + "js-sdsl": "^4.1.4", + "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" + "text-table": "^0.2.0" }, "bin": { "eslint": "bin/eslint.js" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -1225,9 +1249,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", + "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -1237,19 +1261,19 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz", - "integrity": "sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", + "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=12.0.0" }, "peerDependencies": { - "eslint": ">=5.0.0", - "prettier": ">=1.13.0" + "eslint": ">=7.28.0", + "prettier": ">=2.0.0" }, "peerDependenciesMeta": { "eslint-config-prettier": { @@ -1270,97 +1294,58 @@ "node": ">=8.0.0" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint/node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "node_modules/eslint/node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^1.1.0" + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/eslint/node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "node_modules/eslint/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=4.0" } }, "node_modules/espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz", + "integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==", "dev": true, "dependencies": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dev": true, "dependencies": { "estraverse": "^5.1.0" @@ -1370,9 +1355,9 @@ } }, "node_modules/esquery/node_modules/estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { "node": ">=4.0" @@ -1391,9 +1376,9 @@ } }, "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, "engines": { "node": ">=4.0" @@ -1499,7 +1484,7 @@ "node_modules/extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, "engines": [ "node >=0.6.0" @@ -1518,9 +1503,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1530,7 +1515,19 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" } }, "node_modules/fast-json-stable-stringify": { @@ -1542,23 +1539,31 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "node_modules/fastq": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz", - "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" } }, "node_modules/fdir": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-5.1.0.tgz", - "integrity": "sha512-IgTtZwL52tx2wqWeuGDzXYTnNsEjNLahZpJw30hCQDyVnoHXwY5acNDnjGImTTL1R0z1PCyLw20VAbE5qLic3Q==", - "dev": true + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-5.3.0.tgz", + "integrity": "sha512-BtE53+jaa7nNHT+gPdfU6cFAXOJUWDs2b5GFox8dtl6zLXmfNf/N6im69b9nqNNwDyl27mpIWX8qR7AafWzSdQ==", + "dev": true, + "peerDependencies": { + "picomatch": "2.x" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } }, "node_modules/fellow": { "version": "6.24.0", @@ -1574,7 +1579,7 @@ "node_modules/figures": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", "dev": true, "dependencies": { "escape-string-regexp": "^1.0.5" @@ -1586,7 +1591,7 @@ "node_modules/figures/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -1622,7 +1627,7 @@ "node_modules/filename-reserved-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", - "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", + "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", "dev": true, "engines": { "node": ">=4" @@ -1640,6 +1645,22 @@ "node": ">=8" } }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", @@ -1654,15 +1675,15 @@ } }, "node_modules/flatted": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", - "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, "engines": { "node": "*" @@ -1685,7 +1706,7 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "node_modules/fstream": { @@ -1704,18 +1725,21 @@ } }, "node_modules/fstream/node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/fstream/node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, "dependencies": { - "minimist": "^1.2.5" + "minimist": "^1.2.6" }, "bin": { "mkdirp": "bin/cmd.js" @@ -1733,12 +1757,6 @@ "rimraf": "bin.js" } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, "node_modules/get-cli-arg": { "version": "7.3.0", "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-7.3.0.tgz", @@ -1764,78 +1782,25 @@ "url": "https://bevry.me/fund" } }, - "node_modules/getcontributors": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/getcontributors/-/getcontributors-2.23.0.tgz", - "integrity": "sha512-UZrx/hC6ygA+w2NBZZfGBn6nxl6h7I3kdJNEIPTHIHor+t7nCl1ErAquGnYLrRA1cm1yHX/7i6BJg9LjP5WoQA==", - "dev": true, - "dependencies": { - "cross-fetch": "^3.0.6", - "fellow": "^6.21.0", - "getrepos": "^5.16.0", - "githubauthreq": "^5.18.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, "dependencies": { "assert-plus": "^1.0.0" } }, - "node_modules/getrepos": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/getrepos/-/getrepos-5.17.0.tgz", - "integrity": "sha512-ZBQ+OqP0ARIL+YDYeLqRiLSWwjtP9MK60eTRJjdsNhiV/PyffvlfaEN2w09/AnAkjjcHWV4PhW9dek5gHcZe4Q==", - "dev": true, - "dependencies": { - "cross-fetch": "^3.0.6", - "githubauthreq": "^5.18.0", - "native-promise-pool": "^3.15.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/githubauthreq": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/githubauthreq/-/githubauthreq-5.19.0.tgz", - "integrity": "sha512-4kCmXqcz72MUSqOMZfvmFKzOGkJpodjRN4fR4nDPl/gTv5DEw8KWxrzJqwNKm3TJNqN5vkbJHYWq0CyDlwNlOA==", - "dev": true, - "dependencies": { - "editions": "^6.1.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -1847,21 +1812,21 @@ } }, "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "is-glob": "^4.0.3" }, "engines": { - "node": ">= 6" + "node": ">=10.13.0" } }, "node_modules/globals": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz", - "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==", + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -1874,16 +1839,16 @@ } }, "node_modules/globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { @@ -1893,52 +1858,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby/node_modules/ignore": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", - "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, "node_modules/graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", - "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/handlebars/node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, "node_modules/har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", "dev": true, "engines": { "node": ">=4" @@ -1970,7 +1905,7 @@ "node_modules/http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, "dependencies": { "assert-plus": "^1.0.0", @@ -2015,9 +1950,9 @@ ] }, "node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true, "engines": { "node": ">= 4" @@ -2042,7 +1977,7 @@ "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "engines": { "node": ">=0.8.19" @@ -2051,7 +1986,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -2089,9 +2024,9 @@ } }, "node_modules/inquirer/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", "dev": true, "engines": { "node": ">=6" @@ -2135,13 +2070,13 @@ "node_modules/inquirer/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/inquirer/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -2150,7 +2085,7 @@ "node_modules/inquirer/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -2183,13 +2118,13 @@ "node_modules/is-domain": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/is-domain/-/is-domain-0.0.1.tgz", - "integrity": "sha1-f/sojVzO1rB8Ty35HJvpFTURNI4=", + "integrity": "sha512-hLm9uZUDm/sk0+xZgxyJluSf4B37sg3ivzv4ndTxNCAMnWFUUsHh1u4eh2maEcEvQl3mc65a9pJ/KURGItbLIg==", "dev": true }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2198,16 +2133,16 @@ "node_modules/is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "dependencies": { "is-extglob": "^2.1.1" @@ -2225,38 +2160,50 @@ "node": ">=0.12.0" } }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "node_modules/isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true + "node_modules/js-sdsl": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", + "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } }, "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -2265,13 +2212,13 @@ "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, "node_modules/json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", "dev": true }, "node_modules/json-schema-traverse": { @@ -2283,58 +2230,43 @@ "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "dev": true }, - "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json5/node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", "dev": true }, "node_modules/jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, - "engines": [ - "node >=0.6.0" - ], "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", - "json-schema": "0.2.3", + "json-schema": "0.4.0", "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" } }, "node_modules/kava": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-5.16.0.tgz", - "integrity": "sha512-w+/k+2aPfjnCzoaPvvf1ZMmTecqG9fGk5erQp9bl7nGMrzRXbBxH4A0SA3zpPPWUnBouNACYJ5j9B1nd1uJjhQ==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-5.15.0.tgz", + "integrity": "sha512-Y4RYizZyFrIK0H45ljnAUSm1ZPYtAiqSVMzKE+jJeHMdpPqpDZ9piydFzF48OX+xVyQT5nZA4YAmCbunnDcM9Q==", "dev": true, "dependencies": { - "event-emitter-grouped": "^4.19.0", + "event-emitter-grouped": "^4.18.0", "taskgroup": "^7.18.0" }, "engines": { @@ -2357,30 +2289,33 @@ "node": ">= 0.8.0" } }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", - "dev": true - }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, "node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -2425,15 +2360,15 @@ } }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "dev": true, "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/merge2": { @@ -2446,34 +2381,34 @@ } }, "node_modules/micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { "node": ">=8.6" } }, "node_modules/mime-db": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz", - "integrity": "sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==", + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { - "version": "2.1.32", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz", - "integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==", + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, "dependencies": { - "mime-db": "1.49.0" + "mime-db": "1.52.0" }, "engines": { "node": ">= 0.6" @@ -2489,9 +2424,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -2521,7 +2456,7 @@ "node_modules/moniker": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/moniker/-/moniker-0.1.2.tgz", - "integrity": "sha1-hy37pXXc6o+gSlE1sT1fJL7MyX4=", + "integrity": "sha512-Uj9iV0QYr6281G+o0TvqhKwHHWB2Q/qUTT4LPQ3qDGc0r8cbMuqQjRXPZuVZ+gcL7APx+iQgE8lcfWPrj1LsLA==", "dev": true, "engines": { "node": "*" @@ -2536,7 +2471,7 @@ "node_modules/mute-stream": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==", "dev": true }, "node_modules/native-promise-pool": { @@ -2554,34 +2489,45 @@ "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "node_modules/natural-compare-lite": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "dev": true }, "node_modules/netrc": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz", - "integrity": "sha1-a+lPysqNd63gqWcNxGCRTJRHJEQ=", + "integrity": "sha512-ye8AIYWQcP9MvoM1i0Z2jV0qed31Z8EWXYnyGNkiUAd+Fo8J+7uy90xTV8g/oAbhtjkY7iZbNTizQaXdKUuwpQ==", "dev": true }, "node_modules/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, "engines": { "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, "node_modules/normalify": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.22.0.tgz", - "integrity": "sha512-bARw+HiI9Wxab9JSUcxAKE12UUPZZ/YgcYGdvyyqO9koEiJh3lRM3fVbitlA3C5DgKlAGf+XUDHT5h0dXg01Mw==", + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.24.0.tgz", + "integrity": "sha512-zwLnXtcvYq9+IOdmokIWRWVn71myOcAP90a+FiK1p6m8yU+e2sRFaLq4VlnumbtrLhnxLqr5yVerNs/2l/4xhg==", "engines": { "node": ">=10" }, @@ -2601,7 +2547,7 @@ "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2610,7 +2556,7 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" @@ -2619,7 +2565,7 @@ "node_modules/onetime": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", "dev": true, "dependencies": { "mimic-fn": "^1.0.0" @@ -2628,30 +2574,6 @@ "node": ">=4" } }, - "node_modules/onigasm": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/onigasm/-/onigasm-2.2.5.tgz", - "integrity": "sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==", - "dev": true, - "dependencies": { - "lru-cache": "^5.1.1" - } - }, - "node_modules/onigasm/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/onigasm/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, "node_modules/optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", @@ -2672,12 +2594,42 @@ "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -2690,10 +2642,19 @@ "node": ">=6" } }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2720,13 +2681,13 @@ "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true }, "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, "engines": { "node": ">=8.6" @@ -2745,15 +2706,18 @@ } }, "node_modules/prettier": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz", - "integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==", + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", + "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", "dev": true, "bin": { "prettier": "bin-prettier.js" }, "engines": { "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/prettier-linter-helpers": { @@ -2769,33 +2733,33 @@ } }, "node_modules/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", + "integrity": "sha512-UdA8mJ4weIkUBO224tIarHzuHs4HuYiJvsuGT7j/SPQiUJVjYvNDBIPa0hAorduOfjGohB/qHWRa/lrrWX/mXw==", "dev": true, "engines": { "node": ">=0.4.0" } }, "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "dev": true }, "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true, "engines": { "node": ">=0.6" @@ -2824,7 +2788,7 @@ "node_modules/read": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/read/-/read-1.0.5.tgz", - "integrity": "sha1-AHo9FpR4qnEKSRcn5FPv+5LnYgM=", + "integrity": "sha512-hDLATrzYLoMu23c/69pMC6u3fO3Y0qLTIygJkEZHLOn+AO2gSapu6QgrgwX9ehyVtaRoZVZbF4IuiZPPRdGgdg==", "dev": true, "dependencies": { "mute-stream": "~0.0.4" @@ -2834,9 +2798,9 @@ } }, "node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, "dependencies": { "inherits": "^2.0.3", @@ -2848,9 +2812,9 @@ } }, "node_modules/readdir-cluster": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/readdir-cluster/-/readdir-cluster-3.16.0.tgz", - "integrity": "sha512-xBCM2uXoc72YzjTMVR6QwoqfHhXXJdAjUDYHvUnB03fAruyfPPlbiYANWFemV/tFeqeQ9s6+5TB3LpeLeeThpg==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/readdir-cluster/-/readdir-cluster-3.17.0.tgz", + "integrity": "sha512-h2gHgmqNcdedAyFjhr/WpK7mXVA50yIG6CSXmu+Gr09CIZFRPuer5ZyVvABVjbgEy+ZuyItnyIAoSPbWPxAqaQ==", "dev": true, "engines": { "node": ">=10" @@ -2859,18 +2823,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, "node_modules/request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", @@ -2903,15 +2855,6 @@ "node": ">= 6" } }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -2924,7 +2867,7 @@ "node_modules/restore-cursor": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", "dev": true, "dependencies": { "onetime": "^2.0.0", @@ -2945,9 +2888,9 @@ } }, "node_modules/rfc-log-levels": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.16.0.tgz", - "integrity": "sha512-4ME1+nPqaVdaBAitZvp9Y23S32rAZxRmpIfL1fOXa8KIG8kaZ+3u7H2/LyzQlF5Q5VuyCDxrN6Y4lJk+uHGd9g==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.17.0.tgz", + "integrity": "sha512-vgSO25fGN2UZYQ82+kd92v/bVzbNBzg+Hmwy/RdsRldAQTSHpO3gPwokpQV5Blt0Pv4FeAJ3obyXOinheqklyQ==", "engines": { "node": ">=10" }, @@ -3035,9 +2978,9 @@ ] }, "node_modules/safefs": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-6.15.0.tgz", - "integrity": "sha512-Gi2CBuLjfPsAn9ahPB4N+7Xpxc45suXTzdVnSiTovAK1b64R3ch2omtVifXhyyRu0+gWTYpa15AFLmKuOiWtVg==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-6.16.0.tgz", + "integrity": "sha512-IUIN5h+r2acNVkbsM5VoBUsRnaSFwQFZnzyvQsiLlgFsncLi7rrtmM4FsEgwv+xDTJzsrp79rd+/GJu2zWcR9w==", "dev": true, "dependencies": { "graceful-fs": "^4.2.6" @@ -3050,14 +2993,14 @@ } }, "node_modules/safeps": { - "version": "10.16.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-10.16.0.tgz", - "integrity": "sha512-+6c9vqmduOOp/lW8s6kf2BFSuK/1Xt5wchGi3NcIngxzv8orjCcStEQZ1AsbxTNH7/2Kia4vTvqU2wiSXL6x2A==", + "version": "10.17.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-10.17.0.tgz", + "integrity": "sha512-A8tEi+yw+/UkM+/452oLD0OM7NBCCjYxnN2UnoDAvRUfOKVQ7S+raNkTtTFFzpYMWOlE+/xJ0I/kTWv+gBHl9A==", "dev": true, "dependencies": { "extract-opts": "^4.3.0", - "safefs": "^6.14.0", - "taskgroup": "^7.17.0", + "safefs": "^6.15.0", + "taskgroup": "^7.18.0", "typechecker": "^7.17.0" }, "engines": { @@ -3074,9 +3017,9 @@ "dev": true }, "node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3110,20 +3053,21 @@ } }, "node_modules/shiki": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.5.tgz", - "integrity": "sha512-XFn+rl3wIowDjzdr5DlHoHgQphXefgUTs2bNp/bZu4WF9gTrTLnKwio3f28VjiFG6Jpip7yQn/p4mMj6OrjrtQ==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.1.tgz", + "integrity": "sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==", "dev": true, "dependencies": { - "json5": "^2.2.0", - "onigasm": "^2.2.5", - "vscode-textmate": "5.2.0" + "ansi-sequence-parser": "^1.1.0", + "jsonc-parser": "^3.2.0", + "vscode-oniguruma": "^1.7.0", + "vscode-textmate": "^8.0.0" } }, "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "dev": true }, "node_modules/simplytyped": { @@ -3144,41 +3088,6 @@ "node": ">=8" } }, - "node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/spdx-exceptions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", @@ -3194,14 +3103,14 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz", - "integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==" + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", + "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==" }, "node_modules/spdx-license-list": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.4.0.tgz", - "integrity": "sha512-4BxgJ1IZxTJuX1YxMGu2cRYK46Bk9zJNTK2/R0wNZR0cm+6SVl26/uG7FQmQtxoJQX1uZ0EpTi2L7zvMLboaBA==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.6.0.tgz", + "integrity": "sha512-vLwdf9AWgdJQmG8cai2HKfkInFsliKaCCOwXmdVonClIhdURTX61KdDOoXC1qcQ7gDaZj+CUTcrMJeAdnCtrKA==", "engines": { "node": ">=8" }, @@ -3212,7 +3121,7 @@ "node_modules/split": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/split/-/split-0.3.1.tgz", - "integrity": "sha1-zrzxQr9hu7ZLFBYo5ttIKikUZUw=", + "integrity": "sha512-hCHXkQDs1HFKRsrT9EutGT1hmjS1FW1Aei8dk/CxrT7mslcMtAxbiv8LYA/AYDvjB6h9rSXgW8zAZwg20tKMTw==", "dev": true, "dependencies": { "through": "2" @@ -3221,16 +3130,10 @@ "node": "*" } }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, "node_modules/sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", + "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", "dev": true, "dependencies": { "asn1": "~0.2.3", @@ -3275,9 +3178,9 @@ } }, "node_modules/string-width/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", "dev": true, "engines": { "node": ">=4" @@ -3286,7 +3189,7 @@ "node_modules/string-width/node_modules/strip-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", "dev": true, "dependencies": { "ansi-regex": "^3.0.0" @@ -3296,12 +3199,12 @@ } }, "node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.0" + "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" @@ -3332,13 +3235,13 @@ } }, "node_modules/surge": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/surge/-/surge-0.23.0.tgz", - "integrity": "sha512-9SJEREttCb/aMpp7hcNHh33hniv1Lh3hI22TqHKGHU6YEYU4Iovs11K4vtgWhODAyCY1md2/vHj1M35MI6WnBg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/surge/-/surge-0.23.1.tgz", + "integrity": "sha512-w92meVuKxqO1up0JpSe2iVSiVTv7E7t1qDA9fZhCSZx/+6Q85I3Y2LCoZIcWLpMm9BM0iB843NAWAwdScTR4Uw==", "dev": true, "dependencies": { "cli-table3": "^0.5.1", - "colors": "^1.4.0", + "colors": "1.4.0", "inquirer": "^6.2.2", "is-domain": "0.0.1", "minimist": "1.2.3", @@ -3371,80 +3274,9 @@ "node_modules/surge-ignore": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/surge-ignore/-/surge-ignore-0.2.0.tgz", - "integrity": "sha1-Wn+KIKcRiM+edaLP6OsYLekNrzs=", - "dev": true - }, - "node_modules/surge/node_modules/progress": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/table": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", - "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", - "dev": true, - "dependencies": { - "ajv": "^8.0.1", - "lodash.clonedeep": "^4.5.0", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/table/node_modules/ajv": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz", - "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "integrity": "sha512-ay4MPFjfiQzDsyTidljJLXQi22l2AwjcuamYnJWj/LdhaHdKmDJxRox52WXimdcLpMuLDtkQvv4+jEu+wu9eSw==", "dev": true }, - "node_modules/table/node_modules/string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/tarr": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/tarr/-/tarr-1.1.0.tgz", @@ -3457,15 +3289,15 @@ } }, "node_modules/taskgroup": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-7.18.0.tgz", - "integrity": "sha512-AXCpTJGLXfM2GaR6a4qszMzmFCWWyPjFAwYKNQC4fJUlizVFgJvTHy4VfWY9kWzNkMQN5GTAbJI3MY1t2vC9NA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-7.19.0.tgz", + "integrity": "sha512-SWwM8bGfOZF0rwP3Wna5T51vf6JZOK3eSnVBqo27DVVf8UJLih6arif24qiS8DspFbWt2cE9SgOEwIW3rgWQtA==", "dev": true, "dependencies": { "ambi": "3.2.0", "eachr": "^4.5.0", - "extendr": "^5.17.0", - "unbounded": "^3.13.0" + "extendr": "^5.19.0", + "unbounded": "^3.14.0" }, "engines": { "node": ">=10" @@ -3477,13 +3309,13 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, "node_modules/tmp": { @@ -3523,6 +3355,12 @@ "node": ">=0.8" } }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, "node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", @@ -3547,7 +3385,7 @@ "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, "dependencies": { "safe-buffer": "^5.0.1" @@ -3559,7 +3397,7 @@ "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true }, "node_modules/type-check": { @@ -3587,9 +3425,9 @@ } }, "node_modules/typechecker": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-7.17.0.tgz", - "integrity": "sha512-WLoVJD+vQ5EtFtqaUmz0Yx1cybSgP7ncuErhfRWIhr/uRV4usfri8rAD1ZTGXylVGOfUeIw5s3ICsqI6FAwU6Q==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-7.18.0.tgz", + "integrity": "sha512-GjwqmuBuIQOvy0VsuMyjxur1hop/mLgKby61izt4UpT3Knm/7qzXAxpQHVhLK7bgmZjIj9GtIBmh1FMnyEDVBw==", "engines": { "node": ">=10" }, @@ -3598,69 +3436,67 @@ } }, "node_modules/typedoc": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.4.tgz", - "integrity": "sha512-slZQhvD9U0d9KacktYAyuNMMOXJRFNHy+Gd8xY2Qrqq3eTTTv3frv3N4au/cFnab9t3T5WA0Orb6QUjMc+1bDA==", + "version": "0.23.28", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", + "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", "dev": true, "dependencies": { - "glob": "^7.1.7", - "handlebars": "^4.7.7", "lunr": "^2.3.9", - "marked": "^2.1.1", - "minimatch": "^3.0.0", - "progress": "^2.0.3", - "shiki": "^0.9.3", - "typedoc-default-themes": "^0.12.10" + "marked": "^4.2.12", + "minimatch": "^7.1.3", + "shiki": "^0.14.1" }, "bin": { "typedoc": "bin/typedoc" }, "engines": { - "node": ">= 12.20.0" + "node": ">= 14.14" }, "peerDependencies": { - "typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" } }, - "node_modules/typedoc-default-themes": { - "version": "0.12.10", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz", - "integrity": "sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==", + "node_modules/typedoc/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "engines": { - "node": ">= 8" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "node_modules/typedoc/node_modules/minimatch": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", + "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" + "dependencies": { + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=4.2.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/uglify-js": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.1.tgz", - "integrity": "sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==", + "node_modules/typescript": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true, - "optional": true, "bin": { - "uglifyjs": "bin/uglifyjs" + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" }, "engines": { - "node": ">=0.8.0" + "node": ">=12.20" } }, "node_modules/unbounded": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-3.14.0.tgz", - "integrity": "sha512-e0Fxqlqf+OZ5lLMhoZ/4HPP3D2H8kXAhJ04N4ui4wZ53wBQ999QXwj1uhrCqkKMWJ4OIxqZnVIINJUBa55XH6g==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-3.15.0.tgz", + "integrity": "sha512-XqCeEuYLw2KNSUNyny+eUaJAKvhDc70gcRqyykLGWneD20Oj/olNp5nhfPzG2y74tmXGu240emTFj+Xndynhig==", "dev": true, "engines": { "node": ">=10" @@ -3681,13 +3517,13 @@ "node_modules/url-parse-as-address": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/url-parse-as-address/-/url-parse-as-address-1.0.0.tgz", - "integrity": "sha1-+4CQGIPzOLPL7TU49fqiatr38uc=", + "integrity": "sha512-1WJ8YX1Kcec9wgxy8d/ATzGP1ayO6BRnd3iB6NlM+7cOnn6U8p5PKppRTCPLobh3CSdJ4d0TdPjopzyU2KcVFw==", "dev": true }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, "node_modules/uuid": { @@ -3700,19 +3536,13 @@ "uuid": "bin/uuid" } }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, "node_modules/valid-directory": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-3.7.0.tgz", - "integrity": "sha512-+njZw2IadhlEoCefECGBFxsuRH9g1k3NF9bh8kk1+fIF28qL+xFS9MiWUedtJdP6KoKSKMyCcdyIEGC06U1eyg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-3.9.0.tgz", + "integrity": "sha512-/O+xAMU3AAQBwEvxKNOKNzMAm6M5hWHJgWoA6M/aghZxg+Z+aq0tGlXMhHy88AEJEPc/winj7HqwHVOVtW9n9w==", "dev": true, "dependencies": { - "readdir-cluster": "^3.14.0", + "readdir-cluster": "^3.17.0", "valid-filename": "^3.1.0" }, "bin": { @@ -3740,7 +3570,7 @@ "node_modules/verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "engines": [ "node >=0.6.0" @@ -3752,9 +3582,9 @@ } }, "node_modules/version-compare": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-1.2.0.tgz", - "integrity": "sha512-hfc76oyGqCuyofT85uDNbjt4khHijJEmU+0n5Vp6TDPg5WzorV7o8BtGyFJjJHN+5SHJM4gVpyvcdY9x/X5wSQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-1.4.0.tgz", + "integrity": "sha512-mhSGH/W+zv2JuoeefqEbtfSCrHbQD4DhvYXplTnzIllJ58VMuMrRt+2zSmoUb0exBCSKVB05sTPirQwxFhUbbQ==", "engines": { "node": ">=4" }, @@ -3763,9 +3593,9 @@ } }, "node_modules/version-range": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-1.2.0.tgz", - "integrity": "sha512-dtpGs3yyiQdPLKLGunbfbNDM14g7rH5u1T+/+uyndyPuFBRrFKjMjkLwdD4PsUZlawz9i1DWFJPEw2bCKFJAhQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-1.4.0.tgz", + "integrity": "sha512-X5aUE7gsPxMld7+LENKEKolrtSDmF4xUcljaUz4uCZXQMj2D16UoyUkr4dYXhrsJjjgf7pe5SnDZQ1puz59kfw==", "dependencies": { "version-compare": "^1.2.0" }, @@ -3776,12 +3606,34 @@ "url": "https://bevry.me/fund" } }, + "node_modules/vscode-oniguruma": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", + "dev": true + }, "node_modules/vscode-textmate": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz", - "integrity": "sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", + "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", + "dev": true + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", "dev": true }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -3806,16 +3658,10 @@ "node": ">=0.10.0" } }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "node_modules/yallist": { @@ -3823,2744 +3669,18 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true - } - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz", - "integrity": "sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==", - "dev": true - }, - "@babel/highlight": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", - "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.14.5", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@bevry/ansi": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-3.3.0.tgz", - "integrity": "sha512-xBLQKWKTnfGynlrRj1y/sv6Qe0ahNls9+vATTbhEcXvRh9CrD6/AqQVB3pCdv47cm9waWdI3zArptcaEspfgVA==", - "requires": { - "editions": "^6.5.0" - } - }, - "@bevry/file": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", - "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==" - }, - "@bevry/json": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.4.0.tgz", - "integrity": "sha512-0Z5m7IiXTuA1GiEBlsofvELILycQtiUfWe4arQMjmiXHPALgvg+3UxTRPBKoiJyOHAEio+8k6X7e6BGZz28OlQ==", - "requires": { - "@bevry/file": "^1.1.0", - "errlop": "^4.2.0" - } - }, - "@bevry/update-contributors": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.19.0.tgz", - "integrity": "sha512-dstmLDqNIhVJATfpxFFxKA69fc9/Bjaf8PhtMIlzAE+kFYTnMASv0utjPfgNkTqtbKUFIW7NxmXSizvtrEu/ag==", - "dev": true, - "requires": { - "getcontributors": "^2.23.0" - } - }, - "@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - } - }, - "@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - } - }, - "@humanwhocodes/object-schema": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", - "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", - "dev": true - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@types/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==", - "dev": true, - "requires": { - "@types/minimatch": "*", - "@types/node": "*" - } - }, - "@types/json-schema": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.8.tgz", - "integrity": "sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==", - "dev": true - }, - "@types/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true - }, - "@types/node": { - "version": "16.4.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.7.tgz", - "integrity": "sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==", - "dev": true - }, - "@types/rimraf": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.1.tgz", - "integrity": "sha512-CAoSlbco40aKZ0CkelBF2g3JeN6aioRaTVnqSX5pWsn/WApm6IDxI4e4tD9D0dY/meCkyyleP1IQDVN13F4maA==", - "dev": true, - "requires": { - "@types/glob": "*", - "@types/node": "*" - } - }, - "@typescript-eslint/eslint-plugin": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz", - "integrity": "sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==", - "dev": true, - "requires": { - "@typescript-eslint/experimental-utils": "4.28.5", - "@typescript-eslint/scope-manager": "4.28.5", - "debug": "^4.3.1", - "functional-red-black-tree": "^1.0.1", - "regexpp": "^3.1.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/experimental-utils": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz", - "integrity": "sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.28.5", - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/typescript-estree": "4.28.5", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - } - }, - "@typescript-eslint/parser": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.28.5.tgz", - "integrity": "sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==", - "dev": true, - "requires": { - "@typescript-eslint/scope-manager": "4.28.5", - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/typescript-estree": "4.28.5", - "debug": "^4.3.1" - } - }, - "@typescript-eslint/scope-manager": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz", - "integrity": "sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/visitor-keys": "4.28.5" - } - }, - "@typescript-eslint/types": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.5.tgz", - "integrity": "sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz", - "integrity": "sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.28.5", - "@typescript-eslint/visitor-keys": "4.28.5", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz", - "integrity": "sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==", - "dev": true, - "requires": { - "@typescript-eslint/types": "4.28.5", - "eslint-visitor-keys": "^2.0.0" - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } }, - "ambi": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ambi/-/ambi-3.2.0.tgz", - "integrity": "sha512-nj5sHLPFd7u2OLmHdFs4DHt3gK6edpNw35hTRIKyI/Vd2Th5e4io50rw1lhmCdUNO2Mm4/4FkHmv6shEANAWcw==", + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, - "requires": { - "editions": "^2.1.0", - "typechecker": "^4.3.0" + "engines": { + "node": ">=10" }, - "dependencies": { - "editions": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/editions/-/editions-2.3.1.tgz", - "integrity": "sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==", - "dev": true, - "requires": { - "errlop": "^2.0.0", - "semver": "^6.3.0" - } - }, - "errlop": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-2.2.0.tgz", - "integrity": "sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "typechecker": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-4.11.0.tgz", - "integrity": "sha512-lz39Mc/d1UBcF/uQFL5P8L+oWdIn/stvkUgHf0tPRW4aEwGGErewNXo2Nb6We2WslWifn00rhcHbbRWRcTGhuw==", - "dev": true, - "requires": { - "editions": "^2.2.0" - } - } + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } - }, - "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==", - "dev": true - }, - "ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true - }, - "asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "dev": true, - "requires": { - "safer-buffer": "~2.1.0" - } - }, - "assert-helpers": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-8.4.0.tgz", - "integrity": "sha512-dSPOQr+QsAPplXkMymUxY+oQJnHcgxm9oKNJ2jC8pPx00HEAmHqvBok1nTfGLUSiuD/RhTjVy2iNl7Wj3YFBCg==", - "dev": true, - "requires": { - "@bevry/ansi": "^3.3.0", - "editions": "^6.5.0", - "errlop": "^4.2.0" - } - }, - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "await-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/await-spawn/-/await-spawn-4.0.2.tgz", - "integrity": "sha512-GdADmeLJiMvGKJD3xWBcX40DMn07JNH1sqJYgYJZH7NTGJ3B1qDjKBKzxhhyR1hjIcnUGFUmE/+4D1HcHAJBAA==", - "dev": true, - "requires": { - "bl": "^4.0.3" - } - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", - "dev": true - }, - "badges": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.27.0.tgz", - "integrity": "sha512-zhu9/RgFiLxbNPqgoe9e6OwHS6l6DAs+Nhsk1ZBpQl+g3BJ5vFq1OZu8DV2z8Ph1cLX5nYRo/CG2F8fk6ohkBw==" - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dev": true, - "requires": { - "tweetnacl": "^0.14.3" - } - }, - "bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dev": true, - "requires": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "~2.0.0" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, - "caterpillar": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.8.0.tgz", - "integrity": "sha512-221w6wxVE7mIE1u7Tl6o+Koo6UpnO/mg3smEBC8JmqgnsL/m2H6K2I4K2kgEg05LNXcrEpRvnoQ88dfwU3ISrQ==", - "requires": { - "@bevry/ansi": "^3.3.0", - "get-current-line": "^6.5.0", - "rfc-log-levels": "^3.16.0" - } - }, - "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "dev": true, - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-table3": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz", - "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==", - "dev": true, - "requires": { - "colors": "^1.1.2", - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - } - }, - "cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", - "dev": true - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "cross-fetch": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz", - "integrity": "sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==", - "dev": true, - "requires": { - "node-fetch": "2.6.1" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "eachr": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-4.5.0.tgz", - "integrity": "sha512-9I664RWp6p8jvcHZIwo7bWaiSaUmA1wNSLKwNZEiaYjqiTARq3cGjyRiIunsopZv4QMmX3T5Hs17QoPAzdYxfg==", - "dev": true, - "requires": { - "typechecker": "^6.2.0" - }, - "dependencies": { - "typechecker": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-6.4.0.tgz", - "integrity": "sha512-EbOu+9szY13mhl0EsvLXnR+pTCa3gTHQQPLdce72ujcC9fRHXlVFBNXtHeRhgzLxLlKUh4zA9C0tezLDgshf+A==", - "dev": true - } - } - }, - "ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dev": true, - "requires": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "editions": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.7.0.tgz", - "integrity": "sha512-c4277FrLdMcqEq/furtDBjXIhN+qPnBxng5IQRtJZEOttf0LTz7m5hm/D0GCwn9RXCBFgpTTc/x5DAuigZdBkw==", - "requires": { - "version-range": "^1.2.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1" - } - }, - "errlop": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.5.0.tgz", - "integrity": "sha512-oUGLzMxSQ/wfkq2hTIJv66Y6WAqCXM+10BKdllOrQFvc6bqcSomL2pUcflazdcOtodT7agUJ8tz75XzBtL1o0w==" - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - }, - "eslint": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz", - "integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==", - "dev": true, - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true - } - } - } - } - }, - "eslint-config-bevry": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-3.27.0.tgz", - "integrity": "sha512-4A64zuBmQHwQMYzOvpoSqyPtLssEOfG3Cq8x0OX/8vmRjWlrU9NlCDM/k9TiLN94qDGbnzEir2OWShhP5Zps8w==", - "dev": true, - "requires": { - "semver": "^7.3.5" - } - }, - "eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", - "dev": true, - "requires": {} - }, - "eslint-plugin-prettier": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz", - "integrity": "sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==", - "dev": true, - "requires": { - "prettier-linter-helpers": "^1.0.0" - } - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^2.0.0" - } - }, - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dev": true, - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true - } - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, - "requires": { - "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", - "dev": true - } - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", - "dev": true - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, - "event-emitter-grouped": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-4.19.0.tgz", - "integrity": "sha512-9wrke2ZJL7r+oa83iQNSM/hCQfhmJTK7es4YeBs/gCaV1HNmxHYoe6Cc2nNjFlD33g0NoaFU0HzP5c506KHgwQ==", - "dev": true, - "requires": { - "taskgroup": "^7.18.0", - "unbounded": "^3.14.0" - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "extendr": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-5.19.0.tgz", - "integrity": "sha512-RDfK3UZaTWV02m5ndmqU0/Sn44aSy6Vsd0syD/ozjdX58ePubKJ8PxRrTHFIlXkScqU0rDGnu23KVBDKcaSOpQ==", - "dev": true, - "requires": { - "typechecker": "^7.17.0" - } - }, - "external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "dev": true, - "requires": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - } - }, - "extract-opts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-4.3.0.tgz", - "integrity": "sha512-Dmssi1tgKJkQsVmbP7TgW/kbdc42SAsNf6h9ClweP+dS7O24YYMTXsNwPelxhx0LF15npiWwY5ahKtyQiNgxWA==", - "dev": true, - "requires": { - "eachr": "^4.5.0", - "typechecker": "^6.2.0" - }, - "dependencies": { - "typechecker": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-6.4.0.tgz", - "integrity": "sha512-EbOu+9szY13mhl0EsvLXnR+pTCa3gTHQQPLdce72ujcC9fRHXlVFBNXtHeRhgzLxLlKUh4zA9C0tezLDgshf+A==", - "dev": true - } - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "fastq": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.1.tgz", - "integrity": "sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "fdir": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-5.1.0.tgz", - "integrity": "sha512-IgTtZwL52tx2wqWeuGDzXYTnNsEjNLahZpJw30hCQDyVnoHXwY5acNDnjGImTTL1R0z1PCyLw20VAbE5qLic3Q==", - "dev": true - }, - "fellow": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.24.0.tgz", - "integrity": "sha512-1y/L9xRWlNExWmrOnGgaOYGlbsf25ibqUES/FE+bCOQONhK3d/XPRGZEKOPUiUjGdkDyFIG87B1PkYEcsIkg5g==" - }, - "figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - }, - "dependencies": { - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - } - } - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "requires": { - "flat-cache": "^3.0.4" - } - }, - "filedirname": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.7.0.tgz", - "integrity": "sha512-rw4NZ0XCpm4EeBp0NK2b1WUkCm/LSDg6mJR8ywV2JYvIiwe+fimMgwVxjgd94lbmx4rOOmxybeVHsB6SRNeaXQ==", - "dev": true, - "requires": { - "get-current-line": "^6.5.0" - } - }, - "filename-reserved-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", - "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", - "dev": true - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - } - }, - "flatted": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", - "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", - "dev": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "get-cli-arg": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-7.3.0.tgz", - "integrity": "sha512-4ccIo5TqI0OAvheSsT5SR5KgmcIOysGMCqAacA22kyuji23uBKY1Xd5ow248EIRo4feq/y4c0P0u7Z5RDzV/tg==", - "requires": { - "normalify": "^2.22.0" - } - }, - "get-current-line": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.6.0.tgz", - "integrity": "sha512-9q/tqdL4+GMb0P28N/oSFruQE/8Sa1l9ew73AWS4j/KEMY32wD8+5QRB8LSTgt9HUZuLplmi8vc5dFFf5OvROA==" - }, - "getcontributors": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/getcontributors/-/getcontributors-2.23.0.tgz", - "integrity": "sha512-UZrx/hC6ygA+w2NBZZfGBn6nxl6h7I3kdJNEIPTHIHor+t7nCl1ErAquGnYLrRA1cm1yHX/7i6BJg9LjP5WoQA==", - "dev": true, - "requires": { - "cross-fetch": "^3.0.6", - "fellow": "^6.21.0", - "getrepos": "^5.16.0", - "githubauthreq": "^5.18.0", - "simplytyped": "^3.3.0" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0" - } - }, - "getrepos": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/getrepos/-/getrepos-5.17.0.tgz", - "integrity": "sha512-ZBQ+OqP0ARIL+YDYeLqRiLSWwjtP9MK60eTRJjdsNhiV/PyffvlfaEN2w09/AnAkjjcHWV4PhW9dek5gHcZe4Q==", - "dev": true, - "requires": { - "cross-fetch": "^3.0.6", - "githubauthreq": "^5.18.0", - "native-promise-pool": "^3.15.0", - "simplytyped": "^3.3.0" - } - }, - "githubauthreq": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/githubauthreq/-/githubauthreq-5.19.0.tgz", - "integrity": "sha512-4kCmXqcz72MUSqOMZfvmFKzOGkJpodjRN4fR4nDPl/gTv5DEw8KWxrzJqwNKm3TJNqN5vkbJHYWq0CyDlwNlOA==", - "dev": true, - "requires": { - "editions": "^6.1.0", - "simplytyped": "^3.3.0" - } - }, - "glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "globals": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz", - "integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", - "slash": "^3.0.0" - }, - "dependencies": { - "ignore": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", - "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", - "dev": true - } - } - }, - "graceful-fs": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", - "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", - "dev": true - }, - "handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dev": true, - "requires": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "uglify-js": "^3.1.4", - "wordwrap": "^1.0.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - } - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true - }, - "har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "dev": true, - "requires": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "inquirer": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz", - "integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==", - "dev": true, - "requires": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "is-domain": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/is-domain/-/is-domain-0.0.1.tgz", - "integrity": "sha1-f/sojVzO1rB8Ty35HJvpFTURNI4=", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - }, - "dependencies": { - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - } - } - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "kava": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-5.16.0.tgz", - "integrity": "sha512-w+/k+2aPfjnCzoaPvvf1ZMmTecqG9fGk5erQp9bl7nGMrzRXbBxH4A0SA3zpPPWUnBouNACYJ5j9B1nd1uJjhQ==", - "dev": true, - "requires": { - "event-emitter-grouped": "^4.19.0", - "taskgroup": "^7.18.0" - } - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", - "dev": true - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, - "make-deno-edition": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-deno-edition/-/make-deno-edition-1.3.0.tgz", - "integrity": "sha512-C5JoDkykIJMjPf3wVwgzM1ex680rNwhGYF3gMlgoeXAWPAyEPof6W7/HaZvLLNaR3/BRzNElsfbd7ZEIkJOJXA==", - "dev": true, - "requires": { - "@types/rimraf": "^3.0.0", - "await-spawn": "^4.0.2", - "chalk": "^4.1.1", - "errlop": "^4.2.0", - "fdir": "^5.1.0", - "get-cli-arg": "^7.0.0", - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", - "dev": true - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", - "dev": true, - "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" - } - }, - "mime-db": { - "version": "1.49.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.49.0.tgz", - "integrity": "sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==", - "dev": true - }, - "mime-types": { - "version": "2.1.32", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.32.tgz", - "integrity": "sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==", - "dev": true, - "requires": { - "mime-db": "1.49.0" - } - }, - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", - "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==", - "dev": true - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "moniker": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/moniker/-/moniker-0.1.2.tgz", - "integrity": "sha1-hy37pXXc6o+gSlE1sT1fJL7MyX4=", - "dev": true - }, - "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 - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", - "dev": true - }, - "native-promise-pool": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.19.0.tgz", - "integrity": "sha512-Clf1xJ/qBGZrWeuu1qJ2Ta79L0CC0pANvh5cq2RIwCu4ehcc8W5COA4fwgnaU5a+Cg/QFOBGEuM/5naa9LF+og==", - "dev": true - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true - }, - "netrc": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz", - "integrity": "sha1-a+lPysqNd63gqWcNxGCRTJRHJEQ=", - "dev": true - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", - "dev": true - }, - "normalify": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.22.0.tgz", - "integrity": "sha512-bARw+HiI9Wxab9JSUcxAKE12UUPZZ/YgcYGdvyyqO9koEiJh3lRM3fVbitlA3C5DgKlAGf+XUDHT5h0dXg01Mw==" - }, - "oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "dev": true, - "requires": { - "mimic-fn": "^1.0.0" - } - }, - "onigasm": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/onigasm/-/onigasm-2.2.5.tgz", - "integrity": "sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==", - "dev": true, - "requires": { - "lru-cache": "^5.1.1" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", - "dev": true - }, - "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", - "dev": true - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "prettier": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz", - "integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==", - "dev": true - }, - "prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "requires": { - "fast-diff": "^1.1.2" - } - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "dev": true - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "dev": true - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, - "read": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.5.tgz", - "integrity": "sha1-AHo9FpR4qnEKSRcn5FPv+5LnYgM=", - "dev": true, - "requires": { - "mute-stream": "~0.0.4" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "readdir-cluster": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/readdir-cluster/-/readdir-cluster-3.16.0.tgz", - "integrity": "sha512-xBCM2uXoc72YzjTMVR6QwoqfHhXXJdAjUDYHvUnB03fAruyfPPlbiYANWFemV/tFeqeQ9s6+5TB3LpeLeeThpg==", - "dev": true - }, - "regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true - }, - "request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "dev": true, - "requires": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - } - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - }, - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "dev": true, - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - } - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "rfc-log-levels": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.16.0.tgz", - "integrity": "sha512-4ME1+nPqaVdaBAitZvp9Y23S32rAZxRmpIfL1fOXa8KIG8kaZ+3u7H2/LyzQlF5Q5VuyCDxrN6Y4lJk+uHGd9g==" - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", - "dev": true - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safefs": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-6.15.0.tgz", - "integrity": "sha512-Gi2CBuLjfPsAn9ahPB4N+7Xpxc45suXTzdVnSiTovAK1b64R3ch2omtVifXhyyRu0+gWTYpa15AFLmKuOiWtVg==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.6" - } - }, - "safeps": { - "version": "10.16.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-10.16.0.tgz", - "integrity": "sha512-+6c9vqmduOOp/lW8s6kf2BFSuK/1Xt5wchGi3NcIngxzv8orjCcStEQZ1AsbxTNH7/2Kia4vTvqU2wiSXL6x2A==", - "dev": true, - "requires": { - "extract-opts": "^4.3.0", - "safefs": "^6.14.0", - "taskgroup": "^7.17.0", - "typechecker": "^7.17.0" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "shiki": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.5.tgz", - "integrity": "sha512-XFn+rl3wIowDjzdr5DlHoHgQphXefgUTs2bNp/bZu4WF9gTrTLnKwio3f28VjiFG6Jpip7yQn/p4mMj6OrjrtQ==", - "dev": true, - "requires": { - "json5": "^2.2.0", - "onigasm": "^2.2.5", - "vscode-textmate": "5.2.0" - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "simplytyped": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/simplytyped/-/simplytyped-3.3.0.tgz", - "integrity": "sha512-mz4RaNdKTZiaKXgi6P1k/cdsxV3gz+y1Wh2NXHWD40dExktLh4Xx/h6MFakmQWODZHj/2rKe59acacpL74ZhQA==", - "dev": true, - "requires": {} - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz", - "integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==" - }, - "spdx-license-list": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.4.0.tgz", - "integrity": "sha512-4BxgJ1IZxTJuX1YxMGu2cRYK46Bk9zJNTK2/R0wNZR0cm+6SVl26/uG7FQmQtxoJQX1uZ0EpTi2L7zvMLboaBA==" - }, - "split": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.1.tgz", - "integrity": "sha1-zrzxQr9hu7ZLFBYo5ttIKikUZUw=", - "dev": true, - "requires": { - "through": "2" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "dev": true, - "requires": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "^3.0.0" - } - } - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "surge": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/surge/-/surge-0.23.0.tgz", - "integrity": "sha512-9SJEREttCb/aMpp7hcNHh33hniv1Lh3hI22TqHKGHU6YEYU4Iovs11K4vtgWhODAyCY1md2/vHj1M35MI6WnBg==", - "dev": true, - "requires": { - "cli-table3": "^0.5.1", - "colors": "^1.4.0", - "inquirer": "^6.2.2", - "is-domain": "0.0.1", - "minimist": "1.2.3", - "moniker": "0.1.2", - "netrc": "0.1.4", - "progress": "1.1.8", - "read": "1.0.5", - "request": "^2.88.0", - "split": "0.3.1", - "surge-fstream-ignore": "^1.0.6", - "surge-ignore": "0.2.0", - "tarr": "1.1.0", - "url-parse-as-address": "1.0.0" - }, - "dependencies": { - "progress": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=", - "dev": true - } - } - }, - "surge-fstream-ignore": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/surge-fstream-ignore/-/surge-fstream-ignore-1.0.6.tgz", - "integrity": "sha512-hNN52cz2fYCAzhlHmWPn4aE3bFbpBt01AkWFLljrtSzFvxlipLAeLuLtQ3t4f0RKoUkjzXWCAFK13WoET2iM1A==", - "dev": true, - "requires": { - "fstream": ">=1.0.12", - "inherits": "2", - "minimatch": "^3.0.0" - } - }, - "surge-ignore": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/surge-ignore/-/surge-ignore-0.2.0.tgz", - "integrity": "sha1-Wn+KIKcRiM+edaLP6OsYLekNrzs=", - "dev": true - }, - "table": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", - "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", - "dev": true, - "requires": { - "ajv": "^8.0.1", - "lodash.clonedeep": "^4.5.0", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ajv": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz", - "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "string-width": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", - "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - } - } - }, - "tarr": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/tarr/-/tarr-1.1.0.tgz", - "integrity": "sha512-tENbQ43IQckay71stp1p1lljRhoEZpZk10FzEZKW2tJcMcnLwV3CfZdxBAERlH6nwnFvnHMS9eJOJl6IzSsG0g==", - "dev": true, - "requires": { - "block-stream": "*", - "fstream": ">=1.0.12", - "inherits": "2" - } - }, - "taskgroup": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-7.18.0.tgz", - "integrity": "sha512-AXCpTJGLXfM2GaR6a4qszMzmFCWWyPjFAwYKNQC4fJUlizVFgJvTHy4VfWY9kWzNkMQN5GTAbJI3MY1t2vC9NA==", - "dev": true, - "requires": { - "ambi": "3.2.0", - "eachr": "^4.5.0", - "extendr": "^5.17.0", - "unbounded": "^3.13.0" - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, - "requires": { - "os-tmpdir": "~1.0.2" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dev": true, - "requires": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - } - }, - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "requires": { - "tslib": "^1.8.1" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - }, - "typechecker": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-7.17.0.tgz", - "integrity": "sha512-WLoVJD+vQ5EtFtqaUmz0Yx1cybSgP7ncuErhfRWIhr/uRV4usfri8rAD1ZTGXylVGOfUeIw5s3ICsqI6FAwU6Q==" - }, - "typedoc": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.21.4.tgz", - "integrity": "sha512-slZQhvD9U0d9KacktYAyuNMMOXJRFNHy+Gd8xY2Qrqq3eTTTv3frv3N4au/cFnab9t3T5WA0Orb6QUjMc+1bDA==", - "dev": true, - "requires": { - "glob": "^7.1.7", - "handlebars": "^4.7.7", - "lunr": "^2.3.9", - "marked": "^2.1.1", - "minimatch": "^3.0.0", - "progress": "^2.0.3", - "shiki": "^0.9.3", - "typedoc-default-themes": "^0.12.10" - } - }, - "typedoc-default-themes": { - "version": "0.12.10", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz", - "integrity": "sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==", - "dev": true - }, - "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", - "dev": true - }, - "uglify-js": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.1.tgz", - "integrity": "sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==", - "dev": true, - "optional": true - }, - "unbounded": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-3.14.0.tgz", - "integrity": "sha512-e0Fxqlqf+OZ5lLMhoZ/4HPP3D2H8kXAhJ04N4ui4wZ53wBQ999QXwj1uhrCqkKMWJ4OIxqZnVIINJUBa55XH6g==", - "dev": true - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "url-parse-as-address": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-parse-as-address/-/url-parse-as-address-1.0.0.tgz", - "integrity": "sha1-+4CQGIPzOLPL7TU49fqiatr38uc=", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "dev": true - }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "valid-directory": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-3.7.0.tgz", - "integrity": "sha512-+njZw2IadhlEoCefECGBFxsuRH9g1k3NF9bh8kk1+fIF28qL+xFS9MiWUedtJdP6KoKSKMyCcdyIEGC06U1eyg==", - "dev": true, - "requires": { - "readdir-cluster": "^3.14.0", - "valid-filename": "^3.1.0" - } - }, - "valid-filename": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/valid-filename/-/valid-filename-3.1.0.tgz", - "integrity": "sha512-O99sdfhdGCiWoN4cv6Unq4eJ2EuXwRsOLCeSw+IJyMYgwVK0BPmaUnzhWQw5E8qknLTVrVExCr6xxTBnRBvtsQ==", - "dev": true, - "requires": { - "filename-reserved-regex": "^2.0.0" - } - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "requires": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "version-compare": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-1.2.0.tgz", - "integrity": "sha512-hfc76oyGqCuyofT85uDNbjt4khHijJEmU+0n5Vp6TDPg5WzorV7o8BtGyFJjJHN+5SHJM4gVpyvcdY9x/X5wSQ==" - }, - "version-range": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-1.2.0.tgz", - "integrity": "sha512-dtpGs3yyiQdPLKLGunbfbNDM14g7rH5u1T+/+uyndyPuFBRrFKjMjkLwdD4PsUZlawz9i1DWFJPEw2bCKFJAhQ==", - "requires": { - "version-compare": "^1.2.0" - } - }, - "vscode-textmate": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz", - "integrity": "sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==", - "dev": true - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true - }, - "wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true } } } diff --git a/package.json b/package.json index b77519f4..c4f043d0 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "title": "Projectz", "name": "projectz", - "version": "2.22.0", + "version": "2.23.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", - "license": "MIT", + "license": "Artistic-2.0", "keywords": [ "badges", "bower", @@ -15,7 +15,7 @@ "component", "component.json", "documentation", - "es2019", + "es2021", "generator", "jquery.json", "jspm", @@ -36,8 +36,6 @@ "githubworkflow", "npmversion", "npmdownloads", - "daviddm", - "daviddmdev", "---", "githubsponsors", "patreon", @@ -93,7 +91,7 @@ "url": "https://github.com/bevry/projectz.git" }, "engines": { - "node": ">=14" + "node": ">=18" }, "editions": [ { @@ -108,32 +106,32 @@ "engines": false }, { - "description": "TypeScript compiled against ES2019 for Node.js with Require for modules", - "directory": "edition-es2019", + "description": "TypeScript compiled against ES2021 for Node.js with Require for modules", + "directory": "edition-es2021", "entry": "index.js", "tags": [ "compiled", "javascript", - "es2019", + "es2021", "require" ], "engines": { - "node": "14", + "node": "18", "browsers": false } }, { - "description": "TypeScript compiled against ES2019 for Node.js with Import for modules", - "directory": "edition-es2019-esm", + "description": "TypeScript compiled against ES2021 for Node.js with Import for modules", + "directory": "edition-es2021-esm", "entry": "index.js", "tags": [ "compiled", "javascript", - "es2019", + "es2021", "import" ], "engines": { - "node": "14", + "node": "18", "browsers": false } } @@ -141,50 +139,51 @@ "bin": "bin.cjs", "types": "./compiled-types/", "type": "module", - "main": "edition-es2019/index.js", + "main": "edition-es2021/index.js", "exports": { "node": { - "import": "./edition-es2019-esm/index.js", - "require": "./edition-es2019/index.js" + "import": "./edition-es2021-esm/index.js", + "require": "./edition-es2021/index.js" } }, "dependencies": { "@bevry/file": "^1.2.0", "@bevry/json": "^1.4.0", - "badges": "^4.27.0", + "badges": "^4.28.0", "caterpillar": "^6.8.0", "fellow": "^6.24.0", "get-cli-arg": "^7.3.0", "spdx-expression-parse": "^3.0.1", - "spdx-license-list": "^6.4.0", - "typechecker": "^7.17.0" + "spdx-license-list": "^6.6.0", + "typechecker": "^7.18.0" }, "devDependencies": { - "@bevry/update-contributors": "^1.19.0", - "@typescript-eslint/eslint-plugin": "^4.28.5", - "@typescript-eslint/parser": "^4.28.5", + "@bevry/update-contributors": "^1.21.0", + "@types/node": "^18.15.6", + "@typescript-eslint/eslint-plugin": "^5.56.0", + "@typescript-eslint/parser": "^5.56.0", "assert-helpers": "^8.4.0", - "eslint": "^7.31.0", + "eslint": "^8.36.0", "eslint-config-bevry": "^3.27.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^3.4.0", + "eslint-config-prettier": "^8.8.0", + "eslint-plugin-prettier": "^4.2.1", "filedirname": "^2.7.0", - "kava": "^5.16.0", + "kava": "^5.15.0", "make-deno-edition": "^1.3.0", - "prettier": "^2.3.2", - "safeps": "^10.16.0", - "surge": "^0.23.0", - "typedoc": "^0.21.4", - "typescript": "4.3.5", - "valid-directory": "^3.7.0" + "prettier": "^2.8.6", + "safeps": "^10.17.0", + "surge": "^0.23.1", + "typedoc": "^0.23.28", + "typescript": "5.0.2", + "valid-directory": "^3.9.0" }, "scripts": { "our:bin": "node ./bin.cjs", "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", - "our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2019 && npm run our:compile:edition-es2019-esm && npm run our:compile:types", + "our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2021 && npm run our:compile:edition-es2021-esm && npm run our:compile:types", "our:compile:deno": "make-deno-edition --attempt", - "our:compile:edition-es2019": "tsc --module commonjs --target ES2019 --outDir ./edition-es2019 --project tsconfig.json && ( test ! -d edition-es2019/source || ( mv edition-es2019/source edition-temp && rm -Rf edition-es2019 && mv edition-temp edition-es2019 ) ) && echo '{\"type\": \"commonjs\"}' > edition-es2019/package.json", - "our:compile:edition-es2019-esm": "tsc --module ESNext --target ES2019 --outDir ./edition-es2019-esm --project tsconfig.json && ( test ! -d edition-es2019-esm/source || ( mv edition-es2019-esm/source edition-temp && rm -Rf edition-es2019-esm && mv edition-temp edition-es2019-esm ) ) && echo '{\"type\": \"module\"}' > edition-es2019-esm/package.json", + "our:compile:edition-es2021": "tsc --module commonjs --target ES2021 --outDir ./edition-es2021 --project tsconfig.json && ( test ! -d edition-es2021/source || ( mv edition-es2021/source edition-temp && rm -Rf edition-es2021 && mv edition-temp edition-es2021 ) ) && echo '{\"type\": \"commonjs\"}' > edition-es2021/package.json", + "our:compile:edition-es2021-esm": "tsc --module ESNext --target ES2021 --outDir ./edition-es2021-esm --project tsconfig.json && ( test ! -d edition-es2021-esm/source || ( mv edition-es2021-esm/source edition-temp && rm -Rf edition-es2021-esm && mv edition-temp edition-es2021-esm ) ) && echo '{\"type\": \"module\"}' > edition-es2021-esm/package.json", "our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )", "our:deploy": "echo no need for this project", "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", @@ -205,7 +204,7 @@ "our:verify:directory": "valid-directory", "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", "our:verify:prettier": "prettier --write .", - "test": "node ./edition-es2019/test.js" + "test": "node ./edition-es2021/test.js" }, "eslintConfig": { "extends": [ diff --git a/source/bin.ts b/source/bin.ts index 6f3488f3..e9d6799b 100755 --- a/source/bin.ts +++ b/source/bin.ts @@ -49,7 +49,7 @@ async function main(): Promise { cwd: p || null, }) await project.compile() - } catch (err) { + } catch (err: any) { // fatal // do not use logger.log, as if a fatal error happened, it won't output it console.error(err.stack || err) diff --git a/source/index.ts b/source/index.ts index dd7c9aa3..9bf0f53b 100644 --- a/source/index.ts +++ b/source/index.ts @@ -49,6 +49,7 @@ import type { EnhancedPackagesDataWithGitHub, EnhancedReadmesData, } from './types.js' +export * from './types.js' interface Options { /** the directory that we wish to do our work on, defaults to `process.cwd()` */ From 1bbb9cd3e8efeda03a1a30dde80b2a9cd3f12a3e Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 14 Nov 2023 17:13:22 +0800 Subject: [PATCH 02/23] v3.0.0 - boundation, changelog, version bump --- .editorconfig | 4 +- .github/FUNDING.yml | 1 + .github/dependabot.yml | 10 + .github/workflows/automerge.yml | 11 - .github/workflows/bevry.yml | 47 +- .prettierignore | 4 +- HISTORY.md | 5 + README.md | 10 +- SECURITY.md | 21 + bin.cjs | 2 +- package-lock.json | 1721 ++++++++++++++++++------------- package.json | 105 +- source/backer.ts | 4 +- source/badge.ts | 2 +- source/bin.ts | 8 +- source/history.ts | 2 +- source/index.ts | 61 +- source/install.ts | 22 +- source/license.ts | 8 +- source/test.ts | 10 +- source/util.ts | 12 +- tsconfig.json | 2 +- 22 files changed, 1217 insertions(+), 855 deletions(-) delete mode 100644 .github/workflows/automerge.yml create mode 100644 SECURITY.md diff --git a/.editorconfig b/.editorconfig index 72d1f8d4..37be788c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# 2018 September 26 +# 2023 June 22 # https://github.com/bevry/base root = true @@ -18,7 +18,7 @@ indent_size = 4 indent_style = space indent_size = 4 -[{*.json,*.lsrules,*.yml,*.bowerrc,*.babelrc}] +[{*.json,*.lsrules,*.yaml,*.yml,*.bowerrc,*.babelrc,*.code-workspace}] indent_style = space indent_size = 2 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b21d0629..d9f8ca1b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,4 +3,5 @@ patreon: bevry open_collective: bevry ko_fi: balupton liberapay: bevry +tidelift: npm/projectz custom: ['https://bevry.me/fund'] diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01634dba..32bf1b24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,17 @@ version: 2 updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: sunday + time: '00:00' + timezone: Australia/Perth - package-ecosystem: npm directory: / schedule: interval: weekly day: sunday + time: '00:00' + timezone: Australia/Perth + open-pull-requests-limit: 0 diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml deleted file mode 100644 index 25f12583..00000000 --- a/.github/workflows/automerge.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: automerge -'on': - - pull_request -jobs: - automerge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_GITHUB_TOKEN }} diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 58061d77..b3519fee 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -8,42 +8,51 @@ jobs: matrix: os: - ubuntu-latest - - macos-latest - - windows-latest node: - - '18' + - '20' runs-on: ${{ matrix.os }} - continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install desired Node.js version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' + - name: Verify Node.js Versions + run: >- + printf '%s' 'node: ' && node --version && printf '%s' 'npm: ' && npm + --version && node -e 'console.log(process.versions)' - run: npm run our:setup - run: npm run our:compile - run: npm run our:verify - name: Install targeted Node.js - if: ${{ matrix.node != 18 }} - uses: actions/setup-node@v2 + if: ${{ matrix.node != 20 }} + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + - name: Verify Node.js Versions + run: >- + printf '%s' 'node: ' && node --version && printf '%s' 'npm: ' && npm + --version && node -e 'console.log(process.versions)' - run: npm test publish: if: ${{ github.event_name == 'push' }} needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install desired Node.js version - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' + - name: Verify Node.js Versions + run: >- + printf '%s' 'node: ' && node --version && printf '%s' 'npm: ' && npm + --version && node -e 'console.log(process.versions)' - run: npm run our:setup - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.0 + uses: bevry-actions/npm@v1.1.1 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' @@ -52,3 +61,15 @@ jobs: with: surgeLogin: ${{ secrets.SURGE_LOGIN }} surgeToken: ${{ secrets.SURGE_TOKEN }} + automerge: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + if: github.actor == 'dependabot[bot]' + steps: + - name: Enable auto-merge for Dependabot PRs + run: gh pr merge --auto --merge "$PR_URL" + env: + PR_URL: ${{github.event.pull_request.html_url}} + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.prettierignore b/.prettierignore index 9186a46a..e6169b5a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ -# 2023 March 24 +# 2023 November 13 # https://github.com/bevry/base # VCS Files @@ -31,6 +31,8 @@ bower_components/ node_modules/ # Build Outputs +**/*.cjs +**/*.mjs **/out.* **/*.out.* **/out/ diff --git a/HISTORY.md b/HISTORY.md index e359256c..ab1c241b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## v3.0.0 2023 November 14 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) +- Minimum required Node.js version changed from `node: >=18` to `node: >=20` adapting to ecosystem changes + ## v2.23.0 2023 March 24 - Updated license from [`MIT`](http://spdx.org/licenses/MIT.html) to [`Artistic-2.0`](http://spdx.org/licenses/Artistic-2.0.html) diff --git a/README.md b/README.md index fbea66c8..980a8831 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ NPM downloads
    GitHub Sponsors donate button +ThanksDev donate button Patreon donate button Flattr donate button Liberapay donate button @@ -291,9 +292,9 @@ This README is also, expectedly, built with projectz. [View its source.](https:/

    This package is published with the following editions:

    • projectz/source/index.ts is TypeScript source code with Import for modules
    • -
    • projectz aliases projectz/edition-es2021/index.js
    • -
    • projectz/edition-es2021/index.js is TypeScript compiled against ES2021 for Node.js with Require for modules
    • -
    • projectz/edition-es2021-esm/index.js is TypeScript compiled against ES2021 for Node.js with Import for modules
    +
  • projectz aliases projectz/edition-es2022/index.js
  • +
  • projectz/edition-es2022/index.js is TypeScript compiled against ES2022 for Node.js with Require for modules
  • +
  • projectz/edition-es2022-esm/index.js is TypeScript compiled against ES2022 for Node.js with Import for modules
  • @@ -333,6 +334,7 @@ These amazing people are maintaining this project: No sponsors yet! Will you be the first? GitHub Sponsors donate button +ThanksDev donate button Patreon donate button Flattr donate button Liberapay donate button @@ -352,7 +354,7 @@ These amazing people have contributed code to this project:
  • Peter Cview contributions
  • Peter Flanneryview contributions
  • Rob Loachview contributions
  • -
  • Shahar Dawn Orview contributions
  • +
  • Shahar "Dawn" Orview contributions
  • Zearinview contributions
  • Zlatan Vasovićview contributions
  • vsopvsopview contributions
  • diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..6380febd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Security Practices + +This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/projectz) + +## Supported Versions + +This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility. + +[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/projectz/blob/master/README.md#Editions) + +[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/projectz/blob/master/HISTORY.md) + +Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/projectz?activeTab=versions), offering immediate resolutions before scheduled maintenance releases. + +## Reporting a Vulnerability + +[Report the vulnerability to the project owners.](https://github.com/bevry/projectz/security/advisories) + +[Report the vulnerability to Tidelift.](https://tidelift.com/security) diff --git a/bin.cjs b/bin.cjs index 6492d3b1..2b05a766 100755 --- a/bin.cjs +++ b/bin.cjs @@ -1,4 +1,4 @@ #!/usr/bin/env node 'use strict' // auto-generated by boundation, do not update manually -module.exports = require('./edition-es2021/bin.js') +module.exports = require('./edition-es2022/bin.js') \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 83deebb5..285a2d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,46 +1,45 @@ { "name": "projectz", - "version": "2.22.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "2.22.0", + "version": "3.0.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/file": "^1.2.0", - "@bevry/json": "^1.4.0", - "badges": "^4.28.0", - "caterpillar": "^6.8.0", - "fellow": "^6.24.0", - "get-cli-arg": "^7.3.0", + "@bevry/file": "^2.1.0", + "@bevry/json": "^1.7.0", + "badges": "^4.32.0", + "caterpillar": "^6.9.0", + "fellow": "^6.25.0", + "get-cli-arg": "^8.0.0", "spdx-expression-parse": "^3.0.1", - "spdx-license-list": "^6.6.0", - "typechecker": "^7.18.0" + "spdx-license-list": "^6.8.0", + "typechecker": "^8.1.0" }, "bin": { "projectz": "bin.cjs" }, "devDependencies": { - "@bevry/update-contributors": "^1.21.0", - "@types/node": "^18.15.6", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "assert-helpers": "^8.4.0", - "eslint": "^8.36.0", - "eslint-config-bevry": "^3.27.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-prettier": "^4.2.1", - "filedirname": "^2.7.0", - "kava": "^5.15.0", - "make-deno-edition": "^1.3.0", - "prettier": "^2.8.6", - "safeps": "^10.17.0", + "@bevry/update-contributors": "^1.23.0", + "@types/node": "^20.9.0", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", + "assert-helpers": "^11.2.0", + "eslint": "^8.53.0", + "eslint-config-bevry": "^4.0.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.1", + "filedirname": "^2.9.0", + "kava": "^7.1.0", + "prettier": "^3.1.0", + "safeps": "^11.1.0", "surge": "^0.23.1", - "typedoc": "^0.23.28", - "typescript": "5.0.2", - "valid-directory": "^3.9.0" + "typedoc": "^0.25.3", + "typescript": "5.2.2", + "valid-directory": "^4.1.0" }, "engines": { "node": ">=18" @@ -49,12 +48,21 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@bevry/ansi": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-3.3.0.tgz", - "integrity": "sha512-xBLQKWKTnfGynlrRj1y/sv6Qe0ahNls9+vATTbhEcXvRh9CrD6/AqQVB3pCdv47cm9waWdI3zArptcaEspfgVA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.1.0.tgz", + "integrity": "sha512-xKY8zybxMVwJYSe0SJRCYceA0tLGMLWE78U/GVSOGYjzXzKFtKtJJXNsQ7uTofpwKEWI+s4eVvWyQXl4f0u70Q==", "dependencies": { - "editions": "^6.5.0" + "editions": "^6.10.0" }, "engines": { "node": ">=4" @@ -64,48 +72,50 @@ } }, "node_modules/@bevry/file": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-1.2.0.tgz", - "integrity": "sha512-YuGkX6NlbwIXZpLvvNdQpNxk7s2KoTgK1kyGqDUBjsEvPRpm3bVqH+cusCaaSpeIz0VXDv4hSuNRVrkH6HIL+A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/file/-/file-2.1.0.tgz", + "integrity": "sha512-QNTNe8M+QZpg7epw6iIpK3fSSheszM/RtS6s5cdHk1aAa1hXtsNIzooOiDdhKbWBe8jKdD6cZyc5GOUd/8YTRA==", + "dependencies": { + "editions": "^6.11.0", + "version-compare": "^3.1.0" + }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/github-api": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", - "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.1.0.tgz", + "integrity": "sha512-GwtlaJ3IRpulHYx0FUJiRM8HqeW0KfwTQkAqcEb86lMF7gQ9ZEyqSn8yYSXY8vHVt/PtLMPaXc76CcLQOxQmbw==", "dev": true, "dependencies": { - "@bevry/wait": "^1.0.0", - "node-fetch": "^2.6.1", + "@bevry/wait": "^2.0.0", "simplytyped": "^3.3.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/github-contributors": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-3.0.0.tgz", - "integrity": "sha512-Ih+n7w/nHPIvICX8fvxClklyXKFFcySWbGhWv6fiprOgK7Z2WnTrtBko6nH2NegSkwFI5VigCzbXHEGZvDNWMA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.1.0.tgz", + "integrity": "sha512-PwwvrtdQx06r4haHh4PK3cbkSmml7KFjOXPqZhce5mfCkjD+aEPmYaklO2zkLKvYaekRzEXjErJO31rPyKt7gw==", "dev": true, "dependencies": { - "@bevry/github-api": "^9.0.0", + "@bevry/github-api": "^10.0.0", "@bevry/github-repos": "^6.1.0", - "fellow": "^6.24.0", + "fellow": "^6.25.0", "native-promise-pool": "^3.19.0", - "node-fetch": "^2.6.1", "simplytyped": "^3.3.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" @@ -129,13 +139,42 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/github-repos/node_modules/@bevry/github-api": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", + "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", + "dev": true, + "dependencies": { + "@bevry/wait": "^1.0.0", + "node-fetch": "^2.6.1", + "simplytyped": "^3.3.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/github-repos/node_modules/@bevry/wait": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.1.0.tgz", + "integrity": "sha512-hmF51d5lMREobXfdZ8fPuUBdHS11APwAibWEHpHI3sEVu8I0tdK8xmawIZWSxfhFgSsgwdSSCWSUCx92qMA9Gg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/json": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.4.0.tgz", - "integrity": "sha512-0Z5m7IiXTuA1GiEBlsofvELILycQtiUfWe4arQMjmiXHPALgvg+3UxTRPBKoiJyOHAEio+8k6X7e6BGZz28OlQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.7.0.tgz", + "integrity": "sha512-6sloPFqrsvXt4XViAta8UCdwnNhBAuwH3fWyqRvdkL3Fyu0DvOAHlskYytrIwGYdI1Euvj4+TVvb1Xi/nmT/oQ==", "dependencies": { - "@bevry/file": "^1.1.0", - "errlop": "^4.2.0" + "@bevry/file": "^2.1.0", + "errlop": "^7.1.0" }, "engines": { "node": ">=10" @@ -145,9 +184,9 @@ } }, "node_modules/@bevry/list": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.7.0.tgz", - "integrity": "sha512-8I6xz7pSmRDdSjZRjmpqy5KGopfmhbSKw7wy02bZ1TkkBbieha/nKoHwA7F0acKy0ms6+933AMjTjgpAT0uY4g==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.8.0.tgz", + "integrity": "sha512-qkLuLrM+AO2XDX87pySdRX31qXeB0jDBEL0PfY+LJSV56QhfDS1PGrqkCz4Ux+/eq/PfiQ/2hQhNgOHGb2HvSw==", "dev": true, "engines": { "node": ">=10" @@ -157,13 +196,13 @@ } }, "node_modules/@bevry/update-contributors": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.21.0.tgz", - "integrity": "sha512-xLAu3nc8+zTEEq79QmqXdU/9XDZwn/rnSD+SGWW/zGqbUYdfCeCRx+2K2hDIHt3aa9HvvDuxSdmcEUQ82dccng==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.23.0.tgz", + "integrity": "sha512-H3bWFAhZMa22IHMzlyE+JAou7n1ONsrs72Yv6Tt9V5+E/CYAltfQWz/8YJtu2/yEay3LqaW1FSAtvzQiXRu2yg==", "dev": true, "dependencies": { - "@bevry/github-contributors": "^3.0.0-next.1628141596.4dc998cdee7ce8c7a42543a2fef6880e86f2bc65", - "@bevry/json": "^1.4.0" + "@bevry/github-contributors": "^4.1.0", + "@bevry/json": "^1.5.0" }, "bin": { "update-contributors": "bin.cjs" @@ -175,13 +214,28 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/valid-filename": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-1.1.0.tgz", + "integrity": "sha512-c9npoyb/A+yYVeJzgUZWWSYK/yG1lJGnfTwOVXG2sMQ8BJiFLQFJJVzaRPGaivwN0cXTDAPxia8Qvi2lOAHggQ==", + "dev": true, + "bin": { + "valid-filename": "bin.cjs" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/wait": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.0.0.tgz", - "integrity": "sha512-zDf/PcyId6hYL6zXrdZXhzqif9mnYVMNETQ/Q9+Vs5uf1MnXMtYoyjf2Pot1MT3p2uLThLwVc2afW5eFh/BSIQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.0.0.tgz", + "integrity": "sha512-rHyxdCSe/NDXHtPUTArprp45ULTCbciS07Oc+EXC5QUunnMi14aVBHALoFQuEkpY3fS2WqDCzBlD+xLjLQpPyA==", "dev": true, "engines": { - "node": ">=12" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -203,23 +257,23 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.1.tgz", - "integrity": "sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.1.tgz", - "integrity": "sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz", + "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.0", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -235,21 +289,21 @@ } }, "node_modules/@eslint/js": { - "version": "8.36.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.36.0.tgz", - "integrity": "sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==", + "version": "8.53.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz", + "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" }, @@ -271,9 +325,9 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", "dev": true }, "node_modules/@nodelib/fs.scandir": { @@ -311,77 +365,81 @@ "node": ">= 8" } }, - "node_modules/@types/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "node_modules/@pkgr/utils": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", + "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==", "dev": true, "dependencies": { - "@types/minimatch": "^5.1.2", - "@types/node": "*" + "cross-spawn": "^7.0.3", + "fast-glob": "^3.3.0", + "is-glob": "^4.0.3", + "open": "^9.1.0", + "picocolors": "^1.0.0", + "tslib": "^2.6.0" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" } }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "node_modules/@pkgr/utils/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", "dev": true }, - "node_modules/@types/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true }, "node_modules/@types/node": { - "version": "18.15.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.6.tgz", - "integrity": "sha512-YErOafCZpK4g+Rp3Q/PBgZNAsWKGunQTm9FA3/Pbcm0VCriTEzcrutQ/SxSc0rytAp0NoFWue669jmKhEtd0sA==", - "dev": true - }, - "node_modules/@types/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==", + "version": "20.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", + "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", "dev": true, "dependencies": { - "@types/glob": "*", - "@types/node": "*" + "undici-types": "~5.26.4" } }, "node_modules/@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz", + "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz", - "integrity": "sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz", + "integrity": "sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==", "dev": true, "dependencies": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.56.0", - "@typescript-eslint/type-utils": "5.56.0", - "@typescript-eslint/utils": "5.56.0", + "@eslint-community/regexpp": "^4.5.1", + "@typescript-eslint/scope-manager": "6.11.0", + "@typescript-eslint/type-utils": "6.11.0", + "@typescript-eslint/utils": "6.11.0", + "@typescript-eslint/visitor-keys": "6.11.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "graphemer": "^1.4.0", + "ignore": "^5.2.4", + "natural-compare": "^1.4.0", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -390,25 +448,26 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.56.0.tgz", - "integrity": "sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.11.0.tgz", + "integrity": "sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.56.0", - "@typescript-eslint/types": "5.56.0", - "@typescript-eslint/typescript-estree": "5.56.0", + "@typescript-eslint/scope-manager": "6.11.0", + "@typescript-eslint/types": "6.11.0", + "@typescript-eslint/typescript-estree": "6.11.0", + "@typescript-eslint/visitor-keys": "6.11.0", "debug": "^4.3.4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -417,16 +476,16 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz", - "integrity": "sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz", + "integrity": "sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.56.0", - "@typescript-eslint/visitor-keys": "5.56.0" + "@typescript-eslint/types": "6.11.0", + "@typescript-eslint/visitor-keys": "6.11.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -434,25 +493,25 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz", - "integrity": "sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz", + "integrity": "sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.56.0", - "@typescript-eslint/utils": "5.56.0", + "@typescript-eslint/typescript-estree": "6.11.0", + "@typescript-eslint/utils": "6.11.0", "debug": "^4.3.4", - "tsutils": "^3.21.0" + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "*" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -461,12 +520,12 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.56.0.tgz", - "integrity": "sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.11.0.tgz", + "integrity": "sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -474,21 +533,21 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz", - "integrity": "sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz", + "integrity": "sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.56.0", - "@typescript-eslint/visitor-keys": "5.56.0", + "@typescript-eslint/types": "6.11.0", + "@typescript-eslint/visitor-keys": "6.11.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -501,52 +560,57 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.56.0.tgz", - "integrity": "sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.11.0.tgz", + "integrity": "sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==", "dev": true, "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.56.0", - "@typescript-eslint/types": "5.56.0", - "@typescript-eslint/typescript-estree": "5.56.0", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.11.0", + "@typescript-eslint/types": "6.11.0", + "@typescript-eslint/typescript-estree": "6.11.0", + "semver": "^7.5.4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.56.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz", - "integrity": "sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz", + "integrity": "sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.56.0", - "eslint-visitor-keys": "^3.3.0" + "@typescript-eslint/types": "6.11.0", + "eslint-visitor-keys": "^3.4.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -622,9 +686,9 @@ } }, "node_modules/ambi/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "bin": { "semver": "bin/semver.js" @@ -664,9 +728,9 @@ } }, "node_modules/ansi-sequence-parser": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz", - "integrity": "sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", + "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==", "dev": true }, "node_modules/ansi-styles": { @@ -709,14 +773,14 @@ } }, "node_modules/assert-helpers": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-8.4.0.tgz", - "integrity": "sha512-dSPOQr+QsAPplXkMymUxY+oQJnHcgxm9oKNJ2jC8pPx00HEAmHqvBok1nTfGLUSiuD/RhTjVy2iNl7Wj3YFBCg==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.2.0.tgz", + "integrity": "sha512-FdaVk2uxkAFcFVJoMD/ZK3OJUKJQKm0sR2cSlQnjueb6TADQ4OQX6f523+14NhyTq2ajmlXMRYpbxbwSk9v3Sg==", "dev": true, "dependencies": { - "@bevry/ansi": "^3.3.0", - "editions": "^6.5.0", - "errlop": "^4.2.0" + "@bevry/ansi": "^6.1.0", + "editions": "^6.10.0", + "errlop": "^7.1.0" }, "engines": { "node": ">=4" @@ -740,18 +804,6 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true }, - "node_modules/await-spawn": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/await-spawn/-/await-spawn-4.0.2.tgz", - "integrity": "sha512-GdADmeLJiMvGKJD3xWBcX40DMn07JNH1sqJYgYJZH7NTGJ3B1qDjKBKzxhhyR1hjIcnUGFUmE/+4D1HcHAJBAA==", - "dev": true, - "dependencies": { - "bl": "^4.0.3" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", @@ -768,9 +820,9 @@ "dev": true }, "node_modules/badges": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.28.0.tgz", - "integrity": "sha512-fXferBh0DGNQjUnOf8iW/sjZfQgLLTDD5AaRi7lIKRpkCy6G9kF5hW5RW/lp1vL9pJ7uM2iAMRTEiPNTKkQ4Wg==", + "version": "4.32.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.32.0.tgz", + "integrity": "sha512-NLFyk36zumFczfq+tyjzBR2GASb0nEUdudZr+qdHKNELuvCrv0xszbfMs9kI8HgRIH6idrja9WvH8qUTA7LjCQ==", "engines": { "node": ">=10" }, @@ -784,26 +836,6 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", @@ -813,15 +845,13 @@ "tweetnacl": "^0.14.3" } }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "node_modules/big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", "dev": true, - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" + "engines": { + "node": ">=0.6" } }, "node_modules/block-stream": { @@ -836,6 +866,18 @@ "node": "0.4 || >=0.5.8" } }, + "node_modules/bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "dev": true, + "dependencies": { + "big-integer": "^1.6.44" + }, + "engines": { + "node": ">= 5.10.0" + } + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -858,28 +900,19 @@ "node": ">=8" } }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "node_modules/bundle-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", + "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "run-applescript": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/callsites": { @@ -898,13 +931,14 @@ "dev": true }, "node_modules/caterpillar": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.8.0.tgz", - "integrity": "sha512-221w6wxVE7mIE1u7Tl6o+Koo6UpnO/mg3smEBC8JmqgnsL/m2H6K2I4K2kgEg05LNXcrEpRvnoQ88dfwU3ISrQ==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.9.0.tgz", + "integrity": "sha512-VNio1zCI1XyjmqPEIMWeRPZ6/V4ShmlnYHfPQjqUSmOW+XK2zWahfRDAN1p5aLYKJFbaNrEdRTduH5ty9zYAXw==", "dependencies": { - "@bevry/ansi": "^3.3.0", - "get-current-line": "^6.5.0", - "rfc-log-levels": "^3.16.0" + "@bevry/ansi": "^6.1.0", + "editions": "^6.11.0", + "get-current-line": "^6.8.0", + "rfc-log-levels": "^3.19.0" }, "engines": { "node": ">=10" @@ -1069,6 +1103,52 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "node_modules/default-browser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", + "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", + "dev": true, + "dependencies": { + "bundle-name": "^3.0.0", + "default-browser-id": "^3.0.0", + "execa": "^7.1.1", + "titleize": "^3.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", + "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", + "dev": true, + "dependencies": { + "bplist-parser": "^0.2.0", + "untildify": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -1103,27 +1183,16 @@ } }, "node_modules/eachr": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-4.5.0.tgz", - "integrity": "sha512-9I664RWp6p8jvcHZIwo7bWaiSaUmA1wNSLKwNZEiaYjqiTARq3cGjyRiIunsopZv4QMmX3T5Hs17QoPAzdYxfg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.1.0.tgz", + "integrity": "sha512-UnFwETRLkyK0X1wKrJj8qLqD/ZKRCybfD0/OnC6p3b7XY/BvAiDFnwmGxBk3HoraiucRJwRXddkrBYVxzIJMTg==", "dev": true, "dependencies": { - "typechecker": "^6.2.0" - }, - "engines": { - "node": ">=8" + "editions": "^6.11.0", + "typechecker": "^8.1.0" }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/eachr/node_modules/typechecker": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-6.4.0.tgz", - "integrity": "sha512-EbOu+9szY13mhl0EsvLXnR+pTCa3gTHQQPLdce72ujcC9fRHXlVFBNXtHeRhgzLxLlKUh4zA9C0tezLDgshf+A==", - "dev": true, "engines": { - "node": ">=8" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -1140,11 +1209,11 @@ } }, "node_modules/editions": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.7.0.tgz", - "integrity": "sha512-c4277FrLdMcqEq/furtDBjXIhN+qPnBxng5IQRtJZEOttf0LTz7m5hm/D0GCwn9RXCBFgpTTc/x5DAuigZdBkw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.11.0.tgz", + "integrity": "sha512-zkeYLFJZL2doPyqlj03eVtUcGt7imyMfxLyJcG7ufc8J2vFXVm/qXmVhSO1OgECj/PhnVlZiDVElyN/JLsmVKw==", "dependencies": { - "version-range": "^1.2.0" + "version-range": "^3.1.0" }, "engines": { "node": ">=4" @@ -1154,9 +1223,9 @@ } }, "node_modules/errlop": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-4.5.0.tgz", - "integrity": "sha512-oUGLzMxSQ/wfkq2hTIJv66Y6WAqCXM+10BKdllOrQFvc6bqcSomL2pUcflazdcOtodT7agUJ8tz75XzBtL1o0w==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.1.0.tgz", + "integrity": "sha512-358kod+aVr3p1aycu114HOS8Dj6+2f1eaHYbrdQCN0YlKziPV0zCd3IgpPclk2nIEtzi4lLfywprFX34MMbiFg==", "engines": { "node": ">=4" }, @@ -1177,27 +1246,28 @@ } }, "node_modules/eslint": { - "version": "8.36.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.36.0.tgz", - "integrity": "sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==", + "version": "8.53.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz", + "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.1", - "@eslint/js": "8.36.0", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.3", + "@eslint/js": "8.53.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.5.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -1205,22 +1275,19 @@ "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -1234,24 +1301,24 @@ } }, "node_modules/eslint-config-bevry": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-3.27.0.tgz", - "integrity": "sha512-4A64zuBmQHwQMYzOvpoSqyPtLssEOfG3Cq8x0OX/8vmRjWlrU9NlCDM/k9TiLN94qDGbnzEir2OWShhP5Zps8w==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-4.0.0.tgz", + "integrity": "sha512-329+HQ/bn9VnjpvWWGqjenyx/ZTxG38+vzjYNUl4BqGXjdHL2U9N0DM3I5YXsSp7Nr5bHkDHUPVycRaz5rFNnQ==", "dev": true, "dependencies": { - "semver": "^7.3.5" + "semver": "^7.5.4" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -1261,52 +1328,50 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz", + "integrity": "sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==", "dev": true, "dependencies": { - "prettier-linter-helpers": "^1.0.0" + "prettier-linter-helpers": "^1.0.0", + "synckit": "^0.8.5" }, "engines": { - "node": ">=12.0.0" + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/prettier" }, "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" + "@types/eslint": ">=8.0.0", + "eslint": ">=8.0.0", + "prettier": ">=3.0.0" }, "peerDependenciesMeta": { + "@types/eslint": { + "optional": true + }, "eslint-config-prettier": { "optional": true } } }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -1314,6 +1379,9 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint/node_modules/estraverse": { @@ -1326,14 +1394,14 @@ } }, "node_modules/espree": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz", - "integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.1" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1384,15 +1452,6 @@ "node": ">=4.0" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -1403,21 +1462,72 @@ } }, "node_modules/event-emitter-grouped": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-4.19.0.tgz", - "integrity": "sha512-9wrke2ZJL7r+oa83iQNSM/hCQfhmJTK7es4YeBs/gCaV1HNmxHYoe6Cc2nNjFlD33g0NoaFU0HzP5c506KHgwQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.1.0.tgz", + "integrity": "sha512-OXDI7ZklMTxYtD9Ke6g7frRmC9QlJ2O7e0vGKWxEHu+Z2qShMF1Fz80sQEZL1QV5nLUrCqnk7o0NZZizYVUyiQ==", "dev": true, "dependencies": { - "taskgroup": "^7.18.0", - "unbounded": "^3.14.0" + "editions": "^6.11.0", + "taskgroup": "^9.2.0", + "unbounded": "^5.1.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, + "node_modules/execa": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.1", + "human-signals": "^4.3.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^3.0.7", + "strip-final-newline": "^3.0.0" + }, + "engines": { + "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "dependencies": { + "mimic-fn": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -1425,15 +1535,16 @@ "dev": true }, "node_modules/extendr": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-5.19.0.tgz", - "integrity": "sha512-RDfK3UZaTWV02m5ndmqU0/Sn44aSy6Vsd0syD/ozjdX58ePubKJ8PxRrTHFIlXkScqU0rDGnu23KVBDKcaSOpQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.1.0.tgz", + "integrity": "sha512-b3A/bbW7c4TWmsO7A5RLJEId54kp06G7Z3IgiHeQ8VXn5p2cFx+FRsc0Rspqhwzx8lgPnK7BWzi45msW8xe2hQ==", "dev": true, "dependencies": { - "typechecker": "^7.17.0" + "editions": "^6.11.0", + "typechecker": "^8.1.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -1454,28 +1565,17 @@ } }, "node_modules/extract-opts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-4.3.0.tgz", - "integrity": "sha512-Dmssi1tgKJkQsVmbP7TgW/kbdc42SAsNf6h9ClweP+dS7O24YYMTXsNwPelxhx0LF15npiWwY5ahKtyQiNgxWA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.1.0.tgz", + "integrity": "sha512-Z1dZDOcwWTeeBpcVKIWXpsRMHBmk0xkD8/gZn3gmF+W3HnakA96wKeqvuASvcqvTVtDO3pxSP3jGuPnSBmpVUA==", "dev": true, "dependencies": { - "eachr": "^4.5.0", - "typechecker": "^6.2.0" + "eachr": "^6.1.0", + "editions": "^6.11.0", + "typechecker": "^8.1.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/extract-opts/node_modules/typechecker": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-6.4.0.tgz", - "integrity": "sha512-EbOu+9szY13mhl0EsvLXnR+pTCa3gTHQQPLdce72ujcC9fRHXlVFBNXtHeRhgzLxLlKUh4zA9C0tezLDgshf+A==", - "dev": true, - "engines": { - "node": ">=8" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -1497,15 +1597,15 @@ "dev": true }, "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", "dev": true }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1551,24 +1651,10 @@ "reusify": "^1.0.4" } }, - "node_modules/fdir": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-5.3.0.tgz", - "integrity": "sha512-BtE53+jaa7nNHT+gPdfU6cFAXOJUWDs2b5GFox8dtl6zLXmfNf/N6im69b9nqNNwDyl27mpIWX8qR7AafWzSdQ==", - "dev": true, - "peerDependencies": { - "picomatch": "2.x" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, "node_modules/fellow": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.24.0.tgz", - "integrity": "sha512-1y/L9xRWlNExWmrOnGgaOYGlbsf25ibqUES/FE+bCOQONhK3d/XPRGZEKOPUiUjGdkDyFIG87B1PkYEcsIkg5g==", + "version": "6.25.0", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.25.0.tgz", + "integrity": "sha512-/eYuI5Cr9hi2Llw5VHIdiDQKe4cL4Qa1a9EE8NxuT/xa7KsfsnF7pBcYXIhmqSLxPbWS1ozF1vzYcN4VTf9OwA==", "engines": { "node": ">=10" }, @@ -1610,12 +1696,12 @@ } }, "node_modules/filedirname": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.7.0.tgz", - "integrity": "sha512-rw4NZ0XCpm4EeBp0NK2b1WUkCm/LSDg6mJR8ywV2JYvIiwe+fimMgwVxjgd94lbmx4rOOmxybeVHsB6SRNeaXQ==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.9.0.tgz", + "integrity": "sha512-gJn0Uxdt5T5X1K2QyNINuXKxvfC69By55xR+XnmYVJ6BBV19QWDyJtmo1O2sIlLC3P7W/ghskJPMBfS7B1WFCw==", "dev": true, "dependencies": { - "get-current-line": "^6.5.0" + "get-current-line": "^6.8.0" }, "engines": { "node": ">=10" @@ -1624,15 +1710,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/filename-reserved-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", - "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -1662,12 +1739,13 @@ } }, "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "dependencies": { - "flatted": "^3.1.0", + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "engines": { @@ -1675,9 +1753,9 @@ } }, "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, "node_modules/forever-agent": { @@ -1724,27 +1802,6 @@ "node": ">=0.6" } }, - "node_modules/fstream/node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/fstream/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/fstream/node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", @@ -1758,23 +1815,23 @@ } }, "node_modules/get-cli-arg": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-7.3.0.tgz", - "integrity": "sha512-4ccIo5TqI0OAvheSsT5SR5KgmcIOysGMCqAacA22kyuji23uBKY1Xd5ow248EIRo4feq/y4c0P0u7Z5RDzV/tg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.0.0.tgz", + "integrity": "sha512-cR/Tt2Gnj7hF5CbkUOzXFZvmDWkDssqaTt7jeMSpZ+vKb/U0tAmfESYnwWprYJY81Jhvm2eXtSbNts5uqOaPCw==", "dependencies": { - "normalify": "^2.22.0" + "normalify": "^2.26.0" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/get-current-line": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.6.0.tgz", - "integrity": "sha512-9q/tqdL4+GMb0P28N/oSFruQE/8Sa1l9ew73AWS4j/KEMY32wD8+5QRB8LSTgt9HUZuLplmi8vc5dFFf5OvROA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.8.0.tgz", + "integrity": "sha512-X4JqocHKZEZRvFGdTzvPLYSZ16hol/9gzKF3bMGe53PWIkxlSv0U9xGxB4gXFqhN6jR1YNGMc6u1oMAFBrBqGw==", "engines": { "node": ">=10" }, @@ -1782,6 +1839,18 @@ "url": "https://bevry.me/fund" } }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -1824,9 +1893,9 @@ } }, "node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -1864,10 +1933,10 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, "node_modules/har-schema": { @@ -1917,6 +1986,15 @@ "npm": ">=1.3.7" } }, + "node_modules/human-signals": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "dev": true, + "engines": { + "node": ">=14.18.0" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -1929,26 +2007,6 @@ "node": ">=0.10.0" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", @@ -2115,6 +2173,21 @@ "node": ">=4" } }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-domain": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/is-domain/-/is-domain-0.0.1.tgz", @@ -2151,6 +2224,24 @@ "node": ">=0.10.0" } }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -2169,12 +2260,51 @@ "node": ">=8" } }, + "node_modules/is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-wsl/node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -2187,16 +2317,6 @@ "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true }, - "node_modules/js-sdsl": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", - "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/js-sdsl" - } - }, "node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -2215,6 +2335,12 @@ "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", @@ -2261,21 +2387,31 @@ } }, "node_modules/kava": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-5.15.0.tgz", - "integrity": "sha512-Y4RYizZyFrIK0H45ljnAUSm1ZPYtAiqSVMzKE+jJeHMdpPqpDZ9piydFzF48OX+xVyQT5nZA4YAmCbunnDcM9Q==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.1.0.tgz", + "integrity": "sha512-v0eCMoxduQH3OkddO115ygJ+1gNm3kkIEUqAlUwwicQBhD33+ylSb302fRhwl/Y6ekA6TekcmX1IAbKkCXJ2Gw==", "dev": true, "dependencies": { - "event-emitter-grouped": "^4.18.0", - "taskgroup": "^7.18.0" + "editions": "^6.11.0", + "event-emitter-grouped": "^6.1.0", + "taskgroup": "^9.2.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -2328,37 +2464,12 @@ "node": ">=10" } }, - "node_modules/lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, - "node_modules/make-deno-edition": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-deno-edition/-/make-deno-edition-1.3.0.tgz", - "integrity": "sha512-C5JoDkykIJMjPf3wVwgzM1ex680rNwhGYF3gMlgoeXAWPAyEPof6W7/HaZvLLNaR3/BRzNElsfbd7ZEIkJOJXA==", - "dev": true, - "dependencies": { - "@types/rimraf": "^3.0.0", - "await-spawn": "^4.0.2", - "chalk": "^4.1.1", - "errlop": "^4.2.0", - "fdir": "^5.1.0", - "get-cli-arg": "^7.0.0", - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "bin": { - "make-deno-edition": "bin.cjs" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "dev": true + }, "node_modules/marked": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", @@ -2371,6 +2482,12 @@ "node": ">= 12" } }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -2442,15 +2559,24 @@ "dev": true }, "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, "bin": { "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" + } + }, + "node_modules/mkdirp/node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/moniker": { @@ -2475,10 +2601,13 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.19.0.tgz", - "integrity": "sha512-Clf1xJ/qBGZrWeuu1qJ2Ta79L0CC0pANvh5cq2RIwCu4ehcc8W5COA4fwgnaU5a+Cg/QFOBGEuM/5naa9LF+og==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.22.0.tgz", + "integrity": "sha512-tEFj/KMhIfuKi0umpWBWx0KQ8C0+a3dL0oV+Kor2tPKkzhMpkyou7jAyAy0D2OyloJ99MrLhtEX8LdhirdLlMQ==", "dev": true, + "dependencies": { + "editions": "^6.11.0" + }, "engines": { "node": ">=10" }, @@ -2492,12 +2621,6 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "node_modules/natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "dev": true - }, "node_modules/netrc": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz", @@ -2505,9 +2628,9 @@ "dev": true }, "node_modules/node-fetch": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", - "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" @@ -2525,9 +2648,9 @@ } }, "node_modules/normalify": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.24.0.tgz", - "integrity": "sha512-zwLnXtcvYq9+IOdmokIWRWVn71myOcAP90a+FiK1p6m8yU+e2sRFaLq4VlnumbtrLhnxLqr5yVerNs/2l/4xhg==", + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.26.0.tgz", + "integrity": "sha512-G4oWM/03stGSeu/C7FXBiTj44Ei5ba4WKiTET3gH/QiTPEEoS8aqH0OPPP1qJamxikY1kztCnlvCVsyL22uqrA==", "engines": { "node": ">=10" }, @@ -2535,6 +2658,33 @@ "url": "https://bevry.me/fund" } }, + "node_modules/npm-run-path": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", + "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "dev": true, + "dependencies": { + "path-key": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", @@ -2574,18 +2724,36 @@ "node": ">=4" } }, + "node_modules/open": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", + "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", + "dev": true, + "dependencies": { + "default-browser": "^4.0.0", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -2684,6 +2852,12 @@ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -2706,15 +2880,15 @@ } }, "node_modules/prettier": { - "version": "2.8.6", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", - "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -2748,9 +2922,9 @@ "dev": true }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "engines": { "node": ">=6" @@ -2797,32 +2971,6 @@ "node": ">=0.8" } }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdir-cluster": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/readdir-cluster/-/readdir-cluster-3.17.0.tgz", - "integrity": "sha512-h2gHgmqNcdedAyFjhr/WpK7mXVA50yIG6CSXmu+Gr09CIZFRPuer5ZyVvABVjbgEy+ZuyItnyIAoSPbWPxAqaQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", @@ -2888,9 +3036,9 @@ } }, "node_modules/rfc-log-levels": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.17.0.tgz", - "integrity": "sha512-vgSO25fGN2UZYQ82+kd92v/bVzbNBzg+Hmwy/RdsRldAQTSHpO3gPwokpQV5Blt0Pv4FeAJ3obyXOinheqklyQ==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.19.0.tgz", + "integrity": "sha512-4+EiBg1icaZ5jaz+4B2O15Xq4YcrCverWekGnJUqGlXgGJWjrjgMJ74cqCWMzvffeSph5g2HxyfOQcnQDSh40Q==", "engines": { "node": ">=10" }, @@ -2913,6 +3061,110 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/run-applescript": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", + "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", + "dev": true, + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/run-applescript/node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/run-applescript/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/run-applescript/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/run-applescript/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -2978,33 +3230,35 @@ ] }, "node_modules/safefs": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-6.16.0.tgz", - "integrity": "sha512-IUIN5h+r2acNVkbsM5VoBUsRnaSFwQFZnzyvQsiLlgFsncLi7rrtmM4FsEgwv+xDTJzsrp79rd+/GJu2zWcR9w==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.2.0.tgz", + "integrity": "sha512-27IzS391FR9s20OlZXzB2wSi/uTxtaDSQMo+TnmxBxfvpC5YTNRCK8WlNajivXrsFZ8tjYi00/zPRubuHGctYQ==", "dev": true, "dependencies": { - "graceful-fs": "^4.2.6" + "graceful-fs": "^4.2.11", + "version-compare": "^3.1.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/safeps": { - "version": "10.17.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-10.17.0.tgz", - "integrity": "sha512-A8tEi+yw+/UkM+/452oLD0OM7NBCCjYxnN2UnoDAvRUfOKVQ7S+raNkTtTFFzpYMWOlE+/xJ0I/kTWv+gBHl9A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.1.0.tgz", + "integrity": "sha512-6i5QZSlKDA3g9XC6RAgxzzEGrIXMDSnolKoBv6r4qUiJu5Pu0M4++bf8Kgy1pUhdh9BI6Ki2zMtR1V3Odwx0Tw==", "dev": true, "dependencies": { - "extract-opts": "^4.3.0", - "safefs": "^6.15.0", - "taskgroup": "^7.18.0", - "typechecker": "^7.17.0" + "editions": "^6.11.0", + "extract-opts": "^5.1.0", + "safefs": "^8.2.0", + "taskgroup": "^9.1.0", + "typechecker": "^8.1.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -3017,9 +3271,9 @@ "dev": true }, "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3053,9 +3307,9 @@ } }, "node_modules/shiki": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.1.tgz", - "integrity": "sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==", + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", + "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", "dev": true, "dependencies": { "ansi-sequence-parser": "^1.1.0", @@ -3103,14 +3357,14 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==" + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==" }, "node_modules/spdx-license-list": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.6.0.tgz", - "integrity": "sha512-vLwdf9AWgdJQmG8cai2HKfkInFsliKaCCOwXmdVonClIhdURTX61KdDOoXC1qcQ7gDaZj+CUTcrMJeAdnCtrKA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.8.0.tgz", + "integrity": "sha512-5UdM7r9yJ1EvsPQZWfa41AZjLQngl9iMMysm9XBW7Lqhq7aF8cllfqjS+rFCHB8FFMGSM0yFWue2LUV9mR0QzQ==", "engines": { "node": ">=8" }, @@ -3131,9 +3385,9 @@ } }, "node_modules/sshpk": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, "dependencies": { "asn1": "~0.2.3", @@ -3155,15 +3409,6 @@ "node": ">=0.10.0" } }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, "node_modules/string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -3210,6 +3455,18 @@ "node": ">=8" } }, + "node_modules/strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -3277,6 +3534,28 @@ "integrity": "sha512-ay4MPFjfiQzDsyTidljJLXQi22l2AwjcuamYnJWj/LdhaHdKmDJxRox52WXimdcLpMuLDtkQvv4+jEu+wu9eSw==", "dev": true }, + "node_modules/synckit": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz", + "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==", + "dev": true, + "dependencies": { + "@pkgr/utils": "^2.3.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, + "node_modules/synckit/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "node_modules/tarr": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/tarr/-/tarr-1.1.0.tgz", @@ -3289,18 +3568,19 @@ } }, "node_modules/taskgroup": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-7.19.0.tgz", - "integrity": "sha512-SWwM8bGfOZF0rwP3Wna5T51vf6JZOK3eSnVBqo27DVVf8UJLih6arif24qiS8DspFbWt2cE9SgOEwIW3rgWQtA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.2.0.tgz", + "integrity": "sha512-q7591pBFED3gC23BY3N522iHtR2CJAZgT+mUON55akUNQ58HFtuUf6dmLhLqAIYH5ouBf1qeVivSOYzjnHBgTg==", "dev": true, "dependencies": { "ambi": "3.2.0", - "eachr": "^4.5.0", - "extendr": "^5.19.0", - "unbounded": "^3.14.0" + "eachr": "^6.1.0", + "editions": "^6.11.0", + "extendr": "^7.1.0", + "unbounded": "^5.1.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -3318,6 +3598,18 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, + "node_modules/titleize": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", + "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -3361,27 +3653,24 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true }, - "node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "node_modules/ts-api-utils": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", + "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, "engines": { - "node": ">= 6" + "node": ">=16.13.0" }, "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + "typescript": ">=4.2.0" } }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", @@ -3425,35 +3714,38 @@ } }, "node_modules/typechecker": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-7.18.0.tgz", - "integrity": "sha512-GjwqmuBuIQOvy0VsuMyjxur1hop/mLgKby61izt4UpT3Knm/7qzXAxpQHVhLK7bgmZjIj9GtIBmh1FMnyEDVBw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.1.0.tgz", + "integrity": "sha512-XaC7pXzm8oaeLj9eByF1hw3LB6XBFdXZNuYD4MNUmEZa2EfkqSkTfU98+Hw2ZhEVunZDvkYZ4Js7MyW5No1F6Q==", + "dependencies": { + "editions": "^6.11.0" + }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/typedoc": { - "version": "0.23.28", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", - "integrity": "sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==", + "version": "0.25.3", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz", + "integrity": "sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==", "dev": true, "dependencies": { "lunr": "^2.3.9", - "marked": "^4.2.12", - "minimatch": "^7.1.3", + "marked": "^4.3.0", + "minimatch": "^9.0.3", "shiki": "^0.14.1" }, "bin": { "typedoc": "bin/typedoc" }, "engines": { - "node": ">= 14.14" + "node": ">= 16" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -3466,45 +3758,63 @@ } }, "node_modules/typedoc/node_modules/minimatch": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", - "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/unbounded": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-3.15.0.tgz", - "integrity": "sha512-XqCeEuYLw2KNSUNyny+eUaJAKvhDc70gcRqyykLGWneD20Oj/olNp5nhfPzG2y74tmXGu240emTFj+Xndynhig==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.1.0.tgz", + "integrity": "sha512-MMiuCaqRYzWGuHC2DgMNXnRPiDyI2hURt77M+8yIeepefT4S62so5iDK1KvQ7x3qKJI52e8rhJGYgiu4ViJsHQ==", "dev": true, + "dependencies": { + "editions": "^6.11.0" + }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/untildify": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3520,12 +3830,6 @@ "integrity": "sha512-1WJ8YX1Kcec9wgxy8d/ATzGP1ayO6BRnd3iB6NlM+7cOnn6U8p5PKppRTCPLobh3CSdJ4d0TdPjopzyU2KcVFw==", "dev": true }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, "node_modules/uuid": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", @@ -3537,34 +3841,50 @@ } }, "node_modules/valid-directory": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-3.9.0.tgz", - "integrity": "sha512-/O+xAMU3AAQBwEvxKNOKNzMAm6M5hWHJgWoA6M/aghZxg+Z+aq0tGlXMhHy88AEJEPc/winj7HqwHVOVtW9n9w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.1.0.tgz", + "integrity": "sha512-1bFS6NK2eYInrjLA3Qclw0HK8JjMMkIbUIHbYahZoDz3GfITOt9V77MMogUvtSVtSHLLpgl6KnzADdKbJ35How==", "dev": true, "dependencies": { - "readdir-cluster": "^3.17.0", - "valid-filename": "^3.1.0" + "@bevry/valid-filename": "^1.0.0", + "fdir": "^6.1.0" }, "bin": { "valid-directory": "bin.cjs" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" } }, - "node_modules/valid-filename": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/valid-filename/-/valid-filename-3.1.0.tgz", - "integrity": "sha512-O99sdfhdGCiWoN4cv6Unq4eJ2EuXwRsOLCeSw+IJyMYgwVK0BPmaUnzhWQw5E8qknLTVrVExCr6xxTBnRBvtsQ==", + "node_modules/valid-directory/node_modules/fdir": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.1.1.tgz", + "integrity": "sha512-QfKBVg453Dyn3mr0Q0O+Tkr1r79lOTAKSi9f/Ot4+qVEwxWhav2Z+SudrG9vQjM2aYRMQQZ2/Q1zdA8ACM1pDg==", "dev": true, - "dependencies": { - "filename-reserved-regex": "^2.0.0" + "peerDependencies": { + "picomatch": "3.x" }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/valid-directory/node_modules/picomatch": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", + "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "dev": true, + "optional": true, + "peer": true, "engines": { - "node": ">=6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, "node_modules/verror": { @@ -3582,9 +3902,9 @@ } }, "node_modules/version-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-1.4.0.tgz", - "integrity": "sha512-mhSGH/W+zv2JuoeefqEbtfSCrHbQD4DhvYXplTnzIllJ58VMuMrRt+2zSmoUb0exBCSKVB05sTPirQwxFhUbbQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.1.0.tgz", + "integrity": "sha512-2mBbYi/gSFSBN1g75mPIJOyPHN0JzOjcKhwu4IVQH7JgA4DNb/lIlF95mgDSVOOd3JmGLK/k4XEUQkHI8sFckw==", "engines": { "node": ">=4" }, @@ -3593,11 +3913,11 @@ } }, "node_modules/version-range": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-1.4.0.tgz", - "integrity": "sha512-X5aUE7gsPxMld7+LENKEKolrtSDmF4xUcljaUz4uCZXQMj2D16UoyUkr4dYXhrsJjjgf7pe5SnDZQ1puz59kfw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-3.1.0.tgz", + "integrity": "sha512-RZGnPNzMcv8pa7PyqEmf8OGX8NH3UAOPX89mwYOGT2WnIjMZLEp0RbLXH/+lMeLwpOkzcN/3EjwvHoZwQ/E7sQ==", "dependencies": { - "version-compare": "^1.2.0" + "version-compare": "^3.1.0" }, "engines": { "node": ">=4" @@ -3649,15 +3969,6 @@ "node": ">= 8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/package.json b/package.json index c4f043d0..b3304416 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "2.23.0", + "version": "3.0.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "license": "Artistic-2.0", @@ -15,7 +15,7 @@ "component", "component.json", "documentation", - "es2021", + "es2022", "generator", "jquery.json", "jspm", @@ -38,6 +38,7 @@ "npmdownloads", "---", "githubsponsors", + "thanksdev", "patreon", "flattr", "liberapay", @@ -50,6 +51,7 @@ "config": { "githubWorkflow": "bevry", "githubSponsorsUsername": "balupton", + "thanksdevGithubUsername": "balupton", "buymeacoffeeUsername": "balupton", "cryptoURL": "https://bevry.me/crypto", "flattrUsername": "balupton", @@ -78,7 +80,7 @@ "Peter C (https://github.com/peterkc)", "Peter Flannery (https://github.com/pflannery)", "Rob Loach (https://github.com/RobLoach)", - "Shahar Dawn Or (https://github.com/mightyiam)", + "Shahar \"Dawn\" Or (https://github.com/mightyiam)", "Zearin (https://github.com/Zearin)", "Zlatan Vasović (https://github.com/zlatanvasovic)", "vsopvsop (https://github.com/vsopvsop)" @@ -91,7 +93,7 @@ "url": "https://github.com/bevry/projectz.git" }, "engines": { - "node": ">=18" + "node": ">=20" }, "editions": [ { @@ -106,32 +108,32 @@ "engines": false }, { - "description": "TypeScript compiled against ES2021 for Node.js with Require for modules", - "directory": "edition-es2021", + "description": "TypeScript compiled against ES2022 for Node.js with Require for modules", + "directory": "edition-es2022", "entry": "index.js", "tags": [ "compiled", "javascript", - "es2021", + "es2022", "require" ], "engines": { - "node": "18", + "node": "20", "browsers": false } }, { - "description": "TypeScript compiled against ES2021 for Node.js with Import for modules", - "directory": "edition-es2021-esm", + "description": "TypeScript compiled against ES2022 for Node.js with Import for modules", + "directory": "edition-es2022-esm", "entry": "index.js", "tags": [ "compiled", "javascript", - "es2021", + "es2022", "import" ], "engines": { - "node": "18", + "node": "20", "browsers": false } } @@ -139,64 +141,62 @@ "bin": "bin.cjs", "types": "./compiled-types/", "type": "module", - "main": "edition-es2021/index.js", + "main": "edition-es2022/index.js", "exports": { "node": { - "import": "./edition-es2021-esm/index.js", - "require": "./edition-es2021/index.js" + "import": "./edition-es2022-esm/index.js", + "require": "./edition-es2022/index.js" } }, "dependencies": { - "@bevry/file": "^1.2.0", - "@bevry/json": "^1.4.0", - "badges": "^4.28.0", - "caterpillar": "^6.8.0", - "fellow": "^6.24.0", - "get-cli-arg": "^7.3.0", + "@bevry/file": "^2.1.0", + "@bevry/json": "^1.7.0", + "badges": "^4.32.0", + "caterpillar": "^6.9.0", + "fellow": "^6.25.0", + "get-cli-arg": "^8.0.0", "spdx-expression-parse": "^3.0.1", - "spdx-license-list": "^6.6.0", - "typechecker": "^7.18.0" + "spdx-license-list": "^6.8.0", + "typechecker": "^8.1.0" }, "devDependencies": { - "@bevry/update-contributors": "^1.21.0", - "@types/node": "^18.15.6", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "assert-helpers": "^8.4.0", - "eslint": "^8.36.0", - "eslint-config-bevry": "^3.27.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-prettier": "^4.2.1", - "filedirname": "^2.7.0", - "kava": "^5.15.0", - "make-deno-edition": "^1.3.0", - "prettier": "^2.8.6", - "safeps": "^10.17.0", + "@bevry/update-contributors": "^1.23.0", + "@types/node": "^20.9.0", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", + "assert-helpers": "^11.2.0", + "eslint": "^8.53.0", + "eslint-config-bevry": "^4.0.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.1", + "filedirname": "^2.9.0", + "kava": "^7.1.0", + "prettier": "^3.1.0", + "safeps": "^11.1.0", "surge": "^0.23.1", - "typedoc": "^0.23.28", - "typescript": "5.0.2", - "valid-directory": "^3.9.0" + "typedoc": "^0.25.3", + "typescript": "5.2.2", + "valid-directory": "^4.1.0" }, "scripts": { "our:bin": "node ./bin.cjs", - "our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", - "our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2021 && npm run our:compile:edition-es2021-esm && npm run our:compile:types", - "our:compile:deno": "make-deno-edition --attempt", - "our:compile:edition-es2021": "tsc --module commonjs --target ES2021 --outDir ./edition-es2021 --project tsconfig.json && ( test ! -d edition-es2021/source || ( mv edition-es2021/source edition-temp && rm -Rf edition-es2021 && mv edition-temp edition-es2021 ) ) && echo '{\"type\": \"commonjs\"}' > edition-es2021/package.json", - "our:compile:edition-es2021-esm": "tsc --module ESNext --target ES2021 --outDir ./edition-es2021-esm --project tsconfig.json && ( test ! -d edition-es2021-esm/source || ( mv edition-es2021-esm/source edition-temp && rm -Rf edition-es2021-esm && mv edition-temp edition-es2021-esm ) ) && echo '{\"type\": \"module\"}' > edition-es2021-esm/package.json", - "our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )", - "our:deploy": "echo no need for this project", + "our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", + "our:compile": "npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:types", + "our:compile:edition-es2022": "tsc --module commonjs --target ES2022 --outDir ./edition-es2022 --project tsconfig.json && ( test ! -d edition-es2022/source || ( mv edition-es2022/source edition-temp && rm -rf edition-es2022 && mv edition-temp edition-es2022 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2022/package.json", + "our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json", + "our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -rf compiled-types && mv edition-temp compiled-types ) )", + "our:deploy": "printf '%s\n' 'no need for this project'", "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", "our:meta:contributors": "update-contributors", "our:meta:docs": "npm run our:meta:docs:typedoc", - "our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source", + "our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source", "our:meta:projectz": "npm run our:bin -- compile", "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", - "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", + "our:release:check-changelog": "cat ./HISTORY.md | grep \"v$npm_package_version\" || (printf '%s\n' \"add a changelog entry for v$npm_package_version\" && exit -1)", "our:release:check-dirty": "git diff --exit-code", "our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta", "our:release:push": "git push origin && git push origin --tags", - "our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", + "our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (printf '%s\n' 'proper changelog entry not found' && exit -1) && git tag \"v$npm_package_version\" -am \"$MESSAGE\"", "our:setup": "npm run our:setup:install", "our:setup:install": "npm install", "our:test": "npm run our:verify && npm test", @@ -204,7 +204,7 @@ "our:verify:directory": "valid-directory", "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", "our:verify:prettier": "prettier --write .", - "test": "node ./edition-es2021/test.js" + "test": "node ./edition-es2022/test.js" }, "eslintConfig": { "extends": [ @@ -213,7 +213,8 @@ }, "prettier": { "semi": false, - "singleQuote": true + "singleQuote": true, + "trailingComma": "all" }, "boundation": { "desiredNodeOnly": true diff --git a/source/backer.ts b/source/backer.ts index 907e1e2e..e6debd07 100644 --- a/source/backer.ts +++ b/source/backer.ts @@ -49,7 +49,7 @@ function getMaintainersText(data: { function getContributeLink( data: { filenamesForReadmeFiles: FilenamesForReadmeFiles; github: Github }, - optional = false + optional = false, ): string { // Prepare const file = data.filenamesForReadmeFiles.contributing @@ -58,7 +58,7 @@ function getContributeLink( return '' } else { throw new Error( - 'Contributing section requires a CONTRIBUTING file to exist' + 'Contributing section requires a CONTRIBUTING file to exist', ) } } diff --git a/source/badge.ts b/source/badge.ts index 317fdb93..fb9f8b51 100644 --- a/source/badge.ts +++ b/source/badge.ts @@ -2,7 +2,7 @@ import { renderBadges, BadgesField } from 'badges' export function getBadgesInCategory( category: string, - data: { badges?: BadgesField } + data: { badges?: BadgesField }, ): string { if (data.badges && data.badges.list) { return renderBadges(data.badges.list, data.badges.config, { diff --git a/source/bin.ts b/source/bin.ts index e9d6799b..3037f2bb 100755 --- a/source/bin.ts +++ b/source/bin.ts @@ -20,13 +20,13 @@ async function main(): Promise { // bc upgrade if (process.argv.includes('-p')) { console.log( - 'projecz now requires -p argument to be specifie via --path=value' + 'projecz now requires -p argument to be specifie via --path=value', ) return process.exit(1) } if (process.argv.includes('-d') || process.argv.includes('--debug')) { console.log( - 'projecz now requires -d argument to be specified via --verbose' + 'projecz now requires -d argument to be specified via --verbose', ) return process.exit(1) } @@ -61,11 +61,11 @@ async function main(): Promise { } else { // output help console.log( - 'projectz compile: merge our data files and compile our meta files' + 'projectz compile: merge our data files and compile our meta files', ) console.log('\t--verbose\tOutputs verbose logging') console.log( - '\t--path=value\tPath to the project that you wish to work with, defaults to the current working directory' + '\t--path=value\tPath to the project that you wish to work with, defaults to the current working directory', ) return process.exit(1) } diff --git a/source/history.ts b/source/history.ts index 80f41751..3efc7f11 100644 --- a/source/history.ts +++ b/source/history.ts @@ -21,7 +21,7 @@ export function getHistorySection(data: { }) } else { throw new Error( - 'History section either requires a HISTORY file or a Github repository' + 'History section either requires a HISTORY file or a Github repository', ) } diff --git a/source/index.ts b/source/index.ts index 9bf0f53b..efd68a6b 100644 --- a/source/index.ts +++ b/source/index.ts @@ -111,9 +111,8 @@ export class Projectz { const enhancedPackagesData = await this.enhancePackagesData() // Enhance our readme data - const enhancedReadmesData = await this.enhanceReadmesData( - enhancedPackagesData - ) + const enhancedReadmesData = + await this.enhanceReadmesData(enhancedPackagesData) // Save await this.save(enhancedPackagesData, enhancedReadmesData) @@ -189,7 +188,7 @@ export class Projectz { // Validate sponsors array if (mergedPackagesData.sponsor) { throw new Error( - 'projectz: sponsor field is deprecated, use sponsors field' + 'projectz: sponsor field is deprecated, use sponsors field', ) } if (isString(mergedPackagesData.sponsors)) { @@ -199,24 +198,24 @@ export class Projectz { // Validate maintainers array if (mergedPackagesData.maintainer) { throw new Error( - 'projectz: maintainer field is deprecated, use maintainers field' + 'projectz: maintainer field is deprecated, use maintainers field', ) } if (isString(mergedPackagesData.maintainers)) { throw new Error( - 'projectz: maintainers field must be array instead of CSV' + 'projectz: maintainers field must be array instead of CSV', ) } // Validate license SPDX string if (isPlainObject(mergedPackagesData.license)) { throw new Error( - 'projectz: license field must now be a valid SPDX string: https://docs.npmjs.com/files/package.json#license' + 'projectz: license field must now be a valid SPDX string: https://docs.npmjs.com/files/package.json#license', ) } if (isPlainObject(mergedPackagesData.licenses)) { throw new Error( - 'projectz: licenses field is deprecated, you must now use the license field as a valid SPDX string: https://docs.npmjs.com/files/package.json#license' + 'projectz: licenses field is deprecated, you must now use the license field as a valid SPDX string: https://docs.npmjs.com/files/package.json#license', ) } @@ -232,7 +231,7 @@ export class Projectz { for (const [key, value] of Object.entries(mergedPackagesData.packages)) { if (!isPlainObject(value)) { throw new Error( - `projectz: custom package data for package ${key} must be an object` + `projectz: custom package data for package ${key} must be an object`, ) } } @@ -244,7 +243,7 @@ export class Projectz { !isPlainObject(mergedPackagesData.badges.config)) ) { throw new Error( - 'projectz: badges field must be in the format of: {list: [], config: {}}\nSee https://github.com/bevry/badges for details.' + 'projectz: badges field must be in the format of: {list: [], config: {}}\nSee https://github.com/bevry/badges for details.', ) } mergedPackagesData.badges.config ??= {} @@ -294,7 +293,7 @@ export class Projectz { this.filenamesForPackageFiles.bower || this.filenamesForPackageFiles.component || mergedPackagesData.browser || - mergedPackagesData.jspm + mergedPackagesData.jspm, ) } @@ -344,13 +343,13 @@ export class Projectz { // Fellows const authors = Fellow.add( - mergedPackagesData.authors || mergedPackagesData.author + mergedPackagesData.authors || mergedPackagesData.author, ) const contributors = Fellow.add(mergedPackagesData.contributors).filter( - (fellow) => fellow.name.includes('[bot]') === false + (fellow) => fellow.name.includes('[bot]') === false, ) const maintainers = Fellow.add(mergedPackagesData.maintainers).filter( - (fellow) => fellow.name.includes('[bot]') === false + (fellow) => fellow.name.includes('[bot]') === false, ) const sponsors = Fellow.add(mergedPackagesData.sponsors) @@ -393,7 +392,7 @@ export class Projectz { }, // Explicit data - mergedPackagesData.packages.package || {} + mergedPackagesData.packages.package || {}, ) // Trim @@ -419,7 +418,7 @@ export class Projectz { pkg, // Explicit data - mergedPackagesData.packages.jquery || {} + mergedPackagesData.packages.jquery || {}, ) // Create the data for the `component.json` format @@ -443,7 +442,7 @@ export class Projectz { }, // Explicit data - mergedPackagesData.packages.component || {} + mergedPackagesData.packages.component || {}, ) // Create the data for the `bower.json` format @@ -469,7 +468,7 @@ export class Projectz { }, // Explicit data - mergedPackagesData.packages.bower || {} + mergedPackagesData.packages.bower || {}, ) // ---------------------------------- @@ -512,7 +511,7 @@ export class Projectz { jquery, component, bower, - } + }, ) // Return @@ -533,13 +532,13 @@ export class Projectz { value = replaceSection( ['BADGES', 'BADGE'], value, - getBadgesSection.bind(null, data) + getBadgesSection.bind(null, data), ) value = replaceSection(['DESCRIPTION'], value, data.description) value = replaceSection( ['INSTALL'], value, - getInstallInstructions.bind(null, data) + getInstallInstructions.bind(null, data), ) value = replaceSection( ['CONTRIBUTE', 'CONTRIBUTING'], @@ -547,42 +546,42 @@ export class Projectz { data.github ? getContributeSection.bind( null, - data as EnhancedPackagesDataWithGitHub + data as EnhancedPackagesDataWithGitHub, ) - : '' + : '', ) value = replaceSection( ['BACKERS', 'BACKER'], value, data.github ? getBackerSection.bind(null, data as EnhancedPackagesDataWithGitHub) - : '' + : '', ) value = replaceSection( ['BACKERSFILE', 'BACKERFILE'], value, data.github ? getBackerFile.bind(null, data as EnhancedPackagesDataWithGitHub) - : '' + : '', ) value = replaceSection( ['HISTORY', 'CHANGES', 'CHANGELOG'], value, data.github ? getHistorySection.bind(null, data as EnhancedPackagesDataWithGitHub) - : '' + : '', ) value = replaceSection( ['LICENSE', 'LICENSES'], value, data.github ? getLicenseSection.bind(null, data as EnhancedPackagesDataWithGitHub) - : '' + : '', ) value = replaceSection( ['LICENSEFILE'], value, - getLicenseFile.bind(null, data) + getLicenseFile.bind(null, data), ) enhancedReadmesData[key] = trim(value) + '\n' this.log('info', `Enhanced readme value: ${key}`) @@ -593,7 +592,7 @@ export class Projectz { /** Save the data we've loaded into the files */ protected async save( enhancedPackagesData: EnhancedPackagesData, - enhancedReadmesData: EnhancedReadmesData + enhancedReadmesData: EnhancedReadmesData, ) { // Prepare this.log('info', 'Writing changes...') @@ -607,7 +606,7 @@ export class Projectz { this.log('info', `Saving package file: ${filepath}`) const data = enhancedPackagesData[key] return writeJSON(filepath, data) - } + }, ), // save readme files ...Object.entries(this.filenamesForReadmeFiles).map( @@ -617,7 +616,7 @@ export class Projectz { this.log('info', `Saving readme file: ${filepath}`) const content = enhancedReadmesData[key] return writeFile(filepath, content) - } + }, ), ]) diff --git a/source/install.ts b/source/install.ts index f969c307..4acdaa92 100644 --- a/source/install.ts +++ b/source/install.ts @@ -131,7 +131,7 @@ function hydrateTextWithLinks(text: string) { // do the replacement const linksMatch = new RegExp( linksArray.map((link) => link.text).join('|'), - 'g' + 'g', ) return text.replace(linksMatch, function (match) { return linksMap[match.toLowerCase()] @@ -141,7 +141,7 @@ function hydrateTextWithLinks(text: string) { function getNpmInstructionList( data: { name: string; main?: string; keywords?: string | string[] }, commands: string[], - local: boolean + local: boolean, ) { const label = `Executable${commands.length === 1 ? '' : 's'}` @@ -310,7 +310,7 @@ function getTypeScriptInstructions() { hydrateTextWithLinks('

    TypeScript

    '), '', hydrateTextWithLinks( - 'This project provides its type information via inline JSDoc Comments. To make use of this in TypeScript, set your maxNodeModuleJsDepth compiler option to `5` or thereabouts. You can accomlish this via your `tsconfig.json` file like so:' + 'This project provides its type information via inline JSDoc Comments. To make use of this in TypeScript, set your maxNodeModuleJsDepth compiler option to `5` or thereabouts. You can accomlish this via your `tsconfig.json` file like so:', ), '', '``` json', @@ -321,7 +321,7 @@ function getTypeScriptInstructions() { }, }, null, - ' ' + ' ', ), '```', ].join('\n') @@ -369,7 +369,7 @@ function getEditionsInstructions(data: { // can't use substring, as we don't know if we have 1.3 and below or not if (edition.directory) { entryParts.push( - edition.entry.replace(edition.directory.length + '/', '') + edition.entry.replace(edition.directory.length + '/', ''), ) } else { entryParts.push(edition.entry) @@ -379,11 +379,11 @@ function getEditionsInstructions(data: { if (entry === data.main) { hasDefaultEdition = true editions.push( - `${data.name} aliases ${data.name}/${data.main}` + `${data.name} aliases ${data.name}/${data.main}`, ) } editions.push( - `${data.name}/${entry} is ${edition.description}` + `${data.name}/${entry} is ${edition.description}`, ) } @@ -391,18 +391,18 @@ function getEditionsInstructions(data: { if (!hasDefaultEdition) { if ('editions' in data.dependencies) { editions.unshift( - `${data.name} aliases ${data.name}/${data.main} which uses the Editions Autoloader to automatically select the correct edition for the consumer's environment` + `${data.name} aliases ${data.name}/${data.main} which uses the Editions Autoloader to automatically select the correct edition for the consumer's environment`, ) } else if ('esnextguardian' in data.dependencies) { editions.unshift( - `${data.name} aliases ${data.name}/${data.main} which uses ESNextGuardian to automatically select the correct edition for the consumers environment` + `${data.name} aliases ${data.name}/${data.main} which uses ESNextGuardian to automatically select the correct edition for the consumers environment`, ) } } // Compile result const result = `

    Editions

    \n\n

    This package is published with the following editions:

    \n\n
    • ${editions.join( - '
    • \n
    • ' + '
    • \n
    • ', )}
    ` // Add links @@ -430,7 +430,7 @@ export function getInstallInstructions(data: { if (data.name.startsWith(prefix)) { const pluginName = data.name.substring(prefix.length) parts.push( - `Install this DocPad plugin by entering docpad install ${pluginName} into your terminal.` + `Install this DocPad plugin by entering docpad install ${pluginName} into your terminal.`, ) } else { // Node diff --git a/source/license.ts b/source/license.ts index 08427085..ef55e16c 100644 --- a/source/license.ts +++ b/source/license.ts @@ -6,7 +6,7 @@ import type Fellow from 'fellow' function renderSpdxObject( spdxObject: any, output: 'description' | 'body', - depth: number = 0 + depth: number = 0, ): string { if (spdxObject.license) { const code = spdxObject.license @@ -35,7 +35,7 @@ function renderSpdxObject( // Convert the license into HTML .replace( /^(.+?)\n\s*([\s\S]+)\s*$/, - '

    $1

    \n\n
    \n$2\n
    ' + '

    $1

    \n\n
    \n$2\n
    ', ) } else if (spdxObject.conjunction) { const left = renderSpdxObject(spdxObject.left, output, depth + 1) @@ -46,14 +46,14 @@ function renderSpdxObject( : `${left}\n\n${right}\n\n`.trim() } else { throw new Error( - `Unknown spdx object value: ${JSON.stringify(spdxObject, null, ' ')}` + `Unknown spdx object value: ${JSON.stringify(spdxObject, null, ' ')}`, ) } } function getLicensesHTML( spdxString: string, - output: 'description' | 'body' + output: 'description' | 'body', ): string { const sdpxObject = spdxParse(spdxString) return renderSpdxObject(sdpxObject, output) diff --git a/source/test.ts b/source/test.ts index e48ddcd4..db429762 100644 --- a/source/test.ts +++ b/source/test.ts @@ -30,7 +30,7 @@ kava.test('projectz test prep', function (done) { .then(async function () { binPath = join( projectzPath, - (await readJSON(join(projectzPath, 'package.json'))).bin + (await readJSON(join(projectzPath, 'package.json'))).bin, ) }) .finally(done) @@ -44,7 +44,7 @@ kava.suite('projectz unit tests', function (suite, test) { test('short explicit', function () { equal( getGithubSlug({ repository: 'github:bevry/projectz' }), - 'bevry/projectz' + 'bevry/projectz', ) }) test('gist failure', function () { @@ -61,7 +61,7 @@ kava.suite('projectz unit tests', function (suite, test) { getGithubSlug({ repository: { url: 'https://github.com/bevry/projectz' }, }), - 'bevry/projectz' + 'bevry/projectz', ) }) test('full repo with .git', function () { @@ -69,7 +69,7 @@ kava.suite('projectz unit tests', function (suite, test) { getGithubSlug({ repository: { url: 'https://github.com/bevry/projectz.git' }, }), - 'bevry/projectz' + 'bevry/projectz', ) }) test('full repo with ssh', function () { @@ -77,7 +77,7 @@ kava.suite('projectz unit tests', function (suite, test) { getGithubSlug({ repository: { url: 'git@github.com:bevry/projectz.git' }, }), - 'bevry/projectz' + 'bevry/projectz', ) }) }) diff --git a/source/util.ts b/source/util.ts index d542f540..d5ed575a 100644 --- a/source/util.ts +++ b/source/util.ts @@ -43,7 +43,7 @@ export function getPeopleHTML(people: Fellow[], opts?: FormatOptions): string { export function getPeopleTextArray( people: Fellow[], - opts?: FormatOptions + opts?: FormatOptions, ): string[] { if (people.length === 0) { return [] @@ -55,8 +55,8 @@ export function getPeopleTextArray( `For some reason the person doesn't have a name: ${JSON.stringify( person, null, - ' ' - )}` + ' ', + )}`, ) } const text = person.toString(opts) @@ -71,7 +71,7 @@ export function getFileUrl(data: { github: Github }, filename: string): string { return `https://github.com/${data.github.slug}/blob/master/${filename}#files` } else { throw new Error( - 'File links are currently only supported for github repositories' + 'File links are currently only supported for github repositories', ) } } @@ -91,7 +91,7 @@ export function getLink({ url, text, title }: Link): string { export function replaceSection( names: string | string[], source: string, - inject: string | Function + inject: string | Function, ): string { let regexName: string, sectionName: string if (Array.isArray(names)) { @@ -113,7 +113,7 @@ export function replaceSection( ``, ')\\s+', ].join(''), - 'gim' + 'gim', ) function replace() { diff --git a/tsconfig.json b/tsconfig.json index edebcb1d..89f76439 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "maxNodeModuleJsDepth": 5, "moduleResolution": "Node", "strict": true, - "target": "ES2019", + "target": "ES2022", "module": "ESNext" }, "include": ["source"] From e7e1dcc86748c99750b5fc60d4633c8143c03dd8 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Wed, 15 Nov 2023 15:00:11 +0800 Subject: [PATCH 03/23] v3.1.0 - boundation, changelog, version bump --- HISTORY.md | 4 + SECURITY.md | 6 +- package-lock.json | 328 ++++++++++++++++++++++------------------------ package.json | 24 ++-- 4 files changed, 174 insertions(+), 188 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ab1c241b..39ad8b55 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v3.1.0 2023 November 15 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v3.0.0 2023 November 14 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/SECURITY.md b/SECURITY.md index 6380febd..5fb9c41b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,15 +2,15 @@ ## Security Practices -This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/projectz) +This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn about our practices.](https://tidelift.com/funding/github/npm/projectz) ## Supported Versions This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility. -[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/projectz/blob/master/README.md#Editions) +[Refer to supported ecosystem versions: `Editions` section in `README.md`](https://github.com/bevry/projectz/blob/master/README.md#Editions) -[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/projectz/blob/master/HISTORY.md) +[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`](https://github.com/bevry/projectz/blob/master/HISTORY.md) Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/projectz?activeTab=versions), offering immediate resolutions before scheduled maintenance releases. diff --git a/package-lock.json b/package-lock.json index 285a2d58..24fc9d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,23 +1,23 @@ { "name": "projectz", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "3.0.0", + "version": "3.1.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/file": "^2.1.0", - "@bevry/json": "^1.7.0", - "badges": "^4.32.0", - "caterpillar": "^6.9.0", + "@bevry/file": "^2.2.0", + "@bevry/json": "^1.8.0", + "badges": "^4.34.0", + "caterpillar": "^6.11.0", "fellow": "^6.25.0", - "get-cli-arg": "^8.0.0", + "get-cli-arg": "^8.1.0", "spdx-expression-parse": "^3.0.1", "spdx-license-list": "^6.8.0", - "typechecker": "^8.1.0" + "typechecker": "^8.2.0" }, "bin": { "projectz": "bin.cjs" @@ -27,22 +27,22 @@ "@types/node": "^20.9.0", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", - "assert-helpers": "^11.2.0", + "assert-helpers": "^11.4.0", "eslint": "^8.53.0", "eslint-config-bevry": "^4.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.9.0", - "kava": "^7.1.0", + "filedirname": "^2.10.0", + "kava": "^7.2.0", "prettier": "^3.1.0", - "safeps": "^11.1.0", + "safeps": "^11.2.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.1.0" + "valid-directory": "^4.2.0" }, "engines": { - "node": ">=18" + "node": ">=20" }, "funding": { "url": "https://bevry.me/fund" @@ -58,11 +58,11 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.1.0.tgz", - "integrity": "sha512-xKY8zybxMVwJYSe0SJRCYceA0tLGMLWE78U/GVSOGYjzXzKFtKtJJXNsQ7uTofpwKEWI+s4eVvWyQXl4f0u70Q==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.2.0.tgz", + "integrity": "sha512-9LJj1wKAJiIUZuOopV/jZGyYchsSFwkIzT0J8Sl+zK1X+e/bN+XJOEnwFmB8LS9v+lMYfsGP4zsG3BXRNDETxA==", "dependencies": { - "editions": "^6.10.0" + "editions": "^6.13.0" }, "engines": { "node": ">=4" @@ -72,12 +72,12 @@ } }, "node_modules/@bevry/file": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-2.1.0.tgz", - "integrity": "sha512-QNTNe8M+QZpg7epw6iIpK3fSSheszM/RtS6s5cdHk1aAa1hXtsNIzooOiDdhKbWBe8jKdD6cZyc5GOUd/8YTRA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@bevry/file/-/file-2.2.0.tgz", + "integrity": "sha512-rImSWFJL0Gv5iM04AU9oHSx7HX1vlwGbk3jUXd2lBRNTeaFXgCs8jkCtJ+4kv7eIZNPEUSenEOtHlOFoAaK9QQ==", "dependencies": { - "editions": "^6.11.0", - "version-compare": "^3.1.0" + "editions": "^6.13.0", + "version-compare": "^3.2.0" }, "engines": { "node": ">=4" @@ -169,12 +169,12 @@ } }, "node_modules/@bevry/json": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.7.0.tgz", - "integrity": "sha512-6sloPFqrsvXt4XViAta8UCdwnNhBAuwH3fWyqRvdkL3Fyu0DvOAHlskYytrIwGYdI1Euvj4+TVvb1Xi/nmT/oQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.8.0.tgz", + "integrity": "sha512-TCljRl7mihYvlK2B6NISz7II0FQu0OuEG7R3Hw2lVxh/PDv7vCGlqdNrIiM5qnwuxxTj1xVD+epjm9IT5GBgzA==", "dependencies": { - "@bevry/file": "^2.1.0", - "errlop": "^7.1.0" + "@bevry/file": "^2.2.0", + "errlop": "^7.2.0" }, "engines": { "node": ">=10" @@ -215,24 +215,24 @@ } }, "node_modules/@bevry/valid-filename": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-1.1.0.tgz", - "integrity": "sha512-c9npoyb/A+yYVeJzgUZWWSYK/yG1lJGnfTwOVXG2sMQ8BJiFLQFJJVzaRPGaivwN0cXTDAPxia8Qvi2lOAHggQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.1.0.tgz", + "integrity": "sha512-/8sDKmnrB6FTxkVMmNf0sCeP9jEi3HgcN1xcFxvCTyUY3WcV2R1UU/JGNz1lIYzO2wKE0OZf4qRRW9dCx/8/FQ==", "dev": true, "bin": { "valid-filename": "bin.cjs" }, "engines": { - "node": ">=18" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/wait": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.0.0.tgz", - "integrity": "sha512-rHyxdCSe/NDXHtPUTArprp45ULTCbciS07Oc+EXC5QUunnMi14aVBHALoFQuEkpY3fS2WqDCzBlD+xLjLQpPyA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.1.0.tgz", + "integrity": "sha512-AyDsTT08vapll+A4a42hi2mYLNfgalv3OQPrdRsabASomxYRttivvatcdxSeSjGRWlHTZJ2ygPUEkPGnas1ZBQ==", "dev": true, "engines": { "node": ">=4" @@ -773,14 +773,14 @@ } }, "node_modules/assert-helpers": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.2.0.tgz", - "integrity": "sha512-FdaVk2uxkAFcFVJoMD/ZK3OJUKJQKm0sR2cSlQnjueb6TADQ4OQX6f523+14NhyTq2ajmlXMRYpbxbwSk9v3Sg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.4.0.tgz", + "integrity": "sha512-TdRtvQxF6nKWH8u9DPVIpdBCEkg8k41rzigC+tNJvY8+ebIeLcXuhLqPZOF8ncWDHYPAhptSWu92hKgq6YqzGw==", "dev": true, "dependencies": { "@bevry/ansi": "^6.1.0", - "editions": "^6.10.0", - "errlop": "^7.1.0" + "editions": "^6.12.0", + "errlop": "^7.2.0" }, "engines": { "node": ">=4" @@ -820,9 +820,9 @@ "dev": true }, "node_modules/badges": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.32.0.tgz", - "integrity": "sha512-NLFyk36zumFczfq+tyjzBR2GASb0nEUdudZr+qdHKNELuvCrv0xszbfMs9kI8HgRIH6idrja9WvH8qUTA7LjCQ==", + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.34.0.tgz", + "integrity": "sha512-X4dmnTht9p5PEv5Us/W3nLNtDxIzUWJ24U5Jt93gUixGWV0N2dN9t10odTMj5X/wvsxSvoNo3yn6tmVkUDwXoA==", "engines": { "node": ">=10" }, @@ -931,14 +931,14 @@ "dev": true }, "node_modules/caterpillar": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.9.0.tgz", - "integrity": "sha512-VNio1zCI1XyjmqPEIMWeRPZ6/V4ShmlnYHfPQjqUSmOW+XK2zWahfRDAN1p5aLYKJFbaNrEdRTduH5ty9zYAXw==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.11.0.tgz", + "integrity": "sha512-FQn5U9LyJiPuREifDEIANecN1ydrwqYOQhUMX0VAwVhaodD71pTfHs7Yg9nOiQuIjYRUgfQyARZts7YQkOXdWw==", "dependencies": { - "@bevry/ansi": "^6.1.0", - "editions": "^6.11.0", - "get-current-line": "^6.8.0", - "rfc-log-levels": "^3.19.0" + "@bevry/ansi": "^6.2.0", + "editions": "^6.13.0", + "get-current-line": "^6.9.0", + "rfc-log-levels": "^3.20.0" }, "engines": { "node": ">=10" @@ -1183,13 +1183,13 @@ } }, "node_modules/eachr": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.1.0.tgz", - "integrity": "sha512-UnFwETRLkyK0X1wKrJj8qLqD/ZKRCybfD0/OnC6p3b7XY/BvAiDFnwmGxBk3HoraiucRJwRXddkrBYVxzIJMTg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.3.0.tgz", + "integrity": "sha512-8IvhM85jVBHWObZ/GJ6MgzpBwD5Z/KsSbeQFMnauf71pB+CLRA7+qzEpueBGLD6j/PG4mBu8Ho+/J2aZjYFSOg==", "dev": true, "dependencies": { - "editions": "^6.11.0", - "typechecker": "^8.1.0" + "editions": "^6.13.0", + "typechecker": "^8.2.0" }, "engines": { "node": ">=4" @@ -1209,11 +1209,11 @@ } }, "node_modules/editions": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.11.0.tgz", - "integrity": "sha512-zkeYLFJZL2doPyqlj03eVtUcGt7imyMfxLyJcG7ufc8J2vFXVm/qXmVhSO1OgECj/PhnVlZiDVElyN/JLsmVKw==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.13.0.tgz", + "integrity": "sha512-wAQCrco6+HLunD8Zv2VTZxJqAv90kQbhSkD5hH80o1D2TvM0V5tbwHRFL1OnYg0BZRKOcWaGuBh8WCwjfz/eGw==", "dependencies": { - "version-range": "^3.1.0" + "version-range": "^3.2.0" }, "engines": { "node": ">=4" @@ -1223,9 +1223,9 @@ } }, "node_modules/errlop": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.1.0.tgz", - "integrity": "sha512-358kod+aVr3p1aycu114HOS8Dj6+2f1eaHYbrdQCN0YlKziPV0zCd3IgpPclk2nIEtzi4lLfywprFX34MMbiFg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.2.0.tgz", + "integrity": "sha512-/dMPTcSrBHN6c6idVJbNiFJ8KZGDujcRrf2rDCXqo4sGUwbRpbo1KKTtL91wBA5OAhCZ9O1hmKQpDFyVo6owrg==", "engines": { "node": ">=4" }, @@ -1356,19 +1356,7 @@ } } }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/eslint-scope": { + "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", @@ -1384,13 +1372,16 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { - "node": ">=4.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/espree": { @@ -1422,15 +1413,6 @@ "node": ">=0.10" } }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", @@ -1443,7 +1425,7 @@ "node": ">=4.0" } }, - "node_modules/esrecurse/node_modules/estraverse": { + "node_modules/estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", @@ -1462,14 +1444,14 @@ } }, "node_modules/event-emitter-grouped": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.1.0.tgz", - "integrity": "sha512-OXDI7ZklMTxYtD9Ke6g7frRmC9QlJ2O7e0vGKWxEHu+Z2qShMF1Fz80sQEZL1QV5nLUrCqnk7o0NZZizYVUyiQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.2.0.tgz", + "integrity": "sha512-qKUoNmGXBdlMI9PfWqr3QPuHqERWNekw4/4j2LqvybsKG4IK3mqzgKHYDOZCrdSeX8svcMI+ZJ6Mi2FAETa4kQ==", "dev": true, "dependencies": { - "editions": "^6.11.0", - "taskgroup": "^9.2.0", - "unbounded": "^5.1.0" + "editions": "^6.13.0", + "taskgroup": "^9.3.0", + "unbounded": "^5.2.0" }, "engines": { "node": ">=4" @@ -1535,13 +1517,13 @@ "dev": true }, "node_modules/extendr": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.1.0.tgz", - "integrity": "sha512-b3A/bbW7c4TWmsO7A5RLJEId54kp06G7Z3IgiHeQ8VXn5p2cFx+FRsc0Rspqhwzx8lgPnK7BWzi45msW8xe2hQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.2.0.tgz", + "integrity": "sha512-OERmPfUU5W6XFhtvYXKpfsvzphuKlgczjFuyLetNpp2yEq6eM5BcaRkdv4iITTTA72kINNQrynsNLrc7dqJIVg==", "dev": true, "dependencies": { - "editions": "^6.11.0", - "typechecker": "^8.1.0" + "editions": "^6.13.0", + "typechecker": "^8.2.0" }, "engines": { "node": ">=4" @@ -1565,14 +1547,14 @@ } }, "node_modules/extract-opts": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.1.0.tgz", - "integrity": "sha512-Z1dZDOcwWTeeBpcVKIWXpsRMHBmk0xkD8/gZn3gmF+W3HnakA96wKeqvuASvcqvTVtDO3pxSP3jGuPnSBmpVUA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.2.0.tgz", + "integrity": "sha512-aaJT0KtC/Qf0fDgRE+NAzgQrogNPfSNjesxA/mNdF8p9J0qmvQMTa3brZZTbfQzPanH43/lnSG6PtBUuMgy1gA==", "dev": true, "dependencies": { - "eachr": "^6.1.0", - "editions": "^6.11.0", - "typechecker": "^8.1.0" + "eachr": "^6.3.0", + "editions": "^6.13.0", + "typechecker": "^8.2.0" }, "engines": { "node": ">=4" @@ -1696,12 +1678,12 @@ } }, "node_modules/filedirname": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.9.0.tgz", - "integrity": "sha512-gJn0Uxdt5T5X1K2QyNINuXKxvfC69By55xR+XnmYVJ6BBV19QWDyJtmo1O2sIlLC3P7W/ghskJPMBfS7B1WFCw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.10.0.tgz", + "integrity": "sha512-TKb/ta1cqYSEpq3mypdG3+yRKgMyBLidLXkc55yRwc3qwXuVlcRdT5Jw5Ne8kqFv/LHoCUxmQ3nerQZCpIIbNA==", "dev": true, "dependencies": { - "get-current-line": "^6.8.0" + "get-current-line": "^6.9.0" }, "engines": { "node": ">=10" @@ -1815,11 +1797,11 @@ } }, "node_modules/get-cli-arg": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.0.0.tgz", - "integrity": "sha512-cR/Tt2Gnj7hF5CbkUOzXFZvmDWkDssqaTt7jeMSpZ+vKb/U0tAmfESYnwWprYJY81Jhvm2eXtSbNts5uqOaPCw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.1.0.tgz", + "integrity": "sha512-KBs2vR7bULdHR2xdfPumLJDdKuEDyB8hofOGf7HXNml/0tNqOn3oU//seyWcjCVG4YDC5du8c/Kqz47RcNhyuA==", "dependencies": { - "normalify": "^2.26.0" + "normalify": "^2.27.0" }, "engines": { "node": ">=8" @@ -1829,9 +1811,9 @@ } }, "node_modules/get-current-line": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.8.0.tgz", - "integrity": "sha512-X4JqocHKZEZRvFGdTzvPLYSZ16hol/9gzKF3bMGe53PWIkxlSv0U9xGxB4gXFqhN6jR1YNGMc6u1oMAFBrBqGw==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.9.0.tgz", + "integrity": "sha512-jFRFeABDPUMkidcVK3OOWKCAts9Gpku1+dWDLTU7mHbdp6sRB2IM9EnE3io8gJhxCHyTgANj3N5Lg9yHyAxypA==", "engines": { "node": ">=10" }, @@ -2387,14 +2369,14 @@ } }, "node_modules/kava": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.1.0.tgz", - "integrity": "sha512-v0eCMoxduQH3OkddO115ygJ+1gNm3kkIEUqAlUwwicQBhD33+ylSb302fRhwl/Y6ekA6TekcmX1IAbKkCXJ2Gw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.2.0.tgz", + "integrity": "sha512-Fs4liNvmIhLxyRmTMdnl4xLyEGivaVtozYwysDxNDu0yS6fMh5yC9lzqmh8q+DKaNrfjbkHwnWYLV8YwYGqiaQ==", "dev": true, "dependencies": { - "editions": "^6.11.0", - "event-emitter-grouped": "^6.1.0", - "taskgroup": "^9.2.0" + "editions": "^6.13.0", + "event-emitter-grouped": "^6.2.0", + "taskgroup": "^9.3.0" }, "engines": { "node": ">=4" @@ -2601,12 +2583,12 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.22.0.tgz", - "integrity": "sha512-tEFj/KMhIfuKi0umpWBWx0KQ8C0+a3dL0oV+Kor2tPKkzhMpkyou7jAyAy0D2OyloJ99MrLhtEX8LdhirdLlMQ==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.23.0.tgz", + "integrity": "sha512-BIW+8lLmHQJBJegsZS7vAPG++d1gAcJ8wS15r6+4h7khKEJ31QR06BZYme6kfPVBi9fOKG0L/yEwXRD+3Qs1pg==", "dev": true, "dependencies": { - "editions": "^6.11.0" + "editions": "^6.13.0" }, "engines": { "node": ">=10" @@ -2648,9 +2630,9 @@ } }, "node_modules/normalify": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.26.0.tgz", - "integrity": "sha512-G4oWM/03stGSeu/C7FXBiTj44Ei5ba4WKiTET3gH/QiTPEEoS8aqH0OPPP1qJamxikY1kztCnlvCVsyL22uqrA==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.27.0.tgz", + "integrity": "sha512-4mK4oobeHuYpv6OQiZWd/ILUi1GFaTKPxiQ9tPvI/nWIoz6i7c6/qXPopmrw7opjGTCSDHt2HwzYWrIr+mWRTg==", "engines": { "node": ">=10" }, @@ -3036,9 +3018,9 @@ } }, "node_modules/rfc-log-levels": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.19.0.tgz", - "integrity": "sha512-4+EiBg1icaZ5jaz+4B2O15Xq4YcrCverWekGnJUqGlXgGJWjrjgMJ74cqCWMzvffeSph5g2HxyfOQcnQDSh40Q==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.20.0.tgz", + "integrity": "sha512-fRvsAhOFIp0Ez6ooDFMpMM9Ma0FymjF9gOPHjE4b32XvvLZjEyHQbLpf1cs3Hd1G7Lg2mUL4fRJD53JoPokcWA==", "engines": { "node": ">=10" }, @@ -3230,13 +3212,13 @@ ] }, "node_modules/safefs": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.2.0.tgz", - "integrity": "sha512-27IzS391FR9s20OlZXzB2wSi/uTxtaDSQMo+TnmxBxfvpC5YTNRCK8WlNajivXrsFZ8tjYi00/zPRubuHGctYQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.3.0.tgz", + "integrity": "sha512-IS/Q+IZ4FLSHUHVEKgLA+8SD5LPB5LoN0gDbeMcqW4W+PUoXVV2/7HJ7iLfi7XXw7qQE/A6g64+k89VhcrEkWQ==", "dev": true, "dependencies": { "graceful-fs": "^4.2.11", - "version-compare": "^3.1.0" + "version-compare": "^3.2.0" }, "engines": { "node": ">=4" @@ -3246,16 +3228,16 @@ } }, "node_modules/safeps": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.1.0.tgz", - "integrity": "sha512-6i5QZSlKDA3g9XC6RAgxzzEGrIXMDSnolKoBv6r4qUiJu5Pu0M4++bf8Kgy1pUhdh9BI6Ki2zMtR1V3Odwx0Tw==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.2.0.tgz", + "integrity": "sha512-qa6JaSDyhuOqUexFqfqihz8feBTMgZTiSvC0UDSkkH3N4EzzlkVkLH+JMd4vOuiHv6D4iHDtBiWLv5C92d5i0Q==", "dev": true, "dependencies": { - "editions": "^6.11.0", - "extract-opts": "^5.1.0", - "safefs": "^8.2.0", - "taskgroup": "^9.1.0", - "typechecker": "^8.1.0" + "editions": "^6.13.0", + "extract-opts": "^5.2.0", + "safefs": "^8.3.0", + "taskgroup": "^9.2.0", + "typechecker": "^8.2.0" }, "engines": { "node": ">=4" @@ -3568,16 +3550,16 @@ } }, "node_modules/taskgroup": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.2.0.tgz", - "integrity": "sha512-q7591pBFED3gC23BY3N522iHtR2CJAZgT+mUON55akUNQ58HFtuUf6dmLhLqAIYH5ouBf1qeVivSOYzjnHBgTg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.3.0.tgz", + "integrity": "sha512-yYsPr+4YYfigAb0ZGbIsvKumdOW8+s+226Swn21OSvdipTatsLsVBp7Cq9qTgKGBloYRydRkS4VE/43xyU0a9g==", "dev": true, "dependencies": { "ambi": "3.2.0", - "eachr": "^6.1.0", - "editions": "^6.11.0", - "extendr": "^7.1.0", - "unbounded": "^5.1.0" + "eachr": "^6.3.0", + "editions": "^6.13.0", + "extendr": "^7.2.0", + "unbounded": "^5.2.0" }, "engines": { "node": ">=4" @@ -3714,11 +3696,11 @@ } }, "node_modules/typechecker": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.1.0.tgz", - "integrity": "sha512-XaC7pXzm8oaeLj9eByF1hw3LB6XBFdXZNuYD4MNUmEZa2EfkqSkTfU98+Hw2ZhEVunZDvkYZ4Js7MyW5No1F6Q==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.2.0.tgz", + "integrity": "sha512-SnCTb8RGuu4n3fhbbQ7VJPtFc8F3WtQ9HD7rBg3cyBKKsL8bhAz6tB7ul/zX7hMj8IVFWRfrdbZpd+84lSA8Pw==", "dependencies": { - "editions": "^6.11.0" + "editions": "^6.13.0" }, "engines": { "node": ">=4" @@ -3786,12 +3768,12 @@ } }, "node_modules/unbounded": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.1.0.tgz", - "integrity": "sha512-MMiuCaqRYzWGuHC2DgMNXnRPiDyI2hURt77M+8yIeepefT4S62so5iDK1KvQ7x3qKJI52e8rhJGYgiu4ViJsHQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.2.0.tgz", + "integrity": "sha512-/DKuVxnOBgTB85FUcSKAyjPBCsu0mVvG7JtRMQa4+EzyBYS0zYEzpcts5R9QrjL7kE9Jy1iu4XQdAYv/itf4qg==", "dev": true, "dependencies": { - "editions": "^6.11.0" + "editions": "^6.13.0" }, "engines": { "node": ">=4" @@ -3841,13 +3823,13 @@ } }, "node_modules/valid-directory": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.1.0.tgz", - "integrity": "sha512-1bFS6NK2eYInrjLA3Qclw0HK8JjMMkIbUIHbYahZoDz3GfITOt9V77MMogUvtSVtSHLLpgl6KnzADdKbJ35How==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.2.0.tgz", + "integrity": "sha512-H48H7Jbw2zLZl4DA8QLkT9HsfgGHg+MJi1mOfj+eybe2VhElHsD/0WBaKMBDJAVFq+Pi8w1leiYITYAKZtg/FA==", "dev": true, "dependencies": { - "@bevry/valid-filename": "^1.0.0", - "fdir": "^6.1.0" + "@bevry/valid-filename": "^2.0.0", + "fdir": "^6.1.1" }, "bin": { "valid-directory": "bin.cjs" @@ -3902,9 +3884,9 @@ } }, "node_modules/version-compare": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.1.0.tgz", - "integrity": "sha512-2mBbYi/gSFSBN1g75mPIJOyPHN0JzOjcKhwu4IVQH7JgA4DNb/lIlF95mgDSVOOd3JmGLK/k4XEUQkHI8sFckw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.2.0.tgz", + "integrity": "sha512-cSIEcfQ2OuSqOC+SIjHXMoldXuXavr/M5GLtQYpQG6mn+tlKYK1DNJ/pllsGGnogM81ekhcHdLJmdEQmwA0hQA==", "engines": { "node": ">=4" }, @@ -3913,11 +3895,11 @@ } }, "node_modules/version-range": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-3.1.0.tgz", - "integrity": "sha512-RZGnPNzMcv8pa7PyqEmf8OGX8NH3UAOPX89mwYOGT2WnIjMZLEp0RbLXH/+lMeLwpOkzcN/3EjwvHoZwQ/E7sQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-3.2.0.tgz", + "integrity": "sha512-aP/XwEG9q+mTjyGUR2FDrIfLMAylJ4k4/eSCxXBAeDUeHWWtzFeWE37YlTrPA5lEXwA2A7A0N+YDPEPAkuEcJg==", "dependencies": { - "version-compare": "^3.1.0" + "version-compare": "^3.2.0" }, "engines": { "node": ">=4" diff --git a/package.json b/package.json index b3304416..69e8f30c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "3.0.0", + "version": "3.1.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "license": "Artistic-2.0", @@ -149,34 +149,34 @@ } }, "dependencies": { - "@bevry/file": "^2.1.0", - "@bevry/json": "^1.7.0", - "badges": "^4.32.0", - "caterpillar": "^6.9.0", + "@bevry/file": "^2.2.0", + "@bevry/json": "^1.8.0", + "badges": "^4.34.0", + "caterpillar": "^6.11.0", "fellow": "^6.25.0", - "get-cli-arg": "^8.0.0", + "get-cli-arg": "^8.1.0", "spdx-expression-parse": "^3.0.1", "spdx-license-list": "^6.8.0", - "typechecker": "^8.1.0" + "typechecker": "^8.2.0" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", "@types/node": "^20.9.0", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", - "assert-helpers": "^11.2.0", + "assert-helpers": "^11.4.0", "eslint": "^8.53.0", "eslint-config-bevry": "^4.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.9.0", - "kava": "^7.1.0", + "filedirname": "^2.10.0", + "kava": "^7.2.0", "prettier": "^3.1.0", - "safeps": "^11.1.0", + "safeps": "^11.2.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.1.0" + "valid-directory": "^4.2.0" }, "scripts": { "our:bin": "node ./bin.cjs", From 283b9b73274d9e292b3807333caaba40273736f0 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 18 Nov 2023 10:55:32 +0800 Subject: [PATCH 04/23] v3.2.0 - use @bevry/fs-* deps --- HISTORY.md | 5 + package-lock.json | 164 ++++++++++++++++++++------- package.json | 19 ++-- source/index.ts | 10 +- test-fixtures/out-expected/README.md | 2 +- test-fixtures/src/README.md | 2 +- 6 files changed, 150 insertions(+), 52 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 39ad8b55..f4ae5be6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## v3.2.0 2023 November 15 + +- Use the new `@bevry/fs-*` dependencies +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v3.1.0 2023 November 15 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/package-lock.json b/package-lock.json index 24fc9d7c..183c25d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,19 @@ { "name": "projectz", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "3.1.0", + "version": "3.2.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/file": "^2.2.0", - "@bevry/json": "^1.8.0", - "badges": "^4.34.0", + "@bevry/fs-list": "^2.0.0", + "@bevry/fs-read": "^1.0.0", + "@bevry/fs-write": "^1.0.0", + "@bevry/json": "^1.9.0", + "badges": "^4.35.0", "caterpillar": "^6.11.0", "fellow": "^6.25.0", "get-cli-arg": "^8.1.0", @@ -24,11 +26,11 @@ }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.0", + "@types/node": "^20.9.1", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "assert-helpers": "^11.4.0", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-config-bevry": "^4.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", @@ -39,7 +41,7 @@ "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.2.0" + "valid-directory": "^4.4.0" }, "engines": { "node": ">=20" @@ -58,9 +60,9 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.2.0.tgz", - "integrity": "sha512-9LJj1wKAJiIUZuOopV/jZGyYchsSFwkIzT0J8Sl+zK1X+e/bN+XJOEnwFmB8LS9v+lMYfsGP4zsG3BXRNDETxA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.3.0.tgz", + "integrity": "sha512-4l7MexuIZuOj9FoBIbRD+nkMvZZASe1ukzanjrmfROlCzzd6ZiM0qmG3aa6sZdt45w4E3rUreGHaN6WhKc9Z9g==", "dependencies": { "editions": "^6.13.0" }, @@ -71,12 +73,28 @@ "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/file": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@bevry/file/-/file-2.2.0.tgz", - "integrity": "sha512-rImSWFJL0Gv5iM04AU9oHSx7HX1vlwGbk3jUXd2lBRNTeaFXgCs8jkCtJ+4kv7eIZNPEUSenEOtHlOFoAaK9QQ==", + "node_modules/@bevry/fs-accessible": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.0.0.tgz", + "integrity": "sha512-UG5j7WdxhYdmcFdMfhK+12HeBYUtHJ980ATrxDLwlGFNwPekxTya25nh8FAl8s+Ot4iB69SXkkUQBuTb28eCiQ==", + "dependencies": { + "editions": "^6.13.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/fs-list": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.0.0.tgz", + "integrity": "sha512-95W6ha0IX1nUw9+nngjWW3oAquTTpWMQZiiNM3Ks5+u2ZuYqq4I23KbPWCZvwIOW4BJSbc9QJgw1d2KiHxV9Aw==", "dependencies": { + "@bevry/fs-accessible": "^2.0.0", "editions": "^6.13.0", + "errlop": "^7.2.0", "version-compare": "^3.2.0" }, "engines": { @@ -86,6 +104,72 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/fs-mkdirp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.0.0.tgz", + "integrity": "sha512-R5mEQBFYl/Kf6DWeITih9JRJn7otLJRb/vSjCFbeWOyscgZ0VOuuv8mElR5v4x4furv8I6f3233R61KcU5xoww==", + "dependencies": { + "@bevry/fs-accessible": "^2.0.0", + "editions": "^6.13.0", + "errlop": "^7.2.0", + "version-compare": "^3.2.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/fs-read": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.0.0.tgz", + "integrity": "sha512-BYndXVIC//KPbsoJkcZvX3x+hTXAWST5bwaxN3wXmZqZlM0t0OP4k/psUbDr8c6WxVFPHVT4IIKguk+IoyHdsQ==", + "dependencies": { + "@bevry/fs-accessible": "^2.0.0", + "editions": "^6.13.0", + "errlop": "^7.2.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/fs-unlink": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.0.0.tgz", + "integrity": "sha512-sN3aOeYlqvLLorQesWrtiV3pcH7ygp5eztLrh9V7Ylnm20+GNpsHuXh94lyJcCz89e7rB/ZPnUji9l4pRJgGQA==", + "dependencies": { + "@bevry/fs-accessible": "^2.0.0", + "editions": "^6.13.0", + "errlop": "^7.2.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/fs-write": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.0.0.tgz", + "integrity": "sha512-tX92v6YEj4E4H16kG5DYjGFvl8M9yggLyukl24VFB0mrbnawvJ8dlMIvmmj2DyafaoqFzIg8WrCRv4meEquhEA==", + "dependencies": { + "@bevry/fs-accessible": "^2.0.0", + "@bevry/fs-mkdirp": "^1.0.0", + "editions": "^6.13.0", + "errlop": "^7.2.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/github-api": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.1.0.tgz", @@ -169,11 +253,13 @@ } }, "node_modules/@bevry/json": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.8.0.tgz", - "integrity": "sha512-TCljRl7mihYvlK2B6NISz7II0FQu0OuEG7R3Hw2lVxh/PDv7vCGlqdNrIiM5qnwuxxTj1xVD+epjm9IT5GBgzA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.9.0.tgz", + "integrity": "sha512-22RLqQDrKapGvTJoNnunr3TQr9E2/Qr882n9X/DyoNspYgHZ5ijsF3VRAWdgr7HJhrA0ApuFfTaOVVQoSCj99g==", "dependencies": { - "@bevry/file": "^2.2.0", + "@bevry/fs-read": "^1.0.0", + "@bevry/fs-unlink": "^1.0.0", + "@bevry/fs-write": "^1.0.0", "errlop": "^7.2.0" }, "engines": { @@ -289,9 +375,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.53.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz", - "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==", + "version": "8.54.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz", + "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -398,9 +484,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", - "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", + "version": "20.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.1.tgz", + "integrity": "sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -820,9 +906,9 @@ "dev": true }, "node_modules/badges": { - "version": "4.34.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.34.0.tgz", - "integrity": "sha512-X4dmnTht9p5PEv5Us/W3nLNtDxIzUWJ24U5Jt93gUixGWV0N2dN9t10odTMj5X/wvsxSvoNo3yn6tmVkUDwXoA==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.35.0.tgz", + "integrity": "sha512-lyO25Wm/VdC+I+TxBAKkq444OMdWbszsH1WFcUthIYVVpTLHXKa1C0Vr4JCuLvsKjbBnQm6rEQMAsS34VL1ufA==", "engines": { "node": ">=10" }, @@ -1246,15 +1332,15 @@ } }, "node_modules/eslint": { - "version": "8.53.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz", - "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==", + "version": "8.54.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz", + "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.3", - "@eslint/js": "8.53.0", + "@eslint/js": "8.54.0", "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -1990,9 +2076,9 @@ } }, "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true, "engines": { "node": ">= 4" @@ -3823,12 +3909,12 @@ } }, "node_modules/valid-directory": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.2.0.tgz", - "integrity": "sha512-H48H7Jbw2zLZl4DA8QLkT9HsfgGHg+MJi1mOfj+eybe2VhElHsD/0WBaKMBDJAVFq+Pi8w1leiYITYAKZtg/FA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.4.0.tgz", + "integrity": "sha512-RdV/rBBN6MZrksSUc2Eg6lorVJRaS0aN1JM7iXQj8jVRdWQizrb10l4okxDtBdzudB2EFaDUic75W09SLrFl6w==", "dev": true, "dependencies": { - "@bevry/valid-filename": "^2.0.0", + "@bevry/valid-filename": "^2.1.0", "fdir": "^6.1.1" }, "bin": { diff --git a/package.json b/package.json index 69e8f30c..9a22c6a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "3.1.0", + "version": "3.2.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "license": "Artistic-2.0", @@ -149,9 +149,11 @@ } }, "dependencies": { - "@bevry/file": "^2.2.0", - "@bevry/json": "^1.8.0", - "badges": "^4.34.0", + "@bevry/fs-list": "^2.0.0", + "@bevry/fs-read": "^1.0.0", + "@bevry/fs-write": "^1.0.0", + "@bevry/json": "^1.9.0", + "badges": "^4.35.0", "caterpillar": "^6.11.0", "fellow": "^6.25.0", "get-cli-arg": "^8.1.0", @@ -161,11 +163,11 @@ }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.0", + "@types/node": "^20.9.1", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "assert-helpers": "^11.4.0", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-config-bevry": "^4.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", @@ -176,7 +178,7 @@ "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.2.0" + "valid-directory": "^4.4.0" }, "scripts": { "our:bin": "node ./bin.cjs", @@ -218,5 +220,8 @@ }, "boundation": { "desiredNodeOnly": true + }, + "testen": { + "serial": true } } \ No newline at end of file diff --git a/source/index.ts b/source/index.ts index efd68a6b..3a014182 100644 --- a/source/index.ts +++ b/source/index.ts @@ -4,7 +4,9 @@ // First we need to import the libraries we require. // Load in the file system libraries -import { readFile, readDirectory, writeFile } from '@bevry/file' +import list from '@bevry/fs-list' +import read from '@bevry/fs-read' +import write from '@bevry/fs-write' import { resolve, join, dirname } from 'path' // Handle configuration files @@ -125,7 +127,7 @@ export class Projectz { const ReadmeFiles = Object.keys(this.filenamesForReadmeFiles) // Load - const files = await readDirectory(this.cwd) + const files = await list(this.cwd) for (const file of files) { const filePath = join(this.cwd, file) @@ -142,7 +144,7 @@ export class Projectz { for (const key of ReadmeFiles) { if (file.toLowerCase().startsWith(key)) { this.log('info', `Reading meta file: ${filePath}`) - const data = await readFile(filePath) + const data = await read(filePath) this.filenamesForReadmeFiles[key] = file this.dataForReadmeFiles[key] = data.toString() } @@ -615,7 +617,7 @@ export class Projectz { const filepath = join(this.cwd, filename) this.log('info', `Saving readme file: ${filepath}`) const content = enhancedReadmesData[key] - return writeFile(filepath, content) + return write(filepath, content) }, ), ]) diff --git a/test-fixtures/out-expected/README.md b/test-fixtures/out-expected/README.md index 054ac138..f65b4459 100644 --- a/test-fixtures/out-expected/README.md +++ b/test-fixtures/out-expected/README.md @@ -13,7 +13,7 @@ Dependency Status Dev Dependency Status
    -Slack community badge +Slack community badge Patreon donate button Gratipay donate button Flattr donate button diff --git a/test-fixtures/src/README.md b/test-fixtures/src/README.md index 054ac138..f65b4459 100644 --- a/test-fixtures/src/README.md +++ b/test-fixtures/src/README.md @@ -13,7 +13,7 @@ Dependency Status Dev Dependency Status
    -Slack community badge +Slack community badge Patreon donate button Gratipay donate button Flattr donate button From 86f8b67ee1bb167099a29c7267b45588bbd05d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 16:35:19 +0000 Subject: [PATCH 05/23] Bump bevry-actions/npm from 1.1.1 to 1.1.2 Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: bevry-actions/npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index b3519fee..77319171 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -52,7 +52,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.1 + uses: bevry-actions/npm@v1.1.2 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' From c8e070d5ff78d80ab16aefdc9f4016571ba043ad Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 21 Nov 2023 20:58:05 +0800 Subject: [PATCH 06/23] v3.3.0 - boundation, changelog, version bump --- .github/workflows/bevry.yml | 2 +- HISTORY.md | 4 + README.md | 14 +- package-lock.json | 513 ++++++++++++++++-------------------- package.json | 60 +++-- 5 files changed, 277 insertions(+), 316 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 77319171..34eab7c5 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -69,7 +69,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Enable auto-merge for Dependabot PRs - run: gh pr merge --auto --merge "$PR_URL" + run: gh pr merge --auto --squash "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/HISTORY.md b/HISTORY.md index f4ae5be6..9b2596cd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v3.3.0 2023 November 21 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v3.2.0 2023 November 15 - Use the new `@bevry/fs-*` dependencies diff --git a/README.md b/README.md index 980a8831..e667379d 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,16 @@ NPM downloads
    GitHub Sponsors donate button -ThanksDev donate button +ThanksDev donate button Patreon donate button -Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button -Wishlist browse button +
    +Discord server badge +Twitch community badge @@ -294,7 +295,8 @@ This README is also, expectedly, built with projectz. [View its source.](https:/
    • projectz/source/index.ts is TypeScript source code with Import for modules
    • projectz aliases projectz/edition-es2022/index.js
    • projectz/edition-es2022/index.js is TypeScript compiled against ES2022 for Node.js with Require for modules
    • -
    • projectz/edition-es2022-esm/index.js is TypeScript compiled against ES2022 for Node.js with Import for modules
    +
  • projectz/edition-es2022-esm/index.js is TypeScript compiled against ES2022 for Node.js with Import for modules
  • +
  • projectz/edition-types/index.d.ts is TypeScript compiled Types with Import for modules
  • @@ -334,15 +336,13 @@ These amazing people are maintaining this project: No sponsors yet! Will you be the first? GitHub Sponsors donate button -ThanksDev donate button +ThanksDev donate button Patreon donate button -Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button -Wishlist browse button

    Contributors

    diff --git a/package-lock.json b/package-lock.json index 183c25d5..d36c9409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,43 +1,43 @@ { "name": "projectz", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "3.2.0", + "version": "3.3.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/fs-list": "^2.0.0", - "@bevry/fs-read": "^1.0.0", - "@bevry/fs-write": "^1.0.0", - "@bevry/json": "^1.9.0", - "badges": "^4.35.0", - "caterpillar": "^6.11.0", + "@bevry/fs-list": "^2.1.0", + "@bevry/fs-read": "^1.1.0", + "@bevry/fs-write": "^1.1.0", + "@bevry/json": "^1.10.0", + "badges": "^4.36.0", + "caterpillar": "^6.12.0", "fellow": "^6.25.0", "get-cli-arg": "^8.1.0", "spdx-expression-parse": "^3.0.1", "spdx-license-list": "^6.8.0", - "typechecker": "^8.2.0" + "typechecker": "^8.5.0" }, "bin": { "projectz": "bin.cjs" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.1", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", - "assert-helpers": "^11.4.0", + "@types/node": "^20.9.3", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", + "assert-helpers": "^11.5.0", "eslint": "^8.54.0", - "eslint-config-bevry": "^4.0.0", + "eslint-config-bevry": "^5.1.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.10.0", - "kava": "^7.2.0", + "filedirname": "^2.11.0", + "kava": "^7.3.0", "prettier": "^3.1.0", - "safeps": "^11.2.0", + "safeps": "^11.3.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", @@ -60,9 +60,9 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.3.0.tgz", - "integrity": "sha512-4l7MexuIZuOj9FoBIbRD+nkMvZZASe1ukzanjrmfROlCzzd6ZiM0qmG3aa6sZdt45w4E3rUreGHaN6WhKc9Z9g==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.4.0.tgz", + "integrity": "sha512-nuzLg4ZDKh8OaLbP0FL2CI/fd8xFll9eUdnFgUzycR1iLl9lk+ANR1Ivmest6gxvgNLBElO58sRpQ0rqq+jeng==", "dependencies": { "editions": "^6.13.0" }, @@ -74,9 +74,9 @@ } }, "node_modules/@bevry/fs-accessible": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.0.0.tgz", - "integrity": "sha512-UG5j7WdxhYdmcFdMfhK+12HeBYUtHJ980ATrxDLwlGFNwPekxTya25nh8FAl8s+Ot4iB69SXkkUQBuTb28eCiQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.1.0.tgz", + "integrity": "sha512-0CBc/Hz2hBcv81lLAH6IxWvKKTNxWxPwDFZQqGQbLbN9suoQVUMloplFBYbtJi6TWv8iYPMHAZrVgFvMGL29GQ==", "dependencies": { "editions": "^6.13.0" }, @@ -88,14 +88,14 @@ } }, "node_modules/@bevry/fs-list": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.0.0.tgz", - "integrity": "sha512-95W6ha0IX1nUw9+nngjWW3oAquTTpWMQZiiNM3Ks5+u2ZuYqq4I23KbPWCZvwIOW4BJSbc9QJgw1d2KiHxV9Aw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.1.0.tgz", + "integrity": "sha512-LuRldn3zimwAnCdnQb9gzDVErSAvls6abkynncevLMayd8RLFzZRYwxRCP1JXdWewSLqqa5852NW0mPD6gOyOg==", "dependencies": { - "@bevry/fs-accessible": "^2.0.0", + "@bevry/fs-accessible": "^2.1.0", "editions": "^6.13.0", - "errlop": "^7.2.0", - "version-compare": "^3.2.0" + "errlop": "^7.3.0", + "version-compare": "^3.3.0" }, "engines": { "node": ">=4" @@ -105,14 +105,14 @@ } }, "node_modules/@bevry/fs-mkdirp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.0.0.tgz", - "integrity": "sha512-R5mEQBFYl/Kf6DWeITih9JRJn7otLJRb/vSjCFbeWOyscgZ0VOuuv8mElR5v4x4furv8I6f3233R61KcU5xoww==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.1.0.tgz", + "integrity": "sha512-mOdTgQmzqhz61mCxLIkbZwiBtmWw9wkcF89Qwn1rAewCjvRB1qBWNf7CW7eDaOevkKQ+Ub8TWXEJZmNXpWO+Qw==", "dependencies": { - "@bevry/fs-accessible": "^2.0.0", + "@bevry/fs-accessible": "^2.1.0", "editions": "^6.13.0", - "errlop": "^7.2.0", - "version-compare": "^3.2.0" + "errlop": "^7.3.0", + "version-compare": "^3.3.0" }, "engines": { "node": ">=4" @@ -122,13 +122,13 @@ } }, "node_modules/@bevry/fs-read": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.0.0.tgz", - "integrity": "sha512-BYndXVIC//KPbsoJkcZvX3x+hTXAWST5bwaxN3wXmZqZlM0t0OP4k/psUbDr8c6WxVFPHVT4IIKguk+IoyHdsQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.1.0.tgz", + "integrity": "sha512-r84hG1xmTeLYi3foBjtSFOibOYd4QMD0FSkWWTjsK3AFPY3kaAVDeaUuaNKG5A43sTlCpA1zpMudWBml9RFL2Q==", "dependencies": { - "@bevry/fs-accessible": "^2.0.0", + "@bevry/fs-accessible": "^2.1.0", "editions": "^6.13.0", - "errlop": "^7.2.0" + "errlop": "^7.3.0" }, "engines": { "node": ">=4" @@ -138,13 +138,13 @@ } }, "node_modules/@bevry/fs-unlink": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.0.0.tgz", - "integrity": "sha512-sN3aOeYlqvLLorQesWrtiV3pcH7ygp5eztLrh9V7Ylnm20+GNpsHuXh94lyJcCz89e7rB/ZPnUji9l4pRJgGQA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.1.0.tgz", + "integrity": "sha512-l4YjsAjCtxs4pH+5djB0CwOP125mEzpmDlqlnK+9wX97wqcWGXp90rKzM2dTwmdHOrgltpY8a7oXj/Dlixl26Q==", "dependencies": { - "@bevry/fs-accessible": "^2.0.0", + "@bevry/fs-accessible": "^2.1.0", "editions": "^6.13.0", - "errlop": "^7.2.0" + "errlop": "^7.3.0" }, "engines": { "node": ">=4" @@ -154,14 +154,14 @@ } }, "node_modules/@bevry/fs-write": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.0.0.tgz", - "integrity": "sha512-tX92v6YEj4E4H16kG5DYjGFvl8M9yggLyukl24VFB0mrbnawvJ8dlMIvmmj2DyafaoqFzIg8WrCRv4meEquhEA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.1.0.tgz", + "integrity": "sha512-F7j79mQeSO4jvO7qgV4nPNS7lNjT9wqW13hiz9roxpp/yyYG6CDXKpMvvDn2FTORFESn4k48oeKGWJirl7Q0fQ==", "dependencies": { - "@bevry/fs-accessible": "^2.0.0", - "@bevry/fs-mkdirp": "^1.0.0", + "@bevry/fs-accessible": "^2.1.0", + "@bevry/fs-mkdirp": "^1.1.0", "editions": "^6.13.0", - "errlop": "^7.2.0" + "errlop": "^7.3.0" }, "engines": { "node": ">=4" @@ -171,12 +171,12 @@ } }, "node_modules/@bevry/github-api": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.1.0.tgz", - "integrity": "sha512-GwtlaJ3IRpulHYx0FUJiRM8HqeW0KfwTQkAqcEb86lMF7gQ9ZEyqSn8yYSXY8vHVt/PtLMPaXc76CcLQOxQmbw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.2.0.tgz", + "integrity": "sha512-jmTi25/DumuTbKBSZTrGTnZD2HFOfx6CaJYLxF7jZmlyKmifXPbXAt/Aia9CCAbDBmc1tI4KyN4YYiNEMuGaeg==", "dev": true, "dependencies": { - "@bevry/wait": "^2.0.0", + "@bevry/wait": "^2.1.0", "simplytyped": "^3.3.0" }, "engines": { @@ -187,15 +187,15 @@ } }, "node_modules/@bevry/github-contributors": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.1.0.tgz", - "integrity": "sha512-PwwvrtdQx06r4haHh4PK3cbkSmml7KFjOXPqZhce5mfCkjD+aEPmYaklO2zkLKvYaekRzEXjErJO31rPyKt7gw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.2.0.tgz", + "integrity": "sha512-dsp9nnmsBdCD3k68pYmVPdskqDF9ZcriydbytIqnoR74Aji5vX0X5/CiLvB0Y6wOz+/tlztMDK2Q5fXMStNfzQ==", "dev": true, "dependencies": { - "@bevry/github-api": "^10.0.0", - "@bevry/github-repos": "^6.1.0", + "@bevry/github-api": "^10.2.0", + "@bevry/github-repos": "^7.0.0", "fellow": "^6.25.0", - "native-promise-pool": "^3.19.0", + "native-promise-pool": "^3.23.0", "simplytyped": "^3.3.0" }, "engines": { @@ -206,61 +206,32 @@ } }, "node_modules/@bevry/github-repos": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-6.1.0.tgz", - "integrity": "sha512-hzExXsztBWKO6ECld72UoTuYcISjfecwZlZs2ibbfQPcjwB/BAjavsSDcpniG0eNBeCrOsizwh7Dv0QP59nMsg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-7.0.0.tgz", + "integrity": "sha512-Io8uu1TJmfojkMeHEuURjPRbqHeIkHCzU5kxvaOYU9T09KTPCG7eF04E9rQlaFG7mI/Vov9cG3n1XUh43x2GpQ==", "dev": true, "dependencies": { - "@bevry/github-api": "^9.0.0", + "@bevry/github-api": "^10.0.0", "@bevry/list": "^1.7.0", "native-promise-pool": "^3.19.0", "simplytyped": "^3.3.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@bevry/github-repos/node_modules/@bevry/github-api": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-9.0.0.tgz", - "integrity": "sha512-Vi6wqGSmDQeSeFm6bAcFvICjVr0CRHLde4JXpvRrwtItpa5xCoastQpbHdJTL5LEubsB9taHF9HW/dwdJw3laA==", - "dev": true, - "dependencies": { - "@bevry/wait": "^1.0.0", - "node-fetch": "^2.6.1", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@bevry/github-repos/node_modules/@bevry/wait": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-1.1.0.tgz", - "integrity": "sha512-hmF51d5lMREobXfdZ8fPuUBdHS11APwAibWEHpHI3sEVu8I0tdK8xmawIZWSxfhFgSsgwdSSCWSUCx92qMA9Gg==", - "dev": true, - "engines": { - "node": ">=12" + "node": ">=18" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/json": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.9.0.tgz", - "integrity": "sha512-22RLqQDrKapGvTJoNnunr3TQr9E2/Qr882n9X/DyoNspYgHZ5ijsF3VRAWdgr7HJhrA0ApuFfTaOVVQoSCj99g==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.10.0.tgz", + "integrity": "sha512-OdAglhqfMDeetuUqZHJe40+sKfWDSbamKimwTyv7eJu6ODWvVJNzi20V7RkgYmzeifODX0rNwCBmPn9b+j54MA==", "dependencies": { - "@bevry/fs-read": "^1.0.0", - "@bevry/fs-unlink": "^1.0.0", - "@bevry/fs-write": "^1.0.0", - "errlop": "^7.2.0" + "@bevry/fs-read": "^1.1.0", + "@bevry/fs-unlink": "^1.1.0", + "@bevry/fs-write": "^1.1.0", + "errlop": "^7.3.0" }, "engines": { "node": ">=10" @@ -301,9 +272,9 @@ } }, "node_modules/@bevry/valid-filename": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.1.0.tgz", - "integrity": "sha512-/8sDKmnrB6FTxkVMmNf0sCeP9jEi3HgcN1xcFxvCTyUY3WcV2R1UU/JGNz1lIYzO2wKE0OZf4qRRW9dCx/8/FQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.2.0.tgz", + "integrity": "sha512-x2azHSQOXvzIcVRoh1yJoRIySmJVjszqlvXwTBwgYsqCKT+pqjHJse+kRZ0oxxNww3wrsJKnHc7e2sGgkbQ++w==", "dev": true, "bin": { "valid-filename": "bin.cjs" @@ -316,9 +287,9 @@ } }, "node_modules/@bevry/wait": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.1.0.tgz", - "integrity": "sha512-AyDsTT08vapll+A4a42hi2mYLNfgalv3OQPrdRsabASomxYRttivvatcdxSeSjGRWlHTZJ2ygPUEkPGnas1ZBQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.2.0.tgz", + "integrity": "sha512-Fx8vLocJpsza07WvL6rxCO1KRV5T2LbBu7KqjPQLcLH6trUs/irZzYyRjcVt2xCQiR1bC0+O+2Jt9xYbfD6DOw==", "dev": true, "engines": { "node": ">=4" @@ -484,31 +455,31 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.9.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.1.tgz", - "integrity": "sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==", + "version": "20.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", + "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@types/semver": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz", - "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==", + "version": "7.5.6", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", + "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz", - "integrity": "sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz", + "integrity": "sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.11.0", - "@typescript-eslint/type-utils": "6.11.0", - "@typescript-eslint/utils": "6.11.0", - "@typescript-eslint/visitor-keys": "6.11.0", + "@typescript-eslint/scope-manager": "6.12.0", + "@typescript-eslint/type-utils": "6.12.0", + "@typescript-eslint/utils": "6.12.0", + "@typescript-eslint/visitor-keys": "6.12.0", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.4", @@ -534,15 +505,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.11.0.tgz", - "integrity": "sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.12.0.tgz", + "integrity": "sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "6.11.0", - "@typescript-eslint/types": "6.11.0", - "@typescript-eslint/typescript-estree": "6.11.0", - "@typescript-eslint/visitor-keys": "6.11.0", + "@typescript-eslint/scope-manager": "6.12.0", + "@typescript-eslint/types": "6.12.0", + "@typescript-eslint/typescript-estree": "6.12.0", + "@typescript-eslint/visitor-keys": "6.12.0", "debug": "^4.3.4" }, "engines": { @@ -562,13 +533,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz", - "integrity": "sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz", + "integrity": "sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.11.0", - "@typescript-eslint/visitor-keys": "6.11.0" + "@typescript-eslint/types": "6.12.0", + "@typescript-eslint/visitor-keys": "6.12.0" }, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -579,13 +550,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz", - "integrity": "sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz", + "integrity": "sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "6.11.0", - "@typescript-eslint/utils": "6.11.0", + "@typescript-eslint/typescript-estree": "6.12.0", + "@typescript-eslint/utils": "6.12.0", "debug": "^4.3.4", "ts-api-utils": "^1.0.1" }, @@ -606,9 +577,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.11.0.tgz", - "integrity": "sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.12.0.tgz", + "integrity": "sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==", "dev": true, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -619,13 +590,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz", - "integrity": "sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz", + "integrity": "sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.11.0", - "@typescript-eslint/visitor-keys": "6.11.0", + "@typescript-eslint/types": "6.12.0", + "@typescript-eslint/visitor-keys": "6.12.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -646,17 +617,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.11.0.tgz", - "integrity": "sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.12.0.tgz", + "integrity": "sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.11.0", - "@typescript-eslint/types": "6.11.0", - "@typescript-eslint/typescript-estree": "6.11.0", + "@typescript-eslint/scope-manager": "6.12.0", + "@typescript-eslint/types": "6.12.0", + "@typescript-eslint/typescript-estree": "6.12.0", "semver": "^7.5.4" }, "engines": { @@ -671,12 +642,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz", - "integrity": "sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz", + "integrity": "sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.11.0", + "@typescript-eslint/types": "6.12.0", "eslint-visitor-keys": "^3.4.1" }, "engines": { @@ -859,14 +830,14 @@ } }, "node_modules/assert-helpers": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.4.0.tgz", - "integrity": "sha512-TdRtvQxF6nKWH8u9DPVIpdBCEkg8k41rzigC+tNJvY8+ebIeLcXuhLqPZOF8ncWDHYPAhptSWu92hKgq6YqzGw==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.5.0.tgz", + "integrity": "sha512-Ti9VEWfg3SVFrbfEgwy+AJ9o6Df65wN6ihu1F9RdZr86gwjcBqPtTHBMP5hX5YEbuR5aJhDLBT5/WKqmQi0Ypw==", "dev": true, "dependencies": { - "@bevry/ansi": "^6.1.0", - "editions": "^6.12.0", - "errlop": "^7.2.0" + "@bevry/ansi": "^6.4.0", + "editions": "^6.13.0", + "errlop": "^7.3.0" }, "engines": { "node": ">=4" @@ -906,9 +877,9 @@ "dev": true }, "node_modules/badges": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.35.0.tgz", - "integrity": "sha512-lyO25Wm/VdC+I+TxBAKkq444OMdWbszsH1WFcUthIYVVpTLHXKa1C0Vr4JCuLvsKjbBnQm6rEQMAsS34VL1ufA==", + "version": "4.36.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.36.0.tgz", + "integrity": "sha512-ZLoUJU1pL5T1wqHTE8SN/gG2HfkULhgpgtHWr8Zh5X/P++M6DqacIcTx3PS3e/iBK5BMyxlaJZsK2P5UVL1E8w==", "engines": { "node": ">=10" }, @@ -1017,14 +988,14 @@ "dev": true }, "node_modules/caterpillar": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.11.0.tgz", - "integrity": "sha512-FQn5U9LyJiPuREifDEIANecN1ydrwqYOQhUMX0VAwVhaodD71pTfHs7Yg9nOiQuIjYRUgfQyARZts7YQkOXdWw==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.12.0.tgz", + "integrity": "sha512-xsjj5cawIkWVgEbFe5p/RjA4Iwvx5TwW5++Gn6gw05Vs3Daf68flIsQfphAdgL2p7MiIxe4T0QpddTKJhyQWsQ==", "dependencies": { - "@bevry/ansi": "^6.2.0", + "@bevry/ansi": "^6.4.0", "editions": "^6.13.0", - "get-current-line": "^6.9.0", - "rfc-log-levels": "^3.20.0" + "get-current-line": "^6.10.0", + "rfc-log-levels": "^3.21.0" }, "engines": { "node": ">=10" @@ -1269,13 +1240,13 @@ } }, "node_modules/eachr": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.3.0.tgz", - "integrity": "sha512-8IvhM85jVBHWObZ/GJ6MgzpBwD5Z/KsSbeQFMnauf71pB+CLRA7+qzEpueBGLD6j/PG4mBu8Ho+/J2aZjYFSOg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.5.0.tgz", + "integrity": "sha512-ZN/qq8/81Zxdabht75isKiPnPJdCNFBhGcekF7MCb1nzLp81/IMQkpvLEoJOcGwXoOWMcWRh6ujZv80PNnYcCA==", "dev": true, "dependencies": { "editions": "^6.13.0", - "typechecker": "^8.2.0" + "typechecker": "^8.5.0" }, "engines": { "node": ">=4" @@ -1309,9 +1280,9 @@ } }, "node_modules/errlop": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.2.0.tgz", - "integrity": "sha512-/dMPTcSrBHN6c6idVJbNiFJ8KZGDujcRrf2rDCXqo4sGUwbRpbo1KKTtL91wBA5OAhCZ9O1hmKQpDFyVo6owrg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.3.0.tgz", + "integrity": "sha512-L7V1a+Ot9BieLoKa8bwOu2X7e/sH6LZ3SSzfnOEOdCHGmIi+vK4jgJLEmtmuM7JlI1+68PX9ZMDd2oUhLmLSGw==", "engines": { "node": ">=4" }, @@ -1387,15 +1358,15 @@ } }, "node_modules/eslint-config-bevry": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-4.0.0.tgz", - "integrity": "sha512-329+HQ/bn9VnjpvWWGqjenyx/ZTxG38+vzjYNUl4BqGXjdHL2U9N0DM3I5YXsSp7Nr5bHkDHUPVycRaz5rFNnQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-5.1.0.tgz", + "integrity": "sha512-WI5DJGD7FsCGhN4p5lSfv+S6g0e82NYUJ8a9WcApOjNj95vJoWksRy2XOjglQ+nDbI2/BZO9OQoY0ahW+nlfFQ==", "dev": true, "dependencies": { - "semver": "^7.5.4" + "version-clean": "^1.1.0" }, "engines": { - "node": ">=8" + "node": ">=6" }, "funding": { "url": "https://bevry.me/fund" @@ -1530,14 +1501,14 @@ } }, "node_modules/event-emitter-grouped": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.2.0.tgz", - "integrity": "sha512-qKUoNmGXBdlMI9PfWqr3QPuHqERWNekw4/4j2LqvybsKG4IK3mqzgKHYDOZCrdSeX8svcMI+ZJ6Mi2FAETa4kQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.3.0.tgz", + "integrity": "sha512-k/O+Z5z607OnI87uBW5pdjho49PyV2lWMnyeVFPv90Lio2sCrHLm3sLGDUMnWKVfmvBoiKHdfxVimn/DMPai0A==", "dev": true, "dependencies": { "editions": "^6.13.0", - "taskgroup": "^9.3.0", - "unbounded": "^5.2.0" + "taskgroup": "^9.4.0", + "unbounded": "^5.3.0" }, "engines": { "node": ">=4" @@ -1603,13 +1574,13 @@ "dev": true }, "node_modules/extendr": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.2.0.tgz", - "integrity": "sha512-OERmPfUU5W6XFhtvYXKpfsvzphuKlgczjFuyLetNpp2yEq6eM5BcaRkdv4iITTTA72kINNQrynsNLrc7dqJIVg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.3.0.tgz", + "integrity": "sha512-POnl6CCjhLIMap3Ms3C0499f4Dj1Wr0MuraNFcT2CQveEcL6llem9NK0xXQBsZpTtjhJ6hlMiFqe8QTF92k2ew==", "dev": true, "dependencies": { "editions": "^6.13.0", - "typechecker": "^8.2.0" + "typechecker": "^8.5.0" }, "engines": { "node": ">=4" @@ -1633,14 +1604,14 @@ } }, "node_modules/extract-opts": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.2.0.tgz", - "integrity": "sha512-aaJT0KtC/Qf0fDgRE+NAzgQrogNPfSNjesxA/mNdF8p9J0qmvQMTa3brZZTbfQzPanH43/lnSG6PtBUuMgy1gA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.3.0.tgz", + "integrity": "sha512-bpahJj1yS2hQzO6VaBySxz8kAipKFM3mygAhpHfaojrrlwhCWfWgWeUmMEwuzqugKaOfDh63uvhvB4YmT8eT5A==", "dev": true, "dependencies": { - "eachr": "^6.3.0", + "eachr": "^6.5.0", "editions": "^6.13.0", - "typechecker": "^8.2.0" + "typechecker": "^8.5.0" }, "engines": { "node": ">=4" @@ -1764,12 +1735,12 @@ } }, "node_modules/filedirname": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.10.0.tgz", - "integrity": "sha512-TKb/ta1cqYSEpq3mypdG3+yRKgMyBLidLXkc55yRwc3qwXuVlcRdT5Jw5Ne8kqFv/LHoCUxmQ3nerQZCpIIbNA==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.11.0.tgz", + "integrity": "sha512-BJziCt40D3EFDjnpBUVEjOr9VFlZZxLQAbx8QWN8akhayehjoAlAFUDp8bIQAUoOAu/rzSdPnJshgHAWK7TzKQ==", "dev": true, "dependencies": { - "get-current-line": "^6.9.0" + "get-current-line": "^6.10.0" }, "engines": { "node": ">=10" @@ -1897,9 +1868,9 @@ } }, "node_modules/get-current-line": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.9.0.tgz", - "integrity": "sha512-jFRFeABDPUMkidcVK3OOWKCAts9Gpku1+dWDLTU7mHbdp6sRB2IM9EnE3io8gJhxCHyTgANj3N5Lg9yHyAxypA==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.10.0.tgz", + "integrity": "sha512-qxdd6md52tQVow2SQb8JwujNa4cJ5+lxdDk/fvasrxKF5PnIxydnYneARt2xmaBi/h9Op3O5jld+ymugLK6c3A==", "engines": { "node": ">=10" }, @@ -2455,14 +2426,14 @@ } }, "node_modules/kava": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.2.0.tgz", - "integrity": "sha512-Fs4liNvmIhLxyRmTMdnl4xLyEGivaVtozYwysDxNDu0yS6fMh5yC9lzqmh8q+DKaNrfjbkHwnWYLV8YwYGqiaQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.3.0.tgz", + "integrity": "sha512-rwynvDolkmbGAv3SXlqQzL+HisQdtIO5dtTxFpbbXLiPbGgiL+Sp9SYxwHoKoPjKWwnA+y7/BzpOQ9PXmJfM+g==", "dev": true, "dependencies": { "editions": "^6.13.0", - "event-emitter-grouped": "^6.2.0", - "taskgroup": "^9.3.0" + "event-emitter-grouped": "^6.3.0", + "taskgroup": "^9.4.0" }, "engines": { "node": ">=4" @@ -2669,9 +2640,9 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.23.0.tgz", - "integrity": "sha512-BIW+8lLmHQJBJegsZS7vAPG++d1gAcJ8wS15r6+4h7khKEJ31QR06BZYme6kfPVBi9fOKG0L/yEwXRD+3Qs1pg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.24.0.tgz", + "integrity": "sha512-shG6sgHCBfr9N4xXNpJ0XjScADoljsyJS3unveurpGyt9czmYrpnK3yeh/qfVRG68EhILRfuaQHuOVzjmrgwQQ==", "dev": true, "dependencies": { "editions": "^6.13.0" @@ -2695,30 +2666,10 @@ "integrity": "sha512-ye8AIYWQcP9MvoM1i0Z2jV0qed31Z8EWXYnyGNkiUAd+Fo8J+7uy90xTV8g/oAbhtjkY7iZbNTizQaXdKUuwpQ==", "dev": true }, - "node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", - "dev": true, - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/normalify": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.27.0.tgz", - "integrity": "sha512-4mK4oobeHuYpv6OQiZWd/ILUi1GFaTKPxiQ9tPvI/nWIoz6i7c6/qXPopmrw7opjGTCSDHt2HwzYWrIr+mWRTg==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.28.0.tgz", + "integrity": "sha512-AOVs8Wi1W7QlMqxsBIUK6nv9jbLZmwzt2jdR0BTHV3UAvZ+kT7n9+DSUafqxpqZxFTd4j6TWIvo2qf3bJI2ILg==", "engines": { "node": ">=10" }, @@ -3104,9 +3055,9 @@ } }, "node_modules/rfc-log-levels": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.20.0.tgz", - "integrity": "sha512-fRvsAhOFIp0Ez6ooDFMpMM9Ma0FymjF9gOPHjE4b32XvvLZjEyHQbLpf1cs3Hd1G7Lg2mUL4fRJD53JoPokcWA==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.21.0.tgz", + "integrity": "sha512-AP+S8PnysICJ8XD4MGM5yyODJFmQW30Xs37FGkheWGosUVlYsTnK1gYTytyVbc4CYzKai6Jmh//7C2aUErp79g==", "engines": { "node": ">=10" }, @@ -3298,13 +3249,13 @@ ] }, "node_modules/safefs": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.3.0.tgz", - "integrity": "sha512-IS/Q+IZ4FLSHUHVEKgLA+8SD5LPB5LoN0gDbeMcqW4W+PUoXVV2/7HJ7iLfi7XXw7qQE/A6g64+k89VhcrEkWQ==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.4.0.tgz", + "integrity": "sha512-dIi839HGNWD/AwozKXp/bR04h+SbIlOnnyYcOnGmiMOHunHEWn4UpI8t9Sfw5gq5upXVLcUIFjxZPQtlcoAXMg==", "dev": true, "dependencies": { "graceful-fs": "^4.2.11", - "version-compare": "^3.2.0" + "version-compare": "^3.3.0" }, "engines": { "node": ">=4" @@ -3314,16 +3265,16 @@ } }, "node_modules/safeps": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.2.0.tgz", - "integrity": "sha512-qa6JaSDyhuOqUexFqfqihz8feBTMgZTiSvC0UDSkkH3N4EzzlkVkLH+JMd4vOuiHv6D4iHDtBiWLv5C92d5i0Q==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.3.0.tgz", + "integrity": "sha512-IaeWzaVvmuFl4VgXAfrRyrs0AXVWcdpzrz8J6jvILiTNRIwvUvjaopEaaQ2Pw5tD+exCzImiTs0QHq6EsMKMaA==", "dev": true, "dependencies": { "editions": "^6.13.0", - "extract-opts": "^5.2.0", - "safefs": "^8.3.0", - "taskgroup": "^9.2.0", - "typechecker": "^8.2.0" + "extract-opts": "^5.3.0", + "safefs": "^8.4.0", + "taskgroup": "^9.3.0", + "typechecker": "^8.5.0" }, "engines": { "node": ">=4" @@ -3636,16 +3587,16 @@ } }, "node_modules/taskgroup": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.3.0.tgz", - "integrity": "sha512-yYsPr+4YYfigAb0ZGbIsvKumdOW8+s+226Swn21OSvdipTatsLsVBp7Cq9qTgKGBloYRydRkS4VE/43xyU0a9g==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.4.0.tgz", + "integrity": "sha512-pXyE6yao3hnUbBlJu7M3VKY+AI2jl54RSaRasEFHqCRX/Pjsg839UATv8tUSBiY0JJKgcJDLHSc4A4Hpedxe1w==", "dev": true, "dependencies": { "ambi": "3.2.0", - "eachr": "^6.3.0", + "eachr": "^6.5.0", "editions": "^6.13.0", - "extendr": "^7.2.0", - "unbounded": "^5.2.0" + "extendr": "^7.3.0", + "unbounded": "^5.3.0" }, "engines": { "node": ">=4" @@ -3715,12 +3666,6 @@ "node": ">=0.8" } }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, "node_modules/ts-api-utils": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", @@ -3782,9 +3727,9 @@ } }, "node_modules/typechecker": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.2.0.tgz", - "integrity": "sha512-SnCTb8RGuu4n3fhbbQ7VJPtFc8F3WtQ9HD7rBg3cyBKKsL8bhAz6tB7ul/zX7hMj8IVFWRfrdbZpd+84lSA8Pw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.5.0.tgz", + "integrity": "sha512-a1hbVPj4Ane0sLledbgIp+nA++Rcx6lVPcrLmaXuqo/hcO5dEVw59mi4pIdxVuKm5hUPWdNeW99ca7rPFaduqQ==", "dependencies": { "editions": "^6.13.0" }, @@ -3854,9 +3799,9 @@ } }, "node_modules/unbounded": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.2.0.tgz", - "integrity": "sha512-/DKuVxnOBgTB85FUcSKAyjPBCsu0mVvG7JtRMQa4+EzyBYS0zYEzpcts5R9QrjL7kE9Jy1iu4XQdAYv/itf4qg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.3.0.tgz", + "integrity": "sha512-ykI4nE6hOLgKYCoC37uaSMyItWJD+pIsbd+p/+qshHRQOvTYASFOnzOI6BH6YejM3YwjuTjcgcXT3tZpCIwC+w==", "dev": true, "dependencies": { "editions": "^6.13.0" @@ -3969,10 +3914,22 @@ "extsprintf": "^1.2.0" } }, + "node_modules/version-clean": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.1.0.tgz", + "integrity": "sha512-M10X8MCM0YGn7thYP1CRla/fbY7f/WMOXvI2oxGTNTHKxir5iK8PpuF2DEBtwGtpxnrjEof3lRArz5iD300bFw==", + "dev": true, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/version-compare": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.2.0.tgz", - "integrity": "sha512-cSIEcfQ2OuSqOC+SIjHXMoldXuXavr/M5GLtQYpQG6mn+tlKYK1DNJ/pllsGGnogM81ekhcHdLJmdEQmwA0hQA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.3.0.tgz", + "integrity": "sha512-jL4QY+bjCHaEGDudegNgtAPzeFeicPBRkISl/2bi1fiKVGbpbQi2fEKBUbA9zsYck7Nv020Xa5jbUdcBv3yocg==", "engines": { "node": ">=4" }, @@ -4006,22 +3963,6 @@ "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", "dev": true }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 9a22c6a6..d04bb03f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "3.2.0", + "version": "3.3.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "license": "Artistic-2.0", @@ -40,18 +40,19 @@ "githubsponsors", "thanksdev", "patreon", - "flattr", "liberapay", "buymeacoffee", "opencollective", "crypto", "paypal", - "wishlist" + "---", + "discord", + "twitch" ], "config": { "githubWorkflow": "bevry", "githubSponsorsUsername": "balupton", - "thanksdevGithubUsername": "balupton", + "thanksdevGithubUsername": "bevry", "buymeacoffeeUsername": "balupton", "cryptoURL": "https://bevry.me/crypto", "flattrUsername": "balupton", @@ -60,6 +61,9 @@ "patreonUsername": "bevry", "paypalURL": "https://bevry.me/paypal", "wishlistURL": "https://bevry.me/wishlist", + "discordServerID": "1147436445783560193", + "discordServerInvite": "nQuXddV7VP", + "twitchUsername": "balupton", "githubUsername": "bevry", "githubRepository": "projectz", "githubSlug": "bevry/projectz", @@ -136,45 +140,57 @@ "node": "20", "browsers": false } + }, + { + "description": "TypeScript compiled Types with Import for modules", + "directory": "edition-types", + "entry": "index.d.ts", + "tags": [ + "compiled", + "types", + "import" + ], + "engines": false } ], "bin": "bin.cjs", - "types": "./compiled-types/", + "types": "edition-types/index.d.ts", "type": "module", "main": "edition-es2022/index.js", "exports": { "node": { + "types": "./edition-types/index.d.ts", "import": "./edition-es2022-esm/index.js", "require": "./edition-es2022/index.js" } }, "dependencies": { - "@bevry/fs-list": "^2.0.0", - "@bevry/fs-read": "^1.0.0", - "@bevry/fs-write": "^1.0.0", - "@bevry/json": "^1.9.0", - "badges": "^4.35.0", - "caterpillar": "^6.11.0", + "@bevry/fs-list": "^2.1.0", + "@bevry/fs-read": "^1.1.0", + "@bevry/fs-write": "^1.1.0", + "@bevry/json": "^1.10.0", + "badges": "^4.36.0", + "caterpillar": "^6.12.0", "fellow": "^6.25.0", "get-cli-arg": "^8.1.0", "spdx-expression-parse": "^3.0.1", "spdx-license-list": "^6.8.0", - "typechecker": "^8.2.0" + "typechecker": "^8.5.0" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.1", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", - "assert-helpers": "^11.4.0", + "@types/node": "^20.9.3", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", + "assert-helpers": "^11.5.0", "eslint": "^8.54.0", - "eslint-config-bevry": "^4.0.0", + "eslint-config-bevry": "^5.1.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.10.0", - "kava": "^7.2.0", + "filedirname": "^2.11.0", + "kava": "^7.3.0", "prettier": "^3.1.0", - "safeps": "^11.2.0", + "safeps": "^11.3.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", @@ -183,10 +199,10 @@ "scripts": { "our:bin": "node ./bin.cjs", "our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", - "our:compile": "npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:types", + "our:compile": "npm run our:compile:edition-es2022 && npm run our:compile:edition-es2022-esm && npm run our:compile:edition-types", "our:compile:edition-es2022": "tsc --module commonjs --target ES2022 --outDir ./edition-es2022 --project tsconfig.json && ( test ! -d edition-es2022/source || ( mv edition-es2022/source edition-temp && rm -rf edition-es2022 && mv edition-temp edition-es2022 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2022/package.json", "our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json", - "our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -rf compiled-types && mv edition-temp compiled-types ) )", + "our:compile:edition-types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir ./edition-types --project tsconfig.json && ( test ! -d edition-types/source || ( mv edition-types/source edition-temp && rm -rf edition-types && mv edition-temp edition-types ) )", "our:deploy": "printf '%s\n' 'no need for this project'", "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", "our:meta:contributors": "update-contributors", From 9ca628333e5921eac920413a5bd6f98caa19b5d3 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 25 Nov 2023 04:32:32 +0800 Subject: [PATCH 07/23] v3.4.0 - boundation, changelog, version bump --- HISTORY.md | 4 + package-lock.json | 341 +++++++++++++++++++++++++--------------------- package.json | 30 ++-- 3 files changed, 206 insertions(+), 169 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9b2596cd..efe869dd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v3.4.0 2023 November 25 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v3.3.0 2023 November 21 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/package-lock.json b/package-lock.json index d36c9409..bf1f479b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,23 +1,23 @@ { "name": "projectz", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "3.3.0", + "version": "3.4.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/fs-list": "^2.1.0", - "@bevry/fs-read": "^1.1.0", - "@bevry/fs-write": "^1.1.0", - "@bevry/json": "^1.10.0", - "badges": "^4.36.0", - "caterpillar": "^6.12.0", + "@bevry/fs-list": "^2.3.0", + "@bevry/fs-read": "^1.3.0", + "@bevry/fs-write": "^1.3.0", + "@bevry/json": "^2.1.0", + "badges": "^4.37.0", + "caterpillar": "^7.0.0", "fellow": "^6.25.0", - "get-cli-arg": "^8.1.0", - "spdx-expression-parse": "^3.0.1", + "get-cli-arg": "^8.3.0", + "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "typechecker": "^8.5.0" }, @@ -26,22 +26,22 @@ }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.3", + "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", - "assert-helpers": "^11.5.0", + "assert-helpers": "^11.6.0", "eslint": "^8.54.0", - "eslint-config-bevry": "^5.1.0", + "eslint-config-bevry": "^5.2.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.11.0", - "kava": "^7.3.0", + "filedirname": "^3.1.0", + "kava": "^7.4.0", "prettier": "^3.1.0", "safeps": "^11.3.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.4.0" + "valid-directory": "^4.5.0" }, "engines": { "node": ">=20" @@ -60,11 +60,11 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.4.0.tgz", - "integrity": "sha512-nuzLg4ZDKh8OaLbP0FL2CI/fd8xFll9eUdnFgUzycR1iLl9lk+ANR1Ivmest6gxvgNLBElO58sRpQ0rqq+jeng==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.5.0.tgz", + "integrity": "sha512-F1V0fQsvjKW+8HD81pAQ3A/B3t9hZBwpozXA5FnQaqAlrELPhwtF+B8FQi0O6he5HCAlKP/PmzlySk/ZtS8IZg==", "dependencies": { - "editions": "^6.13.0" + "editions": "^6.15.0" }, "engines": { "node": ">=4" @@ -73,12 +73,24 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/file-url-to-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@bevry/file-url-to-path/-/file-url-to-path-1.0.1.tgz", + "integrity": "sha512-Lq/C627MfB0Zzb68XTPHxsWQB0SSMYeJN63rQdm9EnkQMmzdzYtUXVpuGeWKz7qUKgL+INU68JAkakC96dASyw==", + "dev": true, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/fs-accessible": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.1.0.tgz", - "integrity": "sha512-0CBc/Hz2hBcv81lLAH6IxWvKKTNxWxPwDFZQqGQbLbN9suoQVUMloplFBYbtJi6TWv8iYPMHAZrVgFvMGL29GQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.2.0.tgz", + "integrity": "sha512-LfwU96cE4/7BCx9cwiWsT/1773zS0Z1NCamMF7vnLFxP6nwnCjRSxUedzGDF942WkuEaENpUdAAl/o9TedVWXw==", "dependencies": { - "editions": "^6.13.0" + "editions": "^6.16.0" }, "engines": { "node": ">=4" @@ -88,14 +100,14 @@ } }, "node_modules/@bevry/fs-list": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.1.0.tgz", - "integrity": "sha512-LuRldn3zimwAnCdnQb9gzDVErSAvls6abkynncevLMayd8RLFzZRYwxRCP1JXdWewSLqqa5852NW0mPD6gOyOg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.3.0.tgz", + "integrity": "sha512-n2Y9m6Zip/1Q4pz8TSUhLqdQPyA0luOMbX1SQrnguM9KEdikymyl2iOoHboBTNTbO5hH+KfxhP2KFz2TtNOByg==", "dependencies": { - "@bevry/fs-accessible": "^2.1.0", - "editions": "^6.13.0", - "errlop": "^7.3.0", - "version-compare": "^3.3.0" + "@bevry/fs-accessible": "^2.2.0", + "editions": "^6.16.0", + "errlop": "^7.4.0", + "version-compare": "^3.4.0" }, "engines": { "node": ">=4" @@ -105,14 +117,14 @@ } }, "node_modules/@bevry/fs-mkdirp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.1.0.tgz", - "integrity": "sha512-mOdTgQmzqhz61mCxLIkbZwiBtmWw9wkcF89Qwn1rAewCjvRB1qBWNf7CW7eDaOevkKQ+Ub8TWXEJZmNXpWO+Qw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.3.0.tgz", + "integrity": "sha512-xw9Q/p5B/TytBiALokrhED4KyUqDO97rXtG9vU8kE4t4mKV+AkH87DBE9c/CVxuWtOe+ZOv+T6BadgfYvWdBHA==", "dependencies": { - "@bevry/fs-accessible": "^2.1.0", - "editions": "^6.13.0", - "errlop": "^7.3.0", - "version-compare": "^3.3.0" + "@bevry/fs-accessible": "^2.2.0", + "editions": "^6.16.0", + "errlop": "^7.4.0", + "version-compare": "^3.4.0" }, "engines": { "node": ">=4" @@ -122,13 +134,13 @@ } }, "node_modules/@bevry/fs-read": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.1.0.tgz", - "integrity": "sha512-r84hG1xmTeLYi3foBjtSFOibOYd4QMD0FSkWWTjsK3AFPY3kaAVDeaUuaNKG5A43sTlCpA1zpMudWBml9RFL2Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.3.0.tgz", + "integrity": "sha512-gv8HALfji3xhGot7dV6754HXitIox2Mg34qo0t8hX3biT/4pLf11a7IWawLOFsIIR2lJGi6dgsHY+N2Kc15CVw==", "dependencies": { - "@bevry/fs-accessible": "^2.1.0", - "editions": "^6.13.0", - "errlop": "^7.3.0" + "@bevry/fs-accessible": "^2.2.0", + "editions": "^6.16.0", + "errlop": "^7.4.0" }, "engines": { "node": ">=4" @@ -138,13 +150,13 @@ } }, "node_modules/@bevry/fs-unlink": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.1.0.tgz", - "integrity": "sha512-l4YjsAjCtxs4pH+5djB0CwOP125mEzpmDlqlnK+9wX97wqcWGXp90rKzM2dTwmdHOrgltpY8a7oXj/Dlixl26Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.3.0.tgz", + "integrity": "sha512-TfyEZdVdZvMV8XHo4EZl/aPLYTh+Faven/Uf4n3Qr4s3AxLbgRUMftJ7HzhDL1oluOAMui3dl8jt3n8IsV6gKw==", "dependencies": { - "@bevry/fs-accessible": "^2.1.0", - "editions": "^6.13.0", - "errlop": "^7.3.0" + "@bevry/fs-accessible": "^2.2.0", + "editions": "^6.16.0", + "errlop": "^7.4.0" }, "engines": { "node": ">=4" @@ -154,14 +166,14 @@ } }, "node_modules/@bevry/fs-write": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.1.0.tgz", - "integrity": "sha512-F7j79mQeSO4jvO7qgV4nPNS7lNjT9wqW13hiz9roxpp/yyYG6CDXKpMvvDn2FTORFESn4k48oeKGWJirl7Q0fQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.3.0.tgz", + "integrity": "sha512-7TSHZcKHmguFURQIXh6b6QXNacraK0bghvsWtbMS5elT24wAHmp2lv5Cls6p5wo8SPJaMdoDQoWjZKMRlehq8A==", "dependencies": { - "@bevry/fs-accessible": "^2.1.0", - "@bevry/fs-mkdirp": "^1.1.0", - "editions": "^6.13.0", - "errlop": "^7.3.0" + "@bevry/fs-accessible": "^2.2.0", + "@bevry/fs-mkdirp": "^1.3.0", + "editions": "^6.16.0", + "errlop": "^7.4.0" }, "engines": { "node": ">=4" @@ -224,17 +236,18 @@ } }, "node_modules/@bevry/json": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.10.0.tgz", - "integrity": "sha512-OdAglhqfMDeetuUqZHJe40+sKfWDSbamKimwTyv7eJu6ODWvVJNzi20V7RkgYmzeifODX0rNwCBmPn9b+j54MA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.1.0.tgz", + "integrity": "sha512-IxdlzfvDpFJECDuAbFxrHMT4U6LZeFr3GG4m1Y1+gY3U9NVipWBKE8pkiY6FzCfxgIVMOWeI9K2pYUJARgf53g==", "dependencies": { - "@bevry/fs-read": "^1.1.0", - "@bevry/fs-unlink": "^1.1.0", - "@bevry/fs-write": "^1.1.0", - "errlop": "^7.3.0" + "@bevry/fs-read": "^1.3.0", + "@bevry/fs-unlink": "^1.3.0", + "@bevry/fs-write": "^1.3.0", + "editions": "^6.16.0", + "errlop": "^7.4.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -271,6 +284,24 @@ "url": "https://bevry.me/fund" } }, + "node_modules/@bevry/update-contributors/node_modules/@bevry/json": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.10.0.tgz", + "integrity": "sha512-OdAglhqfMDeetuUqZHJe40+sKfWDSbamKimwTyv7eJu6ODWvVJNzi20V7RkgYmzeifODX0rNwCBmPn9b+j54MA==", + "dev": true, + "dependencies": { + "@bevry/fs-read": "^1.1.0", + "@bevry/fs-unlink": "^1.1.0", + "@bevry/fs-write": "^1.1.0", + "errlop": "^7.3.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/@bevry/valid-filename": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.2.0.tgz", @@ -455,9 +486,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz", - "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==", + "version": "20.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", + "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -830,13 +861,13 @@ } }, "node_modules/assert-helpers": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.5.0.tgz", - "integrity": "sha512-Ti9VEWfg3SVFrbfEgwy+AJ9o6Df65wN6ihu1F9RdZr86gwjcBqPtTHBMP5hX5YEbuR5aJhDLBT5/WKqmQi0Ypw==", + "version": "11.6.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.6.0.tgz", + "integrity": "sha512-Jcqd2GBDCw0/INP/sRGoZSTi/0OdTi2AykOV0NLjfBap12o+C+596c0QnUpkO6UA59cm7pxA19WZ3/iYa3BJiw==", "dev": true, "dependencies": { - "@bevry/ansi": "^6.4.0", - "editions": "^6.13.0", + "@bevry/ansi": "^6.5.0", + "editions": "^6.15.0", "errlop": "^7.3.0" }, "engines": { @@ -877,9 +908,9 @@ "dev": true }, "node_modules/badges": { - "version": "4.36.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.36.0.tgz", - "integrity": "sha512-ZLoUJU1pL5T1wqHTE8SN/gG2HfkULhgpgtHWr8Zh5X/P++M6DqacIcTx3PS3e/iBK5BMyxlaJZsK2P5UVL1E8w==", + "version": "4.37.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.37.0.tgz", + "integrity": "sha512-bEcUJp9MwKqX14G7Qh6ZKnn6Rtyouqh7AqVPvyO6co6QeNThqJfYhTX20zp27Y9xnM2NKOETGekrnNZg+yWinA==", "engines": { "node": ">=10" }, @@ -903,9 +934,9 @@ } }, "node_modules/big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "version": "1.6.52", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", + "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", "dev": true, "engines": { "node": ">=0.6" @@ -988,17 +1019,17 @@ "dev": true }, "node_modules/caterpillar": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-6.12.0.tgz", - "integrity": "sha512-xsjj5cawIkWVgEbFe5p/RjA4Iwvx5TwW5++Gn6gw05Vs3Daf68flIsQfphAdgL2p7MiIxe4T0QpddTKJhyQWsQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-7.0.0.tgz", + "integrity": "sha512-xZBdJ+r5SCHlmbkYs7xV4aUgUFa2Lc2MXH8gQCDg9CKLk7ui/Z2Ahq2b/LSYmyTj3XCJQRvn5ECabEU8peSQMg==", "dependencies": { - "@bevry/ansi": "^6.4.0", - "editions": "^6.13.0", - "get-current-line": "^6.10.0", + "@bevry/ansi": "^6.5.0", + "editions": "^6.15.0", + "get-current-line": "^7.0.0", "rfc-log-levels": "^3.21.0" }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { "url": "https://bevry.me/fund" @@ -1240,12 +1271,12 @@ } }, "node_modules/eachr": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.5.0.tgz", - "integrity": "sha512-ZN/qq8/81Zxdabht75isKiPnPJdCNFBhGcekF7MCb1nzLp81/IMQkpvLEoJOcGwXoOWMcWRh6ujZv80PNnYcCA==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.6.0.tgz", + "integrity": "sha512-e3ck9m2B8SWtJSPm8V5pK/2nteaCpzeekgRR7VnOQt1Bpu9uyf6mBoy/ZHeHlQuZrAQ/dcxTxZJ4keDMmbcJ0w==", "dev": true, "dependencies": { - "editions": "^6.13.0", + "editions": "^6.15.0", "typechecker": "^8.5.0" }, "engines": { @@ -1266,11 +1297,11 @@ } }, "node_modules/editions": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.13.0.tgz", - "integrity": "sha512-wAQCrco6+HLunD8Zv2VTZxJqAv90kQbhSkD5hH80o1D2TvM0V5tbwHRFL1OnYg0BZRKOcWaGuBh8WCwjfz/eGw==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.16.0.tgz", + "integrity": "sha512-RsLYxqnrKIpdKTY670m2pkpYhkd2bPL3ytsSqhm/dMOCCCub9HjIjZACYQDVZ0BMvdKX4Xie6yOzkb1HFJEMyQ==", "dependencies": { - "version-range": "^3.2.0" + "version-range": "^4.7.0" }, "engines": { "node": ">=4" @@ -1280,9 +1311,9 @@ } }, "node_modules/errlop": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.3.0.tgz", - "integrity": "sha512-L7V1a+Ot9BieLoKa8bwOu2X7e/sH6LZ3SSzfnOEOdCHGmIi+vK4jgJLEmtmuM7JlI1+68PX9ZMDd2oUhLmLSGw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.4.0.tgz", + "integrity": "sha512-1sewbkMZKj/0skdam//E9xu8Cqhhh9qIXJj5USRfkTkPwE32KFJEn76dQJvzGHk2GBPQ9ilDEjx3Q2fqGFc9Cg==", "engines": { "node": ">=4" }, @@ -1358,9 +1389,9 @@ } }, "node_modules/eslint-config-bevry": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-5.1.0.tgz", - "integrity": "sha512-WI5DJGD7FsCGhN4p5lSfv+S6g0e82NYUJ8a9WcApOjNj95vJoWksRy2XOjglQ+nDbI2/BZO9OQoY0ahW+nlfFQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-5.2.0.tgz", + "integrity": "sha512-fST7kg8t2rYHwjO1dV6DoB4ufrYnm5h4ATWD/y1whfXUa+qy22V4yKQSGjoD/uQWmg+z38ny+fPARWxtymoOZQ==", "dev": true, "dependencies": { "version-clean": "^1.1.0" @@ -1501,12 +1532,12 @@ } }, "node_modules/event-emitter-grouped": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.3.0.tgz", - "integrity": "sha512-k/O+Z5z607OnI87uBW5pdjho49PyV2lWMnyeVFPv90Lio2sCrHLm3sLGDUMnWKVfmvBoiKHdfxVimn/DMPai0A==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.4.0.tgz", + "integrity": "sha512-eIRQPpH2dug+C0CuPP0qU/GW4t70Bc5weifElNOBz1jOG8Cn//q18+UxrLctmMD0JopB+ZDGU9BSiFT2hWiHXg==", "dev": true, "dependencies": { - "editions": "^6.13.0", + "editions": "^6.16.0", "taskgroup": "^9.4.0", "unbounded": "^5.3.0" }, @@ -1574,12 +1605,12 @@ "dev": true }, "node_modules/extendr": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.3.0.tgz", - "integrity": "sha512-POnl6CCjhLIMap3Ms3C0499f4Dj1Wr0MuraNFcT2CQveEcL6llem9NK0xXQBsZpTtjhJ6hlMiFqe8QTF92k2ew==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.4.0.tgz", + "integrity": "sha512-mY4d+PB4Qzse/rovDu4gW63VeZJk4uZ3tsf5dV6wUVdw02sxYylAKqfy73hUMh4z6rEfUA203m4Rc6061bGm8A==", "dev": true, "dependencies": { - "editions": "^6.13.0", + "editions": "^6.16.0", "typechecker": "^8.5.0" }, "engines": { @@ -1604,13 +1635,13 @@ } }, "node_modules/extract-opts": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.3.0.tgz", - "integrity": "sha512-bpahJj1yS2hQzO6VaBySxz8kAipKFM3mygAhpHfaojrrlwhCWfWgWeUmMEwuzqugKaOfDh63uvhvB4YmT8eT5A==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.4.0.tgz", + "integrity": "sha512-tTA++0tB5UNdiLORAYv0zSq6oMyNvj3poIxvVPrc69HBd3pVHvXcmLwskbPLDCTV0o2+jo03C1wwEaeNx2ulaQ==", "dev": true, "dependencies": { - "eachr": "^6.5.0", - "editions": "^6.13.0", + "eachr": "^6.6.0", + "editions": "^6.16.0", "typechecker": "^8.5.0" }, "engines": { @@ -1735,15 +1766,17 @@ } }, "node_modules/filedirname": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-2.11.0.tgz", - "integrity": "sha512-BJziCt40D3EFDjnpBUVEjOr9VFlZZxLQAbx8QWN8akhayehjoAlAFUDp8bIQAUoOAu/rzSdPnJshgHAWK7TzKQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.1.0.tgz", + "integrity": "sha512-sLtzIMoSiq+PRzMZnqRd3LcyHL2eh618I7fcGiIb3TFXoaHPLAB98CwUmjyq3EzcO+oS3J8ul45fa5IHB1rz1w==", "dev": true, "dependencies": { - "get-current-line": "^6.10.0" + "@bevry/file-url-to-path": "^1.0.1", + "editions": "^6.16.0", + "get-current-line": "^7.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -1854,11 +1887,11 @@ } }, "node_modules/get-cli-arg": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.1.0.tgz", - "integrity": "sha512-KBs2vR7bULdHR2xdfPumLJDdKuEDyB8hofOGf7HXNml/0tNqOn3oU//seyWcjCVG4YDC5du8c/Kqz47RcNhyuA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.3.0.tgz", + "integrity": "sha512-oZhUYqxhpFJyBX/Oc6I47cv0d0fNKJHMocUIXmnb2jwzXy+Yo0HIGOtsdx1z/I27Gwi12tDfG4Z6iTzd+eTSEA==", "dependencies": { - "normalify": "^2.27.0" + "normalify": "^2.28.0" }, "engines": { "node": ">=8" @@ -1868,11 +1901,14 @@ } }, "node_modules/get-current-line": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-6.10.0.tgz", - "integrity": "sha512-qxdd6md52tQVow2SQb8JwujNa4cJ5+lxdDk/fvasrxKF5PnIxydnYneARt2xmaBi/h9Op3O5jld+ymugLK6c3A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.1.0.tgz", + "integrity": "sha512-s0pz6fWzYT+nxEw/n7+wOO/mqQ0DBnjMLA42Xg6P5iRmJoJMenw5XF0ML0OyqJ8q+Slc/FXlktQ6tQMkvXfeRg==", + "dependencies": { + "editions": "^6.16.0" + }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -2426,13 +2462,13 @@ } }, "node_modules/kava": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.3.0.tgz", - "integrity": "sha512-rwynvDolkmbGAv3SXlqQzL+HisQdtIO5dtTxFpbbXLiPbGgiL+Sp9SYxwHoKoPjKWwnA+y7/BzpOQ9PXmJfM+g==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.4.0.tgz", + "integrity": "sha512-rUzEZSaWcD/xd5dctvayPepHxPn9jB8jLw97GD89QwtZscYcONxvx6iokDThLbS8DqnDhqxzHSei4X9UuJcY/g==", "dev": true, "dependencies": { - "editions": "^6.13.0", - "event-emitter-grouped": "^6.3.0", + "editions": "^6.16.0", + "event-emitter-grouped": "^6.4.0", "taskgroup": "^9.4.0" }, "engines": { @@ -2640,12 +2676,12 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.24.0.tgz", - "integrity": "sha512-shG6sgHCBfr9N4xXNpJ0XjScADoljsyJS3unveurpGyt9czmYrpnK3yeh/qfVRG68EhILRfuaQHuOVzjmrgwQQ==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.25.0.tgz", + "integrity": "sha512-FrtUErgKMbshbyL3iNMm2yRywBzf2vFc/rkLPmixWTnYUaeIALjF5Os9R/D12D6PA0L8vzqrhKjuDELzhsypxg==", "dev": true, "dependencies": { - "editions": "^6.13.0" + "editions": "^6.16.0" }, "engines": { "node": ">=10" @@ -2667,9 +2703,9 @@ "dev": true }, "node_modules/normalify": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.28.0.tgz", - "integrity": "sha512-AOVs8Wi1W7QlMqxsBIUK6nv9jbLZmwzt2jdR0BTHV3UAvZ+kT7n9+DSUafqxpqZxFTd4j6TWIvo2qf3bJI2ILg==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.29.0.tgz", + "integrity": "sha512-mpJoTx/9AgQNJvZMqY6aOk6SXEk7lf7FG8XFR1+VW5k6z7Po17e0vSSAyGxoxrJtMncgC7OnDDoRZku6+KXwYg==", "engines": { "node": ">=10" }, @@ -3367,9 +3403,9 @@ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" }, "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", + "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -3854,12 +3890,12 @@ } }, "node_modules/valid-directory": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.4.0.tgz", - "integrity": "sha512-RdV/rBBN6MZrksSUc2Eg6lorVJRaS0aN1JM7iXQj8jVRdWQizrb10l4okxDtBdzudB2EFaDUic75W09SLrFl6w==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.5.0.tgz", + "integrity": "sha512-yeutk9gFbc233bLVOKx3evS0K7+ty11MybTHsqtjAKvrj/+v8z4Fd7ewTtT4OTPfP4WF/Ve+XDqHNxrta5dlpw==", "dev": true, "dependencies": { - "@bevry/valid-filename": "^2.1.0", + "@bevry/valid-filename": "^2.2.0", "fdir": "^6.1.1" }, "bin": { @@ -3927,9 +3963,9 @@ } }, "node_modules/version-compare": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.3.0.tgz", - "integrity": "sha512-jL4QY+bjCHaEGDudegNgtAPzeFeicPBRkISl/2bi1fiKVGbpbQi2fEKBUbA9zsYck7Nv020Xa5jbUdcBv3yocg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.4.0.tgz", + "integrity": "sha512-tt9kikXzv+9Cpx6IqQjZ6LsMhqaT9SjPJWOpCXIta5lfq9qC+21RotjbUk+PHqE6RZOJJMO354OO3hyTk2lcyA==", "engines": { "node": ">=4" }, @@ -3938,12 +3974,9 @@ } }, "node_modules/version-range": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-3.2.0.tgz", - "integrity": "sha512-aP/XwEG9q+mTjyGUR2FDrIfLMAylJ4k4/eSCxXBAeDUeHWWtzFeWE37YlTrPA5lEXwA2A7A0N+YDPEPAkuEcJg==", - "dependencies": { - "version-compare": "^3.2.0" - }, + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.7.0.tgz", + "integrity": "sha512-//udu20odzjo4lH4SjUh3KOcqBanhYjyiFFfVsso6LsGMPjpUlnc5+6QHwl0pv0PMfXq6sv6kfMV1AXXdVGQ3g==", "engines": { "node": ">=4" }, diff --git a/package.json b/package.json index d04bb03f..64f516a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "3.3.0", + "version": "3.4.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "license": "Artistic-2.0", @@ -165,36 +165,36 @@ } }, "dependencies": { - "@bevry/fs-list": "^2.1.0", - "@bevry/fs-read": "^1.1.0", - "@bevry/fs-write": "^1.1.0", - "@bevry/json": "^1.10.0", - "badges": "^4.36.0", - "caterpillar": "^6.12.0", + "@bevry/fs-list": "^2.3.0", + "@bevry/fs-read": "^1.3.0", + "@bevry/fs-write": "^1.3.0", + "@bevry/json": "^2.1.0", + "badges": "^4.37.0", + "caterpillar": "^7.0.0", "fellow": "^6.25.0", - "get-cli-arg": "^8.1.0", - "spdx-expression-parse": "^3.0.1", + "get-cli-arg": "^8.3.0", + "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "typechecker": "^8.5.0" }, "devDependencies": { "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.9.3", + "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", - "assert-helpers": "^11.5.0", + "assert-helpers": "^11.6.0", "eslint": "^8.54.0", - "eslint-config-bevry": "^5.1.0", + "eslint-config-bevry": "^5.2.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^2.11.0", - "kava": "^7.3.0", + "filedirname": "^3.1.0", + "kava": "^7.4.0", "prettier": "^3.1.0", "safeps": "^11.3.0", "surge": "^0.23.1", "typedoc": "^0.25.3", "typescript": "5.2.2", - "valid-directory": "^4.4.0" + "valid-directory": "^4.5.0" }, "scripts": { "our:bin": "node ./bin.cjs", From 011186b5cd3bc2a1bb67da88c750cdba4b1702bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:29:17 +0000 Subject: [PATCH 08/23] Bump bevry-actions/surge from 1.0.3 to 1.1.0 (#339) Bumps [bevry-actions/surge](https://github.com/bevry-actions/surge) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/bevry-actions/surge/releases) - [Commits](https://github.com/bevry-actions/surge/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: bevry-actions/surge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 34eab7c5..2d636757 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -57,7 +57,7 @@ jobs: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' - name: publish to surge - uses: bevry-actions/surge@v1.0.3 + uses: bevry-actions/surge@v1.1.0 with: surgeLogin: ${{ secrets.SURGE_LOGIN }} surgeToken: ${{ secrets.SURGE_TOKEN }} From 7d1d31a6414b463b79792b8d8cf13f39c8d3e1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:45:14 +0000 Subject: [PATCH 09/23] Bump bevry-actions/npm from 1.1.2 to 1.1.3 (#341) Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: bevry-actions/npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 2d636757..720630f6 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -52,7 +52,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.2 + uses: bevry-actions/npm@v1.1.3 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' From a4c359beaaaea1bb5e91f1e9f4693fa7c0a685f4 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Wed, 27 Dec 2023 09:55:33 +0800 Subject: [PATCH 10/23] v4.0.0 - rewrote for backers and markdown --- .github/workflows/bevry.yml | 5 + HISTORY.md | 8 + LICENSE.md | 8 +- README.md | 151 +- package-lock.json | 2550 ++++++--------------- package.json | 145 +- source/backer.ts | 212 +- source/badge.ts | 6 +- source/bin.ts | 144 +- source/history.ts | 28 +- source/index.ts | 404 ++-- source/install.ts | 424 ++-- source/license.ts | 80 +- source/test.ts | 76 +- source/types.ts | 52 +- source/util.ts | 220 +- test-fixtures/out-expected/LICENSE.md | 17 +- test-fixtures/out-expected/README.md | 87 +- test-fixtures/out-expected/bower.json | 30 +- test-fixtures/out-expected/component.json | 10 +- test-fixtures/out-expected/package.json | 46 +- test-fixtures/out-expected/projectz.json | 16 +- test-fixtures/src/LICENSE.md | 17 +- test-fixtures/src/README.md | 87 +- test-fixtures/src/bower.json | 32 +- test-fixtures/src/component.json | 12 +- test-fixtures/src/package.json | 48 +- test-fixtures/src/projectz.json | 16 +- tsconfig.json | 4 +- 29 files changed, 1828 insertions(+), 3107 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 720630f6..715e3776 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -8,9 +8,12 @@ jobs: matrix: os: - ubuntu-latest + - macos-latest + - windows-latest node: - '20' runs-on: ${{ matrix.os }} + continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: - uses: actions/checkout@v4 - name: Install desired Node.js version @@ -34,6 +37,8 @@ jobs: printf '%s' 'node: ' && node --version && printf '%s' 'npm: ' && npm --version && node -e 'console.log(process.versions)' - run: npm test + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} publish: if: ${{ github.event_name == 'push' }} needs: test diff --git a/HISTORY.md b/HISTORY.md index efe869dd..7200e3be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## v4.0.0 2023 December 27 + +- CLI has been rewritten, supporting new `offline` mode, and no longer requires the `compile` argument; made possible via [bevry/argument](https://github.com/bevry/argument) +- Backers are now fetched if possible; made possible via [bevry/github-api](https://github.com/bevry/github-api) +- Markdown files are now rendered with markdown segments instead of html; made possible via [bevry/render](https://github.com/bevry/render) +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) +- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm) + ## v3.4.0 2023 November 25 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/LICENSE.md b/LICENSE.md index a6297610..876f0ff9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,16 +1,16 @@ -

    License

    +# License Unless stated otherwise all works are: - +- Copyright © [Benjamin Lupton](https://balupton.com) and licensed under: - +- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html) -

    The Artistic License 2.0

    +## The Artistic License 2.0
     Copyright (c) 2000-2006, The Perl Foundation.
    diff --git a/README.md b/README.md
    index e667379d..328d0334 100644
    --- a/README.md
    +++ b/README.md
    @@ -1,10 +1,9 @@
     
     
    -

    Projectz

    +# Projectz - Status of the GitHub Workflow: bevry @@ -25,7 +24,6 @@ - Stop wasting time syncing and updating your project's README and Package Files! @@ -39,12 +37,12 @@ This far, projectz is used directly by [802 repositories](https://github.com/bev Here's some of the things it can do: -- [Keep your projects data files synchronised appropriately](https://github.com/bevry/projectz#data-files), supports: +- [Keep your project's package files synchronised appropriately](https://github.com/bevry/projectz#data-files), supports: - `package.json` - `bower.json` - `component.json` - `jquery.json` -- [Create beautiful standardised readme files that stay in sync with your data files](https://github.com/bevry/projectz#readme-files), supports: +- [Create beautiful standardised readme files that stay in sync with your package files](https://github.com/bevry/projectz#readme-files), supports: - `README` - `CONTRIBUTING` - `LICENSE` @@ -52,6 +50,7 @@ Here's some of the things it can do: - `HISTORY` - Automatic injection of the appropriate installation methods, supports: - [npm](https://www.npmjs.com) + - [deno](https://deno.land) - [jspm](http://jspm.io) - [Component](http://github.com/component/component) - [Bower](http://bower.io/) @@ -70,7 +69,7 @@ Here's some of the things it can do: Once installed locally, you can compile your project using projectz by running the following in your terminal: ```shell -npx projectz compile +npx projectz ``` ### Automatically @@ -82,8 +81,8 @@ If you don't use a build tool, but do use npm, then you can add the following to ```json { "scripts": { - "compile": "projectz compile", - "posttest": "npm run compile" + "compile": "projectz", + "posttest": "projectz" } } ``` @@ -105,9 +104,9 @@ If you get a rate limit warning, you will need to add `GITHUB_ACCESS_TOKEN` (or ## Configuring Projectz -### Data Files +### Package Files -Projectz helps you maintain the following data files: +Projectz helps you maintain the following package files: - `package.json` - `bower.json` @@ -116,7 +115,7 @@ Projectz helps you maintain the following data files: It does this by reading them, combining their data in memory, and then outputting the appropriate fields and over-rides for each file. -If you are making use of multiple meta data files, you may find defining a projectz meta file (`projectz.json` for JSON to be useful. The projectz meta file can serve as a central location for the configuration of all the other files. However, if you only require one meta data file, then you can ignore this ability. +If you are making use of multiple package files, you may find defining a `projectz.json` package file will help, as it can serve as a central location for the configuration of all the other files. However, if you only require one package file, then you can ignore this ability. Projectz takes notes of these meta data fields: @@ -272,68 +271,71 @@ This README is also, expectedly, built with projectz. [View its source.](https:/ -

    Install

    +## Install -

    npm

    -

    Install Globally

    -
      -
    • Install: npm install --global projectz
    • -
    • Executable: projectz
    • -
    -

    Install Locally

    -
      -
    • Install: npm install --save projectz
    • -
    • Executable: npx projectz
    • -
    • Import: import * as pkg from ('projectz')
    • -
    • Require: const pkg = require('projectz')
    • -
    +### [npm](https://npmjs.com "npm is a package manager for javascript") -

    Editions

    +#### Install Globally -

    This package is published with the following editions:

    +- Install: `npm install --global projectz` +- Executable: `projectz` -
    • projectz/source/index.ts is TypeScript source code with Import for modules
    • -
    • projectz aliases projectz/edition-es2022/index.js
    • -
    • projectz/edition-es2022/index.js is TypeScript compiled against ES2022 for Node.js with Require for modules
    • -
    • projectz/edition-es2022-esm/index.js is TypeScript compiled against ES2022 for Node.js with Import for modules
    • -
    • projectz/edition-types/index.d.ts is TypeScript compiled Types with Import for modules
    +#### Install Locally - +- Install: `npm install --save projectz` +- Executable: `npx projectz` +- Import: `import * as pkg from ('projectz')` +- Require: `const pkg = require('projectz')` +### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.") - +This package is published with the following editions: +- `projectz/source/index.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules +- `projectz` aliases `projectz/edition-es2022/index.js` +- `projectz/edition-es2022/index.js` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022 "ECMAScript 2022") for [Node.js](https://nodejs.org "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 20 with [Require](https://nodejs.org/dist/latest-v5.x/docs/api/modules.html "Node/CJS Modules") for modules +- `projectz/edition-es2022-esm/index.js` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled against [ES2022](https://en.wikipedia.org/wiki/ES2022 "ECMAScript 2022") for [Node.js](https://nodejs.org "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine") 20 with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules +- `projectz/edition-types/index.d.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled Types with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules -

    History

    + -Discover the release history by heading on over to the HISTORY.md file. + - +## History +[Discover the release history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/projectz/blob/HEAD/HISTORY.md#files) - + -

    Contribute

    + -Discover how you can contribute by heading on over to the CONTRIBUTING.md file. +## Backers - +### Code +[Discover how to contribute via the `CONTRIBUTING.md` file.](https://github.com/bevry/projectz/blob/HEAD/CONTRIBUTING.md#files) - +#### Authors -

    Backers

    +- [Benjamin Lupton](https://balupton.com) — Benjamin furthers the humanities and the commons using the monikers balupton and @bevry -

    Maintainers

    +#### Maintainers -These amazing people are maintaining this project: +- [Benjamin Lupton](https://github.com/balupton) — Benjamin furthers the humanities and the commons using the monikers balupton and @bevry - +#### Contributors -

    Sponsors

    +- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/projectz/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/projectz") +- [James George](https://github.com/jamesgeorge007) — [view contributions](https://github.com/bevry/projectz/commits?author=jamesgeorge007 "View the GitHub contributions of James George on repository bevry/projectz") +- [Oliver Lorenz](https://github.com/oliverlorenz) — [view contributions](https://github.com/bevry/projectz/commits?author=oliverlorenz "View the GitHub contributions of Oliver Lorenz on repository bevry/projectz") +- [Peter C](https://github.com/peterkc) — [view contributions](https://github.com/bevry/projectz/commits?author=peterkc "View the GitHub contributions of Peter C on repository bevry/projectz") +- [Peter Flannery](https://github.com/pflannery) — [view contributions](https://github.com/bevry/projectz/commits?author=pflannery "View the GitHub contributions of Peter Flannery on repository bevry/projectz") +- [Rob Loach](https://github.com/RobLoach) — [view contributions](https://github.com/bevry/projectz/commits?author=RobLoach "View the GitHub contributions of Rob Loach on repository bevry/projectz") +- [Shahar "Dawn" Or](https://github.com/mightyiam) — [view contributions](https://github.com/bevry/projectz/commits?author=mightyiam "View the GitHub contributions of Shahar "Dawn" Or on repository bevry/projectz") +- [vsopvsop](https://github.com/vsopvsop) — [view contributions](https://github.com/bevry/projectz/commits?author=vsopvsop "View the GitHub contributions of vsopvsop on repository bevry/projectz") +- [Zearin](https://github.com/Zearin) — [view contributions](https://github.com/bevry/projectz/commits?author=Zearin "View the GitHub contributions of Zearin on repository bevry/projectz") +- [Zlatan Vasović](https://github.com/zlatanvasovic) — [view contributions](https://github.com/bevry/projectz/commits?author=zlatanvasovic "View the GitHub contributions of Zlatan Vasović on repository bevry/projectz") -No sponsors yet! Will you be the first? +### Finances GitHub Sponsors donate button ThanksDev donate button @@ -344,36 +346,45 @@ No sponsors yet! Will you be the first? crypto donate button PayPal donate button -

    Contributors

    - -These amazing people have contributed code to this project: - - - -Discover how you can contribute by heading on over to the CONTRIBUTING.md file. +#### Sponsors + +- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher +- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders. +- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing. +- [Poonacha Medappa](https://poonachamedappa.com) +- [Rob Morris](https://github.com/Rob-Morris) +- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games. +- [Syntax](https://syntax.fm) — Syntax Podcast + +#### Donors + +- [Andrew Nesbitt](https://nesbitt.io) +- [Balsa](https://balsa.com) +- [Chad](https://opencollective.com/chad8) +- [Codecov](https://codecov.io/) +- [entroniq](https://gitlab.com/entroniq) +- [Jean-Luc Geering](https://github.com/jlgeering) +- [Michael Duane Mooring](https://mdm.cc) +- [Mohammed Shah](https://github.com/smashah) +- [Poonacha Medappa](https://poonachamedappa.com) +- [Rob Morris](https://github.com/Rob-Morris) +- [Sentry](https://sentry.io) +- [ServieJS](https://github.com/serviejs) +- [Skunk Team](https://skunk.team) +- [Syntax](https://syntax.fm) - -

    License

    +## License Unless stated otherwise all works are: - +- Copyright © [Benjamin Lupton](https://balupton.com) and licensed under: - +- [Artistic License 2.0](http://spdx.org/licenses/Artistic-2.0.html) diff --git a/package-lock.json b/package-lock.json index bf1f479b..0e800a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,47 +1,48 @@ { "name": "projectz", - "version": "3.4.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "3.4.0", + "version": "4.0.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/fs-list": "^2.3.0", - "@bevry/fs-read": "^1.3.0", - "@bevry/fs-write": "^1.3.0", - "@bevry/json": "^2.1.0", - "badges": "^4.37.0", - "caterpillar": "^7.0.0", - "fellow": "^6.25.0", - "get-cli-arg": "^8.3.0", + "@bevry/argument": "^1.0.0", + "@bevry/fs-list": "^2.4.0", + "@bevry/fs-read": "^1.4.0", + "@bevry/fs-write": "^1.4.0", + "@bevry/github-api": "^11.0.0", + "@bevry/json": "^2.2.1", + "@bevry/render": "^1.0.0", + "arrange-package-json": "^5.0.2", + "badges": "^4.38.0", + "caterpillar": "^8.0.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", - "typechecker": "^8.5.0" + "trim-empty-keys": "^1.0.1", + "typechecker": "^9.2.0" }, "bin": { "projectz": "bin.cjs" }, "devDependencies": { - "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.10.0", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", - "assert-helpers": "^11.6.0", - "eslint": "^8.54.0", - "eslint-config-bevry": "^5.2.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^3.1.0", - "kava": "^7.4.0", - "prettier": "^3.1.0", - "safeps": "^11.3.0", - "surge": "^0.23.1", - "typedoc": "^0.25.3", - "typescript": "5.2.2", - "valid-directory": "^4.5.0" + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", + "assert-helpers": "^11.10.0", + "eslint": "^8.56.0", + "eslint-config-bevry": "^5.3.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.1.2", + "filedirname": "^3.2.0", + "kava": "^7.5.0", + "prettier": "^3.1.1", + "safeps": "^11.4.0", + "typedoc": "^0.25.4", + "typescript": "5.3.3", + "valid-directory": "^4.7.0" }, "engines": { "node": ">=20" @@ -60,11 +61,25 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.5.0.tgz", - "integrity": "sha512-F1V0fQsvjKW+8HD81pAQ3A/B3t9hZBwpozXA5FnQaqAlrELPhwtF+B8FQi0O6he5HCAlKP/PmzlySk/ZtS8IZg==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.7.0.tgz", + "integrity": "sha512-ApvNj7gXXCKsQLJhrAMwoZ+KZ3xMuJ7TS/f3O+IoS03Op2c0AUE9uR9gJfTlwaCzvwIe4XFr6Y7ET/TXnxe6ZA==", + "dependencies": { + "editions": "^6.18.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/@bevry/argument": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/argument/-/argument-1.0.0.tgz", + "integrity": "sha512-Wd5tlSDqv49ANautIW+yIx35d4qRVkFQIB9t089q83vnxVoNy7MTQLZ8VctuzvefA7wOjGsJ1q7V9+6ktukYdw==", "dependencies": { - "editions": "^6.15.0" + "errlop": "^8.2.0" }, "engines": { "node": ">=4" @@ -86,11 +101,11 @@ } }, "node_modules/@bevry/fs-accessible": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.2.0.tgz", - "integrity": "sha512-LfwU96cE4/7BCx9cwiWsT/1773zS0Z1NCamMF7vnLFxP6nwnCjRSxUedzGDF942WkuEaENpUdAAl/o9TedVWXw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.3.0.tgz", + "integrity": "sha512-B3toe0GoyVzQpRMpQ3DRIOaA3GiBh2GAkjsiVycYs7E1m2rg+h0NvUWmIHNnOGiWOuFY1vuB2fO9Gf4GW909TQ==", "dependencies": { - "editions": "^6.16.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -100,14 +115,14 @@ } }, "node_modules/@bevry/fs-list": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.3.0.tgz", - "integrity": "sha512-n2Y9m6Zip/1Q4pz8TSUhLqdQPyA0luOMbX1SQrnguM9KEdikymyl2iOoHboBTNTbO5hH+KfxhP2KFz2TtNOByg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.4.0.tgz", + "integrity": "sha512-GPIqbxvMXWr+8183qdO+c3xW08n2qZO7/tmfzrwyedD3pPrsGwhj6eFBUaxWhrmBKJDAkdcN8gUDx7TsUp996A==", "dependencies": { - "@bevry/fs-accessible": "^2.2.0", - "editions": "^6.16.0", - "errlop": "^7.4.0", - "version-compare": "^3.4.0" + "@bevry/fs-accessible": "^2.3.0", + "editions": "^6.19.0", + "errlop": "^8.2.0", + "version-compare": "^3.8.0" }, "engines": { "node": ">=4" @@ -117,14 +132,14 @@ } }, "node_modules/@bevry/fs-mkdirp": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.3.0.tgz", - "integrity": "sha512-xw9Q/p5B/TytBiALokrhED4KyUqDO97rXtG9vU8kE4t4mKV+AkH87DBE9c/CVxuWtOe+ZOv+T6BadgfYvWdBHA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.4.0.tgz", + "integrity": "sha512-Bqf+31YadlF+aW4a26dz1zsgvkndf36XuLZOI9LpMfum1WHTqyUx3bLdt59DRqmwaw+2L/Vb/rpuycCKMv89SA==", "dependencies": { - "@bevry/fs-accessible": "^2.2.0", - "editions": "^6.16.0", - "errlop": "^7.4.0", - "version-compare": "^3.4.0" + "@bevry/fs-accessible": "^2.3.0", + "editions": "^6.19.0", + "errlop": "^8.2.0", + "version-compare": "^3.8.0" }, "engines": { "node": ">=4" @@ -134,13 +149,13 @@ } }, "node_modules/@bevry/fs-read": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.3.0.tgz", - "integrity": "sha512-gv8HALfji3xhGot7dV6754HXitIox2Mg34qo0t8hX3biT/4pLf11a7IWawLOFsIIR2lJGi6dgsHY+N2Kc15CVw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.4.0.tgz", + "integrity": "sha512-oNohxiOof2SvRJ8d9WqATWAeuNplb+BKhCknvPzU5ZcxmylZPwhodpGMpxYOUjvi2UzgumrVA7NLRGB1XgMbYg==", "dependencies": { - "@bevry/fs-accessible": "^2.2.0", - "editions": "^6.16.0", - "errlop": "^7.4.0" + "@bevry/fs-accessible": "^2.3.0", + "editions": "^6.19.0", + "errlop": "^8.2.0" }, "engines": { "node": ">=4" @@ -149,14 +164,13 @@ "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/fs-unlink": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.3.0.tgz", - "integrity": "sha512-TfyEZdVdZvMV8XHo4EZl/aPLYTh+Faven/Uf4n3Qr4s3AxLbgRUMftJ7HzhDL1oluOAMui3dl8jt3n8IsV6gKw==", + "node_modules/@bevry/fs-readable": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-readable/-/fs-readable-2.3.0.tgz", + "integrity": "sha512-+bLwxu49AcWtTh+5F0Sss1YJVp+JUMl8Z9ibgNvincfoZVR4Gqn3/+zedpA8eIPTb8WBMs26IF9FeWK47u72nQ==", "dependencies": { - "@bevry/fs-accessible": "^2.2.0", - "editions": "^6.16.0", - "errlop": "^7.4.0" + "@bevry/fs-accessible": "^2.3.0", + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -165,15 +179,14 @@ "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/fs-write": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.3.0.tgz", - "integrity": "sha512-7TSHZcKHmguFURQIXh6b6QXNacraK0bghvsWtbMS5elT24wAHmp2lv5Cls6p5wo8SPJaMdoDQoWjZKMRlehq8A==", + "node_modules/@bevry/fs-unlink": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.4.0.tgz", + "integrity": "sha512-ZM5RUwwXLnp5j7Nl9pgko7n7x+OVBA1lSTAJTv2lqB+coe8baprvEbAl2e8agY65V+DwQXxzOwDk2Vz0fUREnQ==", "dependencies": { - "@bevry/fs-accessible": "^2.2.0", - "@bevry/fs-mkdirp": "^1.3.0", - "editions": "^6.16.0", - "errlop": "^7.4.0" + "@bevry/fs-accessible": "^2.3.0", + "editions": "^6.19.0", + "errlop": "^8.2.0" }, "engines": { "node": ">=4" @@ -182,51 +195,44 @@ "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/github-api": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-10.2.0.tgz", - "integrity": "sha512-jmTi25/DumuTbKBSZTrGTnZD2HFOfx6CaJYLxF7jZmlyKmifXPbXAt/Aia9CCAbDBmc1tI4KyN4YYiNEMuGaeg==", - "dev": true, + "node_modules/@bevry/fs-write": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.4.0.tgz", + "integrity": "sha512-KVNb3rsYz7f0f8VGuvBEmxL1ICus/Hv1welBhYrqEvluGexZHj0+l9E540/9NMaxbx+4SGmctGows882D+ePkQ==", "dependencies": { - "@bevry/wait": "^2.1.0", - "simplytyped": "^3.3.0" + "@bevry/fs-accessible": "^2.3.0", + "@bevry/fs-mkdirp": "^1.4.0", + "editions": "^6.19.0", + "errlop": "^8.2.0" }, "engines": { - "node": ">=18" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/github-contributors": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@bevry/github-contributors/-/github-contributors-4.2.0.tgz", - "integrity": "sha512-dsp9nnmsBdCD3k68pYmVPdskqDF9ZcriydbytIqnoR74Aji5vX0X5/CiLvB0Y6wOz+/tlztMDK2Q5fXMStNfzQ==", - "dev": true, - "dependencies": { - "@bevry/github-api": "^10.2.0", - "@bevry/github-repos": "^7.0.0", - "fellow": "^6.25.0", - "native-promise-pool": "^3.23.0", - "simplytyped": "^3.3.0" - }, - "engines": { - "node": ">=18" + "node_modules/@bevry/github-api": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.0.0.tgz", + "integrity": "sha512-gOSFeauDKQRomaxVRCiIzI7XMRBLKTIpme1814FRiEhJr1gd82+AFAQ4rmlZL550atqkUYxU1wD9gWqYupljVQ==", + "dependencies": { + "@bevry/argument": "^1.0.0", + "@bevry/fs-readable": "^2.3.0", + "@bevry/json": "^2.2.1", + "@bevry/list": "^2.3.0", + "@bevry/wait": "^2.4.0", + "@octokit/graphql": "^7.0.2", + "arrange-package-json": "^5.0.1", + "errlop": "^8.2.0", + "fellow": "^7.0.4", + "js-yaml": "^4.1.0", + "native-promise-pool": "^3.26.0", + "simplytyped": "^3.3.0", + "trim-empty-keys": "^1.0.1" }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@bevry/github-repos": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-repos/-/github-repos-7.0.0.tgz", - "integrity": "sha512-Io8uu1TJmfojkMeHEuURjPRbqHeIkHCzU5kxvaOYU9T09KTPCG7eF04E9rQlaFG7mI/Vov9cG3n1XUh43x2GpQ==", - "dev": true, - "dependencies": { - "@bevry/github-api": "^10.0.0", - "@bevry/list": "^1.7.0", - "native-promise-pool": "^3.19.0", - "simplytyped": "^3.3.0" + "bin": { + "github-backers": "bin.cjs" }, "engines": { "node": ">=18" @@ -236,15 +242,15 @@ } }, "node_modules/@bevry/json": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.1.0.tgz", - "integrity": "sha512-IxdlzfvDpFJECDuAbFxrHMT4U6LZeFr3GG4m1Y1+gY3U9NVipWBKE8pkiY6FzCfxgIVMOWeI9K2pYUJARgf53g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.2.1.tgz", + "integrity": "sha512-+MnksVThHWWGb8YOatxIs1vrtzcdAXhdk10FXcyaaxOE98eFs8uFA5RRSJVLm4bh1qaQF01XvfLxML5FTeyF3g==", "dependencies": { - "@bevry/fs-read": "^1.3.0", - "@bevry/fs-unlink": "^1.3.0", - "@bevry/fs-write": "^1.3.0", - "editions": "^6.16.0", - "errlop": "^7.4.0" + "@bevry/fs-read": "^1.4.0", + "@bevry/fs-unlink": "^1.4.0", + "@bevry/fs-write": "^1.4.0", + "editions": "^6.19.0", + "errlop": "^8.2.0" }, "engines": { "node": ">=4" @@ -254,58 +260,34 @@ } }, "node_modules/@bevry/list": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@bevry/list/-/list-1.8.0.tgz", - "integrity": "sha512-qkLuLrM+AO2XDX87pySdRX31qXeB0jDBEL0PfY+LJSV56QhfDS1PGrqkCz4Ux+/eq/PfiQ/2hQhNgOHGb2HvSw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/@bevry/update-contributors": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@bevry/update-contributors/-/update-contributors-1.23.0.tgz", - "integrity": "sha512-H3bWFAhZMa22IHMzlyE+JAou7n1ONsrs72Yv6Tt9V5+E/CYAltfQWz/8YJtu2/yEay3LqaW1FSAtvzQiXRu2yg==", - "dev": true, + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-2.3.0.tgz", + "integrity": "sha512-7BZeYa0rPq2xCrZ4biItwDsxl+Pp5yh1KkV4OE2fmUlZ6F8lxjSHH8VOTM2EJuanu5GBwF+ENk8l0Oz/tAglVg==", "dependencies": { - "@bevry/github-contributors": "^4.1.0", - "@bevry/json": "^1.5.0" - }, - "bin": { - "update-contributors": "bin.cjs" + "editions": "^6.19.0" }, "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, - "node_modules/@bevry/update-contributors/node_modules/@bevry/json": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-1.10.0.tgz", - "integrity": "sha512-OdAglhqfMDeetuUqZHJe40+sKfWDSbamKimwTyv7eJu6ODWvVJNzi20V7RkgYmzeifODX0rNwCBmPn9b+j54MA==", - "dev": true, - "dependencies": { - "@bevry/fs-read": "^1.1.0", - "@bevry/fs-unlink": "^1.1.0", - "@bevry/fs-write": "^1.1.0", - "errlop": "^7.3.0" - }, + "node_modules/@bevry/render": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@bevry/render/-/render-1.0.0.tgz", + "integrity": "sha512-HZSQcd0DkzrHqYcl1NjDksqBvxz5xu6dlBLdWmg7sBmjRgVHs7v8jE0hYEPpLaaLBQJXxMzsMFQVLld/ZlcTUg==", "engines": { - "node": ">=10" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" } }, "node_modules/@bevry/valid-filename": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.2.0.tgz", - "integrity": "sha512-x2azHSQOXvzIcVRoh1yJoRIySmJVjszqlvXwTBwgYsqCKT+pqjHJse+kRZ0oxxNww3wrsJKnHc7e2sGgkbQ++w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.4.0.tgz", + "integrity": "sha512-MbLRTjQQA9PoHYGvFyhLv5ZGOfP1kowb5nh5aVflETvmq38WhR3oBGnALYfk7EX/IWZGXInH5/IjJ0Ydf13ABQ==", "dev": true, "bin": { "valid-filename": "bin.cjs" @@ -318,10 +300,9 @@ } }, "node_modules/@bevry/wait": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.2.0.tgz", - "integrity": "sha512-Fx8vLocJpsza07WvL6rxCO1KRV5T2LbBu7KqjPQLcLH6trUs/irZzYyRjcVt2xCQiR1bC0+O+2Jt9xYbfD6DOw==", - "dev": true, + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.4.0.tgz", + "integrity": "sha512-GqYbJnQ0CIqvFIMv8G4W98+EYSgvxq4UqxbKLamOGHiuQiVhKXIr3JAm9gct6Syo3cpU9sIP2q7FrQXW3aByjg==", "engines": { "node": ">=4" }, @@ -354,9 +335,9 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz", - "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -376,10 +357,32 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@eslint/js": { - "version": "8.54.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz", - "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", + "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -399,6 +402,28 @@ "node": ">=10.10.0" } }, + "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -453,19 +478,76 @@ "node": ">= 8" } }, - "node_modules/@pkgr/utils": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", - "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==", - "dev": true, + "node_modules/@octokit/endpoint": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.4.tgz", + "integrity": "sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==", "dependencies": { - "cross-spawn": "^7.0.3", - "fast-glob": "^3.3.0", - "is-glob": "^4.0.3", - "open": "^9.1.0", - "picocolors": "^1.0.0", - "tslib": "^2.6.0" + "@octokit/types": "^12.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/graphql": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.2.tgz", + "integrity": "sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==", + "dependencies": { + "@octokit/request": "^8.0.1", + "@octokit/types": "^12.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", + "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" + }, + "node_modules/@octokit/request": { + "version": "8.1.6", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.1.6.tgz", + "integrity": "sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==", + "dependencies": { + "@octokit/endpoint": "^9.0.0", + "@octokit/request-error": "^5.0.0", + "@octokit/types": "^12.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/request-error": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.1.tgz", + "integrity": "sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==", + "dependencies": { + "@octokit/types": "^12.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@octokit/types": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", + "integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==", + "dependencies": { + "@octokit/openapi-types": "^19.1.0" + } + }, + "node_modules/@pkgr/core": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.0.tgz", + "integrity": "sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==", + "dev": true, "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, @@ -473,12 +555,6 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/@pkgr/utils/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -486,9 +562,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", - "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", + "version": "20.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", + "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -501,16 +577,16 @@ "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz", - "integrity": "sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz", + "integrity": "sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.12.0", - "@typescript-eslint/type-utils": "6.12.0", - "@typescript-eslint/utils": "6.12.0", - "@typescript-eslint/visitor-keys": "6.12.0", + "@typescript-eslint/scope-manager": "6.16.0", + "@typescript-eslint/type-utils": "6.16.0", + "@typescript-eslint/utils": "6.16.0", + "@typescript-eslint/visitor-keys": "6.16.0", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.4", @@ -536,15 +612,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.12.0.tgz", - "integrity": "sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.16.0.tgz", + "integrity": "sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "6.12.0", - "@typescript-eslint/types": "6.12.0", - "@typescript-eslint/typescript-estree": "6.12.0", - "@typescript-eslint/visitor-keys": "6.12.0", + "@typescript-eslint/scope-manager": "6.16.0", + "@typescript-eslint/types": "6.16.0", + "@typescript-eslint/typescript-estree": "6.16.0", + "@typescript-eslint/visitor-keys": "6.16.0", "debug": "^4.3.4" }, "engines": { @@ -564,13 +640,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz", - "integrity": "sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz", + "integrity": "sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.12.0", - "@typescript-eslint/visitor-keys": "6.12.0" + "@typescript-eslint/types": "6.16.0", + "@typescript-eslint/visitor-keys": "6.16.0" }, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -581,13 +657,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz", - "integrity": "sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz", + "integrity": "sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "6.12.0", - "@typescript-eslint/utils": "6.12.0", + "@typescript-eslint/typescript-estree": "6.16.0", + "@typescript-eslint/utils": "6.16.0", "debug": "^4.3.4", "ts-api-utils": "^1.0.1" }, @@ -608,9 +684,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.12.0.tgz", - "integrity": "sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.16.0.tgz", + "integrity": "sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==", "dev": true, "engines": { "node": "^16.0.0 || >=18.0.0" @@ -621,16 +697,17 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz", - "integrity": "sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz", + "integrity": "sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.12.0", - "@typescript-eslint/visitor-keys": "6.12.0", + "@typescript-eslint/types": "6.16.0", + "@typescript-eslint/visitor-keys": "6.16.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", + "minimatch": "9.0.3", "semver": "^7.5.4", "ts-api-utils": "^1.0.1" }, @@ -648,17 +725,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.12.0.tgz", - "integrity": "sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.16.0.tgz", + "integrity": "sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.12.0", - "@typescript-eslint/types": "6.12.0", - "@typescript-eslint/typescript-estree": "6.12.0", + "@typescript-eslint/scope-manager": "6.16.0", + "@typescript-eslint/types": "6.16.0", + "@typescript-eslint/typescript-estree": "6.16.0", "semver": "^7.5.4" }, "engines": { @@ -673,12 +750,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz", - "integrity": "sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz", + "integrity": "sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.12.0", + "@typescript-eslint/types": "6.16.0", "eslint-visitor-keys": "^3.4.1" }, "engines": { @@ -797,15 +874,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/ansi-escapes": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", - "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -839,8 +907,33 @@ "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/arrange-package-json": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arrange-package-json/-/arrange-package-json-5.0.2.tgz", + "integrity": "sha512-fdk7dHhebrc3X8qnCKZBXm8fxk0HmkVC5z0CGGI3enXCQY4guHnkH1QUvq2wY4Bw/06Iskv3dxS4q1D7vXwbcw==", + "dependencies": { + "arrangekeys": "^6.5.0", + "editions": "^6.19.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/arrangekeys": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/arrangekeys/-/arrangekeys-6.5.0.tgz", + "integrity": "sha512-kirKBpwP8V6l9T8qtOU330TvUaQ+NV97swyYrteFCoTrt56+mD8MXHydFGezgJOK8djPOqRs/wMpF2FWNdH+4g==", + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } }, "node_modules/array-union": { "version": "2.1.0", @@ -851,24 +944,15 @@ "node": ">=8" } }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, "node_modules/assert-helpers": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.6.0.tgz", - "integrity": "sha512-Jcqd2GBDCw0/INP/sRGoZSTi/0OdTi2AykOV0NLjfBap12o+C+596c0QnUpkO6UA59cm7pxA19WZ3/iYa3BJiw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.10.0.tgz", + "integrity": "sha512-qzpLyJ5vPslb5LAdxyKFNZFvQqwRpHfF6sTPA3YUzPs3EzsngEyxfTT1Wzsx/4rapQP5ZHZlAMO6R5xpJ8DQYg==", "dev": true, "dependencies": { - "@bevry/ansi": "^6.5.0", - "editions": "^6.15.0", - "errlop": "^7.3.0" + "@bevry/ansi": "^6.7.0", + "editions": "^6.19.0", + "errlop": "^8.2.0" }, "engines": { "node": ">=4" @@ -877,40 +961,10 @@ "url": "https://bevry.me/fund" } }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", - "dev": true - }, "node_modules/badges": { - "version": "4.37.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.37.0.tgz", - "integrity": "sha512-bEcUJp9MwKqX14G7Qh6ZKnn6Rtyouqh7AqVPvyO6co6QeNThqJfYhTX20zp27Y9xnM2NKOETGekrnNZg+yWinA==", + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.38.0.tgz", + "integrity": "sha512-X1ESSh+HvznvX1sK3+XWX9GgOVN4C7cM1VM7TBQKzVav4KDiggunCRbuJ8JltT8zmOeBSvSpwLjnHUCHexzPQw==", "engines": { "node": ">=10" }, @@ -924,56 +978,13 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/big-integer": { - "version": "1.6.52", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", - "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==", - "dev": true, - "dependencies": { - "inherits": "~2.0.0" - }, - "engines": { - "node": "0.4 || >=0.5.8" - } - }, - "node_modules/bplist-parser": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", - "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", - "dev": true, - "dependencies": { - "big-integer": "^1.6.44" - }, - "engines": { - "node": ">= 5.10.0" - } - }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^1.0.0" } }, "node_modules/braces": { @@ -988,21 +999,6 @@ "node": ">=8" } }, - "node_modules/bundle-name": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", - "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", - "dev": true, - "dependencies": { - "run-applescript": "^5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -1012,24 +1008,18 @@ "node": ">=6" } }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, "node_modules/caterpillar": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-7.0.0.tgz", - "integrity": "sha512-xZBdJ+r5SCHlmbkYs7xV4aUgUFa2Lc2MXH8gQCDg9CKLk7ui/Z2Ahq2b/LSYmyTj3XCJQRvn5ECabEU8peSQMg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-8.0.0.tgz", + "integrity": "sha512-kH7v5aT5sag65OMCI6Hp4sVItAeYFVWcc6iKj+k43S8tRrSS9vSD98vNcyhCWjb96ad/9Snk6CWH1AGRRtiKrg==", "dependencies": { - "@bevry/ansi": "^6.5.0", - "editions": "^6.15.0", - "get-current-line": "^7.0.0", - "rfc-log-levels": "^3.21.0" + "@bevry/ansi": "^6.7.0", + "editions": "^6.19.0", + "get-current-line": "^7.1.0", + "rfc-log-levels": "^4.0.0" }, "engines": { - "node": ">=6" + "node": ">=4" }, "funding": { "url": "https://bevry.me/fund" @@ -1051,46 +1041,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true - }, - "node_modules/cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", - "dev": true, - "dependencies": { - "restore-cursor": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cli-table3": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz", - "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==", - "dev": true, - "dependencies": { - "object-assign": "^4.1.0", - "string-width": "^2.1.1" - }, - "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "colors": "^1.1.2" - } - }, - "node_modules/cli-width": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", - "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==", - "dev": true - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -1109,39 +1059,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/colors": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -1156,18 +1079,6 @@ "node": ">= 8" } }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -1191,60 +1102,10 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "node_modules/default-browser": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", - "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", - "dev": true, - "dependencies": { - "bundle-name": "^3.0.0", - "default-browser-id": "^3.0.0", - "execa": "^7.1.1", - "titleize": "^3.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/default-browser-id": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", - "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", - "dev": true, - "dependencies": { - "bplist-parser": "^0.2.0", - "untildify": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/define-lazy-prop": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", - "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" }, "node_modules/dir-glob": { "version": "3.0.1", @@ -1271,13 +1132,13 @@ } }, "node_modules/eachr": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-6.6.0.tgz", - "integrity": "sha512-e3ck9m2B8SWtJSPm8V5pK/2nteaCpzeekgRR7VnOQt1Bpu9uyf6mBoy/ZHeHlQuZrAQ/dcxTxZJ4keDMmbcJ0w==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-7.2.0.tgz", + "integrity": "sha512-zv0Vtm0c0mvTvamW3duiGqadnu4w9oIpG7p8YLb2z7bDj5wGRvzNJTLyMeWiuOvYXj9kT411ox0UAa8fziUIeg==", "dev": true, "dependencies": { - "editions": "^6.15.0", - "typechecker": "^8.5.0" + "editions": "^6.19.0", + "typechecker": "^9.2.0" }, "engines": { "node": ">=4" @@ -1286,22 +1147,12 @@ "url": "https://bevry.me/fund" } }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, "node_modules/editions": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.16.0.tgz", - "integrity": "sha512-RsLYxqnrKIpdKTY670m2pkpYhkd2bPL3ytsSqhm/dMOCCCub9HjIjZACYQDVZ0BMvdKX4Xie6yOzkb1HFJEMyQ==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.19.0.tgz", + "integrity": "sha512-mJabiGaqoKWjgz0kqrVPzLBsk4sh11zcNXKFXBZ3eLwwHBWylz5OcrBrZRRaLPWoRpm9m428CLzKcituabUuFg==", "dependencies": { - "version-range": "^4.7.0" + "version-range": "^4.11.0" }, "engines": { "node": ">=4" @@ -1311,9 +1162,12 @@ } }, "node_modules/errlop": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-7.4.0.tgz", - "integrity": "sha512-1sewbkMZKj/0skdam//E9xu8Cqhhh9qIXJj5USRfkTkPwE32KFJEn76dQJvzGHk2GBPQ9ilDEjx3Q2fqGFc9Cg==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-8.2.0.tgz", + "integrity": "sha512-jwhRvDRvl9osF8Z1jnRtq3R9vUTkHxP6bZbijo702kzdWyw8yP95YXF4gDcYoCMVbH16Hthz1vkz+HoZQ8DehA==", + "dependencies": { + "editions": "^6.18.0" + }, "engines": { "node": ">=4" }, @@ -1334,15 +1188,15 @@ } }, "node_modules/eslint": { - "version": "8.54.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz", - "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", + "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.3", - "@eslint/js": "8.54.0", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.56.0", "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -1389,12 +1243,12 @@ } }, "node_modules/eslint-config-bevry": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-5.2.0.tgz", - "integrity": "sha512-fST7kg8t2rYHwjO1dV6DoB4ufrYnm5h4ATWD/y1whfXUa+qy22V4yKQSGjoD/uQWmg+z38ny+fPARWxtymoOZQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-bevry/-/eslint-config-bevry-5.3.0.tgz", + "integrity": "sha512-Evt7Z+djPEMRG/IHA/BvwrzE6u50x8jicCJG0+HLBQjQ9pj4BTsQ9s3BOPScissv6+Klw1EC29hceWTs5EKj9A==", "dev": true, "dependencies": { - "version-clean": "^1.1.0" + "version-clean": "^1.6.0" }, "engines": { "node": ">=6" @@ -1404,9 +1258,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -1416,23 +1270,24 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz", - "integrity": "sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz", + "integrity": "sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0", - "synckit": "^0.8.5" + "synckit": "^0.8.6" }, "engines": { "node": "^14.18.0 || >=16.0.0" }, "funding": { - "url": "https://opencollective.com/prettier" + "url": "https://opencollective.com/eslint-plugin-prettier" }, "peerDependencies": { "@types/eslint": ">=8.0.0", "eslint": ">=8.0.0", + "eslint-config-prettier": "*", "prettier": ">=3.0.0" }, "peerDependenciesMeta": { @@ -1472,6 +1327,28 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/espree": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", @@ -1548,70 +1425,14 @@ "url": "https://bevry.me/fund" } }, - "node_modules/execa": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", - "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^4.3.0", - "is-stream": "^3.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^5.1.0", - "onetime": "^6.0.0", - "signal-exit": "^3.0.7", - "strip-final-newline": "^3.0.0" - }, - "engines": { - "node": "^14.18.0 || ^16.14.0 || >=18.0.0" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/execa/node_modules/mimic-fn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/execa/node_modules/onetime": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", - "dev": true, - "dependencies": { - "mimic-fn": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, "node_modules/extendr": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.4.0.tgz", - "integrity": "sha512-mY4d+PB4Qzse/rovDu4gW63VeZJk4uZ3tsf5dV6wUVdw02sxYylAKqfy73hUMh4z6rEfUA203m4Rc6061bGm8A==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.7.0.tgz", + "integrity": "sha512-WNe03/We28gFV/oZv0T+B02oFMKp3iWTtnC9YkpDcKO8NhaUXSEif8R7CegYRTQ0Qfn2VVydT79hdhuW6NtLRQ==", "dev": true, "dependencies": { - "editions": "^6.16.0", - "typechecker": "^8.5.0" + "editions": "^6.19.0", + "typechecker": "^9.2.0" }, "engines": { "node": ">=4" @@ -1620,29 +1441,15 @@ "url": "https://bevry.me/fund" } }, - "node_modules/external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "dev": true, - "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/extract-opts": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.4.0.tgz", - "integrity": "sha512-tTA++0tB5UNdiLORAYv0zSq6oMyNvj3poIxvVPrc69HBd3pVHvXcmLwskbPLDCTV0o2+jo03C1wwEaeNx2ulaQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.5.0.tgz", + "integrity": "sha512-idbs8/KK4ZFB+Q5m5mCK8rMOOfwtEvfn/60q3zN8HzIlvn/kGdcqV+IbAqqJwtYPm1TvbbSJZxcyOYEXvn2zuA==", "dev": true, "dependencies": { - "eachr": "^6.6.0", - "editions": "^6.16.0", - "typechecker": "^8.5.0" + "eachr": "^7.2.0", + "editions": "^6.19.0", + "typechecker": "^9.2.0" }, "engines": { "node": ">=4" @@ -1651,15 +1458,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -1713,18 +1511,22 @@ "dev": true }, "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", + "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", "dev": true, "dependencies": { "reusify": "^1.0.4" } }, "node_modules/fellow": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-6.25.0.tgz", - "integrity": "sha512-/eYuI5Cr9hi2Llw5VHIdiDQKe4cL4Qa1a9EE8NxuT/xa7KsfsnF7pBcYXIhmqSLxPbWS1ozF1vzYcN4VTf9OwA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.0.4.tgz", + "integrity": "sha512-yQo/A5v7IPNo2IPRVlD/j9H2oV3Jw44Ep0X6X3kOywGwQSme3x6cjbZ6d9R8pB0kxj5AhljKek/oOZc3/nGU4A==", + "dependencies": { + "@bevry/render": "^1.0.0", + "editions": "^6.19.0" + }, "engines": { "node": ">=10" }, @@ -1732,27 +1534,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/figures": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -1766,14 +1547,14 @@ } }, "node_modules/filedirname": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.1.0.tgz", - "integrity": "sha512-sLtzIMoSiq+PRzMZnqRd3LcyHL2eh618I7fcGiIb3TFXoaHPLAB98CwUmjyq3EzcO+oS3J8ul45fa5IHB1rz1w==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.2.0.tgz", + "integrity": "sha512-2IrAgmBU8KKVz+p5aA31rlGkqsSE+A8dwQ9clGobxCdkVYxZ9fGZMO/K96CmL3U/T6dRLbXHl9oM7paL5hpTFw==", "dev": true, "dependencies": { "@bevry/file-url-to-path": "^1.0.1", - "editions": "^6.16.0", - "get-current-line": "^7.0.0" + "editions": "^6.19.0", + "get-current-line": "^7.1.0" }, "engines": { "node": ">=4" @@ -1830,82 +1611,18 @@ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/fstream/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/get-cli-arg": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/get-cli-arg/-/get-cli-arg-8.3.0.tgz", - "integrity": "sha512-oZhUYqxhpFJyBX/Oc6I47cv0d0fNKJHMocUIXmnb2jwzXy+Yo0HIGOtsdx1z/I27Gwi12tDfG4Z6iTzd+eTSEA==", - "dependencies": { - "normalify": "^2.28.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, "node_modules/get-current-line": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.1.0.tgz", - "integrity": "sha512-s0pz6fWzYT+nxEw/n7+wOO/mqQ0DBnjMLA42Xg6P5iRmJoJMenw5XF0ML0OyqJ8q+Slc/FXlktQ6tQMkvXfeRg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.2.0.tgz", + "integrity": "sha512-k/On1QP4i5+3ZeyISc7vodzmEypo43VIpk+agCEeee11uqGJ3OUiz/SzfJxHV+nitZF/29EwDPJvbngvNgW3uA==", "dependencies": { - "editions": "^6.16.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -1914,27 +1631,6 @@ "url": "https://bevry.me/fund" } }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -1967,10 +1663,32 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/globals": { - "version": "13.23.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", - "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2014,29 +1732,6 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", - "dev": true, - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -2046,46 +1741,10 @@ "node": ">=8" } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/human-signals": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", - "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", - "dev": true, - "engines": { - "node": ">=14.18.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ignore": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", - "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", + "node_modules/ignore": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "dev": true, "engines": { "node": ">= 4" @@ -2132,143 +1791,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "node_modules/inquirer": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz", - "integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==", - "dev": true, - "dependencies": { - "ansi-escapes": "^3.2.0", - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-width": "^2.0.0", - "external-editor": "^3.0.3", - "figures": "^2.0.0", - "lodash": "^4.17.12", - "mute-stream": "0.0.7", - "run-async": "^2.2.0", - "rxjs": "^6.4.0", - "string-width": "^2.1.0", - "strip-ansi": "^5.1.0", - "through": "^2.3.6" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/inquirer/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/inquirer/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/inquirer/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/inquirer/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/inquirer/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/inquirer/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/inquirer/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-docker": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", - "dev": true, - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-domain": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/is-domain/-/is-domain-0.0.1.tgz", - "integrity": "sha512-hLm9uZUDm/sk0+xZgxyJluSf4B37sg3ivzv4ndTxNCAMnWFUUsHh1u4eh2maEcEvQl3mc65a9pJ/KURGItbLIg==", - "dev": true - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -2278,15 +1800,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -2299,24 +1812,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-inside-container": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", - "dev": true, - "dependencies": { - "is-docker": "^3.0.0" - }, - "bin": { - "is-inside-container": "cli.js" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -2335,68 +1830,16 @@ "node": ">=8" } }, - "node_modules/is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", - "dev": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-wsl/node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true - }, "node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, "dependencies": { "argparse": "^2.0.1" }, @@ -2404,24 +1847,12 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true - }, "node_modules/json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true - }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -2434,42 +1865,21 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, "node_modules/jsonc-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", "dev": true }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "dev": true, - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - }, - "engines": { - "node": ">=0.6.0" - } - }, "node_modules/kava": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.4.0.tgz", - "integrity": "sha512-rUzEZSaWcD/xd5dctvayPepHxPn9jB8jLw97GD89QwtZscYcONxvx6iokDThLbS8DqnDhqxzHSei4X9UuJcY/g==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.5.0.tgz", + "integrity": "sha512-gqQiikuO2dcO1fSJhGvVYIRwAGg+1cEcyFA7IlluKNJf4IqXR/tPUS1nA9Kk/jlq9FQ1uXRZsHN5nwIxaztfig==", "dev": true, "dependencies": { - "editions": "^6.16.0", + "editions": "^6.19.0", "event-emitter-grouped": "^6.4.0", - "taskgroup": "^9.4.0" + "taskgroup": "^9.5.1" }, "engines": { "node": ">=4" @@ -2515,12 +1925,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -2557,12 +1961,6 @@ "node": ">= 12" } }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -2585,82 +1983,19 @@ "node": ">=8.6" } }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", - "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==", - "dev": true - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "dependencies": { - "minimist": "^1.2.6" + "node": ">=16 || 14 >=14.17" }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/mkdirp/node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/moniker": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/moniker/-/moniker-0.1.2.tgz", - "integrity": "sha512-Uj9iV0QYr6281G+o0TvqhKwHHWB2Q/qUTT4LPQ3qDGc0r8cbMuqQjRXPZuVZ+gcL7APx+iQgE8lcfWPrj1LsLA==", - "dev": true, - "engines": { - "node": "*" + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/ms": { @@ -2669,19 +2004,12 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==", - "dev": true - }, "node_modules/native-promise-pool": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.25.0.tgz", - "integrity": "sha512-FrtUErgKMbshbyL3iNMm2yRywBzf2vFc/rkLPmixWTnYUaeIALjF5Os9R/D12D6PA0L8vzqrhKjuDELzhsypxg==", - "dev": true, + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.26.0.tgz", + "integrity": "sha512-vIzAV+BzQaTctUgPs2WMJmXma/0EA+lJFgwY+/ghMS5UB4U9Eq/OiUbAqsk/e9BM9DL/3QG3Rhp3xuThBh66kw==", "dependencies": { - "editions": "^6.16.0" + "editions": "^6.19.0" }, "engines": { "node": ">=10" @@ -2696,107 +2024,14 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "node_modules/netrc": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/netrc/-/netrc-0.1.4.tgz", - "integrity": "sha512-ye8AIYWQcP9MvoM1i0Z2jV0qed31Z8EWXYnyGNkiUAd+Fo8J+7uy90xTV8g/oAbhtjkY7iZbNTizQaXdKUuwpQ==", - "dev": true - }, - "node_modules/normalify": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/normalify/-/normalify-2.29.0.tgz", - "integrity": "sha512-mpJoTx/9AgQNJvZMqY6aOk6SXEk7lf7FG8XFR1+VW5k6z7Po17e0vSSAyGxoxrJtMncgC7OnDDoRZku6+KXwYg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", - "dev": true, - "dependencies": { - "path-key": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm-run-path/node_modules/path-key": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, "dependencies": { "wrappy": "1" } }, - "node_modules/onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", - "dev": true, - "dependencies": { - "mimic-fn": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/open": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", - "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", - "dev": true, - "dependencies": { - "default-browser": "^4.0.0", - "define-lazy-prop": "^3.0.0", - "is-inside-container": "^1.0.0", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/optionator": { "version": "0.9.3", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", @@ -2814,15 +2049,6 @@ "node": ">= 0.8.0" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -2901,18 +2127,6 @@ "node": ">=8" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -2935,9 +2149,9 @@ } }, "node_modules/prettier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", - "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -2946,293 +2160,34 @@ "node": ">=14" }, "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "dependencies": { - "fast-diff": "^1.1.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/progress": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "integrity": "sha512-UdA8mJ4weIkUBO224tIarHzuHs4HuYiJvsuGT7j/SPQiUJVjYvNDBIPa0hAorduOfjGohB/qHWRa/lrrWX/mXw==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/qs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/read": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.5.tgz", - "integrity": "sha512-hDLATrzYLoMu23c/69pMC6u3fO3Y0qLTIygJkEZHLOn+AO2gSapu6QgrgwX9ehyVtaRoZVZbF4IuiZPPRdGgdg==", - "dev": true, - "dependencies": { - "mute-stream": "~0.0.4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dev": true, - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", - "dev": true, - "dependencies": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rfc-log-levels": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-3.21.0.tgz", - "integrity": "sha512-AP+S8PnysICJ8XD4MGM5yyODJFmQW30Xs37FGkheWGosUVlYsTnK1gYTytyVbc4CYzKai6Jmh//7C2aUErp79g==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/run-applescript": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", - "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", - "dev": true, - "dependencies": { - "execa": "^5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/run-applescript/node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/run-applescript/node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true, - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/run-applescript/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/run-applescript/node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/run-applescript/node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/run-applescript/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/run-applescript/node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "node_modules/prettier-linter-helpers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, + "dependencies": { + "fast-diff": "^1.1.2" + }, "engines": { - "node": ">=6" + "node": ">=6.0.0" } }, - "node_modules/run-async": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "engines": { - "node": ">=0.12.0" + "node": ">=6" } }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -3247,27 +2202,60 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "dependencies": { - "queue-microtask": "^1.2.2" + ] + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" } }, - "node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rfc-log-levels": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-4.1.0.tgz", + "integrity": "sha512-y+fVhL1sywPejgdtM8UypjvroP+CKLdtlqCV+QkwEfFDQh4IzFZuqQS7Z9pyZLHngc3wYmuQpy4K0sS/CI9z3A==", "dependencies": { - "tslib": "^1.9.0" + "editions": "^6.19.0" }, "engines": { - "npm": ">=2.0.0" + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -3282,16 +2270,19 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } }, "node_modules/safefs": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.4.0.tgz", - "integrity": "sha512-dIi839HGNWD/AwozKXp/bR04h+SbIlOnnyYcOnGmiMOHunHEWn4UpI8t9Sfw5gq5upXVLcUIFjxZPQtlcoAXMg==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.6.0.tgz", + "integrity": "sha512-CfelnCnGgCHWylnMTG68qYgFxu6mrnamaiCBQe6YDpnzrooLFfROMrkJBkQGlTU83GUcn+VBkYfZyEMt4ygPVA==", "dev": true, "dependencies": { "graceful-fs": "^4.2.11", - "version-compare": "^3.3.0" + "version-compare": "^3.8.0" }, "engines": { "node": ">=4" @@ -3301,15 +2292,15 @@ } }, "node_modules/safeps": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.3.0.tgz", - "integrity": "sha512-IaeWzaVvmuFl4VgXAfrRyrs0AXVWcdpzrz8J6jvILiTNRIwvUvjaopEaaQ2Pw5tD+exCzImiTs0QHq6EsMKMaA==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.4.0.tgz", + "integrity": "sha512-BhctR5C6Mn6Qcwui+yh1olTg8wy7QlJToUC4JjCxAvXKaRRVpvSbskcgY5bieZx7+R57o18G39OGDDrqqrjx6w==", "dev": true, "dependencies": { - "editions": "^6.13.0", - "extract-opts": "^5.3.0", - "safefs": "^8.4.0", - "taskgroup": "^9.3.0", + "editions": "^6.16.0", + "extract-opts": "^5.4.0", + "safefs": "^8.5.0", + "taskgroup": "^9.4.0", "typechecker": "^8.5.0" }, "engines": { @@ -3319,11 +2310,20 @@ "url": "https://bevry.me/fund" } }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "node_modules/safeps/node_modules/typechecker": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.6.0.tgz", + "integrity": "sha512-s803IhKCZLZ9ZbYArmRzI+0gqUGE9TEzz4hR2EXF0ecFaZTIHv6QFduYhwbhdTruIO+R9UkhB6hOP5SGsv9ksw==", + "dev": true, + "dependencies": { + "editions": "^6.16.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" + } }, "node_modules/semver": { "version": "7.5.4", @@ -3362,9 +2362,9 @@ } }, "node_modules/shiki": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", - "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz", + "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==", "dev": true, "dependencies": { "ansi-sequence-parser": "^1.1.0", @@ -3373,17 +2373,10 @@ "vscode-textmate": "^8.0.0" } }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "node_modules/simplytyped": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/simplytyped/-/simplytyped-3.3.0.tgz", "integrity": "sha512-mz4RaNdKTZiaKXgi6P1k/cdsxV3gz+y1Wh2NXHWD40dExktLh4Xx/h6MFakmQWODZHj/2rKe59acacpL74ZhQA==", - "dev": true, "peerDependencies": { "typescript": ">=2.8.0" } @@ -3427,77 +2420,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/split": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.1.tgz", - "integrity": "sha512-hCHXkQDs1HFKRsrT9EutGT1hmjS1FW1Aei8dk/CxrT7mslcMtAxbiv8LYA/AYDvjB6h9rSXgW8zAZwg20tKMTw==", - "dev": true, - "dependencies": { - "through": "2" - }, - "engines": { - "node": "*" - } - }, - "node_modules/sshpk": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", - "dev": true, - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -3510,18 +2432,6 @@ "node": ">=8" } }, - "node_modules/strip-final-newline": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -3546,57 +2456,14 @@ "node": ">=8" } }, - "node_modules/surge": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/surge/-/surge-0.23.1.tgz", - "integrity": "sha512-w92meVuKxqO1up0JpSe2iVSiVTv7E7t1qDA9fZhCSZx/+6Q85I3Y2LCoZIcWLpMm9BM0iB843NAWAwdScTR4Uw==", - "dev": true, - "dependencies": { - "cli-table3": "^0.5.1", - "colors": "1.4.0", - "inquirer": "^6.2.2", - "is-domain": "0.0.1", - "minimist": "1.2.3", - "moniker": "0.1.2", - "netrc": "0.1.4", - "progress": "1.1.8", - "read": "1.0.5", - "request": "^2.88.0", - "split": "0.3.1", - "surge-fstream-ignore": "^1.0.6", - "surge-ignore": "0.2.0", - "tarr": "1.1.0", - "url-parse-as-address": "1.0.0" - }, - "bin": { - "surge": "lib/cli.js" - } - }, - "node_modules/surge-fstream-ignore": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/surge-fstream-ignore/-/surge-fstream-ignore-1.0.6.tgz", - "integrity": "sha512-hNN52cz2fYCAzhlHmWPn4aE3bFbpBt01AkWFLljrtSzFvxlipLAeLuLtQ3t4f0RKoUkjzXWCAFK13WoET2iM1A==", - "dev": true, - "dependencies": { - "fstream": ">=1.0.12", - "inherits": "2", - "minimatch": "^3.0.0" - } - }, - "node_modules/surge-ignore": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/surge-ignore/-/surge-ignore-0.2.0.tgz", - "integrity": "sha512-ay4MPFjfiQzDsyTidljJLXQi22l2AwjcuamYnJWj/LdhaHdKmDJxRox52WXimdcLpMuLDtkQvv4+jEu+wu9eSw==", - "dev": true - }, "node_modules/synckit": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz", - "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==", + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", + "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", "dev": true, "dependencies": { - "@pkgr/utils": "^2.3.1", - "tslib": "^2.5.0" + "@pkgr/core": "^0.1.0", + "tslib": "^2.6.2" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -3605,34 +2472,32 @@ "url": "https://opencollective.com/unts" } }, - "node_modules/synckit/node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true - }, - "node_modules/tarr": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/tarr/-/tarr-1.1.0.tgz", - "integrity": "sha512-tENbQ43IQckay71stp1p1lljRhoEZpZk10FzEZKW2tJcMcnLwV3CfZdxBAERlH6nwnFvnHMS9eJOJl6IzSsG0g==", + "node_modules/taskgroup": { + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.5.1.tgz", + "integrity": "sha512-2bbc54OtPOn0t8qk771XPhlMSM8nZK74DISvjM275EcwLDt+7ArJqLOOJbCnEidvd5K2lwQjzsJWtezqyKyccQ==", "dev": true, "dependencies": { - "block-stream": "*", - "fstream": ">=1.0.12", - "inherits": "2" + "ambi": "3.2.0", + "eachr": "^7.1.0", + "editions": "^6.18.0", + "extendr": "^7.5.0", + "unbounded": "^6.0.0" + }, + "engines": { + "node": ">=4" + }, + "funding": { + "url": "https://bevry.me/fund" } }, - "node_modules/taskgroup": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.4.0.tgz", - "integrity": "sha512-pXyE6yao3hnUbBlJu7M3VKY+AI2jl54RSaRasEFHqCRX/Pjsg839UATv8tUSBiY0JJKgcJDLHSc4A4Hpedxe1w==", + "node_modules/taskgroup/node_modules/unbounded": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-6.1.0.tgz", + "integrity": "sha512-Urd4W0lyK0wTs9T26m2DxZ+LCh/JGhAr9C9G4LojxRAaxnAiT0Uv5+qgbjAFAQQavD8hzgcKCwMldJfrPekWow==", "dev": true, "dependencies": { - "ambi": "3.2.0", - "eachr": "^6.5.0", - "editions": "^6.13.0", - "extendr": "^7.3.0", - "unbounded": "^5.3.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -3647,36 +2512,6 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, - "node_modules/titleize": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", - "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, - "dependencies": { - "os-tmpdir": "~1.0.2" - }, - "engines": { - "node": ">=0.6.0" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -3689,17 +2524,18 @@ "node": ">=8.0" } }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dev": true, + "node_modules/trim-empty-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-empty-keys/-/trim-empty-keys-1.0.1.tgz", + "integrity": "sha512-ewq4ybzbCpezfVXZHfOE5MYP8CBGJYOka6z3xTHsIdsDmO/NGDav0OyNY4IC/N+KQZxaLU2fJDT2nDDvsRg8lg==", "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" + "typechecker": "^9.2.0" }, "engines": { - "node": ">=0.8" + "node": ">=8" + }, + "funding": { + "url": "https://bevry.me/fund" } }, "node_modules/ts-api-utils": { @@ -3715,27 +2551,9 @@ } }, "node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dev": true, - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", "dev": true }, "node_modules/type-check": { @@ -3763,11 +2581,11 @@ } }, "node_modules/typechecker": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.5.0.tgz", - "integrity": "sha512-a1hbVPj4Ane0sLledbgIp+nA++Rcx6lVPcrLmaXuqo/hcO5dEVw59mi4pIdxVuKm5hUPWdNeW99ca7rPFaduqQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-9.2.0.tgz", + "integrity": "sha512-WrIeSNqD6gW0Ss8OPHB0xHLyihoCsE57NZ5aLeYkLG75SOwP2uE9MtAnqKyca48X70vuJ3SNiSMRtop7Dnmg8A==", "dependencies": { - "editions": "^6.13.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -3777,9 +2595,9 @@ } }, "node_modules/typedoc": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz", - "integrity": "sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", + "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -3794,38 +2612,13 @@ "node": ">= 16" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" - } - }, - "node_modules/typedoc/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/typedoc/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x" } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", - "dev": true, + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -3835,12 +2628,12 @@ } }, "node_modules/unbounded": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.3.0.tgz", - "integrity": "sha512-ykI4nE6hOLgKYCoC37uaSMyItWJD+pIsbd+p/+qshHRQOvTYASFOnzOI6BH6YejM3YwjuTjcgcXT3tZpCIwC+w==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.4.0.tgz", + "integrity": "sha512-WHERFq/Dai+nSE8zJEC1K38IvZW7NF4EmYGQPN1S2bGx72Bk9nOH7dmBsukxWoT2vqe2KkHgfvrg8ylP5L7LFQ==", "dev": true, "dependencies": { - "editions": "^6.13.0" + "editions": "^6.16.0" }, "engines": { "node": ">=4" @@ -3855,14 +2648,10 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "dev": true }, - "node_modules/untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true, - "engines": { - "node": ">=8" - } + "node_modules/universal-user-agent": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" }, "node_modules/uri-js": { "version": "4.4.1", @@ -3873,29 +2662,13 @@ "punycode": "^2.1.0" } }, - "node_modules/url-parse-as-address": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-parse-as-address/-/url-parse-as-address-1.0.0.tgz", - "integrity": "sha512-1WJ8YX1Kcec9wgxy8d/ATzGP1ayO6BRnd3iB6NlM+7cOnn6U8p5PKppRTCPLobh3CSdJ4d0TdPjopzyU2KcVFw==", - "dev": true - }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/valid-directory": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.5.0.tgz", - "integrity": "sha512-yeutk9gFbc233bLVOKx3evS0K7+ty11MybTHsqtjAKvrj/+v8z4Fd7ewTtT4OTPfP4WF/Ve+XDqHNxrta5dlpw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.7.0.tgz", + "integrity": "sha512-DGxoViQM+cV9mZf2mGrMfcTcZNd5uJ2dOOitdgt1OmRjk3dkvLRilUoEFpeVtSgPga2xHtQzB9rcgZvSeIDh8A==", "dev": true, "dependencies": { - "@bevry/valid-filename": "^2.2.0", + "@bevry/valid-filename": "^2.4.0", "fdir": "^6.1.1" }, "bin": { @@ -3936,25 +2709,14 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "dev": true, - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, "node_modules/version-clean": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.1.0.tgz", - "integrity": "sha512-M10X8MCM0YGn7thYP1CRla/fbY7f/WMOXvI2oxGTNTHKxir5iK8PpuF2DEBtwGtpxnrjEof3lRArz5iD300bFw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.6.0.tgz", + "integrity": "sha512-3U9p8b28wM3EwzokF22qNAVK3bArQU9SQYMoGv8e55MaTutMbndwdDnc5X2nQoZySZOSm/BykdUdZ/Zkm6R6pQ==", "dev": true, + "dependencies": { + "editions": "^6.18.0" + }, "engines": { "node": ">=4" }, @@ -3963,9 +2725,12 @@ } }, "node_modules/version-compare": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.4.0.tgz", - "integrity": "sha512-tt9kikXzv+9Cpx6IqQjZ6LsMhqaT9SjPJWOpCXIta5lfq9qC+21RotjbUk+PHqE6RZOJJMO354OO3hyTk2lcyA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.8.0.tgz", + "integrity": "sha512-90rv+kdT8VyU45h6hOQeP9w8EuxHDdBOzHbHZZKrhw3zpaK3nJXgKDSCkV/OlUgvmt7vprCB1R9VuHrgjffpIg==", + "dependencies": { + "editions": "^6.18.0" + }, "engines": { "node": ">=4" }, @@ -3974,9 +2739,9 @@ } }, "node_modules/version-range": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.7.0.tgz", - "integrity": "sha512-//udu20odzjo4lH4SjUh3KOcqBanhYjyiFFfVsso6LsGMPjpUlnc5+6QHwl0pv0PMfXq6sv6kfMV1AXXdVGQ3g==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.11.0.tgz", + "integrity": "sha512-h6ZOpIbN1Dk6hfDAmni/lOMncSUcIU1/6XsDc54kQe9/lMzzzv53ovpTr0CbNDJz2GLbmr/yyrQjD8vntyxXxg==", "engines": { "node": ">=4" }, @@ -4014,8 +2779,7 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/yallist": { "version": "4.0.0", diff --git a/package.json b/package.json index 64f516a8..f3118839 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,18 @@ { "title": "Projectz", "name": "projectz", - "version": "3.4.0", + "version": "4.0.0", + "license": "Artistic-2.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", - "license": "Artistic-2.0", + "funding": "https://bevry.me/fund", + "repository": { + "type": "git", + "url": "https://github.com/bevry/projectz.git" + }, + "bugs": { + "url": "https://github.com/bevry/projectz/issues" + }, "keywords": [ "badges", "bower", @@ -70,32 +78,50 @@ "npmPackageName": "projectz" } }, - "funding": "https://bevry.me/fund", - "author": "2013+ Bevry Pty Ltd (http://bevry.me)", + "author": "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "authors": [ + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Benjamin furthers the humanities and the commons using the monikers balupton and @bevry" + ], "maintainers": [ - "Benjamin Lupton (https://github.com/balupton)", - "James George (https://github.com/jamesgeorge007)", - "Rob Loach (https://github.com/RobLoach)" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Benjamin furthers the humanities and the commons using the monikers balupton and @bevry" ], "contributors": [ - "Benjamin Lupton (https://github.com/balupton)", + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", "James George (https://github.com/jamesgeorge007)", - "Oliver Lorenz (https://github.com/oliverlorenz)", - "Peter C (https://github.com/peterkc)", + "Oliver Lorenz (https://www.oliverlorenz.com) (https://github.com/oliverlorenz)", + "Peter C (https://www.linkedin.com/in/peterkc1/) (https://github.com/peterkc)", "Peter Flannery (https://github.com/pflannery)", - "Rob Loach (https://github.com/RobLoach)", + "Rob Loach (https://robloach.net) (https://github.com/RobLoach)", "Shahar \"Dawn\" Or (https://github.com/mightyiam)", + "vsopvsop (https://github.com/vsopvsop)", "Zearin (https://github.com/Zearin)", - "Zlatan Vasović (https://github.com/zlatanvasovic)", - "vsopvsop (https://github.com/vsopvsop)" + "Zlatan Vasović (https://github.com/zlatanvasovic)" + ], + "sponsors": [ + "Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew): Software engineer and researcher", + "Balsa (https://balsa.com) (https://github.com/balsa): We're Balsa, and we're building tools for builders.", + "Codecov (https://codecov.io/) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.", + "Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", + "Rob Morris (https://github.com/Rob-Morris)", + "Sentry (https://sentry.io) (https://github.com/getsentry): Real-time crash reporting for your web apps, mobile apps, and games.", + "Syntax (https://syntax.fm) (https://github.com/syntaxfm): Syntax Podcast" + ], + "donors": [ + "Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)", + "Balsa (https://balsa.com) (https://github.com/balsa)", + "Chad (https://opencollective.com/chad8)", + "Codecov (https://codecov.io/) (https://github.com/codecov)", + "entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", + "Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)", + "Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)", + "Mohammed Shah (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)", + "Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", + "Rob Morris (https://github.com/Rob-Morris)", + "Sentry (https://sentry.io) (https://github.com/getsentry)", + "ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)", + "Skunk Team (https://skunk.team) (https://github.com/skunkteam)", + "Syntax (https://syntax.fm) (https://github.com/syntaxfm)" ], - "bugs": { - "url": "https://github.com/bevry/projectz/issues" - }, - "repository": { - "type": "git", - "url": "https://github.com/bevry/projectz.git" - }, "engines": { "node": ">=20" }, @@ -112,7 +138,7 @@ "engines": false }, { - "description": "TypeScript compiled against ES2022 for Node.js with Require for modules", + "description": "TypeScript compiled against ES2022 for Node.js 20 with Require for modules", "directory": "edition-es2022", "entry": "index.js", "tags": [ @@ -127,7 +153,7 @@ } }, { - "description": "TypeScript compiled against ES2022 for Node.js with Import for modules", + "description": "TypeScript compiled against ES2022 for Node.js 20 with Import for modules", "directory": "edition-es2022-esm", "entry": "index.js", "tags": [ @@ -165,36 +191,37 @@ } }, "dependencies": { - "@bevry/fs-list": "^2.3.0", - "@bevry/fs-read": "^1.3.0", - "@bevry/fs-write": "^1.3.0", - "@bevry/json": "^2.1.0", - "badges": "^4.37.0", - "caterpillar": "^7.0.0", - "fellow": "^6.25.0", - "get-cli-arg": "^8.3.0", + "@bevry/argument": "^1.0.0", + "@bevry/fs-list": "^2.4.0", + "@bevry/fs-read": "^1.4.0", + "@bevry/fs-write": "^1.4.0", + "@bevry/github-api": "^11.0.0", + "@bevry/json": "^2.2.1", + "@bevry/render": "^1.0.0", + "arrange-package-json": "^5.0.2", + "badges": "^4.38.0", + "caterpillar": "^8.0.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", - "typechecker": "^8.5.0" + "trim-empty-keys": "^1.0.1", + "typechecker": "^9.2.0" }, "devDependencies": { - "@bevry/update-contributors": "^1.23.0", - "@types/node": "^20.10.0", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", - "assert-helpers": "^11.6.0", - "eslint": "^8.54.0", - "eslint-config-bevry": "^5.2.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.1", - "filedirname": "^3.1.0", - "kava": "^7.4.0", - "prettier": "^3.1.0", - "safeps": "^11.3.0", - "surge": "^0.23.1", - "typedoc": "^0.25.3", - "typescript": "5.2.2", - "valid-directory": "^4.5.0" + "@types/node": "^20.10.5", + "@typescript-eslint/eslint-plugin": "^6.16.0", + "@typescript-eslint/parser": "^6.16.0", + "assert-helpers": "^11.10.0", + "eslint": "^8.56.0", + "eslint-config-bevry": "^5.3.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.1.2", + "filedirname": "^3.2.0", + "kava": "^7.5.0", + "prettier": "^3.1.1", + "safeps": "^11.4.0", + "typedoc": "^0.25.4", + "typescript": "5.3.3", + "valid-directory": "^4.7.0" }, "scripts": { "our:bin": "node ./bin.cjs", @@ -204,11 +231,10 @@ "our:compile:edition-es2022-esm": "tsc --module ESNext --target ES2022 --outDir ./edition-es2022-esm --project tsconfig.json && ( test ! -d edition-es2022-esm/source || ( mv edition-es2022-esm/source edition-temp && rm -rf edition-es2022-esm && mv edition-temp edition-es2022-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es2022-esm/package.json", "our:compile:edition-types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir ./edition-types --project tsconfig.json && ( test ! -d edition-types/source || ( mv edition-types/source edition-temp && rm -rf edition-types && mv edition-temp edition-types ) )", "our:deploy": "printf '%s\n' 'no need for this project'", - "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", - "our:meta:contributors": "update-contributors", + "our:meta": "npm run our:meta:docs && npm run our:meta:projectz", "our:meta:docs": "npm run our:meta:docs:typedoc", "our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source", - "our:meta:projectz": "npm run our:bin -- compile", + "our:meta:projectz": "npm run our:bin", "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", "our:release:check-changelog": "cat ./HISTORY.md | grep \"v$npm_package_version\" || (printf '%s\n' \"add a changelog entry for v$npm_package_version\" && exit -1)", "our:release:check-dirty": "git diff --exit-code", @@ -218,12 +244,17 @@ "our:setup": "npm run our:setup:install", "our:setup:install": "npm install", "our:test": "npm run our:verify && npm test", - "our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier", - "our:verify:directory": "valid-directory", + "our:verify": "npm run our:verify:eslint && npm run our:verify:prettier", "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", "our:verify:prettier": "prettier --write .", "test": "node ./edition-es2022/test.js" }, + "boundation": { + "desiredNodeOnly": true, + "githubActionTestEnv": { + "GITHUB_TOKEN": "${{ secrets.GITHUB_TOKEN }}" + } + }, "eslintConfig": { "extends": [ "bevry" @@ -232,12 +263,10 @@ "prettier": { "semi": false, "singleQuote": true, - "trailingComma": "all" - }, - "boundation": { - "desiredNodeOnly": true + "trailingComma": "all", + "endOfLine": "lf" }, "testen": { "serial": true } -} \ No newline at end of file +} diff --git a/source/backer.ts b/source/backer.ts index e6debd07..846b414c 100644 --- a/source/backer.ts +++ b/source/backer.ts @@ -1,51 +1,11 @@ -import { getPeopleHTML, getFileUrl, getLink } from './util.js' -import { getBadgesInCategory } from './badge.js' -import type { Github, FilenamesForReadmeFiles } from './types' -import type Fellow from 'fellow' -import type { BadgesField } from 'badges' - -function getSponsorsText(data: { - badges: BadgesField - sponsors: Fellow[] - github: Github -}): string { - let result = '' - - if (data.sponsors.length === 0) { - // ignore - result += - 'No sponsors yet! Will you be the first?\n\n' + - getBadgesInCategory('funding', data) - } else { - result += - 'These amazing people have contributed finances to this project:\n\n' + - getPeopleHTML(data.sponsors) + - `\n\nBecome a sponsor!\n\n${getBadgesInCategory('funding', data)}` - } - - return result -} - -function getMaintainersText(data: { - maintainers: Fellow[] - github: Github -}): string { - let result = '' - - if (data.maintainers.length === 0) { - // ignore - result += 'No maintainers yet! Will you be the first?' - } else { - result += - 'These amazing people are maintaining this project:\n\n' + - getPeopleHTML(data.maintainers, { - displayContributions: true, - githubRepoSlug: data.github.slug, - }) - } +// external +import { i, lines, t, mh, mh2, ma, mcode, mul, mp } from '@bevry/render' +import { BackersRenderFormat, renderBackers } from '@bevry/github-api' - return result -} +// local +import { fileUrl } from './util.js' +import { getBadgesInCategory } from './badge.js' +import type { BackerOptions, Github, FilenamesForReadmeFiles } from './types' function getContributeLink( data: { filenamesForReadmeFiles: FilenamesForReadmeFiles; github: Github }, @@ -54,105 +14,95 @@ function getContributeLink( // Prepare const file = data.filenamesForReadmeFiles.contributing if (!file) { - if (optional) { - return '' - } else { - throw new Error( - 'Contributing section requires a CONTRIBUTING file to exist', - ) - } + if (optional) return '' + throw new Error( + 'Contributing section requires a CONTRIBUTING file to exist', + ) } - const url = getFileUrl(data, file) - const text = `Discover how you can contribute by heading on over to the ${file} file.` + const url = fileUrl(data, file) + const inner = t(['Discover how to contribute via the', mcode(file), 'file.']) // Return - return getLink({ url, text }) + return ma({ url, inner }) } -function getContributorsText(data: { - filenamesForReadmeFiles: FilenamesForReadmeFiles - contributors: Fellow[] - github: Github -}): string { - let result = '' - - if (data.contributors.length === 0) { - // ignore - result += - 'No contributors yet! Will you be the first?' + - `\n\n${getContributeLink(data, true)}` - } else { - result += - 'These amazing people have contributed code to this project:\n\n' + - getPeopleHTML(data.contributors, { - displayContributions: true, - githubRepoSlug: data.github.slug, - }) + - `\n\n${getContributeLink(data, true)}` +function getBackersLink( + data: { filenamesForReadmeFiles: FilenamesForReadmeFiles; github: Github }, + optional = false, +): string { + // Prepare + const file = data.filenamesForReadmeFiles.backers + if (!file) { + if (optional) return '' + throw new Error('Backers section requires a BACKERS file to exist') } + const url = fileUrl(data, file) + const inner = t(['Discover every backer via the', mcode(file), 'file.']) - return result + // Return + return ma({ url, inner }) } -interface BackerOptions { +export function getContributeSection(data: { filenamesForReadmeFiles: FilenamesForReadmeFiles - badges: BadgesField - maintainers: Fellow[] - sponsors: Fellow[] - contributors: Fellow[] github: Github +}): string { + return lines([mh2('Contribute'), getContributeLink(data)]) } -export function getBackerSection(data: BackerOptions): string { - // Prepare - const result = [ - '

    Backers

    ', - '', - '

    Maintainers

    ', - '', - getMaintainersText(data), - '', - '

    Sponsors

    ', - '', - getSponsorsText(data), - '', - '

    Contributors

    ', - '', - getContributorsText(data), - ].join('\n') - // Return - return result +function getBackersText(data: BackerOptions, headingLevel: number): string { + const backersLink: string = getBackersLink(data, true) || '' + const showExtras: boolean = headingLevel === 1 || backersLink === '' + const renderedBackers = renderBackers(data, { + format: BackersRenderFormat.markdown, + githubSlug: data.github.slug, + }) + return lines([ + mh(headingLevel, 'Backers'), + i(showExtras, () => backersLink), + // Code + mh(headingLevel + 1, 'Code'), + mp(getContributeLink(data, true)), + // Authors + i(renderedBackers.authors?.length, () => [ + mh(headingLevel + 2, 'Authors'), + mul(renderedBackers.authors!), + ]), + // Maintainers + i(renderedBackers.maintainers?.length, () => [ + mh(headingLevel + 2, 'Maintainers'), + mul(renderedBackers.maintainers!), + ]), + // Contributors + i(renderedBackers.contributors?.length && showExtras, () => [ + mh(headingLevel + 2, 'Contributors'), + mul(renderedBackers.contributors!), + ]), + // Finances + mh(headingLevel + 1, 'Finances'), + mp(getBadgesInCategory('funding', data)), + // Funders + i(renderedBackers.funders?.length, () => [ + mh(headingLevel + 2, 'Funders'), + mul(renderedBackers.funders!), + ]), + // Sponsors + i(renderedBackers.sponsors?.length, () => [ + mh(headingLevel + 2, 'Sponsors'), + mul(renderedBackers.sponsors!), + ]), + // Donors + i(renderedBackers.donors?.length && showExtras, () => [ + mh(headingLevel + 2, 'Donors'), + mul(renderedBackers.donors!), + ]), + ]) } -export function getBackerFile(data: BackerOptions): string { - // Prepare - const result = [ - '

    Backers

    ', - '', - '

    Maintainers

    ', - '', - getMaintainersText(data), - '', - '

    Sponsors

    ', - '', - getSponsorsText(data), - '', - '

    Contributors

    ', - '', - getContributorsText(data), - ].join('\n') - - // Return - return result +export function getBackersSection(data: BackerOptions): string { + return getBackersText(data, 2) } -export function getContributeSection(data: { - filenamesForReadmeFiles: FilenamesForReadmeFiles - github: Github -}): string { - // Prepare - const result = ['

    Contribute

    ', '', getContributeLink(data)].join('\n') - - // Return - return result +export function getBackersFile(data: BackerOptions): string { + return getBackersText(data, 1) } diff --git a/source/badge.ts b/source/badge.ts index fb9f8b51..4393ff72 100644 --- a/source/badge.ts +++ b/source/badge.ts @@ -9,9 +9,8 @@ export function getBadgesInCategory( filterCategory: category, filterScripts: true, }) - } else { - return '' } + return '' } export function getBadgesSection(data: { badges?: BadgesField }): string { @@ -19,7 +18,6 @@ export function getBadgesSection(data: { badges?: BadgesField }): string { return renderBadges(data.badges.list, data.badges.config, { filterScripts: true, }) - } else { - return '' } + return '' } diff --git a/source/bin.ts b/source/bin.ts index 3037f2bb..76d79597 100755 --- a/source/bin.ts +++ b/source/bin.ts @@ -1,74 +1,96 @@ -// Import process for deno compat -import process from 'process' +// builtin +import { argv, cwd, stdout } from 'node:process' -// Import caterpillar [Caterpillar](https://github.com/bevry/caterpillar) for logging +// external import { Logger, Filter, Human } from 'caterpillar' -// Import the package used to get the value of CLI arguments -import getarg from 'get-cli-arg' - -// Import out projectz utility +// local import { Projectz } from './index.js' -async function main(): Promise { - // Compile - if (process.argv.includes('compile')) { - // fetch - const p = getarg('path') - const d = getarg('verbose') +// cli +import Argument from '@bevry/argument' +const help = ` + USAGE: + projectz [...options] - // bc upgrade - if (process.argv.includes('-p')) { - console.log( - 'projecz now requires -p argument to be specifie via --path=value', - ) - return process.exit(1) - } - if (process.argv.includes('-d') || process.argv.includes('--debug')) { - console.log( - 'projecz now requires -d argument to be specified via --verbose', - ) - return process.exit(1) - } + OPTIONS: + --path= + The directory to process, defaults to the current working directory. - // Prepare our logging configuration - const level = d ? 7 : 6 + --[no-]verbose[=] + Set the logging level to verbose (log level 7 instead of the default 6). - // Setup our logging - const logger = new Logger({ lineLevel: d ? level : -Infinity }) - const filter = new Filter({ filterLevel: level }) - const human = new Human() + --[no-]offline[=] + If enabled, then remote updates will be not performed (such as fetching latest backers). - // Pipe logger output to filter, then filter output to stdout - logger.pipe(filter).pipe(human).pipe(process.stdout) + compile + Prior to version 3.5, this was necessary for projectz to do its thing. Now it is the default behaviour.` - // Compile - try { - const project = new Projectz({ - log: logger.log.bind(logger), - cwd: p || null, - }) - await project.compile() - } catch (err: any) { - // fatal - // do not use logger.log, as if a fatal error happened, it won't output it - console.error(err.stack || err) - return process.exit(1) +async function main(args: Array): Promise { + // parse arguments + let path: string = cwd(), + verbose: boolean = false, + offline: boolean = false + for (const arg of args) { + const a = new Argument(arg) + switch (a.key) { + case 'help': { + return Argument.help(help) + } + case 'path': { + path = a.string({ enabled: path }) + break + } + case 'verbose': { + verbose = a.boolean() + break + } + case 'offline': { + offline = a.boolean() + break + } + case 'compile': { + console.warn( + a.arg, + 'is no longer necessary, and is now the default behaviour.', + ) + break + } + default: { + switch (a.value) { + case 'compile': { + console.warn( + a.arg, + 'is no longer necessary, and is now the default behaviour.', + ) + break + } + default: { + return a.unknown() + } + } + } } - - // done - logger.log('info', 'Completed successfully') - } else { - // output help - console.log( - 'projectz compile: merge our data files and compile our meta files', - ) - console.log('\t--verbose\tOutputs verbose logging') - console.log( - '\t--path=value\tPath to the project that you wish to work with, defaults to the current working directory', - ) - return process.exit(1) } -} -main() + // setup our logging + const level = verbose ? 7 : 6 + const logger = new Logger({ lineLevel: verbose ? level : -Infinity }) + const filter = new Filter({ filterLevel: level }) + const human = new Human() + logger.pipe(filter).pipe(human).pipe(stdout) + + // configure projectz + const project = new Projectz({ + offline, + cwd: path, + log: logger.log.bind(logger), + }) + + // execute + await project.compile() + + // done + logger.log('info', 'Completed successfully') +} +main(argv.slice(2)).catch(Argument.catch(help)) diff --git a/source/history.ts b/source/history.ts index 3efc7f11..ca0352f2 100644 --- a/source/history.ts +++ b/source/history.ts @@ -1,23 +1,31 @@ -import type { FilenamesForReadmeFiles, Github } from './types' -import { getLink, getFileUrl } from './util.js' +// external +import { lines, t, ma, mcode, mh2 } from '@bevry/render' + +// local +import type { FilenamesForReadmeFiles, Github } from './types.js' +import { fileUrl } from './util.js' // Get History Section export function getHistorySection(data: { filenamesForReadmeFiles: FilenamesForReadmeFiles github: Github }): string { - // Prepare - let link = null + let link: string const file = data.filenamesForReadmeFiles.history if (file) { - link = getLink({ - url: getFileUrl(data, file), - text: `Discover the release history by heading on over to the ${file} file.`, + link = ma({ + url: fileUrl(data, file), + inner: t([ + 'Discover the release history by heading on over to the', + mcode(file), + 'file.', + ]), }) } else if (data.github.slug) { - link = getLink({ + link = ma({ url: `https://github.com/${data.github.slug}/releases`, - text: 'Discover the release history by heading on over to the releases page.', + inner: + 'Discover the release history by heading on over to the releases page.', }) } else { throw new Error( @@ -26,5 +34,5 @@ export function getHistorySection(data: { } // Return - return '

    History

    \n\n' + link + return lines([mh2('History'), link]) } diff --git a/source/index.ts b/source/index.ts index 3a014182..78ee3f4a 100644 --- a/source/index.ts +++ b/source/index.ts @@ -1,76 +1,63 @@ /* eslint key-spacing:0 */ -// Imports -// First we need to import the libraries we require. +// builtin +import { resolve, join, dirname } from 'node:path' -// Load in the file system libraries +// external +import type { BadgesField } from 'badges' +import trimEmptyKeys from 'trim-empty-keys' +import arrangePackageData from 'arrange-package-json' import list from '@bevry/fs-list' import read from '@bevry/fs-read' import write from '@bevry/fs-write' -import { resolve, join, dirname } from 'path' - -// Handle configuration files import { readJSON, writeJSON } from '@bevry/json' - -// [TypeChecker](https://github.com/bevry/typechecker) is used for checking data types import { isString, isPlainObject, isEmptyPlainObject } from 'typechecker' - -// Fellow handling, and contributor fetching -import Fellow from 'fellow' - -// Badges -import type { BadgesField } from 'badges' - -// Load in our other project files -import { - getContributeSection, - getBackerFile, - getBackerSection, -} from './backer.js' -import { getBadgesSection } from './badge.js' -import { getHistorySection } from './history.js' -import { getInstallInstructions } from './install.js' -import { getLicenseFile, getLicenseSection } from './license.js' import { - getGithubSlug, - getPeopleTextArray, - replaceSection, - trim, -} from './util.js' - -// Types + getGitHubSlugFromPackageData, + getBackers, + renderBackers, + BackersRenderFormat, +} from '@bevry/github-api' +import { mh1, trim } from '@bevry/render' + +// local import type { FilenamesForPackageFiles, FilenamesForReadmeFiles, DataForReadmeFiles, DataForPackageFiles, - EnhancedPackagesData, Github, PackageEnhanced, Editions, - EnhancedPackagesDataWithGitHub, - EnhancedReadmesData, + EnhancedPackageDataWithGitHub, + EnhancedReadmeData, + EnhancedPackageData, } from './types.js' export * from './types.js' +import { + getContributeSection, + getBackersFile, + getBackersSection, +} from './backer.js' +import { getBadgesSection } from './badge.js' +import { getHistorySection } from './history.js' +import { getInstallInstructions } from './install.js' +import { getLicenseFile, getLicenseSection } from './license.js' +import { replaceSection } from './util.js' -interface Options { - /** the directory that we wish to do our work on, defaults to `process.cwd()` */ - cwd?: string - /** the log function to use, first argument being the log level */ - log?: Function -} - -// Definition -// Projects is defined as a class to ensure we can run multiple instances of it +/** Projectz, use to merge data files and render meta files. */ export class Projectz { - /** our log function to use (logLevel, ...messages) */ - protected readonly log: Function = function () {} + /** The log function to use, first argument being the log level */ + readonly log: Function = function () {} - /** the current working directory (the path) that projectz is working on */ - protected readonly cwd: string + /** The directory to process, defaults to the current working directory*/ + readonly cwd: string + + /** If enabled, then remote updates will be not performed (such as fetching latest backers). */ + readonly offline: boolean = false /** - * The absolute paths for all the package files. + * Resolved absolute paths for the package files. * Should be arranged in the order of merging preference. */ protected readonly filenamesForPackageFiles: FilenamesForPackageFiles = { @@ -81,10 +68,10 @@ export class Projectz { projectz: null, } - /** the data for each of our package files */ + /** Resolved data for the package files */ protected readonly dataForPackageFiles: DataForPackageFiles = {} - /** the absolute paths for all the meta files */ + /** Resolved absolute paths for the readme files */ protected readonly filenamesForReadmeFiles: FilenamesForReadmeFiles = { // gets filled in with relative paths readme: null, @@ -94,44 +81,40 @@ export class Projectz { license: null, } - /** the data for each of our readme files */ + /** Resolved data for the readme files */ protected readonly dataForReadmeFiles: DataForReadmeFiles = {} - // Apply options - constructor(opts: Options) { - this.cwd = opts.cwd ? resolve(opts.cwd) : process.cwd() + /** Configure our instance. */ + constructor(opts: Partial> = {}) { + this.cwd = resolve(opts.cwd || '.') + this.offline = opts.offline || false if (opts.log) this.log = opts.log - // this.log = console.log.bind(console) } - /** Compile the project */ + /** Use the configuration to compile the project. */ public async compile() { - // Load readme and package data await this.loadPaths() - // Enhance our package data - const enhancedPackagesData = await this.enhancePackagesData() + const enhancedPackageData = await this.enhanceDataForPackageFiles() - // Enhance our readme data - const enhancedReadmesData = - await this.enhanceReadmesData(enhancedPackagesData) + const enhancedReadmeData = + await this.enhanceDataForReadmeFiles(enhancedPackageData) - // Save - await this.save(enhancedPackagesData, enhancedReadmesData) + await this.save(enhancedPackageData, enhancedReadmeData) } - /** Load in the paths we have specified */ + /** Resolve the paths and metdata for the data and meta files. */ protected async loadPaths() { // Apply our determined paths for packages - const packages = Object.keys(this.filenamesForPackageFiles) - const ReadmeFiles = Object.keys(this.filenamesForReadmeFiles) + const packageFiles = Object.keys(this.filenamesForPackageFiles) + const readmeFiles = Object.keys(this.filenamesForReadmeFiles) // Load const files = await list(this.cwd) for (const file of files) { const filePath = join(this.cwd, file) - for (const key of packages) { + for (const key of packageFiles) { const basename = file.toLowerCase().split('.').slice(0, -1).join('.') if (basename === key) { this.log('info', `Reading package file: ${filePath}`) @@ -141,7 +124,7 @@ export class Projectz { } } - for (const key of ReadmeFiles) { + for (const key of readmeFiles) { if (file.toLowerCase().startsWith(key)) { this.log('info', `Reading meta file: ${filePath}`) const data = await read(filePath) @@ -152,15 +135,15 @@ export class Projectz { } } - /** Merge and enhance the packages data */ - protected async enhancePackagesData() { + /** Merge and enhance the data for the package files. */ + protected async enhanceDataForPackageFiles(): Promise { // ---------------------------------- // Combine this.log('debug', 'Enhancing packages data') // Combine the package data - const mergedPackagesData: any = { + const mergedPackageData: any = { keywords: [], editions: [], badges: { @@ -176,61 +159,59 @@ export class Projectz { devDependencies: {}, } for (const key of Object.keys(this.filenamesForPackageFiles)) { - Object.assign(mergedPackagesData, this.dataForPackageFiles[key]) + Object.assign(mergedPackageData, this.dataForPackageFiles[key]) } // ---------------------------------- // Validation // Validate keywords field - if (isString(mergedPackagesData.keywords)) { + if (isString(mergedPackageData.keywords)) { throw new Error('projectz: keywords field must be array instead of CSV') } - // Validate sponsors array - if (mergedPackagesData.sponsor) { - throw new Error( - 'projectz: sponsor field is deprecated, use sponsors field', - ) - } - if (isString(mergedPackagesData.sponsors)) { - throw new Error('projectz: sponsors field must be array instead of CSV') - } - - // Validate maintainers array - if (mergedPackagesData.maintainer) { - throw new Error( - 'projectz: maintainer field is deprecated, use maintainers field', - ) - } - if (isString(mergedPackagesData.maintainers)) { - throw new Error( - 'projectz: maintainers field must be array instead of CSV', - ) + // Validate people fields + for (const soloField of [ + 'maintainer', + 'contributor', + 'sponsor', + 'funder', + 'backer', + ]) { + const pluralField = `${soloField}s` + if (mergedPackageData[soloField]) { + throw new Error( + `projectz: ${soloField} field is deprecated, use ${pluralField} field`, + ) + } + if (isString(mergedPackageData[pluralField])) { + throw new Error( + `projectz: ${pluralField} field must be array instead of CSV`, + ) + } } // Validate license SPDX string - if (isPlainObject(mergedPackagesData.license)) { + if (isPlainObject(mergedPackageData.license)) { throw new Error( 'projectz: license field must now be a valid SPDX string: https://docs.npmjs.com/files/package.json#license', ) } - if (isPlainObject(mergedPackagesData.licenses)) { + if (isPlainObject(mergedPackageData.licenses)) { throw new Error( 'projectz: licenses field is deprecated, you must now use the license field as a valid SPDX string: https://docs.npmjs.com/files/package.json#license', ) } // Validate enhanced fields - const objs = ['badges', 'readmes', 'packages', 'github', 'bugs'] - for (const key of objs) { - if (!isPlainObject(mergedPackagesData[key])) { - throw new Error(`projectz: ${key} property must be an object`) + for (const field of ['badges', 'readmes', 'packages', 'github', 'bugs']) { + if (!isPlainObject(mergedPackageData[field])) { + throw new Error(`projectz: ${field} field must be an object`) } } // Validate package values - for (const [key, value] of Object.entries(mergedPackagesData.packages)) { + for (const [key, value] of Object.entries(mergedPackageData.packages)) { if (!isPlainObject(value)) { throw new Error( `projectz: custom package data for package ${key} must be an object`, @@ -240,24 +221,24 @@ export class Projectz { // Validate badges field if ( - !Array.isArray(mergedPackagesData.badges.list) || - (mergedPackagesData.badges.config && - !isPlainObject(mergedPackagesData.badges.config)) + !Array.isArray(mergedPackageData.badges.list) || + (mergedPackageData.badges.config && + !isPlainObject(mergedPackageData.badges.config)) ) { throw new Error( 'projectz: badges field must be in the format of: {list: [], config: {}}\nSee https://github.com/bevry/badges for details.', ) } - mergedPackagesData.badges.config ??= {} + mergedPackageData.badges.config ??= {} // ---------------------------------- // Ensure // Ensure repository is an object - if (typeof mergedPackagesData.repository === 'string') { - const githubSlug = getGithubSlug(mergedPackagesData) + if (typeof mergedPackageData.repository === 'string') { + const githubSlug = getGitHubSlugFromPackageData(mergedPackageData) if (githubSlug) { - mergedPackagesData.repository = { + mergedPackageData.repository = { type: 'git', url: `https://github.com/${githubSlug}.git`, } @@ -265,47 +246,47 @@ export class Projectz { } // Fallback name - if (!mergedPackagesData.name) { - mergedPackagesData.name = dirname(this.cwd) + if (!mergedPackageData.name) { + mergedPackageData.name = dirname(this.cwd) } // Fallback version - if (!mergedPackagesData.version) { - mergedPackagesData.version = '0.1.0' + if (!mergedPackageData.version) { + mergedPackageData.version = '0.1.0' } // Fallback demo field, by scanning homepage - if (!mergedPackagesData.demo && mergedPackagesData.homepage) { - mergedPackagesData.demo = mergedPackagesData.homepage + if (!mergedPackageData.demo && mergedPackageData.homepage) { + mergedPackageData.demo = mergedPackageData.homepage } // Fallback title from name - if (!mergedPackagesData.title) { - mergedPackagesData.title = mergedPackagesData.name + if (!mergedPackageData.title) { + mergedPackageData.title = mergedPackageData.name } // Fallback description - if (!mergedPackagesData.description) { - mergedPackagesData.description = 'no description was provided' + if (!mergedPackageData.description) { + mergedPackageData.description = 'no description was provided' } // Fallback browsers field, by checking if `component` or `bower` package files exists, or if the `browser` or `jspm` fields are defined - if (mergedPackagesData.browsers == null) { - mergedPackagesData.browsers = Boolean( + if (mergedPackageData.browsers == null) { + mergedPackageData.browsers = Boolean( this.filenamesForPackageFiles.bower || this.filenamesForPackageFiles.component || - mergedPackagesData.browser || - mergedPackagesData.jspm, + mergedPackageData.browser || + mergedPackageData.jspm, ) } // ---------------------------------- - // Enhance Respository + // Enhance Repository // Converge and extract repository information let github: Github | undefined - if (mergedPackagesData.repository) { - const githubSlug = getGithubSlug(mergedPackagesData) + if (mergedPackageData.repository) { + const githubSlug = getGitHubSlugFromPackageData(mergedPackageData) if (githubSlug) { // Extract parts const [githubUsername, githubRepository] = githubSlug.split('/') @@ -322,15 +303,15 @@ export class Projectz { } // Badges - Object.assign(mergedPackagesData.badges.config, { + Object.assign(mergedPackageData.badges.config, { githubUsername, githubRepository, githubSlug, }) // Fallback bugs field by use of repo - if (!mergedPackagesData.bugs) { - mergedPackagesData.bugs = github && { + if (!mergedPackageData.bugs) { + mergedPackageData.bugs = github && { url: `https://github.com/${github.slug}/issues`, } } @@ -341,19 +322,18 @@ export class Projectz { } // ---------------------------------- - // Enhance People - - // Fellows - const authors = Fellow.add( - mergedPackagesData.authors || mergedPackagesData.author, - ) - const contributors = Fellow.add(mergedPackagesData.contributors).filter( - (fellow) => fellow.name.includes('[bot]') === false, - ) - const maintainers = Fellow.add(mergedPackagesData.maintainers).filter( - (fellow) => fellow.name.includes('[bot]') === false, - ) - const sponsors = Fellow.add(mergedPackagesData.sponsors) + // Enhance Backers + + const backers = await getBackers({ + githubSlug: github?.slug, + packageData: mergedPackageData, + offline: this.offline, + sponsorCentsThreshold: 100, + donorCentsThreshold: 100, + }) + const renderedBackersForPackage = await renderBackers(backers, { + format: BackersRenderFormat.string, + }) // ---------------------------------- // Enhance Packages @@ -368,33 +348,26 @@ export class Projectz { // Enhanced Data { - name: mergedPackagesData.name, - version: mergedPackagesData.version, - license: mergedPackagesData.license, - description: mergedPackagesData.description, - keywords: mergedPackagesData.keywords, - author: getPeopleTextArray(authors, { - displayEmail: true, - displayYears: true, - }).join(', '), - maintainers: getPeopleTextArray(maintainers, { - displayEmail: true, - urlFields: ['githubUrl', 'url'], - }), - contributors: getPeopleTextArray(contributors, { - displayEmail: true, - urlFields: ['githubUrl', 'url'], - }), - repository: mergedPackagesData.repository, - bugs: mergedPackagesData.bugs, - engines: mergedPackagesData.engines, - dependencies: mergedPackagesData.dependencies, - devDependencies: mergedPackagesData.devDependencies, - main: mergedPackagesData.main, + // meta + name: mergedPackageData.name, + version: mergedPackageData.version, + license: mergedPackageData.license, + description: mergedPackageData.description, + repository: mergedPackageData.repository, + bugs: mergedPackageData.bugs, + keywords: mergedPackageData.keywords, + // code + engines: mergedPackageData.engines, + dependencies: mergedPackageData.dependencies, + devDependencies: mergedPackageData.devDependencies, + main: mergedPackageData.main, }, + // Enhanced Backers + renderedBackersForPackage, + // Explicit data - mergedPackagesData.packages.package || {}, + mergedPackageData.packages.package || {}, ) // Trim @@ -404,8 +377,8 @@ export class Projectz { if (isEmptyPlainObject(pkg.devDependencies)) delete pkg.devDependencies // Badges - if (!mergedPackagesData.badges.config.npmPackageName && pkg.name) { - mergedPackagesData.badges.config.npmPackageName = pkg.name + if (!mergedPackageData.badges.config.npmPackageName && pkg.name) { + mergedPackageData.badges.config.npmPackageName = pkg.name } // Create the data for the `jquery.json` format, which is essentially the same as the `package.json` format so just extend that @@ -420,7 +393,7 @@ export class Projectz { pkg, // Explicit data - mergedPackagesData.packages.jquery || {}, + mergedPackageData.packages.jquery || {}, ) // Create the data for the `component.json` format @@ -433,18 +406,18 @@ export class Projectz { // Enhanced Data { - name: mergedPackagesData.name, - version: mergedPackagesData.version, - license: mergedPackagesData.license, - description: mergedPackagesData.description, - keywords: mergedPackagesData.keywords, - demo: mergedPackagesData.demo, - main: mergedPackagesData.main, - scripts: [mergedPackagesData.main], + name: mergedPackageData.name, + version: mergedPackageData.version, + license: mergedPackageData.license, + description: mergedPackageData.description, + keywords: mergedPackageData.keywords, + demo: mergedPackageData.demo, + main: mergedPackageData.main, + scripts: [mergedPackageData.main], }, // Explicit data - mergedPackagesData.packages.component || {}, + mergedPackageData.packages.component || {}, ) // Create the data for the `bower.json` format @@ -457,29 +430,26 @@ export class Projectz { // Enhanced Data { - name: mergedPackagesData.name, - version: mergedPackagesData.version, - license: mergedPackagesData.license, - description: mergedPackagesData.description, - keywords: mergedPackagesData.keywords, - authors: getPeopleTextArray(authors, { - displayYears: true, - displayEmail: true, - }), - main: mergedPackagesData.main, + name: mergedPackageData.name, + version: mergedPackageData.version, + license: mergedPackageData.license, + description: mergedPackageData.description, + keywords: mergedPackageData.keywords, + authors: mergedPackageData.authors, + main: mergedPackageData.main, }, // Explicit data - mergedPackagesData.packages.bower || {}, + mergedPackageData.packages.bower || {}, ) // ---------------------------------- // Enhance Combination - // Merge together - const enhancedPackagesData: EnhancedPackagesData = Object.assign( + // only stored in memory + const enhancedPackageData: EnhancedPackageData = Object.assign( {}, - mergedPackagesData as { + mergedPackageData as { name: string title: string version: string @@ -494,6 +464,7 @@ export class Projectz { dependencies: Record devDependencies: Record }, + backers, { // Add paths so that our helpers have access to them filenamesForPackageFiles: this.filenamesForPackageFiles, @@ -502,12 +473,6 @@ export class Projectz { // Other github, - // Fellows - authors, - contributors, - maintainers, - sponsors, - // Create the data for the `package.json` format package: pkg, jquery, @@ -517,12 +482,12 @@ export class Projectz { ) // Return - return enhancedPackagesData + return enhancedPackageData } - /** Merge and enhance the readmes data */ - protected async enhanceReadmesData(data: EnhancedPackagesData) { - const enhancedReadmesData: EnhancedReadmesData = {} + /** Merge and enhance the metadata from the meta files. */ + protected async enhanceDataForReadmeFiles(data: EnhancedPackageData) { + const enhancedReadmeData: EnhancedReadmeData = {} /* eslint prefer-const: 0 */ for (let [key, value] of Object.entries(this.dataForReadmeFiles)) { @@ -530,7 +495,7 @@ export class Projectz { this.log('debug', `Enhancing readme value: ${key} — skipped`) continue } - value = replaceSection(['TITLE', 'NAME'], value, `

    ${data.title}

    `) + value = replaceSection(['TITLE', 'NAME'], value, mh1(data.title)) value = replaceSection( ['BADGES', 'BADGE'], value, @@ -548,36 +513,37 @@ export class Projectz { data.github ? getContributeSection.bind( null, - data as EnhancedPackagesDataWithGitHub, - ) + data as EnhancedPackageDataWithGitHub, + ) : '', + Boolean(value.includes('BACKERS --')), ) value = replaceSection( - ['BACKERS', 'BACKER'], + ['BACKERS', 'BACKER', 'PEOPLE'], value, data.github - ? getBackerSection.bind(null, data as EnhancedPackagesDataWithGitHub) + ? getBackersSection.bind(null, data as EnhancedPackageDataWithGitHub) : '', ) value = replaceSection( - ['BACKERSFILE', 'BACKERFILE'], + ['BACKERSFILE', 'BACKERFILE', 'PEOPLEFILE'], value, data.github - ? getBackerFile.bind(null, data as EnhancedPackagesDataWithGitHub) + ? getBackersFile.bind(null, data as EnhancedPackageDataWithGitHub) : '', ) value = replaceSection( ['HISTORY', 'CHANGES', 'CHANGELOG'], value, data.github - ? getHistorySection.bind(null, data as EnhancedPackagesDataWithGitHub) + ? getHistorySection.bind(null, data as EnhancedPackageDataWithGitHub) : '', ) value = replaceSection( ['LICENSE', 'LICENSES'], value, data.github - ? getLicenseSection.bind(null, data as EnhancedPackagesDataWithGitHub) + ? getLicenseSection.bind(null, data as EnhancedPackageDataWithGitHub) : '', ) value = replaceSection( @@ -585,16 +551,16 @@ export class Projectz { value, getLicenseFile.bind(null, data), ) - enhancedReadmesData[key] = trim(value) + '\n' + enhancedReadmeData[key] = value.replaceAll('-->\n\n\n\n\n\n\n${result}\n\n\n\n\n` + return `\n\n${trim( + result, + )}\n\n\n\n\n` } - const result = source.replace(regex, replace) + const result = remove + ? source.replace(regex, '') + : source.replace(regex, replace) return result } -export function trim(str: string): string { - return str.replace(/^\s+|\s+$/g, '') +export function hydrateTextWithLinks(text: string) { + const linksArray: Link[] = [ + { + inner: 'Deno', + url: 'https://deno.land', + title: + 'Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js', + }, + { + inner: 'Editions Autoloader', + url: 'https://github.com/bevry/editions', + title: + 'You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment', + }, + { + inner: 'Editions', + url: 'https://editions.bevry.me', + title: + 'Editions are the best way to produce and consume packages you care about.', + }, + { + inner: 'ESNextGuardian', + url: 'https://github.com/bevry/esnextguardian', + title: + "Loads ES6+ files if the user's environment supports it, otherwise gracefully fallback to ES5 files.", + }, + { + inner: "Babel's Polyfill", + url: 'https://babeljs.io/docs/usage/polyfill/', + title: 'A polyfill that emulates missing ECMAScript environment features', + }, + { + inner: 'Babel', + url: 'https://babeljs.io', + title: 'The compiler for writing next generation JavaScript', + }, + { + inner: 'CoffeeScript', + url: 'https://coffeescript.org', + title: 'CoffeeScript is a little language that compiles into JavaScript', + }, + { + inner: 'Require', + url: 'https://nodejs.org/dist/latest-v5.x/docs/api/modules.html', + title: 'Node/CJS Modules', + }, + { + inner: 'Import', + url: 'https://babeljs.io/docs/learn-es2015/#modules', + title: 'ECMAScript Modules', + }, + { + inner: 'ESNext', + url: 'https://en.wikipedia.org/wiki/ECMAScript#ES.Next', + title: 'ECMAScript Next', + }, + { + inner: 'ES2015', + url: 'https://babeljs.io/docs/en/learn#ecmascript-2015-features', + title: 'ECMAScript 2015', + }, + ...(function () { + const results: Array = [] + const year = new Date().getFullYear() + for (let i = 2016; i <= year; i++) { + results.push({ + inner: `ES${i}`, + url: `https://en.wikipedia.org/wiki/ES${i}`, + title: `ECMAScript ${i}`, + }) + } + return results + })(), + { + inner: 'JSDoc Comments', + url: 'http://usejsdoc.org', + title: + 'JSDoc is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor', + }, + { + inner: 'Flow Type Comments', + url: 'http://flowtype.org/blog/2015/02/20/Flow-Comments.html', + title: 'Flow is a static type checker for JavaScript', + }, + { + inner: 'Flow Type', + url: 'http://flowtype.org', + title: 'Flow is a static type checker for JavaScript', + }, + { + inner: 'JSX', + url: 'https://facebook.github.io/jsx/', + title: 'XML/HTML inside your JavaScript', + }, + { + inner: 'Node.js', + url: 'https://nodejs.org', + title: + "Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine", + }, + { + inner: 'TypeScript', + url: 'https://www.typescriptlang.org/', + title: + 'TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.', + }, + ] + + // build a map + const linksMap: Record = {} + for (const link of linksArray) { + linksMap[link.inner.toLowerCase()] = ma(link) + } + + // do the replacement + const linksMatch = new RegExp( + linksArray.map((link) => link.inner).join('|'), + 'g', + ) + return text.replace(linksMatch, function (match) { + return linksMap[match.toLowerCase()] + }) } diff --git a/test-fixtures/out-expected/LICENSE.md b/test-fixtures/out-expected/LICENSE.md index e1d51cf2..8dfab9a0 100644 --- a/test-fixtures/out-expected/LICENSE.md +++ b/test-fixtures/out-expected/LICENSE.md @@ -1,19 +1,19 @@ -

    License

    +# License Unless stated otherwise all works are: - +- Copyright © 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- Copyright © 2013-2015 [Bevry Pty Ltd](https://bevry.me) and licensed under: - +- [MIT License](http://spdx.org/licenses/MIT.html) +- and +- [Creative Commons Attribution 4.0 International](http://spdx.org/licenses/CC-BY-4.0.html) -

    MIT License

    +## MIT License
     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:
    @@ -22,8 +22,7 @@ The above copyright notice and this permission notice shall be included in all c
     
     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.
     
    - -

    Creative Commons Attribution 4.0 International

    +## Creative Commons Attribution 4.0 International
     Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
    diff --git a/test-fixtures/out-expected/README.md b/test-fixtures/out-expected/README.md
    index f65b4459..99d085bc 100644
    --- a/test-fixtures/out-expected/README.md
    +++ b/test-fixtures/out-expected/README.md
    @@ -1,10 +1,9 @@
     
     
    -

    ambi

    +# ambi - Travis CI Build Status @@ -23,7 +22,6 @@ - Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically). @@ -80,54 +78,64 @@ console.log(result); // setTimeout - just like normal -

    Install

    +## Install -

    npm

    -
      -
    • Install: npm install --save ambi
    • -
    • Import: import * as pkg from ('ambi')
    • -
    • Require: const pkg = require('ambi')
    • -
    +### [npm](https://npmjs.com "npm is a package manager for javascript") -

    jspm

    +- Install: `npm install --save ambi` +- Import: `import * as pkg from ('ambi')` +- Require: `const pkg = require('ambi')` + +### [jspm](https://jspm.io "Native ES Modules CDN") ``` html ``` +### [Component](https://github.com/componentjs/component "Frontend package manager and build tool for modular web applications") -

    Component

    -
    • Install: component install ambi
    +- Install: `component install ambi` -

    Bower

    -
    • Install: bower install ambi
    +### [Bower](https://bower.io "A package manager for the web") - +- Install: `bower install ambi` + -

    History

    +## History -Discover the release history by heading on over to the releases page. +[Discover the release history by heading on over to the releases page.](https://github.com/bevry/ambi/releases) - -

    Backers

    +## Backers + +### Code + -

    Maintainers

    -These amazing people are maintaining this project: +#### Authors - +- 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- 2013-2015 [Bevry Pty Ltd](https://bevry.me) -

    Sponsors

    +#### Maintainers -No sponsors yet! Will you be the first? +- [Benjamin Lupton](https://github.com/balupton) + +#### Contributors + +- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/ambi/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/ambi") +- [Chris Tavares](https://github.com/christav) — [view contributions](https://github.com/bevry/ambi/commits?author=christav "View the GitHub contributions of Chris Tavares on repository bevry/ambi") +- [Francisco Lourenço](https://github.com/aristidesfl) — [view contributions](https://github.com/bevry/ambi/commits?author=aristidesfl "View the GitHub contributions of Francisco Lourenço on repository bevry/ambi") +- [Sean Fridman](https://github.com/sfrdmn) — [view contributions](https://github.com/bevry/ambi/commits?author=sfrdmn "View the GitHub contributions of Sean Fridman on repository bevry/ambi") + +### Finances Patreon donate button Gratipay donate button @@ -136,33 +144,30 @@ No sponsors yet! Will you be the first? crypto donate button Wishlist browse button -

    Contributors

    - -These amazing people have contributed code to this project: - - - +#### Donors +- [Chad](https://opencollective.com/chad8) +- [entroniq](https://gitlab.com/entroniq) +- [Jean-Luc Geering](https://github.com/jlgeering) +- [mikeumus](https://bevry.me) +- [serviejs](https://github.com/serviejs) +- [smashah](https://github.com/smashah) - -

    License

    +## License Unless stated otherwise all works are: - +- Copyright © 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- Copyright © 2013-2015 [Bevry Pty Ltd](https://bevry.me) and licensed under: - +- [MIT License](http://spdx.org/licenses/MIT.html) +- and +- [Creative Commons Attribution 4.0 International](http://spdx.org/licenses/CC-BY-4.0.html) diff --git a/test-fixtures/out-expected/bower.json b/test-fixtures/out-expected/bower.json index ba9288d4..56c8be2f 100644 --- a/test-fixtures/out-expected/bower.json +++ b/test-fixtures/out-expected/bower.json @@ -1,11 +1,22 @@ { "name": "ambi", "version": "2.1.4", + "license": "(MIT AND CC-BY-4.0)", + "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", + "keywords": [ + "sync", + "async", + "fire", + "exec", + "execute", + "ambidextrous", + "flow" + ], "authors": [ - "2015+ Bevry Pty Ltd (http://bevry.me)", - "2011-2014 Benjamin Lupton (http://balupton.com)" + "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "2013-2015 Bevry Pty Ltd (https://bevry.me)" ], - "license": "(MIT AND CC-BY-4.0)", + "main": "./out/lib/ambi.js", "ignore": [ "**/.*", "node_modules", @@ -18,16 +29,5 @@ }, "dev-dependencies": { "other-bower-lib": "1.2.3" - }, - "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", - "keywords": [ - "sync", - "async", - "fire", - "exec", - "execute", - "ambidextrous", - "flow" - ], - "main": "./out/lib/ambi.js" + } } diff --git a/test-fixtures/out-expected/component.json b/test-fixtures/out-expected/component.json index 0522a1c2..bf3d2fb8 100644 --- a/test-fixtures/out-expected/component.json +++ b/test-fixtures/out-expected/component.json @@ -3,6 +3,7 @@ "version": "2.1.4", "license": "(MIT AND CC-BY-4.0)", "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", + "demo": "https://github.com/bevry/ambi", "keywords": [ "sync", "async", @@ -12,12 +13,11 @@ "ambidextrous", "flow" ], - "demo": "https://github.com/bevry/ambi", "main": "./out/lib/ambi.js", - "scripts": [ - "./out/lib/ambi.js" - ], "dependencies": { "bevry/typechecker": "master" - } + }, + "scripts": [ + "./out/lib/ambi.js" + ] } diff --git a/test-fixtures/out-expected/package.json b/test-fixtures/out-expected/package.json index c63739af..8e233e1b 100644 --- a/test-fixtures/out-expected/package.json +++ b/test-fixtures/out-expected/package.json @@ -1,8 +1,15 @@ { "name": "ambi", "version": "2.1.4", + "license": "(MIT AND CC-BY-4.0)", "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", "homepage": "https://github.com/bevry/ambi", + "repository": { + "url": "https://github.com/bevry/ambi.git" + }, + "bugs": { + "url": "https://github.com/bevry/ambi/issues" + }, "keywords": [ "sync", "async", @@ -12,35 +19,40 @@ "ambidextrous", "flow" ], - "author": "2015+ Bevry Pty Ltd (http://bevry.me), 2011-2014 Benjamin Lupton (http://balupton.com)", + "author": "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton), 2013-2015 Bevry Pty Ltd (https://bevry.me)", + "authors": [ + "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "2013-2015 Bevry Pty Ltd (https://bevry.me)" + ], "maintainers": [ - "Benjamin Lupton (https://github.com/balupton)" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)" ], "contributors": [ - "Benjamin Lupton (https://github.com/balupton)", - "Sean Fridman (https://github.com/sfrdmn)", - "Francisco Lourenço (http://aristidesfl.github.io/)", - "Chris Tavares (https://github.com/christav)" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "Chris Tavares (https://github.com/christav)", + "Francisco Lourenço (https://github.com/aristidesfl)", + "Sean Fridman (https://github.com/sfrdmn)" + ], + "donors": [ + "Chad (https://opencollective.com/chad8)", + "entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", + "Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)", + "mikeumus (https://bevry.me) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)", + "serviejs (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)", + "smashah (https://github.com/smashah) (https://thanks.dev/d/gh/smashah)" ], - "bugs": { - "url": "https://github.com/bevry/ambi/issues" - }, - "repository": { - "url": "https://github.com/bevry/ambi.git" - }, "engines": { "node": ">=0.8" }, + "main": "./out/lib/ambi.js", "dependencies": { "typechecker": "~2.0.6" }, - "directories": { - "lib": "./out/lib" - }, "scripts": { "preinstall": "node ./cyclic.js", "test": "node ./out/test/everything-test.js" }, - "main": "./out/lib/ambi.js", - "license": "(MIT AND CC-BY-4.0)" + "directories": { + "lib": "./out/lib" + } } diff --git a/test-fixtures/out-expected/projectz.json b/test-fixtures/out-expected/projectz.json index 74860541..7d52465a 100644 --- a/test-fixtures/out-expected/projectz.json +++ b/test-fixtures/out-expected/projectz.json @@ -13,7 +13,7 @@ "ambidextrous", "flow" ], - "author": "2015+ Bevry Pty Ltd (http://bevry.me), 2011-2014 Benjamin Lupton (http://balupton.com)", + "author": "2011-2012,2015+ Benjamin Lupton (https://balupton.com), 2013-2015 Bevry Pty Ltd (http://bevry.me)", "maintainers": [ "Benjamin Lupton (https://github.com/balupton)" ], @@ -43,14 +43,22 @@ "slackinURL": "https://slack.bevry.me" } }, - "dependencies": { "typechecker": "~2.0.6" }, - "engines": { "node": ">=0.8" }, + "dependencies": { + "typechecker": "~2.0.6" + }, + "engines": { + "node": ">=0.8" + }, "scripts": { "preinstall": "node ./cyclic.js", "test": "node ./out/text/everything-test.js" }, "main": "./out/lib/ambi.js", "packages": { - "component": { "dependencies": { "bevry/typechecker": "master" } } + "component": { + "dependencies": { + "bevry/typechecker": "master" + } + } } } diff --git a/test-fixtures/src/LICENSE.md b/test-fixtures/src/LICENSE.md index e1d51cf2..8dfab9a0 100644 --- a/test-fixtures/src/LICENSE.md +++ b/test-fixtures/src/LICENSE.md @@ -1,19 +1,19 @@ -

    License

    +# License Unless stated otherwise all works are: - +- Copyright © 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- Copyright © 2013-2015 [Bevry Pty Ltd](https://bevry.me) and licensed under: - +- [MIT License](http://spdx.org/licenses/MIT.html) +- and +- [Creative Commons Attribution 4.0 International](http://spdx.org/licenses/CC-BY-4.0.html) -

    MIT License

    +## MIT License
     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:
    @@ -22,8 +22,7 @@ The above copyright notice and this permission notice shall be included in all c
     
     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.
     
    - -

    Creative Commons Attribution 4.0 International

    +## Creative Commons Attribution 4.0 International
     Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
    diff --git a/test-fixtures/src/README.md b/test-fixtures/src/README.md
    index f65b4459..99d085bc 100644
    --- a/test-fixtures/src/README.md
    +++ b/test-fixtures/src/README.md
    @@ -1,10 +1,9 @@
     
     
    -

    ambi

    +# ambi - Travis CI Build Status @@ -23,7 +22,6 @@ - Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically). @@ -80,54 +78,64 @@ console.log(result); // setTimeout - just like normal -

    Install

    +## Install -

    npm

    -
      -
    • Install: npm install --save ambi
    • -
    • Import: import * as pkg from ('ambi')
    • -
    • Require: const pkg = require('ambi')
    • -
    +### [npm](https://npmjs.com "npm is a package manager for javascript") -

    jspm

    +- Install: `npm install --save ambi` +- Import: `import * as pkg from ('ambi')` +- Require: `const pkg = require('ambi')` + +### [jspm](https://jspm.io "Native ES Modules CDN") ``` html ``` +### [Component](https://github.com/componentjs/component "Frontend package manager and build tool for modular web applications") -

    Component

    -
    • Install: component install ambi
    +- Install: `component install ambi` -

    Bower

    -
    • Install: bower install ambi
    +### [Bower](https://bower.io "A package manager for the web") - +- Install: `bower install ambi` + -

    History

    +## History -Discover the release history by heading on over to the releases page. +[Discover the release history by heading on over to the releases page.](https://github.com/bevry/ambi/releases) - -

    Backers

    +## Backers + +### Code + -

    Maintainers

    -These amazing people are maintaining this project: +#### Authors - +- 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- 2013-2015 [Bevry Pty Ltd](https://bevry.me) -

    Sponsors

    +#### Maintainers -No sponsors yet! Will you be the first? +- [Benjamin Lupton](https://github.com/balupton) + +#### Contributors + +- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/ambi/commits?author=balupton "View the GitHub contributions of Benjamin Lupton on repository bevry/ambi") +- [Chris Tavares](https://github.com/christav) — [view contributions](https://github.com/bevry/ambi/commits?author=christav "View the GitHub contributions of Chris Tavares on repository bevry/ambi") +- [Francisco Lourenço](https://github.com/aristidesfl) — [view contributions](https://github.com/bevry/ambi/commits?author=aristidesfl "View the GitHub contributions of Francisco Lourenço on repository bevry/ambi") +- [Sean Fridman](https://github.com/sfrdmn) — [view contributions](https://github.com/bevry/ambi/commits?author=sfrdmn "View the GitHub contributions of Sean Fridman on repository bevry/ambi") + +### Finances Patreon donate button Gratipay donate button @@ -136,33 +144,30 @@ No sponsors yet! Will you be the first? crypto donate button Wishlist browse button -

    Contributors

    - -These amazing people have contributed code to this project: - - - +#### Donors +- [Chad](https://opencollective.com/chad8) +- [entroniq](https://gitlab.com/entroniq) +- [Jean-Luc Geering](https://github.com/jlgeering) +- [mikeumus](https://bevry.me) +- [serviejs](https://github.com/serviejs) +- [smashah](https://github.com/smashah) - -

    License

    +## License Unless stated otherwise all works are: - +- Copyright © 2011-2012,2015+ [Benjamin Lupton](https://balupton.com) +- Copyright © 2013-2015 [Bevry Pty Ltd](https://bevry.me) and licensed under: - +- [MIT License](http://spdx.org/licenses/MIT.html) +- and +- [Creative Commons Attribution 4.0 International](http://spdx.org/licenses/CC-BY-4.0.html) diff --git a/test-fixtures/src/bower.json b/test-fixtures/src/bower.json index b93a7630..56c8be2f 100644 --- a/test-fixtures/src/bower.json +++ b/test-fixtures/src/bower.json @@ -1,11 +1,22 @@ { "name": "ambi", "version": "2.1.4", + "license": "(MIT AND CC-BY-4.0)", + "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", + "keywords": [ + "sync", + "async", + "fire", + "exec", + "execute", + "ambidextrous", + "flow" + ], "authors": [ - "2015+ Bevry Pty Ltd (http://bevry.me)", - "2011-2014 Benjamin Lupton (http://balupton.com)" + "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "2013-2015 Bevry Pty Ltd (https://bevry.me)" ], - "license": "(MIT AND CC-BY-4.0)", + "main": "./out/lib/ambi.js", "ignore": [ "**/.*", "node_modules", @@ -18,16 +29,5 @@ }, "dev-dependencies": { "other-bower-lib": "1.2.3" - }, - "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", - "keywords": [ - "sync", - "async", - "fire", - "exec", - "execute", - "ambidextrous", - "flow" - ], - "main": "./out/lib/ambi.js" -} \ No newline at end of file + } +} diff --git a/test-fixtures/src/component.json b/test-fixtures/src/component.json index fb84535b..bf3d2fb8 100644 --- a/test-fixtures/src/component.json +++ b/test-fixtures/src/component.json @@ -3,6 +3,7 @@ "version": "2.1.4", "license": "(MIT AND CC-BY-4.0)", "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", + "demo": "https://github.com/bevry/ambi", "keywords": [ "sync", "async", @@ -12,12 +13,11 @@ "ambidextrous", "flow" ], - "demo": "https://github.com/bevry/ambi", "main": "./out/lib/ambi.js", - "scripts": [ - "./out/lib/ambi.js" - ], "dependencies": { "bevry/typechecker": "master" - } -} \ No newline at end of file + }, + "scripts": [ + "./out/lib/ambi.js" + ] +} diff --git a/test-fixtures/src/package.json b/test-fixtures/src/package.json index 99c7bd64..8e233e1b 100644 --- a/test-fixtures/src/package.json +++ b/test-fixtures/src/package.json @@ -1,8 +1,15 @@ { "name": "ambi", "version": "2.1.4", + "license": "(MIT AND CC-BY-4.0)", "description": "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatically).", "homepage": "https://github.com/bevry/ambi", + "repository": { + "url": "https://github.com/bevry/ambi.git" + }, + "bugs": { + "url": "https://github.com/bevry/ambi/issues" + }, "keywords": [ "sync", "async", @@ -12,35 +19,40 @@ "ambidextrous", "flow" ], - "author": "2015+ Bevry Pty Ltd (http://bevry.me), 2011-2014 Benjamin Lupton (http://balupton.com)", + "author": "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton), 2013-2015 Bevry Pty Ltd (https://bevry.me)", + "authors": [ + "2011-2012,2015+ Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "2013-2015 Bevry Pty Ltd (https://bevry.me)" + ], "maintainers": [ - "Benjamin Lupton (https://github.com/balupton)" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)" ], "contributors": [ - "Benjamin Lupton (https://github.com/balupton)", - "Sean Fridman (https://github.com/sfrdmn)", - "Francisco Lourenço (http://aristidesfl.github.io/)", - "Chris Tavares (https://github.com/christav)" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", + "Chris Tavares (https://github.com/christav)", + "Francisco Lourenço (https://github.com/aristidesfl)", + "Sean Fridman (https://github.com/sfrdmn)" + ], + "donors": [ + "Chad (https://opencollective.com/chad8)", + "entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", + "Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)", + "mikeumus (https://bevry.me) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)", + "serviejs (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)", + "smashah (https://github.com/smashah) (https://thanks.dev/d/gh/smashah)" ], - "bugs": { - "url": "https://github.com/bevry/ambi/issues" - }, - "repository": { - "url": "https://github.com/bevry/ambi.git" - }, "engines": { "node": ">=0.8" }, + "main": "./out/lib/ambi.js", "dependencies": { "typechecker": "~2.0.6" }, - "directories": { - "lib": "./out/lib" - }, "scripts": { "preinstall": "node ./cyclic.js", "test": "node ./out/test/everything-test.js" }, - "main": "./out/lib/ambi.js", - "license": "(MIT AND CC-BY-4.0)" -} \ No newline at end of file + "directories": { + "lib": "./out/lib" + } +} diff --git a/test-fixtures/src/projectz.json b/test-fixtures/src/projectz.json index 74860541..7d52465a 100644 --- a/test-fixtures/src/projectz.json +++ b/test-fixtures/src/projectz.json @@ -13,7 +13,7 @@ "ambidextrous", "flow" ], - "author": "2015+ Bevry Pty Ltd (http://bevry.me), 2011-2014 Benjamin Lupton (http://balupton.com)", + "author": "2011-2012,2015+ Benjamin Lupton (https://balupton.com), 2013-2015 Bevry Pty Ltd (http://bevry.me)", "maintainers": [ "Benjamin Lupton (https://github.com/balupton)" ], @@ -43,14 +43,22 @@ "slackinURL": "https://slack.bevry.me" } }, - "dependencies": { "typechecker": "~2.0.6" }, - "engines": { "node": ">=0.8" }, + "dependencies": { + "typechecker": "~2.0.6" + }, + "engines": { + "node": ">=0.8" + }, "scripts": { "preinstall": "node ./cyclic.js", "test": "node ./out/text/everything-test.js" }, "main": "./out/lib/ambi.js", "packages": { - "component": { "dependencies": { "bevry/typechecker": "master" } } + "component": { + "dependencies": { + "bevry/typechecker": "master" + } + } } } diff --git a/tsconfig.json b/tsconfig.json index 89f76439..bbcb6bc0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,10 +4,10 @@ "esModuleInterop": true, "isolatedModules": true, "maxNodeModuleJsDepth": 5, + "module": "ESNext", "moduleResolution": "Node", "strict": true, - "target": "ES2022", - "module": "ESNext" + "target": "ES2022" }, "include": ["source"] } From a6d5603d27eadb0ed6a61659f855cd9615268e09 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 28 Dec 2023 02:19:13 +0800 Subject: [PATCH 11/23] v4.1.0 - boundation, changelog, version bump --- HISTORY.md | 5 + README.md | 4 +- package-lock.json | 428 ++++++++++++++++++++++------------------------ package.json | 36 ++-- 4 files changed, 232 insertions(+), 241 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7200e3be..60b6f15c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## v4.1.0 2023 December 28 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) +- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm) + ## v4.0.0 2023 December 27 - CLI has been rewritten, supporting new `offline` mode, and no longer requires the `compile` argument; made possible via [bevry/argument](https://github.com/bevry/argument) diff --git a/README.md b/README.md index 328d0334..231c1ea8 100644 --- a/README.md +++ b/README.md @@ -316,11 +316,11 @@ This package is published with the following editions: #### Authors -- [Benjamin Lupton](https://balupton.com) — Benjamin furthers the humanities and the commons using the monikers balupton and @bevry +- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom. #### Maintainers -- [Benjamin Lupton](https://github.com/balupton) — Benjamin furthers the humanities and the commons using the monikers balupton and @bevry +- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom. #### Contributors diff --git a/package-lock.json b/package-lock.json index 0e800a31..bc1e1cbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,28 @@ { "name": "projectz", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "4.0.0", + "version": "4.1.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/argument": "^1.0.0", - "@bevry/fs-list": "^2.4.0", - "@bevry/fs-read": "^1.4.0", - "@bevry/fs-write": "^1.4.0", - "@bevry/github-api": "^11.0.0", - "@bevry/json": "^2.2.1", - "@bevry/render": "^1.0.0", - "arrange-package-json": "^5.0.2", - "badges": "^4.38.0", - "caterpillar": "^8.0.0", + "@bevry/argument": "^1.1.0", + "@bevry/fs-list": "^2.5.0", + "@bevry/fs-read": "^1.5.0", + "@bevry/fs-write": "^1.5.0", + "@bevry/github-api": "^11.1.0", + "@bevry/json": "^2.3.0", + "@bevry/render": "^1.1.0", + "arrange-package-json": "^5.1.0", + "badges": "^4.39.0", + "caterpillar": "^8.1.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "trim-empty-keys": "^1.0.1", - "typechecker": "^9.2.0" + "typechecker": "^9.3.0" }, "bin": { "projectz": "bin.cjs" @@ -31,15 +31,15 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "assert-helpers": "^11.10.0", + "assert-helpers": "^11.11.0", "eslint": "^8.56.0", "eslint-config-bevry": "^5.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", - "filedirname": "^3.2.0", - "kava": "^7.5.0", + "filedirname": "^3.3.0", + "kava": "^7.6.0", "prettier": "^3.1.1", - "safeps": "^11.4.0", + "safeps": "^11.5.0", "typedoc": "^0.25.4", "typescript": "5.3.3", "valid-directory": "^4.7.0" @@ -61,11 +61,11 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.7.0.tgz", - "integrity": "sha512-ApvNj7gXXCKsQLJhrAMwoZ+KZ3xMuJ7TS/f3O+IoS03Op2c0AUE9uR9gJfTlwaCzvwIe4XFr6Y7ET/TXnxe6ZA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.8.0.tgz", + "integrity": "sha512-yHL8505MFE1yqvSL6Az5jce0WQVkuRctw2q5gtvFzVt0FTe36V18QyP/JH1pQ5GP0lgFTmpWawRLjQuZsGpYyg==", "dependencies": { - "editions": "^6.18.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -75,11 +75,11 @@ } }, "node_modules/@bevry/argument": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/argument/-/argument-1.0.0.tgz", - "integrity": "sha512-Wd5tlSDqv49ANautIW+yIx35d4qRVkFQIB9t089q83vnxVoNy7MTQLZ8VctuzvefA7wOjGsJ1q7V9+6ktukYdw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/argument/-/argument-1.1.0.tgz", + "integrity": "sha512-fVMUVDTlOUGw4M8wRz1lyWlzAh2+GabOYQijr+j5HpV1uGwn+CbCjtkkAvkArhyQpL6KMFAjXMCG5JC6VsaUmw==", "dependencies": { - "errlop": "^8.2.0" + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -101,11 +101,11 @@ } }, "node_modules/@bevry/fs-accessible": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.3.0.tgz", - "integrity": "sha512-B3toe0GoyVzQpRMpQ3DRIOaA3GiBh2GAkjsiVycYs7E1m2rg+h0NvUWmIHNnOGiWOuFY1vuB2fO9Gf4GW909TQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.4.0.tgz", + "integrity": "sha512-N5pmTQa7pAbZXPyNkDAD57j6M54N0aqZehSWpI6JUTmP8K61PDK+cVGwxItQX77B1mm5xiBi4vwnm22D7jdbVA==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -115,14 +115,14 @@ } }, "node_modules/@bevry/fs-list": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.4.0.tgz", - "integrity": "sha512-GPIqbxvMXWr+8183qdO+c3xW08n2qZO7/tmfzrwyedD3pPrsGwhj6eFBUaxWhrmBKJDAkdcN8gUDx7TsUp996A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.5.0.tgz", + "integrity": "sha512-1LP3EdMZrx3bjU1pMzRfI2KqBaLIFxO/aXCA+YBaf0OIWut0850wEKobxjS4ygEKzCDQ6FoBIHFCqOLItnG2SA==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "editions": "^6.19.0", - "errlop": "^8.2.0", - "version-compare": "^3.8.0" + "@bevry/fs-accessible": "^2.4.0", + "editions": "^6.20.0", + "errlop": "^8.3.0", + "version-compare": "^3.9.0" }, "engines": { "node": ">=4" @@ -132,14 +132,14 @@ } }, "node_modules/@bevry/fs-mkdirp": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.4.0.tgz", - "integrity": "sha512-Bqf+31YadlF+aW4a26dz1zsgvkndf36XuLZOI9LpMfum1WHTqyUx3bLdt59DRqmwaw+2L/Vb/rpuycCKMv89SA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.5.0.tgz", + "integrity": "sha512-6KPpyLvOcdV0wAmDwD6iyvgn7hdWRpTJ0apY5fb7+29yVVglRIM0qqSFb87C1UellxQch6REx73XqsZlwv0RXg==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "editions": "^6.19.0", - "errlop": "^8.2.0", - "version-compare": "^3.8.0" + "@bevry/fs-accessible": "^2.4.0", + "editions": "^6.20.0", + "errlop": "^8.3.0", + "version-compare": "^3.9.0" }, "engines": { "node": ">=4" @@ -149,13 +149,13 @@ } }, "node_modules/@bevry/fs-read": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.4.0.tgz", - "integrity": "sha512-oNohxiOof2SvRJ8d9WqATWAeuNplb+BKhCknvPzU5ZcxmylZPwhodpGMpxYOUjvi2UzgumrVA7NLRGB1XgMbYg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.5.0.tgz", + "integrity": "sha512-5l50fxAUCYVYr8rjxqEZivVbfWIMwGU3gOFfa/xn0VCHx1FDPmbxnluwYPdFx3i7UuiTA3h1ueRHb5Xujumh/g==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "editions": "^6.19.0", - "errlop": "^8.2.0" + "@bevry/fs-accessible": "^2.4.0", + "editions": "^6.20.0", + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -165,12 +165,12 @@ } }, "node_modules/@bevry/fs-readable": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-readable/-/fs-readable-2.3.0.tgz", - "integrity": "sha512-+bLwxu49AcWtTh+5F0Sss1YJVp+JUMl8Z9ibgNvincfoZVR4Gqn3/+zedpA8eIPTb8WBMs26IF9FeWK47u72nQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-readable/-/fs-readable-2.4.0.tgz", + "integrity": "sha512-YyP/VmLwBi0BnyLCqMW7inTHlHcVzrHCKekDWyRmOuA0oT/N1Z/YJkgNGGh0p72D4TBvmI+9PhoxKAqiv8Dcvw==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "editions": "^6.19.0" + "@bevry/fs-accessible": "^2.4.0", + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -180,13 +180,13 @@ } }, "node_modules/@bevry/fs-unlink": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.4.0.tgz", - "integrity": "sha512-ZM5RUwwXLnp5j7Nl9pgko7n7x+OVBA1lSTAJTv2lqB+coe8baprvEbAl2e8agY65V+DwQXxzOwDk2Vz0fUREnQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.5.0.tgz", + "integrity": "sha512-iX50UsFf4WMnnTbbZ6MsRK2p7gna29j26va3faYtueeVogPeM+2Y1nruWZ4UirOi8qjj/voA/aGefq9A2NNlzA==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "editions": "^6.19.0", - "errlop": "^8.2.0" + "@bevry/fs-accessible": "^2.4.0", + "editions": "^6.20.0", + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -196,14 +196,14 @@ } }, "node_modules/@bevry/fs-write": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.4.0.tgz", - "integrity": "sha512-KVNb3rsYz7f0f8VGuvBEmxL1ICus/Hv1welBhYrqEvluGexZHj0+l9E540/9NMaxbx+4SGmctGows882D+ePkQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.5.0.tgz", + "integrity": "sha512-gYw5A3u2HqC+AH9iCwliFwWaxseVjKnI2KUeGgGkSP7wFD+5FrB/SolSfAevKrdAUJ0znoEzMP4m0aLxJDzcJg==", "dependencies": { - "@bevry/fs-accessible": "^2.3.0", - "@bevry/fs-mkdirp": "^1.4.0", - "editions": "^6.19.0", - "errlop": "^8.2.0" + "@bevry/fs-accessible": "^2.4.0", + "@bevry/fs-mkdirp": "^1.5.0", + "editions": "^6.20.0", + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -213,19 +213,19 @@ } }, "node_modules/@bevry/github-api": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.0.0.tgz", - "integrity": "sha512-gOSFeauDKQRomaxVRCiIzI7XMRBLKTIpme1814FRiEhJr1gd82+AFAQ4rmlZL550atqkUYxU1wD9gWqYupljVQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.1.0.tgz", + "integrity": "sha512-6+a9WEbgakYPpm0x3h+YUNTX3ubOgkEHEiPHsNplBwasKsJed9HLrF9prmXgyLlnVBigUjsecL3z76CMnq+BMQ==", "dependencies": { - "@bevry/argument": "^1.0.0", - "@bevry/fs-readable": "^2.3.0", - "@bevry/json": "^2.2.1", + "@bevry/argument": "^1.1.0", + "@bevry/fs-readable": "^2.4.0", + "@bevry/json": "^2.3.0", "@bevry/list": "^2.3.0", - "@bevry/wait": "^2.4.0", + "@bevry/wait": "^2.5.0", "@octokit/graphql": "^7.0.2", - "arrange-package-json": "^5.0.1", - "errlop": "^8.2.0", - "fellow": "^7.0.4", + "arrange-package-json": "^5.1.0", + "errlop": "^8.3.0", + "fellow": "^7.1.0", "js-yaml": "^4.1.0", "native-promise-pool": "^3.26.0", "simplytyped": "^3.3.0", @@ -242,15 +242,15 @@ } }, "node_modules/@bevry/json": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.2.1.tgz", - "integrity": "sha512-+MnksVThHWWGb8YOatxIs1vrtzcdAXhdk10FXcyaaxOE98eFs8uFA5RRSJVLm4bh1qaQF01XvfLxML5FTeyF3g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.3.0.tgz", + "integrity": "sha512-d3CgyXe7Qxf2KaqHIBYQ61/zUJQWwQYXd3g0OdQt/62YfCO725RWEWcCvr16PrgxtQZBJi8WOV6x2SAJpDF37w==", "dependencies": { - "@bevry/fs-read": "^1.4.0", - "@bevry/fs-unlink": "^1.4.0", - "@bevry/fs-write": "^1.4.0", - "editions": "^6.19.0", - "errlop": "^8.2.0" + "@bevry/fs-read": "^1.5.0", + "@bevry/fs-unlink": "^1.5.0", + "@bevry/fs-write": "^1.5.0", + "editions": "^6.20.0", + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -260,11 +260,11 @@ } }, "node_modules/@bevry/list": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@bevry/list/-/list-2.3.0.tgz", - "integrity": "sha512-7BZeYa0rPq2xCrZ4biItwDsxl+Pp5yh1KkV4OE2fmUlZ6F8lxjSHH8VOTM2EJuanu5GBwF+ENk8l0Oz/tAglVg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-2.4.0.tgz", + "integrity": "sha512-epnjQ/Xi3TOPiXwRr74zZ5oAiSBoILpaeKw5rQg8qBSJh27KuiVmc04iPWpJ9f5tFesCv0dy8A4SKUob5iVTUw==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -274,9 +274,9 @@ } }, "node_modules/@bevry/render": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@bevry/render/-/render-1.0.0.tgz", - "integrity": "sha512-HZSQcd0DkzrHqYcl1NjDksqBvxz5xu6dlBLdWmg7sBmjRgVHs7v8jE0hYEPpLaaLBQJXxMzsMFQVLld/ZlcTUg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@bevry/render/-/render-1.1.0.tgz", + "integrity": "sha512-uWfdRfj/8fhvQvhTPdJjN2ARD9nR94GVqufK+6rO3KTH97RB5vbFRjhMPxR1KXStHxtOaO3RFc/rizcYVhVqUw==", "engines": { "node": ">=4" }, @@ -285,9 +285,9 @@ } }, "node_modules/@bevry/valid-filename": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.4.0.tgz", - "integrity": "sha512-MbLRTjQQA9PoHYGvFyhLv5ZGOfP1kowb5nh5aVflETvmq38WhR3oBGnALYfk7EX/IWZGXInH5/IjJ0Ydf13ABQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.5.0.tgz", + "integrity": "sha512-4kWa1Pud5x7Efa6wF9+y7jZQdkgCHa2wsbSDRIFaFILINMBY8R8bdSzaIjMJZVETg5IE3qiRsb0TsZ2aK/9CZw==", "dev": true, "bin": { "valid-filename": "bin.cjs" @@ -300,9 +300,9 @@ } }, "node_modules/@bevry/wait": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.4.0.tgz", - "integrity": "sha512-GqYbJnQ0CIqvFIMv8G4W98+EYSgvxq4UqxbKLamOGHiuQiVhKXIr3JAm9gct6Syo3cpU9sIP2q7FrQXW3aByjg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.5.0.tgz", + "integrity": "sha512-F6DGfERA1vG7rVSg/BzkFMqi261u8afAHtoBkpQkwvCKEi9y93VwA0cv6/vJ8DRdam3aKJwqClW9iajOmXV2Lg==", "engines": { "node": ">=4" }, @@ -910,12 +910,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/arrange-package-json": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arrange-package-json/-/arrange-package-json-5.0.2.tgz", - "integrity": "sha512-fdk7dHhebrc3X8qnCKZBXm8fxk0HmkVC5z0CGGI3enXCQY4guHnkH1QUvq2wY4Bw/06Iskv3dxS4q1D7vXwbcw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/arrange-package-json/-/arrange-package-json-5.1.0.tgz", + "integrity": "sha512-OnW07tfD8TH4HxZDATsp/gvoy7PEyXkS8D1kIo1RghzqzY0HGOfkLExiYQYpHiy2G8YiNelnjlLlOnXtp0N7iA==", "dependencies": { - "arrangekeys": "^6.5.0", - "editions": "^6.19.0" + "arrangekeys": "^6.6.0", + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -925,9 +925,9 @@ } }, "node_modules/arrangekeys": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/arrangekeys/-/arrangekeys-6.5.0.tgz", - "integrity": "sha512-kirKBpwP8V6l9T8qtOU330TvUaQ+NV97swyYrteFCoTrt56+mD8MXHydFGezgJOK8djPOqRs/wMpF2FWNdH+4g==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/arrangekeys/-/arrangekeys-6.6.0.tgz", + "integrity": "sha512-yU9DBpdOCb1Mgb95BiKMjh91A1HyKFy0xY9nO0Hqj8ny4zms+Y3t+Ik6YXGAktN6eertY1B516nVvYgB6vcbrA==", "engines": { "node": ">=4" }, @@ -945,14 +945,14 @@ } }, "node_modules/assert-helpers": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.10.0.tgz", - "integrity": "sha512-qzpLyJ5vPslb5LAdxyKFNZFvQqwRpHfF6sTPA3YUzPs3EzsngEyxfTT1Wzsx/4rapQP5ZHZlAMO6R5xpJ8DQYg==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.11.0.tgz", + "integrity": "sha512-NB3iZr7ejlSwZQaqJe9zTf5zVtyeVm/SWpDfoiQqY1EYbJuO4Gtodyw8UtYpoqwUqnZxdEIeDFjMszPkZm+Cpw==", "dev": true, "dependencies": { - "@bevry/ansi": "^6.7.0", + "@bevry/ansi": "^6.8.0", "editions": "^6.19.0", - "errlop": "^8.2.0" + "errlop": "^8.3.0" }, "engines": { "node": ">=4" @@ -962,9 +962,9 @@ } }, "node_modules/badges": { - "version": "4.38.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.38.0.tgz", - "integrity": "sha512-X1ESSh+HvznvX1sK3+XWX9GgOVN4C7cM1VM7TBQKzVav4KDiggunCRbuJ8JltT8zmOeBSvSpwLjnHUCHexzPQw==", + "version": "4.39.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.39.0.tgz", + "integrity": "sha512-IC4Li+FK8gnM4FOTjfT8xubZXFRajFfMki+jfn2ygWQWJfmcHBvNX2FaCSFgIC+3IjvVOUHeMvdL9+xTcqEUaQ==", "engines": { "node": ">=10" }, @@ -1009,14 +1009,14 @@ } }, "node_modules/caterpillar": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-8.0.0.tgz", - "integrity": "sha512-kH7v5aT5sag65OMCI6Hp4sVItAeYFVWcc6iKj+k43S8tRrSS9vSD98vNcyhCWjb96ad/9Snk6CWH1AGRRtiKrg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-8.1.0.tgz", + "integrity": "sha512-rWvexmDmDkgO4xmt5+sKOBjacG9L7SUKn1DlrojwBQjBQeTYLTw73XcR27Wl91Gz64kzlubXEgqL9wA5BDyYxA==", "dependencies": { - "@bevry/ansi": "^6.7.0", - "editions": "^6.19.0", - "get-current-line": "^7.1.0", - "rfc-log-levels": "^4.0.0" + "@bevry/ansi": "^6.8.0", + "editions": "^6.20.0", + "get-current-line": "^7.2.0", + "rfc-log-levels": "^4.1.0" }, "engines": { "node": ">=4" @@ -1132,13 +1132,13 @@ } }, "node_modules/eachr": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-7.2.0.tgz", - "integrity": "sha512-zv0Vtm0c0mvTvamW3duiGqadnu4w9oIpG7p8YLb2z7bDj5wGRvzNJTLyMeWiuOvYXj9kT411ox0UAa8fziUIeg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-7.3.0.tgz", + "integrity": "sha512-L4dgCLYGloNh4wjaZgKWZq/9X4Tl65It+7JN6rXsRIcn2ialVe99fMe66nWsK2TtUQwmGdaiT9L8Nr/qxhGRtA==", "dev": true, "dependencies": { - "editions": "^6.19.0", - "typechecker": "^9.2.0" + "editions": "^6.20.0", + "typechecker": "^9.3.0" }, "engines": { "node": ">=4" @@ -1148,11 +1148,11 @@ } }, "node_modules/editions": { - "version": "6.19.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.19.0.tgz", - "integrity": "sha512-mJabiGaqoKWjgz0kqrVPzLBsk4sh11zcNXKFXBZ3eLwwHBWylz5OcrBrZRRaLPWoRpm9m428CLzKcituabUuFg==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.20.0.tgz", + "integrity": "sha512-5je+78ri3gtfO+q9cerK8jPNam5YUpYe5OPHQFjrGKvb28D2qVBFiQmmeEyVHeZDLGAUkPtQqwv98t5CR733rg==", "dependencies": { - "version-range": "^4.11.0" + "version-range": "^4.12.0" }, "engines": { "node": ">=4" @@ -1162,11 +1162,11 @@ } }, "node_modules/errlop": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-8.2.0.tgz", - "integrity": "sha512-jwhRvDRvl9osF8Z1jnRtq3R9vUTkHxP6bZbijo702kzdWyw8yP95YXF4gDcYoCMVbH16Hthz1vkz+HoZQ8DehA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-8.3.0.tgz", + "integrity": "sha512-bURkSJZa8lHBO1PGLBwWVclgmqnVE6W8Ob9/YYuFfdDzqoUcqvyQUuBJfmfICavXBGtjUCDJCEQ5oW7eor6I1A==", "dependencies": { - "editions": "^6.18.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -1426,13 +1426,13 @@ } }, "node_modules/extendr": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.7.0.tgz", - "integrity": "sha512-WNe03/We28gFV/oZv0T+B02oFMKp3iWTtnC9YkpDcKO8NhaUXSEif8R7CegYRTQ0Qfn2VVydT79hdhuW6NtLRQ==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.8.0.tgz", + "integrity": "sha512-4Sh1PnvyvWe7mLne6eqb66ueLwz5Gp+dtlf4KNl8QsVRmQHeIfUJWFLcqLIM8o8iuFhha3g6lxGy6MRQsFAUgw==", "dev": true, "dependencies": { - "editions": "^6.19.0", - "typechecker": "^9.2.0" + "editions": "^6.20.0", + "typechecker": "^9.3.0" }, "engines": { "node": ">=4" @@ -1442,14 +1442,14 @@ } }, "node_modules/extract-opts": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.5.0.tgz", - "integrity": "sha512-idbs8/KK4ZFB+Q5m5mCK8rMOOfwtEvfn/60q3zN8HzIlvn/kGdcqV+IbAqqJwtYPm1TvbbSJZxcyOYEXvn2zuA==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.6.0.tgz", + "integrity": "sha512-OdXTaXcIa9lAzOEOc5/TqEwSp3tT21pRAWDEOUhyUve69R+zMqwVS7n6k0uWI3pdGejIursf6FF2v0EkQEONiQ==", "dev": true, "dependencies": { - "eachr": "^7.2.0", - "editions": "^6.19.0", - "typechecker": "^9.2.0" + "eachr": "^7.3.0", + "editions": "^6.20.0", + "typechecker": "^9.3.0" }, "engines": { "node": ">=4" @@ -1520,12 +1520,12 @@ } }, "node_modules/fellow": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.0.4.tgz", - "integrity": "sha512-yQo/A5v7IPNo2IPRVlD/j9H2oV3Jw44Ep0X6X3kOywGwQSme3x6cjbZ6d9R8pB0kxj5AhljKek/oOZc3/nGU4A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.1.0.tgz", + "integrity": "sha512-zIoE25/3rDYMsnP1WLNOFXW5mQC54yN4HQdAJzi7JQYzs3JzqTPTjJJuKKMkl8fL5jHAaR4Y4jXqv7w5RDf64A==", "dependencies": { - "@bevry/render": "^1.0.0", - "editions": "^6.19.0" + "@bevry/render": "^1.1.0", + "editions": "^6.20.0" }, "engines": { "node": ">=10" @@ -1547,14 +1547,14 @@ } }, "node_modules/filedirname": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.2.0.tgz", - "integrity": "sha512-2IrAgmBU8KKVz+p5aA31rlGkqsSE+A8dwQ9clGobxCdkVYxZ9fGZMO/K96CmL3U/T6dRLbXHl9oM7paL5hpTFw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.3.0.tgz", + "integrity": "sha512-zQRvz/o20CYlVT3l6dC9nWoFRde0s8rYTUVcZESNAYGZkznTXVBBrx9iFBZER7fyrZ0EOl7VadfgTCda49Nt1w==", "dev": true, "dependencies": { "@bevry/file-url-to-path": "^1.0.1", - "editions": "^6.19.0", - "get-current-line": "^7.1.0" + "editions": "^6.20.0", + "get-current-line": "^7.2.0" }, "engines": { "node": ">=4" @@ -1618,11 +1618,11 @@ "dev": true }, "node_modules/get-current-line": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.2.0.tgz", - "integrity": "sha512-k/On1QP4i5+3ZeyISc7vodzmEypo43VIpk+agCEeee11uqGJ3OUiz/SzfJxHV+nitZF/29EwDPJvbngvNgW3uA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.3.0.tgz", + "integrity": "sha512-c05xljyfL59+gPprXL2MC5WuDeJ40MDWUXADYTm8Ma37yaDhKUuk72tWsAI3crcuulWUtR5ml98jgYQKG/M0Lg==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -1872,14 +1872,14 @@ "dev": true }, "node_modules/kava": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.5.0.tgz", - "integrity": "sha512-gqQiikuO2dcO1fSJhGvVYIRwAGg+1cEcyFA7IlluKNJf4IqXR/tPUS1nA9Kk/jlq9FQ1uXRZsHN5nwIxaztfig==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.6.0.tgz", + "integrity": "sha512-73r6Lo741JF535S2QPo/BLi9MxdzUC4FNAcpsMYOcSRD+/6LQVPOmmDfTQxBvDP5BDJQ60sEC6PJWxV3eSh4RA==", "dev": true, "dependencies": { - "editions": "^6.19.0", + "editions": "^6.20.0", "event-emitter-grouped": "^6.4.0", - "taskgroup": "^9.5.1" + "taskgroup": "^9.6.0" }, "engines": { "node": ">=4" @@ -2005,11 +2005,11 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.26.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.26.0.tgz", - "integrity": "sha512-vIzAV+BzQaTctUgPs2WMJmXma/0EA+lJFgwY+/ghMS5UB4U9Eq/OiUbAqsk/e9BM9DL/3QG3Rhp3xuThBh66kw==", + "version": "3.27.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.27.0.tgz", + "integrity": "sha512-QvYRM010F82Ygod3TgsRkeDAKm7PP6z0nXFcqzPxP9jfI3KxIWLMUUTcT/WqWlxt0PJPwqYv4qJMMhkznNCXXw==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=10" @@ -2276,13 +2276,14 @@ } }, "node_modules/safefs": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.6.0.tgz", - "integrity": "sha512-CfelnCnGgCHWylnMTG68qYgFxu6mrnamaiCBQe6YDpnzrooLFfROMrkJBkQGlTU83GUcn+VBkYfZyEMt4ygPVA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.7.0.tgz", + "integrity": "sha512-GgC+JboJa5QIx/94JJk+5a3kYT69+m4ZG9GD86mpuJmG87hiGyPo/hK8CY9CPifD59Zejn8t8dy+FFMPnKnJrg==", "dev": true, "dependencies": { + "editions": "^6.20.0", "graceful-fs": "^4.2.11", - "version-compare": "^3.8.0" + "version-compare": "^3.9.0" }, "engines": { "node": ">=4" @@ -2292,31 +2293,16 @@ } }, "node_modules/safeps": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.4.0.tgz", - "integrity": "sha512-BhctR5C6Mn6Qcwui+yh1olTg8wy7QlJToUC4JjCxAvXKaRRVpvSbskcgY5bieZx7+R57o18G39OGDDrqqrjx6w==", - "dev": true, - "dependencies": { - "editions": "^6.16.0", - "extract-opts": "^5.4.0", - "safefs": "^8.5.0", - "taskgroup": "^9.4.0", - "typechecker": "^8.5.0" - }, - "engines": { - "node": ">=4" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/safeps/node_modules/typechecker": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-8.6.0.tgz", - "integrity": "sha512-s803IhKCZLZ9ZbYArmRzI+0gqUGE9TEzz4hR2EXF0ecFaZTIHv6QFduYhwbhdTruIO+R9UkhB6hOP5SGsv9ksw==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.5.0.tgz", + "integrity": "sha512-LX0lB7vTFFx9YSU5QDVUlMoWRkPJiDlZXmnIf1hczA1NFor2oTvnPcuBTUkxUdkZ3j4XICOfAskiRZbzZKGmaQ==", "dev": true, "dependencies": { - "editions": "^6.16.0" + "editions": "^6.20.0", + "extract-opts": "^5.6.0", + "safefs": "^8.7.0", + "taskgroup": "^9.5.1", + "typechecker": "^9.3.0" }, "engines": { "node": ">=4" @@ -2473,16 +2459,16 @@ } }, "node_modules/taskgroup": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.5.1.tgz", - "integrity": "sha512-2bbc54OtPOn0t8qk771XPhlMSM8nZK74DISvjM275EcwLDt+7ArJqLOOJbCnEidvd5K2lwQjzsJWtezqyKyccQ==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.6.0.tgz", + "integrity": "sha512-/QFF4wiY1wSxswvz2NUpG5oFiW928Dpe5nrNDqeMDJnou7j5BtCyONpW7XIoX4h/6xgbVEVKAUKkrYANJ1uwCw==", "dev": true, "dependencies": { "ambi": "3.2.0", - "eachr": "^7.1.0", - "editions": "^6.18.0", - "extendr": "^7.5.0", - "unbounded": "^6.0.0" + "eachr": "^7.3.0", + "editions": "^6.20.0", + "extendr": "^7.8.0", + "unbounded": "^6.2.0" }, "engines": { "node": ">=4" @@ -2492,12 +2478,12 @@ } }, "node_modules/taskgroup/node_modules/unbounded": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-6.1.0.tgz", - "integrity": "sha512-Urd4W0lyK0wTs9T26m2DxZ+LCh/JGhAr9C9G4LojxRAaxnAiT0Uv5+qgbjAFAQQavD8hzgcKCwMldJfrPekWow==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-6.2.0.tgz", + "integrity": "sha512-gQx0OS8Mg5usDTCmqaBGAfbbeRtBkFGWP6WqHbLsoEaRtCW7sY/1BrpkoW83SRZYROhF+lVOjK6y/mKz9VSjXw==", "dev": true, "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -2581,11 +2567,11 @@ } }, "node_modules/typechecker": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-9.2.0.tgz", - "integrity": "sha512-WrIeSNqD6gW0Ss8OPHB0xHLyihoCsE57NZ5aLeYkLG75SOwP2uE9MtAnqKyca48X70vuJ3SNiSMRtop7Dnmg8A==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-9.3.0.tgz", + "integrity": "sha512-7NKr0EkLaL5fkYE56DPwqgQx1FjepvDRZ64trUgb1NgeFqLkaZThI2L33vFJzN4plVyAN5zWcov57QcZIU3bjg==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -2710,12 +2696,12 @@ } }, "node_modules/version-clean": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.6.0.tgz", - "integrity": "sha512-3U9p8b28wM3EwzokF22qNAVK3bArQU9SQYMoGv8e55MaTutMbndwdDnc5X2nQoZySZOSm/BykdUdZ/Zkm6R6pQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.7.0.tgz", + "integrity": "sha512-tVBoblMMBxMBVw79pKpU0RyirDNl82MfQxR2HyhdM497g+FmDVng4zdxZoRiL33zoRJJQ2TxXSd7z4IV0tMyXg==", "dev": true, "dependencies": { - "editions": "^6.18.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -2725,11 +2711,11 @@ } }, "node_modules/version-compare": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.8.0.tgz", - "integrity": "sha512-90rv+kdT8VyU45h6hOQeP9w8EuxHDdBOzHbHZZKrhw3zpaK3nJXgKDSCkV/OlUgvmt7vprCB1R9VuHrgjffpIg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.9.0.tgz", + "integrity": "sha512-X8PJVO+oT97rMFzdRtQNpxyXvUrJGJYl0EuUDGUqg5bBWTIwxeunjjqx6ZSbHf5ZiSXOvfC6ReO/BxmujlSVtw==", "dependencies": { - "editions": "^6.18.0" + "editions": "^6.19.0" }, "engines": { "node": ">=4" @@ -2739,9 +2725,9 @@ } }, "node_modules/version-range": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.11.0.tgz", - "integrity": "sha512-h6ZOpIbN1Dk6hfDAmni/lOMncSUcIU1/6XsDc54kQe9/lMzzzv53ovpTr0CbNDJz2GLbmr/yyrQjD8vntyxXxg==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.12.0.tgz", + "integrity": "sha512-bMQpI+oTiKgu210v610sSUAyAXA9PwNQpAyjKxev2ykBeX1hcKvmoMvy7RorPYR1out62dyH/AvrT3HhGPkkCw==", "engines": { "node": ">=4" }, diff --git a/package.json b/package.json index f3118839..bf26cde1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "4.0.0", + "version": "4.1.0", "license": "Artistic-2.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", @@ -80,10 +80,10 @@ }, "author": "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", "authors": [ - "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Benjamin furthers the humanities and the commons using the monikers balupton and @bevry" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom." ], "maintainers": [ - "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Benjamin furthers the humanities and the commons using the monikers balupton and @bevry" + "Benjamin Lupton (https://balupton.com) (https://github.com/balupton): Accelerating collaborative wisdom." ], "contributors": [ "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", @@ -191,34 +191,34 @@ } }, "dependencies": { - "@bevry/argument": "^1.0.0", - "@bevry/fs-list": "^2.4.0", - "@bevry/fs-read": "^1.4.0", - "@bevry/fs-write": "^1.4.0", - "@bevry/github-api": "^11.0.0", - "@bevry/json": "^2.2.1", - "@bevry/render": "^1.0.0", - "arrange-package-json": "^5.0.2", - "badges": "^4.38.0", - "caterpillar": "^8.0.0", + "@bevry/argument": "^1.1.0", + "@bevry/fs-list": "^2.5.0", + "@bevry/fs-read": "^1.5.0", + "@bevry/fs-write": "^1.5.0", + "@bevry/github-api": "^11.1.0", + "@bevry/json": "^2.3.0", + "@bevry/render": "^1.1.0", + "arrange-package-json": "^5.1.0", + "badges": "^4.39.0", + "caterpillar": "^8.1.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "trim-empty-keys": "^1.0.1", - "typechecker": "^9.2.0" + "typechecker": "^9.3.0" }, "devDependencies": { "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "assert-helpers": "^11.10.0", + "assert-helpers": "^11.11.0", "eslint": "^8.56.0", "eslint-config-bevry": "^5.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", - "filedirname": "^3.2.0", - "kava": "^7.5.0", + "filedirname": "^3.3.0", + "kava": "^7.6.0", "prettier": "^3.1.1", - "safeps": "^11.4.0", + "safeps": "^11.5.0", "typedoc": "^0.25.4", "typescript": "5.3.3", "valid-directory": "^4.7.0" From 266c619190ab162f57cf300bce8c98033ccfa4ea Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 28 Dec 2023 22:33:59 +0800 Subject: [PATCH 12/23] v4.1.1 - trim trailing slashes, update repo handling --- .github/workflows/bevry.yml | 2 +- HISTORY.md | 7 ++++ README.md | 17 +++++++-- package-lock.json | 54 ++++++++++++++-------------- package.json | 31 ++++++++++------ source/index.ts | 39 +++++++++++--------- test-fixtures/out-expected/README.md | 2 +- test-fixtures/src/README.md | 2 +- 8 files changed, 94 insertions(+), 60 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 715e3776..b3453051 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -57,7 +57,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.3 + uses: bevry-actions/npm@v1.1.5 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' diff --git a/HISTORY.md b/HISTORY.md index 60b6f15c..7b48246b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +## v4.1.1 2023 December 28 + +- Update github-api and fellow deps, so trailing slashes no longer cause duplicates (they are now trimmed) and maintainer urls are now the homepage +- Support `.repository` that isn't github, if it is github however, update to the preferred format +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) +- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm) + ## v4.1.0 2023 December 28 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/README.md b/README.md index 231c1ea8..69949cb6 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ This package is published with the following editions: #### Maintainers -- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom. +- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom. #### Contributors @@ -350,7 +350,7 @@ This package is published with the following editions: - [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher - [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders. -- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing. +- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing. - [Poonacha Medappa](https://poonachamedappa.com) - [Rob Morris](https://github.com/Rob-Morris) - [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games. @@ -359,19 +359,30 @@ This package is published with the following editions: #### Donors - [Andrew Nesbitt](https://nesbitt.io) +- [Armen Mkrtchian](https://mogoni.dev) - [Balsa](https://balsa.com) - [Chad](https://opencollective.com/chad8) -- [Codecov](https://codecov.io/) +- [Codecov](https://codecov.io) +- [dr.dimitru](https://veliovgroup.com) +- [Elliott Ditman](https://elliottditman.com) - [entroniq](https://gitlab.com/entroniq) +- [GitHub](https://github.com/about) +- [Hunter Beast](https://cryptoquick.com) - [Jean-Luc Geering](https://github.com/jlgeering) - [Michael Duane Mooring](https://mdm.cc) +- [Michael Harry Scepaniak](https://michaelscepaniak.com) - [Mohammed Shah](https://github.com/smashah) +- [Mr. Henry](https://mrhenry.be) +- [Nermal](https://arjunaditya.vercel.app) +- [Pleo](https://www.pleo.io) - [Poonacha Medappa](https://poonachamedappa.com) - [Rob Morris](https://github.com/Rob-Morris) +- [Robert de Forest](https://github.com/rdeforest) - [Sentry](https://sentry.io) - [ServieJS](https://github.com/serviejs) - [Skunk Team](https://skunk.team) - [Syntax](https://syntax.fm) +- [WriterJohnBuck](https://github.com/WriterJohnBuck) diff --git a/package-lock.json b/package-lock.json index bc1e1cbf..f041164d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "projectz", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "4.1.0", + "version": "4.1.1", "license": "Artistic-2.0", "dependencies": { "@bevry/argument": "^1.1.0", "@bevry/fs-list": "^2.5.0", "@bevry/fs-read": "^1.5.0", "@bevry/fs-write": "^1.5.0", - "@bevry/github-api": "^11.1.0", + "@bevry/github-api": "^11.3.1", "@bevry/json": "^2.3.0", "@bevry/render": "^1.1.0", "arrange-package-json": "^5.1.0", @@ -21,7 +21,7 @@ "caterpillar": "^8.1.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", - "trim-empty-keys": "^1.0.1", + "trim-empty-keys": "^1.1.0", "typechecker": "^9.3.0" }, "bin": { @@ -42,7 +42,7 @@ "safeps": "^11.5.0", "typedoc": "^0.25.4", "typescript": "5.3.3", - "valid-directory": "^4.7.0" + "valid-directory": "^4.8.0" }, "engines": { "node": ">=20" @@ -213,23 +213,23 @@ } }, "node_modules/@bevry/github-api": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.1.0.tgz", - "integrity": "sha512-6+a9WEbgakYPpm0x3h+YUNTX3ubOgkEHEiPHsNplBwasKsJed9HLrF9prmXgyLlnVBigUjsecL3z76CMnq+BMQ==", + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.3.1.tgz", + "integrity": "sha512-ZA63VPHXquoMKNjn5xFnLWaOjSIdXtke8LhgoIZ0PAWirWOAESMaepvDSuLi6vbvhMBrWg6lF0r8jfehpvRJWw==", "dependencies": { "@bevry/argument": "^1.1.0", "@bevry/fs-readable": "^2.4.0", "@bevry/json": "^2.3.0", - "@bevry/list": "^2.3.0", + "@bevry/list": "^2.4.0", "@bevry/wait": "^2.5.0", "@octokit/graphql": "^7.0.2", "arrange-package-json": "^5.1.0", "errlop": "^8.3.0", - "fellow": "^7.1.0", + "fellow": "^7.1.1", "js-yaml": "^4.1.0", - "native-promise-pool": "^3.26.0", + "native-promise-pool": "^3.27.0", "simplytyped": "^3.3.0", - "trim-empty-keys": "^1.0.1" + "trim-empty-keys": "^1.1.0" }, "bin": { "github-backers": "bin.cjs" @@ -1520,9 +1520,9 @@ } }, "node_modules/fellow": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.1.0.tgz", - "integrity": "sha512-zIoE25/3rDYMsnP1WLNOFXW5mQC54yN4HQdAJzi7JQYzs3JzqTPTjJJuKKMkl8fL5jHAaR4Y4jXqv7w5RDf64A==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.1.1.tgz", + "integrity": "sha512-iKKUKXO0TDmEjjrIk/VKsC9p1xUav0zhx927q1oaeb46hEeOy4ZSzAJBXHucOkK+8npsE6z0v7BVmVpWdIlM2A==", "dependencies": { "@bevry/render": "^1.1.0", "editions": "^6.20.0" @@ -2224,11 +2224,11 @@ } }, "node_modules/rfc-log-levels": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-4.1.0.tgz", - "integrity": "sha512-y+fVhL1sywPejgdtM8UypjvroP+CKLdtlqCV+QkwEfFDQh4IzFZuqQS7Z9pyZLHngc3wYmuQpy4K0sS/CI9z3A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/rfc-log-levels/-/rfc-log-levels-4.2.0.tgz", + "integrity": "sha512-CZ2+u5Hol5k+bfIrTkRzWGZfTSHvu/aKDtaJsBWYjUunIgOoAUAxJV6m4EnX2ctNhDuYB5ascFRys5ccKO1afQ==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -2511,11 +2511,11 @@ } }, "node_modules/trim-empty-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-empty-keys/-/trim-empty-keys-1.0.1.tgz", - "integrity": "sha512-ewq4ybzbCpezfVXZHfOE5MYP8CBGJYOka6z3xTHsIdsDmO/NGDav0OyNY4IC/N+KQZxaLU2fJDT2nDDvsRg8lg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/trim-empty-keys/-/trim-empty-keys-1.1.0.tgz", + "integrity": "sha512-LxZzCVSQ6dTiVOYiBDcY8CTkzOYzdU8JI5S4sy5/LHaneGwHRG5jzsryOhKAqlGkEu4IaMQYgpJ2J9Lq8ejzkg==", "dependencies": { - "typechecker": "^9.2.0" + "typechecker": "^9.3.0" }, "engines": { "node": ">=8" @@ -2649,12 +2649,12 @@ } }, "node_modules/valid-directory": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.7.0.tgz", - "integrity": "sha512-DGxoViQM+cV9mZf2mGrMfcTcZNd5uJ2dOOitdgt1OmRjk3dkvLRilUoEFpeVtSgPga2xHtQzB9rcgZvSeIDh8A==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/valid-directory/-/valid-directory-4.8.0.tgz", + "integrity": "sha512-71SQWCDI/hk+gTQ2/u531ldpa5Qecl9U2oODwU5ubTGj+BE3GqdFdkLM8/OZa0QCsPYChZWl+62h9TZoZ4j3Wg==", "dev": true, "dependencies": { - "@bevry/valid-filename": "^2.4.0", + "@bevry/valid-filename": "^2.5.0", "fdir": "^6.1.1" }, "bin": { diff --git a/package.json b/package.json index bf26cde1..9c27e768 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "title": "Projectz", "name": "projectz", - "version": "4.1.0", + "version": "4.1.1", "license": "Artistic-2.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", "funding": "https://bevry.me/fund", "repository": { "type": "git", - "url": "https://github.com/bevry/projectz.git" + "url": "git+https://github.com/bevry/projectz.git" }, "bugs": { "url": "https://github.com/bevry/projectz/issues" @@ -89,7 +89,7 @@ "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", "James George (https://github.com/jamesgeorge007)", "Oliver Lorenz (https://www.oliverlorenz.com) (https://github.com/oliverlorenz)", - "Peter C (https://www.linkedin.com/in/peterkc1/) (https://github.com/peterkc)", + "Peter C (https://www.linkedin.com/in/peterkc1) (https://github.com/peterkc)", "Peter Flannery (https://github.com/pflannery)", "Rob Loach (https://robloach.net) (https://github.com/RobLoach)", "Shahar \"Dawn\" Or (https://github.com/mightyiam)", @@ -100,7 +100,7 @@ "sponsors": [ "Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew): Software engineer and researcher", "Balsa (https://balsa.com) (https://github.com/balsa): We're Balsa, and we're building tools for builders.", - "Codecov (https://codecov.io/) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.", + "Codecov (https://codecov.io) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.", "Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", "Rob Morris (https://github.com/Rob-Morris)", "Sentry (https://sentry.io) (https://github.com/getsentry): Real-time crash reporting for your web apps, mobile apps, and games.", @@ -108,19 +108,30 @@ ], "donors": [ "Andrew Nesbitt (https://nesbitt.io) (https://github.com/andrew)", + "Armen Mkrtchian (https://mogoni.dev) (https://github.com/Armenm)", "Balsa (https://balsa.com) (https://github.com/balsa)", "Chad (https://opencollective.com/chad8)", - "Codecov (https://codecov.io/) (https://github.com/codecov)", + "Codecov (https://codecov.io) (https://github.com/codecov)", + "dr.dimitru (https://veliovgroup.com) (https://github.com/dr-dimitru)", + "Elliott Ditman (https://elliottditman.com) (https://github.com/elliottditman)", "entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", + "GitHub (https://github.com/about) (https://github.com/github)", + "Hunter Beast (https://cryptoquick.com) (https://github.com/cryptoquick)", "Jean-Luc Geering (https://github.com/jlgeering) (https://opencollective.com/jlgeering) (https://twitter.com/jlgeering)", "Michael Duane Mooring (https://mdm.cc) (https://github.com/mikeumus) (https://opencollective.com/mikeumus) (https://twitter.com/mikeumus)", + "Michael Harry Scepaniak (https://michaelscepaniak.com) (https://github.com/hispanic)", "Mohammed Shah (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)", + "Mr. Henry (https://mrhenry.be) (https://github.com/mrhenry)", + "Nermal (https://arjunaditya.vercel.app) (https://github.com/nermalcat69)", + "Pleo (https://www.pleo.io) (https://github.com/pleo-io)", "Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", "Rob Morris (https://github.com/Rob-Morris)", + "Robert de Forest (https://github.com/rdeforest)", "Sentry (https://sentry.io) (https://github.com/getsentry)", "ServieJS (https://github.com/serviejs) (https://thanks.dev/d/gh/serviejs)", "Skunk Team (https://skunk.team) (https://github.com/skunkteam)", - "Syntax (https://syntax.fm) (https://github.com/syntaxfm)" + "Syntax (https://syntax.fm) (https://github.com/syntaxfm)", + "WriterJohnBuck (https://github.com/WriterJohnBuck)" ], "engines": { "node": ">=20" @@ -195,7 +206,7 @@ "@bevry/fs-list": "^2.5.0", "@bevry/fs-read": "^1.5.0", "@bevry/fs-write": "^1.5.0", - "@bevry/github-api": "^11.1.0", + "@bevry/github-api": "^11.3.1", "@bevry/json": "^2.3.0", "@bevry/render": "^1.1.0", "arrange-package-json": "^5.1.0", @@ -203,7 +214,7 @@ "caterpillar": "^8.1.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", - "trim-empty-keys": "^1.0.1", + "trim-empty-keys": "^1.1.0", "typechecker": "^9.3.0" }, "devDependencies": { @@ -221,7 +232,7 @@ "safeps": "^11.5.0", "typedoc": "^0.25.4", "typescript": "5.3.3", - "valid-directory": "^4.7.0" + "valid-directory": "^4.8.0" }, "scripts": { "our:bin": "node ./bin.cjs", @@ -234,7 +245,7 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz", "our:meta:docs": "npm run our:meta:docs:typedoc", "our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source", - "our:meta:projectz": "npm run our:bin", + "our:meta:projectz": "npm run our:bin -- --offline", "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", "our:release:check-changelog": "cat ./HISTORY.md | grep \"v$npm_package_version\" || (printf '%s\n' \"add a changelog entry for v$npm_package_version\" && exit -1)", "our:release:check-dirty": "git diff --exit-code", diff --git a/source/index.ts b/source/index.ts index 78ee3f4a..b96cd382 100644 --- a/source/index.ts +++ b/source/index.ts @@ -17,6 +17,9 @@ import { getBackers, renderBackers, BackersRenderFormat, + getRepositoryWebsiteUrlFromGitHubSlugOrUrl, + getRepositoryIssuesUrlFromGitHubSlugOrUrl, + getRepositoryUrlFromGitHubSlugOrUrl, } from '@bevry/github-api' import { mh1, trim } from '@bevry/render' @@ -236,12 +239,9 @@ export class Projectz { // Ensure repository is an object if (typeof mergedPackageData.repository === 'string') { - const githubSlug = getGitHubSlugFromPackageData(mergedPackageData) - if (githubSlug) { - mergedPackageData.repository = { - type: 'git', - url: `https://github.com/${githubSlug}.git`, - } + mergedPackageData.repository = { + type: 'git', + url: mergedPackageData.repository, } } @@ -290,15 +290,19 @@ export class Projectz { if (githubSlug) { // Extract parts const [githubUsername, githubRepository] = githubSlug.split('/') - const githubUrl = 'https://github.com/' + githubSlug - const githubRepositoryUrl = githubUrl + '.git' + const githubRepositoryWebsiteUrl = + getRepositoryWebsiteUrlFromGitHubSlugOrUrl(githubSlug) || '' + const githubRepositoryUrl = + getRepositoryUrlFromGitHubSlugOrUrl(githubSlug) || '' + const githubIssuesUrl = + getRepositoryIssuesUrlFromGitHubSlugOrUrl(githubSlug) || '' // Github data github = { username: githubUsername, repository: githubRepository, slug: githubSlug, - url: githubUrl, + url: githubRepositoryWebsiteUrl, repositoryUrl: githubRepositoryUrl, } @@ -309,15 +313,18 @@ export class Projectz { githubSlug, }) - // Fallback bugs field by use of repo + // Fallback bugs field by use of slug if (!mergedPackageData.bugs) { - mergedPackageData.bugs = github && { - url: `https://github.com/${github.slug}/issues`, - } + mergedPackageData.bugs = githubIssuesUrl } - // Fetch contributors - // await getContributorsFromRepo(githubSlug) + // Fallback repository field by use of slug + if (!mergedPackageData.repository?.url) { + mergedPackageData.repository = { + type: 'git', + url: githubRepositoryUrl, + } + } } } @@ -328,8 +335,6 @@ export class Projectz { githubSlug: github?.slug, packageData: mergedPackageData, offline: this.offline, - sponsorCentsThreshold: 100, - donorCentsThreshold: 100, }) const renderedBackersForPackage = await renderBackers(backers, { format: BackersRenderFormat.string, diff --git a/test-fixtures/out-expected/README.md b/test-fixtures/out-expected/README.md index 99d085bc..e48e2c54 100644 --- a/test-fixtures/out-expected/README.md +++ b/test-fixtures/out-expected/README.md @@ -126,7 +126,7 @@ console.log(result); // setTimeout - just like normal #### Maintainers -- [Benjamin Lupton](https://github.com/balupton) +- [Benjamin Lupton](https://balupton.com) #### Contributors diff --git a/test-fixtures/src/README.md b/test-fixtures/src/README.md index 99d085bc..e48e2c54 100644 --- a/test-fixtures/src/README.md +++ b/test-fixtures/src/README.md @@ -126,7 +126,7 @@ console.log(result); // setTimeout - just like normal #### Maintainers -- [Benjamin Lupton](https://github.com/balupton) +- [Benjamin Lupton](https://balupton.com) #### Contributors From 91073e98ce816eb6a79918605c7e4bde5525497d Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 30 Dec 2023 02:45:46 +0800 Subject: [PATCH 13/23] v4.2.0 - boundation, changelog, version bump --- .github/workflows/bevry.yml | 2 +- HISTORY.md | 5 + README.md | 2 +- package-lock.json | 423 +++++++++++++++++------------------- package.json | 36 +-- 5 files changed, 229 insertions(+), 239 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index b3453051..dc0e508b 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -57,7 +57,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.5 + uses: bevry-actions/npm@v1.1.6 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' diff --git a/HISTORY.md b/HISTORY.md index 7b48246b..4fbaf155 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## v4.2.0 2023 December 30 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) +- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm) + ## v4.1.1 2023 December 28 - Update github-api and fellow deps, so trailing slashes no longer cause duplicates (they are now trimmed) and maintainer urls are now the homepage diff --git a/README.md b/README.md index 69949cb6..851405ee 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ This package is published with the following editions: - [Mohammed Shah](https://github.com/smashah) - [Mr. Henry](https://mrhenry.be) - [Nermal](https://arjunaditya.vercel.app) -- [Pleo](https://www.pleo.io) +- [Pleo](https://pleo.io) - [Poonacha Medappa](https://poonachamedappa.com) - [Rob Morris](https://github.com/Rob-Morris) - [Robert de Forest](https://github.com/rdeforest) diff --git a/package-lock.json b/package-lock.json index f041164d..707cc108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,24 +1,24 @@ { "name": "projectz", - "version": "4.1.1", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "projectz", - "version": "4.1.1", + "version": "4.2.0", "license": "Artistic-2.0", "dependencies": { - "@bevry/argument": "^1.1.0", - "@bevry/fs-list": "^2.5.0", - "@bevry/fs-read": "^1.5.0", - "@bevry/fs-write": "^1.5.0", - "@bevry/github-api": "^11.3.1", - "@bevry/json": "^2.3.0", - "@bevry/render": "^1.1.0", - "arrange-package-json": "^5.1.0", - "badges": "^4.39.0", - "caterpillar": "^8.1.0", + "@bevry/argument": "^1.2.0", + "@bevry/fs-list": "^2.6.0", + "@bevry/fs-read": "^1.6.0", + "@bevry/fs-write": "^1.6.0", + "@bevry/github-api": "^11.3.3", + "@bevry/json": "^2.4.0", + "@bevry/render": "^1.2.0", + "arrange-package-json": "^5.2.0", + "badges": "^4.40.0", + "caterpillar": "^8.2.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "trim-empty-keys": "^1.1.0", @@ -31,15 +31,15 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "assert-helpers": "^11.11.0", + "assert-helpers": "^11.12.0", "eslint": "^8.56.0", "eslint-config-bevry": "^5.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", - "filedirname": "^3.3.0", - "kava": "^7.6.0", + "filedirname": "^3.4.0", + "kava": "^7.8.0", "prettier": "^3.1.1", - "safeps": "^11.5.0", + "safeps": "^11.6.0", "typedoc": "^0.25.4", "typescript": "5.3.3", "valid-directory": "^4.8.0" @@ -61,11 +61,11 @@ } }, "node_modules/@bevry/ansi": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.8.0.tgz", - "integrity": "sha512-yHL8505MFE1yqvSL6Az5jce0WQVkuRctw2q5gtvFzVt0FTe36V18QyP/JH1pQ5GP0lgFTmpWawRLjQuZsGpYyg==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@bevry/ansi/-/ansi-6.9.0.tgz", + "integrity": "sha512-0XF5KVdRyjtw5+iVWBeEFOVvnKyQd/V8wSNYRDdWdvLvebzHw8UUkO6Iea78m7yevXZ99oHpv/6F7agdIG6t2g==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -75,11 +75,11 @@ } }, "node_modules/@bevry/argument": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/argument/-/argument-1.1.0.tgz", - "integrity": "sha512-fVMUVDTlOUGw4M8wRz1lyWlzAh2+GabOYQijr+j5HpV1uGwn+CbCjtkkAvkArhyQpL6KMFAjXMCG5JC6VsaUmw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@bevry/argument/-/argument-1.2.0.tgz", + "integrity": "sha512-kVMvCrAXMHlTIxUzwVtcIh69eEXEsmnx2PEwOHZz2n5pb6PXXdMvLW9uMO0Gi2qfqdTJoLtFe5DeZeGKn78IxQ==", "dependencies": { - "errlop": "^8.3.0" + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -101,11 +101,11 @@ } }, "node_modules/@bevry/fs-accessible": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.4.0.tgz", - "integrity": "sha512-N5pmTQa7pAbZXPyNkDAD57j6M54N0aqZehSWpI6JUTmP8K61PDK+cVGwxItQX77B1mm5xiBi4vwnm22D7jdbVA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-accessible/-/fs-accessible-2.5.0.tgz", + "integrity": "sha512-26z3V6kklpPRQ8M4U4zSRWMgMztsYVxBWM95ZNkFqeMsbNEQoUy8KnxmauhqKHG8FGODd/5hZN4N9fkajJLGYQ==", "dependencies": { - "editions": "^6.20.0" + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -115,14 +115,14 @@ } }, "node_modules/@bevry/fs-list": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.5.0.tgz", - "integrity": "sha512-1LP3EdMZrx3bjU1pMzRfI2KqBaLIFxO/aXCA+YBaf0OIWut0850wEKobxjS4ygEKzCDQ6FoBIHFCqOLItnG2SA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-list/-/fs-list-2.6.0.tgz", + "integrity": "sha512-O0mqCm9/ajbyiOegZ0Wt6i5iMpIA3/eRP11a7yrRV/aoESlIjOKTalfQGXTICBvyIYnVGhPmsZCC9bI38lDB7A==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "editions": "^6.20.0", - "errlop": "^8.3.0", - "version-compare": "^3.9.0" + "@bevry/fs-accessible": "^2.5.0", + "editions": "^6.21.0", + "errlop": "^8.4.0", + "version-compare": "^3.10.0" }, "engines": { "node": ">=4" @@ -132,14 +132,14 @@ } }, "node_modules/@bevry/fs-mkdirp": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.5.0.tgz", - "integrity": "sha512-6KPpyLvOcdV0wAmDwD6iyvgn7hdWRpTJ0apY5fb7+29yVVglRIM0qqSFb87C1UellxQch6REx73XqsZlwv0RXg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-mkdirp/-/fs-mkdirp-1.6.0.tgz", + "integrity": "sha512-7oSExHck8ccH13BsZlS5yPHQsitndAlwefIYqohA2tnxWwiNHfQ7glMZtfVKZ633rWyA6azHDei/6Q86deYJ9Q==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "editions": "^6.20.0", - "errlop": "^8.3.0", - "version-compare": "^3.9.0" + "@bevry/fs-accessible": "^2.5.0", + "editions": "^6.21.0", + "errlop": "^8.4.0", + "version-compare": "^3.10.0" }, "engines": { "node": ">=4" @@ -149,13 +149,13 @@ } }, "node_modules/@bevry/fs-read": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.5.0.tgz", - "integrity": "sha512-5l50fxAUCYVYr8rjxqEZivVbfWIMwGU3gOFfa/xn0VCHx1FDPmbxnluwYPdFx3i7UuiTA3h1ueRHb5Xujumh/g==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-read/-/fs-read-1.6.0.tgz", + "integrity": "sha512-ZgF2UdsY4ZiWLaJETFy/JeQu0xH+Xjo60G1gDRc5wzUPllFhFhgbxuqQbfT6+YTn/wpFBzmqsb5+YFJbZdJQ9Q==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "editions": "^6.20.0", - "errlop": "^8.3.0" + "@bevry/fs-accessible": "^2.5.0", + "editions": "^6.21.0", + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -165,12 +165,12 @@ } }, "node_modules/@bevry/fs-readable": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-readable/-/fs-readable-2.4.0.tgz", - "integrity": "sha512-YyP/VmLwBi0BnyLCqMW7inTHlHcVzrHCKekDWyRmOuA0oT/N1Z/YJkgNGGh0p72D4TBvmI+9PhoxKAqiv8Dcvw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-readable/-/fs-readable-2.5.0.tgz", + "integrity": "sha512-NTHG+xYRWRDCLawrhUJEjmDQrMIpTJiLSlMbT3yWitHZpeQSDEdD7XgI4Zh0U0MhOtJBrRBG6JOHS33c15AlHg==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "editions": "^6.20.0" + "@bevry/fs-accessible": "^2.5.0", + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -180,13 +180,13 @@ } }, "node_modules/@bevry/fs-unlink": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.5.0.tgz", - "integrity": "sha512-iX50UsFf4WMnnTbbZ6MsRK2p7gna29j26va3faYtueeVogPeM+2Y1nruWZ4UirOi8qjj/voA/aGefq9A2NNlzA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-unlink/-/fs-unlink-1.6.0.tgz", + "integrity": "sha512-QgBbjuhIj4Egc6Anfb9WKJnHTHFGdmznMp19vCHuaT0qEU+2bGLDxQnTbc+mjDUADGY2rXhcSHdeM3euPUE0xA==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "editions": "^6.20.0", - "errlop": "^8.3.0" + "@bevry/fs-accessible": "^2.5.0", + "editions": "^6.21.0", + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -196,14 +196,14 @@ } }, "node_modules/@bevry/fs-write": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.5.0.tgz", - "integrity": "sha512-gYw5A3u2HqC+AH9iCwliFwWaxseVjKnI2KUeGgGkSP7wFD+5FrB/SolSfAevKrdAUJ0znoEzMP4m0aLxJDzcJg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@bevry/fs-write/-/fs-write-1.6.0.tgz", + "integrity": "sha512-LldYhDchtX/RY5sg+bloJVhrfHQ/gBzL/4iPD+94zdA31P2xO69B+PJCsgOOrvhejMiPmAhSA5zsoxOGi1Q0Hw==", "dependencies": { - "@bevry/fs-accessible": "^2.4.0", - "@bevry/fs-mkdirp": "^1.5.0", - "editions": "^6.20.0", - "errlop": "^8.3.0" + "@bevry/fs-accessible": "^2.5.0", + "@bevry/fs-mkdirp": "^1.6.0", + "editions": "^6.21.0", + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -213,9 +213,9 @@ } }, "node_modules/@bevry/github-api": { - "version": "11.3.1", - "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.3.1.tgz", - "integrity": "sha512-ZA63VPHXquoMKNjn5xFnLWaOjSIdXtke8LhgoIZ0PAWirWOAESMaepvDSuLi6vbvhMBrWg6lF0r8jfehpvRJWw==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/@bevry/github-api/-/github-api-11.3.3.tgz", + "integrity": "sha512-sbZ1YsopkKmAG7oA9rQzpaotfAXMdx4REO8SbeSjF7mWLvcj89IGhASCWpg+CHgVlN4V6kq/T6p3fHl6BQvuvA==", "dependencies": { "@bevry/argument": "^1.1.0", "@bevry/fs-readable": "^2.4.0", @@ -224,8 +224,8 @@ "@bevry/wait": "^2.5.0", "@octokit/graphql": "^7.0.2", "arrange-package-json": "^5.1.0", - "errlop": "^8.3.0", - "fellow": "^7.1.1", + "errlop": "^8.4.0", + "fellow": "^7.1.2", "js-yaml": "^4.1.0", "native-promise-pool": "^3.27.0", "simplytyped": "^3.3.0", @@ -242,15 +242,15 @@ } }, "node_modules/@bevry/json": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.3.0.tgz", - "integrity": "sha512-d3CgyXe7Qxf2KaqHIBYQ61/zUJQWwQYXd3g0OdQt/62YfCO725RWEWcCvr16PrgxtQZBJi8WOV6x2SAJpDF37w==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@bevry/json/-/json-2.4.0.tgz", + "integrity": "sha512-k1o7AwpGpwQdC798xc54eK1Tuto8rQVojJjT47TqAAr/9YPUtf08Iix7nhelqinv3M6dooABoohh389HBoeETQ==", "dependencies": { - "@bevry/fs-read": "^1.5.0", - "@bevry/fs-unlink": "^1.5.0", - "@bevry/fs-write": "^1.5.0", - "editions": "^6.20.0", - "errlop": "^8.3.0" + "@bevry/fs-read": "^1.6.0", + "@bevry/fs-unlink": "^1.6.0", + "@bevry/fs-write": "^1.6.0", + "editions": "^6.21.0", + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -260,11 +260,11 @@ } }, "node_modules/@bevry/list": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@bevry/list/-/list-2.4.0.tgz", - "integrity": "sha512-epnjQ/Xi3TOPiXwRr74zZ5oAiSBoILpaeKw5rQg8qBSJh27KuiVmc04iPWpJ9f5tFesCv0dy8A4SKUob5iVTUw==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@bevry/list/-/list-2.5.0.tgz", + "integrity": "sha512-cxPFXojDAPFR5FwcRzj59YY3D/28s1RIjI8cchf3cJoh1tfn3F4sxjqT7u7N7FEVLsVxZCn7fhLNVpf8AKkTxQ==", "dependencies": { - "editions": "^6.20.0" + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -274,9 +274,9 @@ } }, "node_modules/@bevry/render": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bevry/render/-/render-1.1.0.tgz", - "integrity": "sha512-uWfdRfj/8fhvQvhTPdJjN2ARD9nR94GVqufK+6rO3KTH97RB5vbFRjhMPxR1KXStHxtOaO3RFc/rizcYVhVqUw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@bevry/render/-/render-1.2.0.tgz", + "integrity": "sha512-Hpe5ruDr0V0XiN2025fKqcTJr/qstX03uf+/XxG7s2Id9oWmYbIARQpzjQnq00thd8txYl+R5EtFDz8TO79q1Q==", "engines": { "node": ">=4" }, @@ -285,9 +285,9 @@ } }, "node_modules/@bevry/valid-filename": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.5.0.tgz", - "integrity": "sha512-4kWa1Pud5x7Efa6wF9+y7jZQdkgCHa2wsbSDRIFaFILINMBY8R8bdSzaIjMJZVETg5IE3qiRsb0TsZ2aK/9CZw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@bevry/valid-filename/-/valid-filename-2.6.0.tgz", + "integrity": "sha512-p5sl7sUGPbScN99KITIvuKWul9ICuYuXCAz5VjKoUC1fFllU1h2nB1bQYOkZNi0TLCWtk5LIdAg73fPxqgWyXw==", "dev": true, "bin": { "valid-filename": "bin.cjs" @@ -300,9 +300,9 @@ } }, "node_modules/@bevry/wait": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.5.0.tgz", - "integrity": "sha512-F6DGfERA1vG7rVSg/BzkFMqi261u8afAHtoBkpQkwvCKEi9y93VwA0cv6/vJ8DRdam3aKJwqClW9iajOmXV2Lg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@bevry/wait/-/wait-2.6.0.tgz", + "integrity": "sha512-RswBYspXtm6WoyMsRbsITxqmMCIa6SJ8kZOMeN303kcD/6dda9KJbEd/Hl1Ft7GXaagr4LeGihRlQ7FvgBD2+g==", "engines": { "node": ">=4" }, @@ -773,9 +773,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", - "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -910,12 +910,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/arrange-package-json": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/arrange-package-json/-/arrange-package-json-5.1.0.tgz", - "integrity": "sha512-OnW07tfD8TH4HxZDATsp/gvoy7PEyXkS8D1kIo1RghzqzY0HGOfkLExiYQYpHiy2G8YiNelnjlLlOnXtp0N7iA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/arrange-package-json/-/arrange-package-json-5.2.0.tgz", + "integrity": "sha512-wCDmparOOlTTpR7Gr3r7XW2LJEhzDwqlV6ytBNJTOo92ErsbO6AuI8Sf6AsLvT2mv41juhl7IDOOWgfJlGb0oQ==", "dependencies": { - "arrangekeys": "^6.6.0", - "editions": "^6.20.0" + "arrangekeys": "^6.7.0", + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -925,9 +925,9 @@ } }, "node_modules/arrangekeys": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/arrangekeys/-/arrangekeys-6.6.0.tgz", - "integrity": "sha512-yU9DBpdOCb1Mgb95BiKMjh91A1HyKFy0xY9nO0Hqj8ny4zms+Y3t+Ik6YXGAktN6eertY1B516nVvYgB6vcbrA==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/arrangekeys/-/arrangekeys-6.7.0.tgz", + "integrity": "sha512-BaB49iPe6WO7cvCgucT8o5FI6WnygDLlrGemuwdMWjIb5yVkGwdh0sT9pKeZRsNWEyPrejlu2jo5b6E8B2Hzww==", "engines": { "node": ">=4" }, @@ -945,14 +945,14 @@ } }, "node_modules/assert-helpers": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.11.0.tgz", - "integrity": "sha512-NB3iZr7ejlSwZQaqJe9zTf5zVtyeVm/SWpDfoiQqY1EYbJuO4Gtodyw8UtYpoqwUqnZxdEIeDFjMszPkZm+Cpw==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/assert-helpers/-/assert-helpers-11.12.0.tgz", + "integrity": "sha512-IpvFzGOc6M3zgZYqa+OxGZ9piO0GFtHzZl1wIR+0Wt7S4YhBabycAqG+rd/WWX+99Sv7Fd766IiJ0I2RgMN4hg==", "dev": true, "dependencies": { - "@bevry/ansi": "^6.8.0", - "editions": "^6.19.0", - "errlop": "^8.3.0" + "@bevry/ansi": "^6.9.0", + "editions": "^6.20.0", + "errlop": "^8.4.0" }, "engines": { "node": ">=4" @@ -962,9 +962,9 @@ } }, "node_modules/badges": { - "version": "4.39.0", - "resolved": "https://registry.npmjs.org/badges/-/badges-4.39.0.tgz", - "integrity": "sha512-IC4Li+FK8gnM4FOTjfT8xubZXFRajFfMki+jfn2ygWQWJfmcHBvNX2FaCSFgIC+3IjvVOUHeMvdL9+xTcqEUaQ==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/badges/-/badges-4.40.0.tgz", + "integrity": "sha512-PjeBM7oVzkcLDv62aQZZGOB1NPOzPRAoJr6cxDRFfeYxjK7tSOtNkOvcWxxAUZLpXTS3G6K+QmwyrEhLfbWNoA==", "engines": { "node": ">=10" }, @@ -1009,14 +1009,14 @@ } }, "node_modules/caterpillar": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-8.1.0.tgz", - "integrity": "sha512-rWvexmDmDkgO4xmt5+sKOBjacG9L7SUKn1DlrojwBQjBQeTYLTw73XcR27Wl91Gz64kzlubXEgqL9wA5BDyYxA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/caterpillar/-/caterpillar-8.2.0.tgz", + "integrity": "sha512-c7qv+EwyVIGjDb4XG+jen7oQ/J1MEkEmYeIkmFIGjnfDrlNaj+nOHwGldjmy38iQBHBuKKLj2u15Agv0rTZyPw==", "dependencies": { - "@bevry/ansi": "^6.8.0", - "editions": "^6.20.0", - "get-current-line": "^7.2.0", - "rfc-log-levels": "^4.1.0" + "@bevry/ansi": "^6.9.0", + "editions": "^6.21.0", + "get-current-line": "^7.3.0", + "rfc-log-levels": "^4.2.0" }, "engines": { "node": ">=4" @@ -1132,12 +1132,12 @@ } }, "node_modules/eachr": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/eachr/-/eachr-7.3.0.tgz", - "integrity": "sha512-L4dgCLYGloNh4wjaZgKWZq/9X4Tl65It+7JN6rXsRIcn2ialVe99fMe66nWsK2TtUQwmGdaiT9L8Nr/qxhGRtA==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/eachr/-/eachr-7.4.0.tgz", + "integrity": "sha512-d6v/ERRrwxZ5oNHJz2Z5Oouge0Xc3rFxeaGNHjAhTDUCkLhy8t583ieH9/Qop1UNDTcZXOSEs8dqawmbHaEEkA==", "dev": true, "dependencies": { - "editions": "^6.20.0", + "editions": "^6.21.0", "typechecker": "^9.3.0" }, "engines": { @@ -1148,11 +1148,11 @@ } }, "node_modules/editions": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/editions/-/editions-6.20.0.tgz", - "integrity": "sha512-5je+78ri3gtfO+q9cerK8jPNam5YUpYe5OPHQFjrGKvb28D2qVBFiQmmeEyVHeZDLGAUkPtQqwv98t5CR733rg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/editions/-/editions-6.21.0.tgz", + "integrity": "sha512-ofkXJtn7z0urokN62DI3SBo/5xAtF0rR7tn+S/bSYV79Ka8pTajIIl+fFQ1q88DQEImymmo97M4azY3WX/nUdg==", "dependencies": { - "version-range": "^4.12.0" + "version-range": "^4.13.0" }, "engines": { "node": ">=4" @@ -1162,11 +1162,11 @@ } }, "node_modules/errlop": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/errlop/-/errlop-8.3.0.tgz", - "integrity": "sha512-bURkSJZa8lHBO1PGLBwWVclgmqnVE6W8Ob9/YYuFfdDzqoUcqvyQUuBJfmfICavXBGtjUCDJCEQ5oW7eor6I1A==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/errlop/-/errlop-8.4.0.tgz", + "integrity": "sha512-uTI5IgHMfsuBw9t/NWnKGKGbkMxMfDLceci9Um8Qxe33WqZeBk3IX7ndOBT1Bpo+RRyDBI67KOOb3DYPJwoqyg==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -1409,14 +1409,14 @@ } }, "node_modules/event-emitter-grouped": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.4.0.tgz", - "integrity": "sha512-eIRQPpH2dug+C0CuPP0qU/GW4t70Bc5weifElNOBz1jOG8Cn//q18+UxrLctmMD0JopB+ZDGU9BSiFT2hWiHXg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/event-emitter-grouped/-/event-emitter-grouped-6.6.0.tgz", + "integrity": "sha512-oZQp5T5rf+2MzGN4Rwgl4jEp9rshFd7NuXHEizh+7sMR+7tPzKQYo7eUqpKeqZa8wUbc/9lnz/Vd/TYHP/hnIQ==", "dev": true, "dependencies": { - "editions": "^6.16.0", - "taskgroup": "^9.4.0", - "unbounded": "^5.3.0" + "editions": "^6.21.0", + "taskgroup": "^9.7.0", + "unbounded": "^6.3.1" }, "engines": { "node": ">=4" @@ -1426,12 +1426,12 @@ } }, "node_modules/extendr": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.8.0.tgz", - "integrity": "sha512-4Sh1PnvyvWe7mLne6eqb66ueLwz5Gp+dtlf4KNl8QsVRmQHeIfUJWFLcqLIM8o8iuFhha3g6lxGy6MRQsFAUgw==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/extendr/-/extendr-7.9.0.tgz", + "integrity": "sha512-+sSXw36D1GJH7KlmxrW6r9Anav7/55MddwmyJ8n+At5doRnsWiSCPFgu8E/Pw1Hiky9Cql5e9CDoIGe/QZ3hZA==", "dev": true, "dependencies": { - "editions": "^6.20.0", + "editions": "^6.21.0", "typechecker": "^9.3.0" }, "engines": { @@ -1442,13 +1442,13 @@ } }, "node_modules/extract-opts": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.6.0.tgz", - "integrity": "sha512-OdXTaXcIa9lAzOEOc5/TqEwSp3tT21pRAWDEOUhyUve69R+zMqwVS7n6k0uWI3pdGejIursf6FF2v0EkQEONiQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-5.8.0.tgz", + "integrity": "sha512-kaF77bAeRRDW0mtfP1VhNdapxeJaDO82hG+mkfE8ZJh/FFJKDuCUwzgnLwdoI3PqAro6WBwNOhhieDDuwwzsng==", "dev": true, "dependencies": { - "eachr": "^7.3.0", - "editions": "^6.20.0", + "eachr": "^7.4.0", + "editions": "^6.21.0", "typechecker": "^9.3.0" }, "engines": { @@ -1520,12 +1520,12 @@ } }, "node_modules/fellow": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.1.1.tgz", - "integrity": "sha512-iKKUKXO0TDmEjjrIk/VKsC9p1xUav0zhx927q1oaeb46hEeOy4ZSzAJBXHucOkK+8npsE6z0v7BVmVpWdIlM2A==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/fellow/-/fellow-7.2.0.tgz", + "integrity": "sha512-V39jVrTQzWy8uG10tWmQGFbEwth+NlS/vVx+sI5jDu2htJTEeQD/MkPVHgmLtORjPmP/gm23re+3bCm78VzdAg==", "dependencies": { - "@bevry/render": "^1.1.0", - "editions": "^6.20.0" + "@bevry/render": "^1.2.0", + "editions": "^6.21.0" }, "engines": { "node": ">=10" @@ -1547,14 +1547,14 @@ } }, "node_modules/filedirname": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.3.0.tgz", - "integrity": "sha512-zQRvz/o20CYlVT3l6dC9nWoFRde0s8rYTUVcZESNAYGZkznTXVBBrx9iFBZER7fyrZ0EOl7VadfgTCda49Nt1w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/filedirname/-/filedirname-3.4.0.tgz", + "integrity": "sha512-wD4qJFZ7V75B6LUXjGd5pNlBSl9uVhwLckq/2R1T0kQaTC0LvOT6unN4dUIb5gzzLUm7AZqZWrUbooiNIysmlw==", "dev": true, "dependencies": { "@bevry/file-url-to-path": "^1.0.1", - "editions": "^6.20.0", - "get-current-line": "^7.2.0" + "editions": "^6.21.0", + "get-current-line": "^7.3.0" }, "engines": { "node": ">=4" @@ -1618,11 +1618,11 @@ "dev": true }, "node_modules/get-current-line": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.3.0.tgz", - "integrity": "sha512-c05xljyfL59+gPprXL2MC5WuDeJ40MDWUXADYTm8Ma37yaDhKUuk72tWsAI3crcuulWUtR5ml98jgYQKG/M0Lg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/get-current-line/-/get-current-line-7.4.0.tgz", + "integrity": "sha512-iPHQyqGX7ztEviLIrgq9qYZ/xTbxpQrOsZeUwiFs03uixOPK4IBQRQI4YE4Nsk9A5edUynAqK4BmRnd2Hh2a3g==", "dependencies": { - "editions": "^6.20.0" + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -1872,14 +1872,14 @@ "dev": true }, "node_modules/kava": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/kava/-/kava-7.6.0.tgz", - "integrity": "sha512-73r6Lo741JF535S2QPo/BLi9MxdzUC4FNAcpsMYOcSRD+/6LQVPOmmDfTQxBvDP5BDJQ60sEC6PJWxV3eSh4RA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/kava/-/kava-7.8.0.tgz", + "integrity": "sha512-sFi8RebKrccbD3r82UTMQEc0G23yH4jFleUpd2v0opEsocRlM81PT7hKzbHvbA8+hCtBY/5/FT4qbq9ntvymjg==", "dev": true, "dependencies": { - "editions": "^6.20.0", - "event-emitter-grouped": "^6.4.0", - "taskgroup": "^9.6.0" + "editions": "^6.21.0", + "event-emitter-grouped": "^6.6.0", + "taskgroup": "^9.7.0" }, "engines": { "node": ">=4" @@ -2005,11 +2005,11 @@ "dev": true }, "node_modules/native-promise-pool": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.27.0.tgz", - "integrity": "sha512-QvYRM010F82Ygod3TgsRkeDAKm7PP6z0nXFcqzPxP9jfI3KxIWLMUUTcT/WqWlxt0PJPwqYv4qJMMhkznNCXXw==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/native-promise-pool/-/native-promise-pool-3.28.0.tgz", + "integrity": "sha512-ixwkLwaF+idXLS/UJlVbmgl4obzQxYKNRU7yiwcIoi3PedVC+MvG476k3Ak0RgPoxCN9RcP/+o/5anJBOneiQw==", "dependencies": { - "editions": "^6.20.0" + "editions": "^6.21.0" }, "engines": { "node": ">=10" @@ -2276,14 +2276,14 @@ } }, "node_modules/safefs": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.7.0.tgz", - "integrity": "sha512-GgC+JboJa5QIx/94JJk+5a3kYT69+m4ZG9GD86mpuJmG87hiGyPo/hK8CY9CPifD59Zejn8t8dy+FFMPnKnJrg==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/safefs/-/safefs-8.9.0.tgz", + "integrity": "sha512-kFEWbz7Uty9cmAZpb7caucQWQG/6XhTWLQyamwxjYqLXqx+EUDHcGmsxbIC2dotbTh97sAXYuYBD1mWNV5WG9Q==", "dev": true, "dependencies": { - "editions": "^6.20.0", + "editions": "^6.21.0", "graceful-fs": "^4.2.11", - "version-compare": "^3.9.0" + "version-compare": "^3.10.0" }, "engines": { "node": ">=4" @@ -2293,15 +2293,15 @@ } }, "node_modules/safeps": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.5.0.tgz", - "integrity": "sha512-LX0lB7vTFFx9YSU5QDVUlMoWRkPJiDlZXmnIf1hczA1NFor2oTvnPcuBTUkxUdkZ3j4XICOfAskiRZbzZKGmaQ==", + "version": "11.6.0", + "resolved": "https://registry.npmjs.org/safeps/-/safeps-11.6.0.tgz", + "integrity": "sha512-hWA2iaDBetwKvuxlA10ziGIbQMwM0HOCy++ckqoOTX7VBg03KsIvLf3Y5CBANlUi6ED4FHEGrPd3zGAlFfhEXQ==", "dev": true, "dependencies": { - "editions": "^6.20.0", - "extract-opts": "^5.6.0", - "safefs": "^8.7.0", - "taskgroup": "^9.5.1", + "editions": "^6.21.0", + "extract-opts": "^5.8.0", + "safefs": "^8.9.0", + "taskgroup": "^9.6.0", "typechecker": "^9.3.0" }, "engines": { @@ -2459,31 +2459,16 @@ } }, "node_modules/taskgroup": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.6.0.tgz", - "integrity": "sha512-/QFF4wiY1wSxswvz2NUpG5oFiW928Dpe5nrNDqeMDJnou7j5BtCyONpW7XIoX4h/6xgbVEVKAUKkrYANJ1uwCw==", + "version": "9.7.0", + "resolved": "https://registry.npmjs.org/taskgroup/-/taskgroup-9.7.0.tgz", + "integrity": "sha512-BN7NhPCGVNOSvbNx51H/nbvrhddMbm3wTU9lqlq0avwTSDPxkpS8cW16mbi8Pa8cNisCplU+est9EQoi2B2PKw==", "dev": true, "dependencies": { "ambi": "3.2.0", - "eachr": "^7.3.0", - "editions": "^6.20.0", - "extendr": "^7.8.0", - "unbounded": "^6.2.0" - }, - "engines": { - "node": ">=4" - }, - "funding": { - "url": "https://bevry.me/fund" - } - }, - "node_modules/taskgroup/node_modules/unbounded": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-6.2.0.tgz", - "integrity": "sha512-gQx0OS8Mg5usDTCmqaBGAfbbeRtBkFGWP6WqHbLsoEaRtCW7sY/1BrpkoW83SRZYROhF+lVOjK6y/mKz9VSjXw==", - "dev": true, - "dependencies": { - "editions": "^6.20.0" + "eachr": "^7.4.0", + "editions": "^6.21.0", + "extendr": "^7.9.0", + "unbounded": "^6.3.1" }, "engines": { "node": ">=4" @@ -2614,12 +2599,12 @@ } }, "node_modules/unbounded": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-5.4.0.tgz", - "integrity": "sha512-WHERFq/Dai+nSE8zJEC1K38IvZW7NF4EmYGQPN1S2bGx72Bk9nOH7dmBsukxWoT2vqe2KkHgfvrg8ylP5L7LFQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/unbounded/-/unbounded-6.3.1.tgz", + "integrity": "sha512-I02/dMCiMXSc+Hqi7U7fAcT9/XnQ0GgWSAqRfl2/7TRkrO7yeZw+0haDh5OpPljYjaRMzWODkMwpbMkCi47z8g==", "dev": true, "dependencies": { - "editions": "^6.16.0" + "editions": "^6.21.0" }, "engines": { "node": ">=4" @@ -2696,12 +2681,12 @@ } }, "node_modules/version-clean": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.7.0.tgz", - "integrity": "sha512-tVBoblMMBxMBVw79pKpU0RyirDNl82MfQxR2HyhdM497g+FmDVng4zdxZoRiL33zoRJJQ2TxXSd7z4IV0tMyXg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/version-clean/-/version-clean-1.8.0.tgz", + "integrity": "sha512-W6R0YdmB2YZh7IaflCckcI/YkfFEzYJmur0dra/pk0NQCzV5BWjIJ/+bZk4aIqbmycKdbi0sIXQhTtUAuzg7rQ==", "dev": true, "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -2711,11 +2696,11 @@ } }, "node_modules/version-compare": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.9.0.tgz", - "integrity": "sha512-X8PJVO+oT97rMFzdRtQNpxyXvUrJGJYl0EuUDGUqg5bBWTIwxeunjjqx6ZSbHf5ZiSXOvfC6ReO/BxmujlSVtw==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/version-compare/-/version-compare-3.10.0.tgz", + "integrity": "sha512-/CuLY4D2++5aAq4L0XDsKbrpbruhqSrCrdK/93ClqqgvwAtq6819M7veqjmSNXCro/xO1fZY47TPaNHEfzQywA==", "dependencies": { - "editions": "^6.19.0" + "editions": "^6.20.0" }, "engines": { "node": ">=4" @@ -2725,9 +2710,9 @@ } }, "node_modules/version-range": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.12.0.tgz", - "integrity": "sha512-bMQpI+oTiKgu210v610sSUAyAXA9PwNQpAyjKxev2ykBeX1hcKvmoMvy7RorPYR1out62dyH/AvrT3HhGPkkCw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/version-range/-/version-range-4.13.0.tgz", + "integrity": "sha512-/DLT9Gj8/MVd0OGX59AJuD0n3oGjiB2PB99M0kH7+0PH/GS3GiY/fNU8ptkBHrloKKg6KTAlhV5leXG9EWiggg==", "engines": { "node": ">=4" }, diff --git a/package.json b/package.json index 9c27e768..2c4ee1b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Projectz", "name": "projectz", - "version": "4.1.1", + "version": "4.2.0", "license": "Artistic-2.0", "description": "Stop wasting time syncing and updating your project's README and Package Files!", "homepage": "https://github.com/bevry/projectz", @@ -88,8 +88,8 @@ "contributors": [ "Benjamin Lupton (https://balupton.com) (https://github.com/balupton)", "James George (https://github.com/jamesgeorge007)", - "Oliver Lorenz (https://www.oliverlorenz.com) (https://github.com/oliverlorenz)", - "Peter C (https://www.linkedin.com/in/peterkc1) (https://github.com/peterkc)", + "Oliver Lorenz (https://oliverlorenz.com) (https://github.com/oliverlorenz)", + "Peter C (https://linkedin.com/in/peterkc1) (https://github.com/peterkc)", "Peter Flannery (https://github.com/pflannery)", "Rob Loach (https://robloach.net) (https://github.com/RobLoach)", "Shahar \"Dawn\" Or (https://github.com/mightyiam)", @@ -123,7 +123,7 @@ "Mohammed Shah (https://github.com/smashah) (https://thanks.dev/d/gh/smashah) (https://twitter.com/smashah)", "Mr. Henry (https://mrhenry.be) (https://github.com/mrhenry)", "Nermal (https://arjunaditya.vercel.app) (https://github.com/nermalcat69)", - "Pleo (https://www.pleo.io) (https://github.com/pleo-io)", + "Pleo (https://pleo.io) (https://github.com/pleo-io)", "Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", "Rob Morris (https://github.com/Rob-Morris)", "Robert de Forest (https://github.com/rdeforest)", @@ -202,16 +202,16 @@ } }, "dependencies": { - "@bevry/argument": "^1.1.0", - "@bevry/fs-list": "^2.5.0", - "@bevry/fs-read": "^1.5.0", - "@bevry/fs-write": "^1.5.0", - "@bevry/github-api": "^11.3.1", - "@bevry/json": "^2.3.0", - "@bevry/render": "^1.1.0", - "arrange-package-json": "^5.1.0", - "badges": "^4.39.0", - "caterpillar": "^8.1.0", + "@bevry/argument": "^1.2.0", + "@bevry/fs-list": "^2.6.0", + "@bevry/fs-read": "^1.6.0", + "@bevry/fs-write": "^1.6.0", + "@bevry/github-api": "^11.3.3", + "@bevry/json": "^2.4.0", + "@bevry/render": "^1.2.0", + "arrange-package-json": "^5.2.0", + "badges": "^4.40.0", + "caterpillar": "^8.2.0", "spdx-expression-parse": "^4.0.0", "spdx-license-list": "^6.8.0", "trim-empty-keys": "^1.1.0", @@ -221,15 +221,15 @@ "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", - "assert-helpers": "^11.11.0", + "assert-helpers": "^11.12.0", "eslint": "^8.56.0", "eslint-config-bevry": "^5.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", - "filedirname": "^3.3.0", - "kava": "^7.6.0", + "filedirname": "^3.4.0", + "kava": "^7.8.0", "prettier": "^3.1.1", - "safeps": "^11.5.0", + "safeps": "^11.6.0", "typedoc": "^0.25.4", "typescript": "5.3.3", "valid-directory": "^4.8.0" From ad5118c70ab424990f3ebb7e68c403382658cf83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:04:41 +0000 Subject: [PATCH 14/23] Bump bevry-actions/npm from 1.1.6 to 1.1.7 (#342) Bumps [bevry-actions/npm](https://github.com/bevry-actions/npm) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/bevry-actions/npm/releases) - [Commits](https://github.com/bevry-actions/npm/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: bevry-actions/npm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index dc0e508b..30b712bb 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -57,7 +57,7 @@ jobs: - run: npm run our:compile - run: npm run our:meta - name: publish to npm - uses: bevry-actions/npm@v1.1.6 + uses: bevry-actions/npm@v1.1.7 with: npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }} npmBranchTag: ':next' From 73e9753c4b34157f361c1ea0087b88dcfbb683f0 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 4 Jan 2024 05:38:58 +0800 Subject: [PATCH 15/23] readme: update counts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851405ee..9e353c7e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Stop wasting time syncing and updating your project's README and Package Files! -This far, projectz is used directly by [802 repositories](https://github.com/bevry/projectz/network/dependents) and [348 packages](https://github.com/bevry/projectz/network/dependents?dependent_type=PACKAGE), and indirectly by [2936 repositories](https://libraries.io/npm/projectz/dependent-repositories) and [349 packages](https://libraries.io/npm/projectz/dependents). +This far, projectz is used directly by [1062 repositories](https://github.com/bevry/projectz/network/dependents) and [421 packages](https://github.com/bevry/projectz/network/dependents?dependent_type=PACKAGE), and indirectly by [2989 repositories](https://libraries.io/npm/projectz/dependent-repositories) and [349 packages](https://libraries.io/npm/projectz/dependents). [Watch the talk.](https://youtu.be/IAB8_UlcNWI) From 9366f6bd970c4de5d06c18f549f974585064e5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:22:18 +0000 Subject: [PATCH 16/23] Bump braces from 3.0.2 to 3.0.3 (#343) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 707cc108..d840c5fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -988,12 +988,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -1564,9 +1564,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" From 8e1edb969460c1ff7935615b125f3dfee2179249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:28:35 +0000 Subject: [PATCH 17/23] Bump @octokit/request-error from 5.0.1 to 5.1.1 (#345) Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d840c5fe..247936b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -523,11 +523,12 @@ } }, "node_modules/@octokit/request-error": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.1.tgz", - "integrity": "sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", + "integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", + "license": "MIT", "dependencies": { - "@octokit/types": "^12.0.0", + "@octokit/types": "^13.1.0", "deprecation": "^2.0.0", "once": "^1.4.0" }, @@ -535,6 +536,21 @@ "node": ">= 18" } }, + "node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz", + "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==", + "license": "MIT" + }, + "node_modules/@octokit/request-error/node_modules/@octokit/types": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^23.0.1" + } + }, "node_modules/@octokit/types": { "version": "12.4.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", From fc15522df2f20da1ba398dafa11515225a3882a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:50:34 +0000 Subject: [PATCH 18/23] Bump @octokit/request from 8.1.6 to 8.4.1 (#346) Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.1.6 to 8.4.1. - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v8.1.6...v8.4.1) --- updated-dependencies: - dependency-name: "@octokit/request" dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 52 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 247936b5..83bd1c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -479,17 +479,33 @@ } }, "node_modules/@octokit/endpoint": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.4.tgz", - "integrity": "sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz", + "integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==", + "license": "MIT", "dependencies": { - "@octokit/types": "^12.0.0", + "@octokit/types": "^13.1.0", "universal-user-agent": "^6.0.0" }, "engines": { "node": ">= 18" } }, + "node_modules/@octokit/endpoint/node_modules/@octokit/openapi-types": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz", + "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==", + "license": "MIT" + }, + "node_modules/@octokit/endpoint/node_modules/@octokit/types": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^23.0.1" + } + }, "node_modules/@octokit/graphql": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.2.tgz", @@ -509,13 +525,14 @@ "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" }, "node_modules/@octokit/request": { - "version": "8.1.6", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.1.6.tgz", - "integrity": "sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz", + "integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==", + "license": "MIT", "dependencies": { - "@octokit/endpoint": "^9.0.0", - "@octokit/request-error": "^5.0.0", - "@octokit/types": "^12.0.0", + "@octokit/endpoint": "^9.0.6", + "@octokit/request-error": "^5.1.1", + "@octokit/types": "^13.1.0", "universal-user-agent": "^6.0.0" }, "engines": { @@ -551,6 +568,21 @@ "@octokit/openapi-types": "^23.0.1" } }, + "node_modules/@octokit/request/node_modules/@octokit/openapi-types": { + "version": "23.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz", + "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==", + "license": "MIT" + }, + "node_modules/@octokit/request/node_modules/@octokit/types": { + "version": "13.8.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz", + "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==", + "license": "MIT", + "dependencies": { + "@octokit/openapi-types": "^23.0.1" + } + }, "node_modules/@octokit/types": { "version": "12.4.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", From 2f7326217ae96b75b379033fcd34c6aa3159c9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:50:12 +0000 Subject: [PATCH 19/23] Bump actions/checkout from 4 to 5 (#347) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 30b712bb..46ecb080 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install desired Node.js version uses: actions/setup-node@v4 with: @@ -44,7 +44,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install desired Node.js version uses: actions/setup-node@v4 with: From 2ab979c95fc4433f4e8496777bd6484595c555aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:57:36 +0000 Subject: [PATCH 20/23] Bump actions/setup-node from 4 to 5 (#348) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 46ecb080..a1ca086b 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install desired Node.js version - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' - name: Verify Node.js Versions @@ -29,7 +29,7 @@ jobs: - run: npm run our:verify - name: Install targeted Node.js if: ${{ matrix.node != 20 }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} - name: Verify Node.js Versions @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install desired Node.js version - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' - name: Verify Node.js Versions From 5c28e867c797839f8dbcde2c92b151953e26cc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:45:11 +0000 Subject: [PATCH 21/23] Bump actions/setup-node from 5 to 6 (#349) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index a1ca086b..342b60bf 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions @@ -29,7 +29,7 @@ jobs: - run: npm run our:verify - name: Install targeted Node.js if: ${{ matrix.node != 20 }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} - name: Verify Node.js Versions @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Install desired Node.js version - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20' - name: Verify Node.js Versions From ffed8219aa4a4b29cd167780920abf8ca8dc0af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 03:48:26 +0000 Subject: [PATCH 22/23] Bump js-yaml from 4.1.0 to 4.1.1 (#351) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83bd1c7d..77d0e149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1885,9 +1885,10 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, From 0a5505cdaad353b62d2379e06730bb592daee7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:38:00 +0000 Subject: [PATCH 23/23] Bump actions/checkout from 5 to 6 (#352) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bevry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bevry.yml b/.github/workflows/bevry.yml index 342b60bf..0cdc528c 100644 --- a/.github/workflows/bevry.yml +++ b/.github/workflows/bevry.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install desired Node.js version uses: actions/setup-node@v6 with: @@ -44,7 +44,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install desired Node.js version uses: actions/setup-node@v6 with: