From c5a8b8a4cc8805a3dc8d1ff73b841de3f0f4f13e Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:18:26 +0200 Subject: [PATCH 01/14] build: version bump to 3 beta 1 --- CHANGELOG.md | 6 +- README.md | 30 +- apps/demo/CHANGELOG.md | 388 ++-- apps/demo/app.js | 174 +- apps/demo/package.json | 180 +- apps/demo/views/bigCircles.pug | 4 +- apps/demo/views/bubbles.pug | 4 +- apps/demo/views/confetti.pug | 4 +- apps/demo/views/fire.pug | 4 +- apps/demo/views/firefly.pug | 4 +- apps/demo/views/fireworks.pug | 4 +- apps/demo/views/fountain.pug | 4 +- apps/demo/views/hyperspace.pug | 4 +- apps/demo/views/links.pug | 4 +- apps/demo/views/seaAnemone.pug | 4 +- apps/demo/views/snow.pug | 4 +- apps/demo/views/squares.pug | 2 +- apps/demo/views/stars.pug | 4 +- apps/demo/views/triangles.pug | 4 +- lerna.json | 2 +- package.json | 30 +- pnpm-lock.yaml | 3078 +++++++++++++------------- presets/bigCircles/CHANGELOG.md | 326 +-- presets/bigCircles/README.md | 30 +- presets/bigCircles/package.dist.json | 12 +- presets/bigCircles/package.json | 12 +- presets/bigCircles/src/bundle.ts | 2 +- presets/bigCircles/src/index.ts | 6 +- presets/bigCircles/src/options.ts | 2 +- presets/bubbles/CHANGELOG.md | 290 +-- presets/bubbles/README.md | 30 +- presets/bubbles/package.dist.json | 12 +- presets/bubbles/package.json | 12 +- presets/bubbles/src/bundle.ts | 2 +- presets/bubbles/src/index.ts | 6 +- presets/bubbles/src/options.ts | 2 +- presets/confetti/CHANGELOG.md | 286 +-- presets/confetti/README.md | 42 +- presets/confetti/package.dist.json | 26 +- presets/confetti/package.json | 26 +- presets/confetti/src/bundle.ts | 2 +- presets/confetti/src/index.ts | 20 +- presets/confetti/src/options.ts | 2 +- presets/fire/CHANGELOG.md | 430 ++-- presets/fire/README.md | 30 +- presets/fire/package.dist.json | 12 +- presets/fire/package.json | 12 +- presets/fire/src/bundle.ts | 2 +- presets/fire/src/index.ts | 6 +- presets/fire/src/options.ts | 2 +- presets/firefly/CHANGELOG.md | 286 +-- presets/firefly/README.md | 32 +- presets/firefly/package.dist.json | 12 +- presets/firefly/package.json | 12 +- presets/firefly/src/bundle.ts | 2 +- presets/firefly/src/index.ts | 6 +- presets/firefly/src/options.ts | 2 +- presets/fireworks/CHANGELOG.md | 276 +-- presets/fireworks/README.md | 38 +- presets/fireworks/package.dist.json | 24 +- presets/fireworks/package.json | 24 +- presets/fireworks/src/bundle.ts | 2 +- presets/fireworks/src/index.ts | 18 +- presets/fireworks/src/options.ts | 6 +- presets/fountain/CHANGELOG.md | 314 +-- presets/fountain/README.md | 30 +- presets/fountain/package.dist.json | 14 +- presets/fountain/package.json | 14 +- presets/fountain/src/bundle.ts | 2 +- presets/fountain/src/index.ts | 8 +- presets/fountain/src/options.ts | 6 +- presets/hyperspace/CHANGELOG.md | 2 +- presets/hyperspace/README.md | 28 +- presets/hyperspace/package.dist.json | 14 +- presets/hyperspace/package.json | 14 +- presets/hyperspace/src/bundle.ts | 2 +- presets/hyperspace/src/index.ts | 8 +- presets/hyperspace/src/options.ts | 2 +- presets/links/CHANGELOG.md | 430 ++-- presets/links/README.md | 30 +- presets/links/package.dist.json | 12 +- presets/links/package.json | 12 +- presets/links/src/bundle.ts | 2 +- presets/links/src/index.ts | 6 +- presets/seaAnemone/CHANGELOG.md | 286 +-- presets/seaAnemone/README.md | 32 +- presets/seaAnemone/package.dist.json | 14 +- presets/seaAnemone/package.json | 14 +- presets/seaAnemone/src/bundle.ts | 2 +- presets/seaAnemone/src/index.ts | 8 +- presets/seaAnemone/src/options.ts | 8 +- presets/snow/CHANGELOG.md | 428 ++-- presets/snow/README.md | 30 +- presets/snow/package.dist.json | 12 +- presets/snow/package.json | 12 +- presets/snow/src/bundle.ts | 2 +- presets/snow/src/index.ts | 6 +- presets/snow/src/options.ts | 2 +- presets/squares/README.md | 24 +- presets/squares/package.dist.json | 18 +- presets/squares/package.json | 18 +- presets/squares/src/bundle.ts | 2 +- presets/squares/src/index.ts | 12 +- presets/squares/src/options.ts | 2 +- presets/stars/CHANGELOG.md | 432 ++-- presets/stars/README.md | 28 +- presets/stars/package.dist.json | 10 +- presets/stars/package.json | 10 +- presets/stars/src/bundle.ts | 2 +- presets/stars/src/index.ts | 4 +- presets/stars/src/options.ts | 2 +- presets/triangles/CHANGELOG.md | 266 +-- presets/triangles/README.md | 30 +- presets/triangles/package.dist.json | 12 +- presets/triangles/package.json | 12 +- presets/triangles/src/bundle.ts | 2 +- presets/triangles/src/index.ts | 6 +- presets/triangles/src/options.ts | 2 +- 118 files changed, 4532 insertions(+), 4492 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3130f23..963d41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) ### Features @@ -16,7 +16,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-presets-workspace +**Note:** Version bump only for package @tsparticles/presets-workspace @@ -24,7 +24,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-presets-workspace +**Note:** Version bump only for package @tsparticles/presets-workspace diff --git a/README.md b/README.md index a99d8f2..66953c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Official presets for [tsParticles library](https://github.com/tsparticles/preset ## Table of Contents -- [tsParticles Presets](#tsparticles-presets) +- [tsParticles Presets](#@tsparticles/presets) - [Table of Contents](#table-of-contents) - [Big Circles](#big-circles) - [Bubbles](#bubbles) @@ -33,7 +33,7 @@ Official presets for [tsParticles library](https://github.com/tsparticles/preset ### Big Circles -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-big-circles/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-big-circles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-big-circles.svg)](https://www.npmjs.com/package/tsparticles-preset-big-circles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-big-circles)](https://www.npmjs.com/package/tsparticles-preset-big-circles) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-big-circles/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-big-circles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-big-circles.svg)](https://www.npmjs.com/package/@tsparticles/preset-big-circles) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-big-circles)](https://www.npmjs.com/package/@tsparticles/preset-big-circles) This preset loads big colored circles moving upwards on a white background. @@ -43,7 +43,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/bigC ### Bubbles -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-bubbles/badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-bubbles.svg)](https://www.npmjs.com/package/tsparticles-preset-bubbles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-bubbles)](https://www.npmjs.com/package/tsparticles-preset-bubbles) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-bubbles/badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-bubbles.svg)](https://www.npmjs.com/package/@tsparticles/preset-bubbles) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-bubbles)](https://www.npmjs.com/package/@tsparticles/preset-bubbles) This preset loads colored bubbles coming from the bottom of the screen on a white background. @@ -53,7 +53,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Confetti -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-confetti/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-confetti) [![npmjs](https://badge.fury.io/js/tsparticles-preset-confetti.svg)](https://www.npmjs.com/package/tsparticles-preset-confetti) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-confetti)](https://www.npmjs.com/package/tsparticles-preset-confetti) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-confetti/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-confetti) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-confetti.svg)](https://www.npmjs.com/package/@tsparticles/preset-confetti) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-confetti)](https://www.npmjs.com/package/@tsparticles/preset-confetti) This preset loads white and red confetti launched from the screen center on a transparent background. @@ -63,7 +63,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Fire -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fire/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fire) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fire.svg)](https://www.npmjs.com/package/tsparticles-preset-fire) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fire)](https://www.npmjs.com/package/tsparticles-preset-fire) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fire/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fire) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fire.svg)](https://www.npmjs.com/package/@tsparticles/preset-fire) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fire)](https://www.npmjs.com/package/@tsparticles/preset-fire) This preset loads a faded red to a black background with particles colored like fire and ash sparks. @@ -73,7 +73,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Firefly -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-firefly/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-firefly) [![npmjs](https://badge.fury.io/js/tsparticles-preset-firefly.svg)](https://www.npmjs.com/package/tsparticles-preset-firefly) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-firefly)](https://www.npmjs.com/package/tsparticles-preset-firefly) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-firefly/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-firefly) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-firefly.svg)](https://www.npmjs.com/package/@tsparticles/preset-firefly) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-firefly)](https://www.npmjs.com/package/@tsparticles/preset-firefly) This preset loads a mouse trail made with small fading particles like little fireflies. @@ -83,7 +83,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Fireworks -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fireworks/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fireworks) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fireworks.svg)](https://www.npmjs.com/package/tsparticles-preset-fireworks) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fireworks)](https://www.npmjs.com/package/tsparticles-preset-fireworks) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fireworks/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fireworks) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fireworks.svg)](https://www.npmjs.com/package/@tsparticles/preset-fireworks) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fireworks)](https://www.npmjs.com/package/@tsparticles/preset-fireworks) This preset loads a beautiful fireworks effect. @@ -93,7 +93,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Fountain -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fountain/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fountain) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fountain.svg)](https://www.npmjs.com/package/tsparticles-preset-fountain) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fountain)](https://www.npmjs.com/package/tsparticles-preset-fountain) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fountain/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fountain) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fountain.svg)](https://www.npmjs.com/package/@tsparticles/preset-fountain) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fountain)](https://www.npmjs.com/package/@tsparticles/preset-fountain) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/fountain/images/sample.png)](https://particles.js.org/samples/presets/fountain) @@ -101,7 +101,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Hyperspace -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-hyperspace/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-hyperpsace) [![npmjs](https://badge.fury.io/js/tsparticles-preset-hyperspace.svg)](https://www.npmjs.com/package/tsparticles-preset-hyperspace) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-hyperspace)](https://www.npmjs.com/package/tsparticles-preset-hyperspace) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-hyperspace/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-hyperpsace) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-hyperspace.svg)](https://www.npmjs.com/package/@tsparticles/preset-hyperspace) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-hyperspace)](https://www.npmjs.com/package/@tsparticles/preset-hyperspace) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/hyperspace/images/sample.png)](https://particles.js.org/samples/presets/hyperspace) @@ -109,7 +109,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Links -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-links/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-links) [![npmjs](https://badge.fury.io/js/tsparticles-preset-links.svg)](https://www.npmjs.com/package/tsparticles-preset-links) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-links)](https://www.npmjs.com/package/tsparticles-preset-links) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-links/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-links) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-links.svg)](https://www.npmjs.com/package/@tsparticles/preset-links) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-links)](https://www.npmjs.com/package/@tsparticles/preset-links) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/links/images/sample.png)](https://particles.js.org/samples/presets/links) @@ -117,7 +117,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Sea Anemone -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-sea-anemone/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-sea-anemone) [![npmjs](https://badge.fury.io/js/tsparticles-preset-sea-anemone.svg)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-sea-anemone)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-sea-anemone/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-sea-anemone) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-sea-anemone.svg)](https://www.npmjs.com/package/@tsparticles/preset-sea-anemone) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-sea-anemone)](https://www.npmjs.com/package/@tsparticles/preset-sea-anemone) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/seaAnemone/images/sample.png)](https://particles.js.org/samples/presets/seaAnemone) @@ -125,7 +125,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Squares -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-squares/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-squares) [![npmjs](https://badge.fury.io/js/tsparticles-preset-squares.svg)](https://www.npmjs.com/package/tsparticles-preset-squares) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-squares)](https://www.npmjs.com/package/tsparticles-preset-squares) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-squares/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-squares) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-squares.svg)](https://www.npmjs.com/package/@tsparticles/preset-squares) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-squares)](https://www.npmjs.com/package/@tsparticles/preset-squares) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/squares/images/sample.png)](https://particles.js.org/samples/presets/squares) @@ -133,7 +133,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Snow -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-snow/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-snow) [![npmjs](https://badge.fury.io/js/tsparticles-preset-snow.svg)](https://www.npmjs.com/package/tsparticles-preset-snow) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-snow)](https://www.npmjs.com/package/tsparticles-preset-snow) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-snow/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-snow) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-snow.svg)](https://www.npmjs.com/package/@tsparticles/preset-snow) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-snow)](https://www.npmjs.com/package/@tsparticles/preset-snow) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/snow/images/sample.png)](https://particles.js.org/samples/presets/snow) @@ -141,7 +141,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Stars -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-stars/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-stars) [![npmjs](https://badge.fury.io/js/tsparticles-preset-stars.svg)](https://www.npmjs.com/package/tsparticles-preset-stars) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-stars)](https://www.npmjs.com/package/tsparticles-preset-stars) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-stars/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-stars) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-stars.svg)](https://www.npmjs.com/package/@tsparticles/preset-stars) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-stars)](https://www.npmjs.com/package/@tsparticles/preset-stars) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/stars/images/sample.png)](https://particles.js.org/samples/presets/stars) @@ -149,7 +149,7 @@ You can find the instructions [here](https://github.com/tsparticles/presets/blob ### Triangles -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-triangles/badge?style=for-the-badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-triangles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-triangles.svg)](https://www.npmjs.com/package/tsparticles-preset-triangles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-triangles)](https://www.npmjs.com/package/tsparticles-preset-triangles) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-triangles/badge?style=for-the-badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-triangles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-triangles.svg)](https://www.npmjs.com/package/@tsparticles/preset-triangles) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-triangles)](https://www.npmjs.com/package/@tsparticles/preset-triangles) [![demo](https://raw.githubusercontent.com/tsparticles/presets/main/presets/triangles/images/sample.png)](https://particles.js.org/samples/presets/triangles) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index fb65e96..a90e12f 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) ### Features @@ -16,7 +16,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-presets-demo +**Note:** Version bump only for package @tsparticles/presets-demo @@ -24,7 +24,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-presets-demo +**Note:** Version bump only for package @tsparticles/presets-demo @@ -32,39 +32,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-presets-demo +**Note:** Version bump only for package @tsparticles/presets-demo -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.9.2...tsparticles-demo@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.9.2...@tsparticles/demo@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.9.1...tsparticles-demo@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.9.1...@tsparticles/demo@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.9.0...tsparticles-demo@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.9.0...@tsparticles/demo@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.8.0...tsparticles-demo@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.8.0...@tsparticles/demo@2.9.0) (2023-02-10) ### Features - added color and colorOffset options to split options ([74902b3](https://github.com/matteobruni/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.7.1...tsparticles-demo@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.7.1...@tsparticles/demo@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.7.0...tsparticles-demo@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.7.0...@tsparticles/demo@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.6.0...tsparticles-demo@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.6.0...@tsparticles/demo@2.7.0) (2022-12-23) ### Features @@ -73,7 +73,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - created path shape ([d46adbf](https://github.com/matteobruni/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) - created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/matteobruni/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.5.3...tsparticles-demo@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.3...@tsparticles/demo@2.6.0) (2022-12-06) ### Bug Fixes @@ -83,25 +83,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.5.2...tsparticles-demo@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.2...@tsparticles/demo@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.5.1...tsparticles-demo@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.1...@tsparticles/demo@2.5.2) (2022-11-07) ### Bug Fixes - fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/matteobruni/tsparticles/issues/4805) ([1d3fe78](https://github.com/matteobruni/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.5.0...tsparticles-demo@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.0...@tsparticles/demo@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.4.0...tsparticles-demo@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.4.0...@tsparticles/demo@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.3.4...tsparticles-demo@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.4...@tsparticles/demo@2.4.0) (2022-10-30) ### Bug Fixes @@ -115,23 +115,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - created motion plugin for handling motion sickness ([c8b5b09](https://github.com/matteobruni/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) - moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/matteobruni/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.3.3...tsparticles-demo@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.3...@tsparticles/demo@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.3.2...tsparticles-demo@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.2...@tsparticles/demo@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.3.1...tsparticles-demo@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.1...@tsparticles/demo@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.3.0...tsparticles-demo@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.0...@tsparticles/demo@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.2.4...tsparticles-demo@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.4...@tsparticles/demo@2.3.0) (2022-09-11) ### Bug Fixes @@ -148,23 +148,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moved out all the external interactors from the engine ([9d3c325](https://github.com/matteobruni/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) - refactored image mask plugin, closes [#4492](https://github.com/matteobruni/tsparticles/issues/4492) ([15c1191](https://github.com/matteobruni/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.2.2...tsparticles-demo@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.2...@tsparticles/demo@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.2.2...tsparticles-demo@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.2...@tsparticles/demo@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.2.1...tsparticles-demo@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.1...@tsparticles/demo@2.2.2) (2022-08-16) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.2.0...tsparticles-demo@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.0...@tsparticles/demo@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.1.4...tsparticles-demo@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.4...@tsparticles/demo@2.2.0) (2022-08-11) ### Bug Fixes @@ -179,37 +179,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/matteobruni/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) - reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/matteobruni/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.1.3...tsparticles-demo@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.3...@tsparticles/demo@2.1.4) (2022-07-28) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.1.2...tsparticles-demo@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.2...@tsparticles/demo@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.1.1...tsparticles-demo@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.1...@tsparticles/demo@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.1.0...tsparticles-demo@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.0...@tsparticles/demo@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.6...tsparticles-demo@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.6...@tsparticles/demo@2.1.0) (2022-06-18) ### Features - added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/matteobruni/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.5...tsparticles-demo@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.5...@tsparticles/demo@2.0.6) (2022-04-16) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.4...tsparticles-demo@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.4...@tsparticles/demo@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.28.1...tsparticles-demo@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.28.1...@tsparticles/demo@2.0.4) (2022-04-06) ### Features @@ -219,7 +219,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.1...tsparticles-demo@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.1...@tsparticles/demo@2.0.3) (2022-03-11) ### Features @@ -229,33 +229,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.4...tsparticles-demo@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.4...@tsparticles/demo@2.0.2) (2022-02-21) -## [1.28.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.28.0...tsparticles-demo@1.28.1) (2022-04-06) +## [1.28.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.28.0...@tsparticles/demo@1.28.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.28.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.4...tsparticles-demo@1.28.0) (2022-04-04) +# [1.28.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.4...@tsparticles/demo@1.28.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.27.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.3...tsparticles-demo@1.27.4) (2022-03-20) +## [1.27.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.3...@tsparticles/demo@1.27.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.27.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.2...tsparticles-demo@1.27.3) (2022-03-18) +## [1.27.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.2...@tsparticles/demo@1.27.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.27.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.1...tsparticles-demo@1.27.2) (2022-03-14) +## [1.27.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.1...@tsparticles/demo@1.27.2) (2022-03-14) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.27.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.27.0...tsparticles-demo@1.27.1) (2022-03-09) +## [1.27.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.0...@tsparticles/demo@1.27.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.27.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.6...tsparticles-demo@1.27.0) (2022-03-08) +# [1.27.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.6...@tsparticles/demo@1.27.0) (2022-03-08) ### Features @@ -266,23 +266,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - more rangeable options ([a2598c0](https://github.com/matteobruni/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) -## [1.26.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.5...tsparticles-demo@1.26.6) (2022-03-03) +## [1.26.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.5...@tsparticles/demo@1.26.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.26.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.4...tsparticles-demo@1.26.5) (2022-02-24) +## [1.26.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.4...@tsparticles/demo@1.26.5) (2022-02-24) ### Bug Fixes - fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.0...tsparticles-demo@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0...@tsparticles/demo@2.0.1) (2022-02-15) -## [1.26.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.3...tsparticles-demo@1.26.4) (2022-02-20) +## [1.26.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.3...@tsparticles/demo@1.26.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.1...tsparticles-demo@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.1...@tsparticles/demo@2.0.0) (2022-02-15) ### Features @@ -292,43 +292,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.24.2...tsparticles-demo@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.2...@tsparticles/demo@2.0.0-beta.5) (2022-01-30) -## [1.26.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.2...tsparticles-demo@1.26.3) (2022-02-19) +## [1.26.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.2...@tsparticles/demo@1.26.3) (2022-02-19) ### Bug Fixes - fixed issue with size and opacity updaters ([f81e228](https://github.com/matteobruni/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -## [1.26.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.1...tsparticles-demo@1.26.2) (2022-02-16) +## [1.26.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.1...@tsparticles/demo@1.26.2) (2022-02-16) ### Bug Fixes - fixed tilt back/front colors ([657585f](https://github.com/matteobruni/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) -## [1.26.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.26.0...tsparticles-demo@1.26.1) (2022-02-14) +## [1.26.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.0...@tsparticles/demo@1.26.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.26.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.25.2...tsparticles-demo@1.26.0) (2022-02-10) +# [1.26.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.25.2...@tsparticles/demo@1.26.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.25.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.25.1...tsparticles-demo@1.25.2) (2022-02-07) +## [1.25.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.25.1...@tsparticles/demo@1.25.2) (2022-02-07) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.25.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.25.0...tsparticles-demo@1.25.1) (2022-02-06) +## [1.25.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.25.0...@tsparticles/demo@1.25.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.25.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.24.3...tsparticles-demo@1.25.0) (2022-02-04) +# [1.25.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.3...@tsparticles/demo@1.25.0) (2022-02-04) ### Features - added domId property to Emitters options ([9408d14](https://github.com/matteobruni/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.24.2...tsparticles-demo@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.2...@tsparticles/demo@1.24.3) (2022-02-02) ### Features @@ -339,31 +339,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.0-beta.3...tsparticles-demo@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0-beta.3...@tsparticles/demo@2.0.0-beta.4) (2021-12-07) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.24.1...tsparticles-demo@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.1...@tsparticles/demo@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.24.0...tsparticles-demo@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.0...@tsparticles/demo@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.23.0...tsparticles-demo@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.23.0...@tsparticles/demo@1.24.0) (2022-01-08) ### Features - improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/matteobruni/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.6...tsparticles-demo@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.6...@tsparticles/demo@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.5...tsparticles-demo@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.5...@tsparticles/demo@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.5...tsparticles-demo@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.5...@tsparticles/demo@2.0.0-beta.3) (2021-12-04) ### Features @@ -372,7 +372,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.4...tsparticles-demo@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.4...@tsparticles/demo@2.0.0-beta.2) (2021-10-06) ### Features @@ -380,45 +380,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.4...tsparticles-demo@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.4...@tsparticles/demo@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.3...tsparticles-demo@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.3...@tsparticles/demo@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.2...tsparticles-demo@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.2...@tsparticles/demo@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.1...tsparticles-demo@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.1...@tsparticles/demo@1.22.2) (2021-10-31) ### Bug Fixes - fixes some dynamic import issues ([8ba2415](https://github.com/matteobruni/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.22.0...tsparticles-demo@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.0...@tsparticles/demo@1.22.1) (2021-10-30) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.21.0...tsparticles-demo@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.21.0...@tsparticles/demo@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.4...tsparticles-demo@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.4...@tsparticles/demo@1.21.0) (2021-10-14) ### Bug Fixes - fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/matteobruni/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@2.0.0-beta.0...tsparticles-demo@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0-beta.0...@tsparticles/demo@2.0.0-beta.1) (2021-10-06) -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.3...tsparticles-demo@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.3...@tsparticles/demo@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.3...tsparticles-demo@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.3...@tsparticles/demo@2.0.0-beta.0) (2021-10-06) ### Features @@ -426,7 +426,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.2...tsparticles-demo@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.2...@tsparticles/demo@1.20.3) (2021-10-03) ### Bug Fixes @@ -437,15 +437,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/matteobruni/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.1...tsparticles-demo@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.1...@tsparticles/demo@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.20.0...tsparticles-demo@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.0...@tsparticles/demo@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.19.1...tsparticles-demo@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.19.1...@tsparticles/demo@1.20.0) (2021-09-18) ### Bug Fixes @@ -455,11 +455,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - auto themes ([d80b78c](https://github.com/matteobruni/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.19.0...tsparticles-demo@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.19.0...@tsparticles/demo@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.18.3...tsparticles-demo@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.3...@tsparticles/demo@1.19.0) (2021-08-23) ### Bug Fixes @@ -478,7 +478,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed new wait life emitter option ([ae88774](https://github.com/matteobruni/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.18.2...tsparticles-demo@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.2...@tsparticles/demo@1.18.3) (2021-08-10) ### Bug Fixes @@ -486,15 +486,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed click handler, it wasn't working fine ([fd9873b](https://github.com/matteobruni/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) - improved out modes and spin movement ([1c811cf](https://github.com/matteobruni/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.18.1...tsparticles-demo@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.1...@tsparticles/demo@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.18.0...tsparticles-demo@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.0...@tsparticles/demo@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.17.0...tsparticles-demo@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.17.0...@tsparticles/demo@1.18.0) (2021-07-29) ### Bug Fixes @@ -508,37 +508,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/matteobruni/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) - spin movement enabled from v2 ([240a38f](https://github.com/matteobruni/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0...tsparticles-demo@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0...@tsparticles/demo@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.5...tsparticles-demo@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.5...@tsparticles/demo@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.4...tsparticles-demo@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.4...@tsparticles/demo@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.3...tsparticles-demo@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.3...@tsparticles/demo@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.2...tsparticles-demo@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.2...@tsparticles/demo@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.1...tsparticles-demo@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.1...@tsparticles/demo@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-beta.0...tsparticles-demo@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-beta.0...@tsparticles/demo@1.3.0-beta.1) (2020-10-03) ### Features - added bounce to mouse hover event ([8bf39a2](https://github.com/matteobruni/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.12...tsparticles-demo@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.12...@tsparticles/demo@1.3.0-beta.0) (2020-10-02) ### Bug Fixes @@ -559,82 +559,82 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) - particle with move max distance are now good, closes [#740](https://github.com/matteobruni/tsparticles/issues/740) ([e1453c7](https://github.com/matteobruni/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) -# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.9...tsparticles-demo@1.3.0-alpha.14) (2020-08-22) +# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.9...@tsparticles/demo@1.3.0-alpha.14) (2020-08-22) ### Features - added gravity and edge bounce customization ([cfdfe53](https://github.com/matteobruni/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) - mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.12...tsparticles-demo@1.3.0-alpha.13) (2020-08-17) +# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.12...@tsparticles/demo@1.3.0-alpha.13) (2020-08-17) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.8...tsparticles-demo@1.3.0-alpha.12) (2020-08-16) +# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.8...@tsparticles/demo@1.3.0-alpha.12) (2020-08-16) ### Features - mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.10...tsparticles-demo@1.3.0-alpha.11) (2020-08-13) +# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.10...@tsparticles/demo@1.3.0-alpha.11) (2020-08-13) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.9...tsparticles-demo@1.3.0-alpha.10) (2020-08-13) +# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.9...@tsparticles/demo@1.3.0-alpha.10) (2020-08-13) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.8...tsparticles-demo@1.3.0-alpha.9) (2020-08-13) +# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.8...@tsparticles/demo@1.3.0-alpha.9) (2020-08-13) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.7...tsparticles-demo@1.3.0-alpha.8) (2020-08-13) +# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.7...@tsparticles/demo@1.3.0-alpha.8) (2020-08-13) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.6...tsparticles-demo@1.3.0-alpha.7) (2020-08-12) +# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.6...@tsparticles/demo@1.3.0-alpha.7) (2020-08-12) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.5...tsparticles-demo@1.3.0-alpha.6) (2020-08-11) +# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.5...@tsparticles/demo@1.3.0-alpha.6) (2020-08-11) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.4...tsparticles-demo@1.3.0-alpha.5) (2020-08-11) +# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.4...@tsparticles/demo@1.3.0-alpha.5) (2020-08-11) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.3...tsparticles-demo@1.3.0-alpha.4) (2020-08-11) +# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.3...@tsparticles/demo@1.3.0-alpha.4) (2020-08-11) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.2...tsparticles-demo@1.3.0-alpha.3) (2020-08-10) +# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.2...@tsparticles/demo@1.3.0-alpha.3) (2020-08-10) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.3.0-alpha.1...tsparticles-demo@1.3.0-alpha.2) (2020-08-09) +# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.1...@tsparticles/demo@1.3.0-alpha.2) (2020-08-09) ### Features - mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.7...tsparticles-demo@1.3.0-alpha.1) (2020-08-08) +# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.7...@tsparticles/demo@1.3.0-alpha.1) (2020-08-08) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.13...tsparticles-demo@1.2.0-alpha.14) (2020-07-05) +# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.13...@tsparticles/demo@1.2.0-alpha.14) (2020-07-05) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.12...tsparticles-demo@1.2.0-alpha.13) (2020-07-05) +# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.12...@tsparticles/demo@1.2.0-alpha.13) (2020-07-05) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.11...tsparticles-demo@1.2.0-alpha.12) (2020-07-04) +# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.11...@tsparticles/demo@1.2.0-alpha.12) (2020-07-04) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.2...tsparticles-demo@1.2.0-alpha.11) (2020-07-02) +# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.2...@tsparticles/demo@1.2.0-alpha.11) (2020-07-02) ### Bug Fixes @@ -651,31 +651,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - stroke color animation ([deabadd](https://github.com/matteobruni/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) - working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) -# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.9...tsparticles-demo@1.2.0-alpha.10) (2020-06-29) +# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.9...@tsparticles/demo@1.2.0-alpha.10) (2020-06-29) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.8...tsparticles-demo@1.2.0-alpha.9) (2020-06-29) +# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.8...@tsparticles/demo@1.2.0-alpha.9) (2020-06-29) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.7...tsparticles-demo@1.2.0-alpha.8) (2020-06-26) +# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.7...@tsparticles/demo@1.2.0-alpha.8) (2020-06-26) ### Bug Fixes - click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/matteobruni/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) -# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.6...tsparticles-demo@1.2.0-alpha.7) (2020-06-26) +# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.6...@tsparticles/demo@1.2.0-alpha.7) (2020-06-26) -**Note:** Version bump only for package tsparticles-demo +**Note:** Version bump only for package @tsparticles/demo -# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.2.0-alpha.5...tsparticles-demo@1.2.0-alpha.6) (2020-06-24) +# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.5...@tsparticles/demo@1.2.0-alpha.6) (2020-06-24) ### Features - working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) -# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.1...tsparticles-demo@1.2.0-alpha.5) (2020-06-23) +# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.1...@tsparticles/demo@1.2.0-alpha.5) (2020-06-23) ### Bug Fixes @@ -689,7 +689,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) - particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.4) (2020-06-22) +# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.4) (2020-06-22) ### Bug Fixes @@ -703,7 +703,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) - particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.3) (2020-06-21) +# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.3) (2020-06-21) ### Bug Fixes @@ -715,7 +715,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) - particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.2) (2020-06-21) +# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.2) (2020-06-21) ### Bug Fixes @@ -726,7 +726,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) - particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.1) (2020-06-20) +# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.1) (2020-06-20) ### Bug Fixes diff --git a/apps/demo/app.js b/apps/demo/app.js index 992dcec..0612050 100644 --- a/apps/demo/app.js +++ b/apps/demo/app.js @@ -38,97 +38,97 @@ app.use("/jquery", express.static("./node_modules/jquery/dist")); app.use("/lodash", express.static("./node_modules/lodash")); app.use("/popper.js", express.static("./node_modules/popper.js/dist")); app.use("/bootstrap", express.static("./node_modules/bootstrap/dist")); -app.use("/tsparticles-engine", express.static("./node_modules/tsparticles-engine")); -app.use("/tsparticles-basic", express.static("./node_modules/tsparticles-basic")); -app.use("/tsparticles-particles.js", express.static("./node_modules/tsparticles-particles.js")); -app.use("/tsparticles-slim", express.static("./node_modules/tsparticles-slim")); -app.use("/tsparticles-confetti", express.static("./node_modules/tsparticles-confetti")); -app.use("/tsparticles-fireworks", express.static("./node_modules/tsparticles-fireworks")); +app.use("/@tsparticles/engine", express.static("./node_modules/@tsparticles/engine")); +app.use("/@tsparticles/basic", express.static("./node_modules/@tsparticles/basic")); +app.use("/@tsparticles/particles.js", express.static("./node_modules/@tsparticles/particles.js")); +app.use("/@tsparticles/slim", express.static("./node_modules/@tsparticles/slim")); +app.use("/@tsparticles/confetti", express.static("./node_modules/@tsparticles/confetti")); +app.use("/@tsparticles/fireworks", express.static("./node_modules/@tsparticles/fireworks")); app.use("/tsparticles", express.static("./node_modules/tsparticles")); -app.use("/demo-configs", express.static("./node_modules/tsparticles-demo-configs")); -app.use("/interaction-external-attract", express.static("./node_modules/tsparticles-interaction-external-attract")); -app.use("/interaction-external-bounce", express.static("./node_modules/tsparticles-interaction-external-bounce")); -app.use("/interaction-external-bubble", express.static("./node_modules/tsparticles-interaction-external-bubble")); -app.use("/interaction-external-connect", express.static("./node_modules/tsparticles-interaction-external-connect")); -app.use("/interaction-external-grab", express.static("./node_modules/tsparticles-interaction-external-grab")); -app.use("/interaction-external-pause", express.static("./node_modules/tsparticles-interaction-external-pause")); -app.use("/interaction-external-push", express.static("./node_modules/tsparticles-interaction-external-push")); -app.use("/interaction-external-remove", express.static("./node_modules/tsparticles-interaction-external-remove")); -app.use("/interaction-external-repulse", express.static("./node_modules/tsparticles-interaction-external-repulse")); -app.use("/interaction-external-slow", express.static("./node_modules/tsparticles-interaction-external-slow")); -app.use("/interaction-particles-attract", express.static("./node_modules/tsparticles-interaction-particles-attract")); +app.use("/demo-configs", express.static("./node_modules/@tsparticles/configs")); +app.use("/interaction-external-attract", express.static("./node_modules/@tsparticles/interaction-external-attract")); +app.use("/interaction-external-bounce", express.static("./node_modules/@tsparticles/interaction-external-bounce")); +app.use("/interaction-external-bubble", express.static("./node_modules/@tsparticles/interaction-external-bubble")); +app.use("/interaction-external-connect", express.static("./node_modules/@tsparticles/interaction-external-connect")); +app.use("/interaction-external-grab", express.static("./node_modules/@tsparticles/interaction-external-grab")); +app.use("/interaction-external-pause", express.static("./node_modules/@tsparticles/interaction-external-pause")); +app.use("/interaction-external-push", express.static("./node_modules/@tsparticles/interaction-external-push")); +app.use("/interaction-external-remove", express.static("./node_modules/@tsparticles/interaction-external-remove")); +app.use("/interaction-external-repulse", express.static("./node_modules/@tsparticles/interaction-external-repulse")); +app.use("/interaction-external-slow", express.static("./node_modules/@tsparticles/interaction-external-slow")); +app.use("/interaction-particles-attract", express.static("./node_modules/@tsparticles/interaction-particles-attract")); app.use( "/interaction-particles-collisions", - express.static("./node_modules/tsparticles-interaction-particles-collisions") + express.static("./node_modules/@tsparticles/interaction-particles-collisions") ); -app.use("/interaction-particles-links", express.static("./node_modules/tsparticles-interaction-particles-links")); -app.use("/shape-circle", express.static("./node_modules/tsparticles-shape-circle")); -app.use("/shape-image", express.static("./node_modules/tsparticles-shape-image")); -app.use("/shape-line", express.static("./node_modules/tsparticles-shape-line")); -app.use("/shape-polygon", express.static("./node_modules/tsparticles-shape-polygon")); -app.use("/shape-square", express.static("./node_modules/tsparticles-shape-square")); -app.use("/shape-star", express.static("./node_modules/tsparticles-shape-star")); -app.use("/shape-text", express.static("./node_modules/tsparticles-shape-text")); -app.use("/updater-life", express.static("./node_modules/tsparticles-updater-life")); -app.use("/updater-opacity", express.static("./node_modules/tsparticles-updater-opacity")); -app.use("/updater-size", express.static("./node_modules/tsparticles-updater-size")); -app.use("/updater-color", express.static("./node_modules/tsparticles-updater-color")); -app.use("/updater-destroy", express.static("./node_modules/tsparticles-updater-destroy")); -app.use("/updater-stroke-color", express.static("./node_modules/tsparticles-updater-stroke-color")); -app.use("/updater-out-modes", express.static("./node_modules/tsparticles-updater-out-modes")); -app.use("/updater-rotate", express.static("./node_modules/tsparticles-updater-rotate")); -app.use("/updater-tilt", express.static("./node_modules/tsparticles-updater-tilt")); -app.use("/updater-twinkle", express.static("./node_modules/tsparticles-updater-twinkle")); -app.use("/updater-roll", express.static("./node_modules/tsparticles-updater-roll")); -app.use("/updater-wobble", express.static("./node_modules/tsparticles-updater-wobble")); -app.use("/interaction-external-trail", express.static("./node_modules/tsparticles-interaction-external-trail")); -app.use("/plugin-absorbers", express.static("./node_modules/tsparticles-plugin-absorbers")); -app.use("/plugin-emitters", express.static("./node_modules/tsparticles-plugin-emitters")); -app.use("/plugin-polygon-mask", express.static("./node_modules/tsparticles-plugin-polygon-mask")); -app.use("/interaction-light", express.static("./node_modules/tsparticles-interaction-light")); -app.use("/interaction-particles-repulse", express.static("./node_modules/tsparticles-interaction-particles-repulse")); -app.use("/updater-gradient", express.static("./node_modules/tsparticles-updater-gradient")); -app.use("/updater-orbit", express.static("./node_modules/tsparticles-updater-orbit")); -app.use("/move-base", express.static("./node_modules/tsparticles-move-base")); -app.use("/move-parallax", express.static("./node_modules/tsparticles-move-parallax")); -app.use("/path-curves", express.static("./node_modules/tsparticles-path-curves")); -app.use("/path-polygon", express.static("./node_modules/tsparticles-path-polygon")); -app.use("/path-perlin-noise", express.static("./node_modules/tsparticles-path-perlin-noise")); -app.use("/path-simplex-noise", express.static("./node_modules/tsparticles-path-simplex-noise")); -app.use("/plugin-canvas-mask", express.static("./node_modules/tsparticles-plugin-canvas-mask")); -app.use("/plugin-easing-back", express.static("./node_modules/tsparticles-plugin-easing-back")); -app.use("/plugin-easing-circ", express.static("./node_modules/tsparticles-plugin-easing-circ")); -app.use("/plugin-easing-cubic", express.static("./node_modules/tsparticles-plugin-easing-cubic")); -app.use("/plugin-easing-expo", express.static("./node_modules/tsparticles-plugin-easing-expo")); -app.use("/plugin-easing-quad", express.static("./node_modules/tsparticles-plugin-easing-quad")); -app.use("/plugin-easing-quart", express.static("./node_modules/tsparticles-plugin-easing-quart")); -app.use("/plugin-easing-quint", express.static("./node_modules/tsparticles-plugin-easing-quint")); -app.use("/plugin-easing-sine", express.static("./node_modules/tsparticles-plugin-easing-sine")); -app.use("/plugin-hsv-color", express.static("./node_modules/tsparticles-plugin-hsv-color")); -app.use("/plugin-infection", express.static("./node_modules/tsparticles-plugin-infection")); -app.use("/plugin-motion", express.static("./node_modules/tsparticles-plugin-motion")); -app.use("/plugin-sounds", express.static("./node_modules/tsparticles-plugin-sounds")); -app.use("/preset-big-circles", express.static("./node_modules/tsparticles-preset-big-circles")); -app.use("/preset-bubbles", express.static("./node_modules/tsparticles-preset-bubbles")); -app.use("/preset-confetti", express.static("./node_modules/tsparticles-preset-confetti")); -app.use("/preset-fire", express.static("./node_modules/tsparticles-preset-fire")); -app.use("/preset-firefly", express.static("./node_modules/tsparticles-preset-firefly")); -app.use("/preset-fireworks", express.static("./node_modules/tsparticles-preset-fireworks")); -app.use("/preset-fountain", express.static("./node_modules/tsparticles-preset-fountain")); -app.use("/preset-hyperspace", express.static("./node_modules/tsparticles-preset-hyperspace")); -app.use("/preset-links", express.static("./node_modules/tsparticles-preset-links")); -app.use("/preset-sea-anemone", express.static("./node_modules/tsparticles-preset-sea-anemone")); -app.use("/preset-squares", express.static("./node_modules/tsparticles-preset-squares")); -app.use("/preset-snow", express.static("./node_modules/tsparticles-preset-snow")); -app.use("/preset-stars", express.static("./node_modules/tsparticles-preset-stars")); -app.use("/preset-triangles", express.static("./node_modules/tsparticles-preset-triangles")); -app.use("/shape-bubble", express.static("./node_modules/tsparticles-shape-bubble")); -app.use("/shape-cards", express.static("./node_modules/tsparticles-shape-cards")); -app.use("/shape-heart", express.static("./node_modules/tsparticles-shape-heart")); -app.use("/shape-multiline-text", express.static("./node_modules/tsparticles-shape-multiline-text")); -app.use("/shape-path", express.static("./node_modules/tsparticles-shape-path")); -app.use("/shape-rounded-rect", express.static("./node_modules/tsparticles-shape-rounded-rect")); -app.use("/shape-spiral", express.static("./node_modules/tsparticles-shape-spiral")); +app.use("/interaction-particles-links", express.static("./node_modules/@tsparticles/interaction-particles-links")); +app.use("/shape-circle", express.static("./node_modules/@tsparticles/shape-circle")); +app.use("/shape-image", express.static("./node_modules/@tsparticles/shape-image")); +app.use("/shape-line", express.static("./node_modules/@tsparticles/shape-line")); +app.use("/shape-polygon", express.static("./node_modules/@tsparticles/shape-polygon")); +app.use("/shape-square", express.static("./node_modules/@tsparticles/shape-square")); +app.use("/shape-star", express.static("./node_modules/@tsparticles/shape-star")); +app.use("/shape-text", express.static("./node_modules/@tsparticles/shape-text")); +app.use("/updater-life", express.static("./node_modules/@tsparticles/updater-life")); +app.use("/updater-opacity", express.static("./node_modules/@tsparticles/updater-opacity")); +app.use("/updater-size", express.static("./node_modules/@tsparticles/updater-size")); +app.use("/updater-color", express.static("./node_modules/@tsparticles/updater-color")); +app.use("/updater-destroy", express.static("./node_modules/@tsparticles/updater-destroy")); +app.use("/updater-stroke-color", express.static("./node_modules/@tsparticles/updater-stroke-color")); +app.use("/updater-out-modes", express.static("./node_modules/@tsparticles/updater-out-modes")); +app.use("/updater-rotate", express.static("./node_modules/@tsparticles/updater-rotate")); +app.use("/updater-tilt", express.static("./node_modules/@tsparticles/updater-tilt")); +app.use("/updater-twinkle", express.static("./node_modules/@tsparticles/updater-twinkle")); +app.use("/updater-roll", express.static("./node_modules/@tsparticles/updater-roll")); +app.use("/updater-wobble", express.static("./node_modules/@tsparticles/updater-wobble")); +app.use("/interaction-external-trail", express.static("./node_modules/@tsparticles/interaction-external-trail")); +app.use("/plugin-absorbers", express.static("./node_modules/@tsparticles/plugin-absorbers")); +app.use("/plugin-emitters", express.static("./node_modules/@tsparticles/plugin-emitters")); +app.use("/plugin-polygon-mask", express.static("./node_modules/@tsparticles/plugin-polygon-mask")); +app.use("/interaction-light", express.static("./node_modules/@tsparticles/interaction-light")); +app.use("/interaction-particles-repulse", express.static("./node_modules/@tsparticles/interaction-particles-repulse")); +app.use("/updater-gradient", express.static("./node_modules/@tsparticles/updater-gradient")); +app.use("/updater-orbit", express.static("./node_modules/@tsparticles/updater-orbit")); +app.use("/move-base", express.static("./node_modules/@tsparticles/move-base")); +app.use("/move-parallax", express.static("./node_modules/@tsparticles/move-parallax")); +app.use("/path-curves", express.static("./node_modules/@tsparticles/path-curves")); +app.use("/path-polygon", express.static("./node_modules/@tsparticles/path-polygon")); +app.use("/path-perlin-noise", express.static("./node_modules/@tsparticles/path-perlin-noise")); +app.use("/path-simplex-noise", express.static("./node_modules/@tsparticles/path-simplex-noise")); +app.use("/plugin-canvas-mask", express.static("./node_modules/@tsparticles/plugin-canvas-mask")); +app.use("/plugin-easing-back", express.static("./node_modules/@tsparticles/plugin-easing-back")); +app.use("/plugin-easing-circ", express.static("./node_modules/@tsparticles/plugin-easing-circ")); +app.use("/plugin-easing-cubic", express.static("./node_modules/@tsparticles/plugin-easing-cubic")); +app.use("/plugin-easing-expo", express.static("./node_modules/@tsparticles/plugin-easing-expo")); +app.use("/plugin-easing-quad", express.static("./node_modules/@tsparticles/plugin-easing-quad")); +app.use("/plugin-easing-quart", express.static("./node_modules/@tsparticles/plugin-easing-quart")); +app.use("/plugin-easing-quint", express.static("./node_modules/@tsparticles/plugin-easing-quint")); +app.use("/plugin-easing-sine", express.static("./node_modules/@tsparticles/plugin-easing-sine")); +app.use("/plugin-hsv-color", express.static("./node_modules/@tsparticles/plugin-hsv-color")); +app.use("/plugin-infection", express.static("./node_modules/@tsparticles/plugin-infection")); +app.use("/plugin-motion", express.static("./node_modules/@tsparticles/plugin-motion")); +app.use("/plugin-sounds", express.static("./node_modules/@tsparticles/plugin-sounds")); +app.use("/preset-big-circles", express.static("./node_modules/@tsparticles/preset-big-circles")); +app.use("/preset-bubbles", express.static("./node_modules/@tsparticles/preset-bubbles")); +app.use("/preset-confetti", express.static("./node_modules/@tsparticles/preset-confetti")); +app.use("/preset-fire", express.static("./node_modules/@tsparticles/preset-fire")); +app.use("/preset-firefly", express.static("./node_modules/@tsparticles/preset-firefly")); +app.use("/preset-fireworks", express.static("./node_modules/@tsparticles/preset-fireworks")); +app.use("/preset-fountain", express.static("./node_modules/@tsparticles/preset-fountain")); +app.use("/preset-hyperspace", express.static("./node_modules/@tsparticles/preset-hyperspace")); +app.use("/preset-links", express.static("./node_modules/@tsparticles/preset-links")); +app.use("/preset-sea-anemone", express.static("./node_modules/@tsparticles/preset-sea-anemone")); +app.use("/preset-squares", express.static("./node_modules/@tsparticles/preset-squares")); +app.use("/preset-snow", express.static("./node_modules/@tsparticles/preset-snow")); +app.use("/preset-stars", express.static("./node_modules/@tsparticles/preset-stars")); +app.use("/preset-triangles", express.static("./node_modules/@tsparticles/preset-triangles")); +app.use("/shape-bubble", express.static("./node_modules/@tsparticles/shape-bubble")); +app.use("/shape-cards", express.static("./node_modules/@tsparticles/shape-cards")); +app.use("/shape-heart", express.static("./node_modules/@tsparticles/shape-heart")); +app.use("/shape-multiline-text", express.static("./node_modules/@tsparticles/shape-multiline-text")); +app.use("/shape-path", express.static("./node_modules/@tsparticles/shape-path")); +app.use("/shape-rounded-rect", express.static("./node_modules/@tsparticles/shape-rounded-rect")); +app.use("/shape-spiral", express.static("./node_modules/@tsparticles/shape-spiral")); app.use("/stats.ts", express.static("./node_modules/stats.ts/")); app.get("/", function (req, res) { diff --git a/apps/demo/package.json b/apps/demo/package.json index 60da33d..a0816bd 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { - "name": "tsparticles-presets-demo", + "name": "@tsparticles/presets-demo", "private": true, - "version": "2.12.0", + "version": "3.0.0-beta.1", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", @@ -40,93 +40,93 @@ "stylus": "^0.59.0" }, "dependencies": { - "tsparticles": "^2.12.0", - "tsparticles-basic": "^2.12.0", - "tsparticles-confetti": "^2.12.0", - "tsparticles-demo-configs": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-fireworks": "^2.12.0", - "tsparticles-interaction-external-attract": "^2.12.0", - "tsparticles-interaction-external-bounce": "^2.12.0", - "tsparticles-interaction-external-bubble": "^2.12.0", - "tsparticles-interaction-external-connect": "^2.12.0", - "tsparticles-interaction-external-grab": "^2.12.0", - "tsparticles-interaction-external-pause": "^2.12.0", - "tsparticles-interaction-external-push": "^2.12.0", - "tsparticles-interaction-external-remove": "^2.12.0", - "tsparticles-interaction-external-repulse": "^2.12.0", - "tsparticles-interaction-external-slow": "^2.12.0", - "tsparticles-interaction-external-trail": "^2.12.0", - "tsparticles-interaction-light": "^2.12.0", - "tsparticles-interaction-particles-attract": "^2.12.0", - "tsparticles-interaction-particles-collisions": "^2.12.0", - "tsparticles-interaction-particles-links": "^2.12.0", - "tsparticles-interaction-particles-repulse": "^2.12.0", - "tsparticles-move-base": "^2.12.0", - "tsparticles-move-parallax": "^2.12.0", - "tsparticles-particles.js": "^2.12.0", - "tsparticles-path-curves": "^2.12.0", - "tsparticles-path-perlin-noise": "^2.12.0", - "tsparticles-path-polygon": "^2.12.0", - "tsparticles-path-simplex-noise": "^2.12.0", - "tsparticles-plugin-absorbers": "^2.12.0", - "tsparticles-plugin-canvas-mask": "^2.12.0", - "tsparticles-plugin-easing-back": "^2.12.0", - "tsparticles-plugin-easing-circ": "^2.12.0", - "tsparticles-plugin-easing-cubic": "^2.12.0", - "tsparticles-plugin-easing-expo": "^2.12.0", - "tsparticles-plugin-easing-quad": "^2.12.0", - "tsparticles-plugin-easing-quart": "^2.12.0", - "tsparticles-plugin-easing-quint": "^2.12.0", - "tsparticles-plugin-easing-sine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-plugin-hsv-color": "^2.12.0", - "tsparticles-plugin-infection": "^2.12.0", - "tsparticles-plugin-motion": "^2.12.0", - "tsparticles-plugin-polygon-mask": "^2.12.0", - "tsparticles-plugin-sounds": "^2.12.0", - "tsparticles-preset-big-circles": "workspace:^", - "tsparticles-preset-bubbles": "workspace:^", - "tsparticles-preset-confetti": "workspace:^", - "tsparticles-preset-fire": "workspace:^", - "tsparticles-preset-firefly": "workspace:^", - "tsparticles-preset-fireworks": "workspace:^", - "tsparticles-preset-fountain": "workspace:^", - "tsparticles-preset-hyperspace": "workspace:^", - "tsparticles-preset-links": "workspace:^", - "tsparticles-preset-sea-anemone": "workspace:^", - "tsparticles-preset-squares": "workspace:^", - "tsparticles-preset-snow": "workspace:^", - "tsparticles-preset-stars": "workspace:^", - "tsparticles-preset-triangles": "workspace:^", - "tsparticles-shape-bubble": "^2.12.0", - "tsparticles-shape-cards": "^2.12.0", - "tsparticles-shape-circle": "^2.12.0", - "tsparticles-shape-heart": "^2.12.0", - "tsparticles-shape-image": "^2.12.0", - "tsparticles-shape-line": "^2.12.0", - "tsparticles-shape-multiline-text": "^2.12.0", - "tsparticles-shape-path": "^2.12.0", - "tsparticles-shape-polygon": "^2.12.0", - "tsparticles-shape-rounded-rect": "^2.12.0", - "tsparticles-shape-spiral": "^2.12.0", - "tsparticles-shape-square": "^2.12.0", - "tsparticles-shape-star": "^2.12.0", - "tsparticles-shape-text": "^2.12.0", - "tsparticles-slim": "^2.12.0", - "tsparticles-updater-color": "^2.12.0", - "tsparticles-updater-destroy": "^2.12.0", - "tsparticles-updater-gradient": "^2.12.0", - "tsparticles-updater-life": "^2.12.0", - "tsparticles-updater-opacity": "^2.12.0", - "tsparticles-updater-orbit": "^2.12.0", - "tsparticles-updater-out-modes": "^2.12.0", - "tsparticles-updater-roll": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-size": "^2.12.0", - "tsparticles-updater-stroke-color": "^2.12.0", - "tsparticles-updater-tilt": "^2.12.0", - "tsparticles-updater-twinkle": "^2.12.0", - "tsparticles-updater-wobble": "^2.12.0" + "tsparticles": "^3.0.0-beta.1", + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/confetti": "^3.0.0-beta.1", + "@tsparticles/configs": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/fireworks": "^3.0.0-beta.1", + "@tsparticles/interaction-external-attract": "^3.0.0-beta.1", + "@tsparticles/interaction-external-bounce": "^3.0.0-beta.1", + "@tsparticles/interaction-external-bubble": "^3.0.0-beta.1", + "@tsparticles/interaction-external-connect": "^3.0.0-beta.1", + "@tsparticles/interaction-external-grab": "^3.0.0-beta.1", + "@tsparticles/interaction-external-pause": "^3.0.0-beta.1", + "@tsparticles/interaction-external-push": "^3.0.0-beta.1", + "@tsparticles/interaction-external-remove": "^3.0.0-beta.1", + "@tsparticles/interaction-external-repulse": "^3.0.0-beta.1", + "@tsparticles/interaction-external-slow": "^3.0.0-beta.1", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.1", + "@tsparticles/interaction-light": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-attract": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.1", + "@tsparticles/move-base": "^3.0.0-beta.1", + "@tsparticles/move-parallax": "^3.0.0-beta.1", + "@tsparticles/particles.js": "^3.0.0-beta.1", + "@tsparticles/path-curves": "^3.0.0-beta.1", + "@tsparticles/path-perlin-noise": "^3.0.0-beta.1", + "@tsparticles/path-polygon": "^3.0.0-beta.1", + "@tsparticles/path-simplex-noise": "^3.0.0-beta.1", + "@tsparticles/plugin-absorbers": "^3.0.0-beta.1", + "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-back": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-circ": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-expo": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-quad": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-quart": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-quint": "^3.0.0-beta.1", + "@tsparticles/plugin-easing-sine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/plugin-hsv-color": "^3.0.0-beta.1", + "@tsparticles/plugin-infection": "^3.0.0-beta.1", + "@tsparticles/plugin-motion": "^3.0.0-beta.1", + "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.1", + "@tsparticles/plugin-sounds": "^3.0.0-beta.1", + "@tsparticles/preset-big-circles": "workspace:^", + "@tsparticles/preset-bubbles": "workspace:^", + "@tsparticles/preset-confetti": "workspace:^", + "@tsparticles/preset-fire": "workspace:^", + "@tsparticles/preset-firefly": "workspace:^", + "@tsparticles/preset-fireworks": "workspace:^", + "@tsparticles/preset-fountain": "workspace:^", + "@tsparticles/preset-hyperspace": "workspace:^", + "@tsparticles/preset-links": "workspace:^", + "@tsparticles/preset-sea-anemone": "workspace:^", + "@tsparticles/preset-squares": "workspace:^", + "@tsparticles/preset-snow": "workspace:^", + "@tsparticles/preset-stars": "workspace:^", + "@tsparticles/preset-triangles": "workspace:^", + "@tsparticles/shape-bubble": "^3.0.0-beta.1", + "@tsparticles/shape-cards": "^3.0.0-beta.1", + "@tsparticles/shape-circle": "^3.0.0-beta.1", + "@tsparticles/shape-heart": "^3.0.0-beta.1", + "@tsparticles/shape-image": "^3.0.0-beta.1", + "@tsparticles/shape-line": "^3.0.0-beta.1", + "@tsparticles/shape-multiline-text": "^3.0.0-beta.1", + "@tsparticles/shape-path": "^3.0.0-beta.1", + "@tsparticles/shape-polygon": "^3.0.0-beta.1", + "@tsparticles/shape-rounded-rect": "^3.0.0-beta.1", + "@tsparticles/shape-spiral": "^3.0.0-beta.1", + "@tsparticles/shape-square": "^3.0.0-beta.1", + "@tsparticles/shape-star": "^3.0.0-beta.1", + "@tsparticles/shape-text": "^3.0.0-beta.1", + "@tsparticles/slim": "^3.0.0-beta.1", + "@tsparticles/updater-color": "^3.0.0-beta.1", + "@tsparticles/updater-destroy": "^3.0.0-beta.1", + "@tsparticles/updater-gradient": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1", + "@tsparticles/updater-opacity": "^3.0.0-beta.1", + "@tsparticles/updater-orbit": "^3.0.0-beta.1", + "@tsparticles/updater-out-modes": "^3.0.0-beta.1", + "@tsparticles/updater-roll": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-size": "^3.0.0-beta.1", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.1", + "@tsparticles/updater-tilt": "^3.0.0-beta.1", + "@tsparticles/updater-twinkle": "^3.0.0-beta.1", + "@tsparticles/updater-wobble": "^3.0.0-beta.1" } } diff --git a/apps/demo/views/bigCircles.pug b/apps/demo/views/bigCircles.pug index f50c81c..ed373a8 100644 --- a/apps/demo/views/bigCircles.pug +++ b/apps/demo/views/bigCircles.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/bubbles.pug b/apps/demo/views/bubbles.pug index 918b84c..e83bd11 100644 --- a/apps/demo/views/bubbles.pug +++ b/apps/demo/views/bubbles.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/confetti.pug b/apps/demo/views/confetti.pug index 3f766c1..435ef15 100644 --- a/apps/demo/views/confetti.pug +++ b/apps/demo/views/confetti.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles(style="background: #000; position: fixed; width: 100%; height: 100%; left: 0; top: 0;") script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/plugin-motion/tsparticles.plugin.motion.js") diff --git a/apps/demo/views/fire.pug b/apps/demo/views/fire.pug index 42928d3..77ce93e 100644 --- a/apps/demo/views/fire.pug +++ b/apps/demo/views/fire.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/interaction-external-push/tsparticles.interaction.external.push.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/firefly.pug b/apps/demo/views/firefly.pug index e1fdd86..0a38a60 100644 --- a/apps/demo/views/firefly.pug +++ b/apps/demo/views/firefly.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/interaction-external-trail/tsparticles.interaction.external.trail.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/fireworks.pug b/apps/demo/views/fireworks.pug index c01695b..a8b37c2 100644 --- a/apps/demo/views/fireworks.pug +++ b/apps/demo/views/fireworks.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/plugin-sounds/tsparticles.plugin.sounds.min.js") diff --git a/apps/demo/views/fountain.pug b/apps/demo/views/fountain.pug index 9894a71..522f4d4 100644 --- a/apps/demo/views/fountain.pug +++ b/apps/demo/views/fountain.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/hyperspace.pug b/apps/demo/views/hyperspace.pug index cd50208..2332f28 100644 --- a/apps/demo/views/hyperspace.pug +++ b/apps/demo/views/hyperspace.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/links.pug b/apps/demo/views/links.pug index 1c81878..fc6ad5d 100644 --- a/apps/demo/views/links.pug +++ b/apps/demo/views/links.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/interaction-particles-links/tsparticles.interaction.particles.links.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/seaAnemone.pug b/apps/demo/views/seaAnemone.pug index 037343a..b0edf34 100644 --- a/apps/demo/views/seaAnemone.pug +++ b/apps/demo/views/seaAnemone.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/apps/demo/views/snow.pug b/apps/demo/views/snow.pug index aab23dd..e83fca4 100644 --- a/apps/demo/views/snow.pug +++ b/apps/demo/views/snow.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") script(src="/updater-color/tsparticles.updater.color.min.js") diff --git a/apps/demo/views/squares.pug b/apps/demo/views/squares.pug index f162a2e..67348fb 100644 --- a/apps/demo/views/squares.pug +++ b/apps/demo/views/squares.pug @@ -24,7 +24,7 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") script(src="/shape-square/tsparticles.shape.square.min.js") script(src="/updater-rotate/tsparticles.updater.rotate.min.js") diff --git a/apps/demo/views/stars.pug b/apps/demo/views/stars.pug index a8cceac..7041fb1 100644 --- a/apps/demo/views/stars.pug +++ b/apps/demo/views/stars.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") script(src="/updater-color/tsparticles.updater.color.min.js") diff --git a/apps/demo/views/triangles.pug b/apps/demo/views/triangles.pug index f62977e..96a0c3b 100644 --- a/apps/demo/views/triangles.pug +++ b/apps/demo/views/triangles.pug @@ -24,8 +24,8 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/tsparticles-engine/tsparticles.engine.min.js") - script(src="/tsparticles-basic/tsparticles.basic.min.js") + script(src="/@tsparticles/engine/tsparticles.engine.min.js") + script(src="/@tsparticles/basic/tsparticles.basic.min.js") script(src="/interaction-particles-links/tsparticles.interaction.particles.links.min.js") script(src="/move-base/tsparticles.move.base.min.js") script(src="/shape-circle/tsparticles.shape.circle.min.js") diff --git a/lerna.json b/lerna.json index 51e5bd6..4c12d9a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "apps/*", "presets/*" ], - "version": "2.12.0", + "version": "3.0.0-beta.1", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/package.json b/package.json index 3cf5b27..f19feb7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tsparticles-presets-workspace", + "name": "@tsparticles/presets-workspace", "version": "0.0.0", "private": true, "scripts": { @@ -8,26 +8,26 @@ }, "license": "MIT", "dependencies": { - "@babel/core": "^7.22.9", - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", - "@tsparticles/cli": "^1.11.0", - "@tsparticles/eslint-config": "^1.19.0", - "@tsparticles/prettier-config": "^1.12.0", - "@tsparticles/tsconfig": "^1.14.0", - "@tsparticles/webpack-plugin": "^1.23.0", - "@types/node": "^20.4.7", + "@babel/core": "^7.22.11", + "@commitlint/cli": "^17.7.1", + "@commitlint/config-conventional": "^17.7.0", + "@tsparticles/cli": "^2.0.0-beta.5", + "@tsparticles/eslint-config": "^2.0.0-beta.0", + "@tsparticles/prettier-config": "^2.0.0-beta.0", + "@tsparticles/tsconfig": "^2.0.0-beta.0", + "@tsparticles/webpack-plugin": "^2.0.0-beta.0", + "@types/node": "^20.5.6", "@types/webpack-env": "^1.18.1", - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.1", + "@typescript-eslint/eslint-plugin": "^6.4.1", + "@typescript-eslint/parser": "^6.4.1", "babel-loader": "^9.1.3", "browserslist": "^4.21.10", "copyfiles": "^2.4.1", - "eslint": "^8.46.0", + "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "husky": "^8.0.3", - "lerna": "^7.1.4", - "prettier": "^3.0.1", + "lerna": "^7.1.5", + "prettier": "^3.0.2", "rimraf": "^5.0.1", "terser-webpack-plugin": "^5.3.9", "typedoc": "^0.24.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3edf6e0..c7a70d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,44 +9,44 @@ importers: .: dependencies: '@babel/core': - specifier: ^7.22.9 - version: 7.22.9 + specifier: ^7.22.11 + version: 7.22.11 '@commitlint/cli': - specifier: ^17.6.7 - version: 17.6.7 + specifier: ^17.7.1 + version: 17.7.1 '@commitlint/config-conventional': - specifier: ^17.6.7 - version: 17.6.7 + specifier: ^17.7.0 + version: 17.7.0 '@tsparticles/cli': - specifier: ^1.11.0 - version: 1.11.0(webpack-cli@5.1.4) + specifier: ^2.0.0-beta.5 + version: 2.0.0-beta.5(webpack-cli@5.1.4) '@tsparticles/eslint-config': - specifier: ^1.19.0 - version: 1.19.0 + specifier: ^2.0.0-beta.0 + version: 2.0.0-beta.0 '@tsparticles/prettier-config': - specifier: ^1.12.0 - version: 1.12.0 + specifier: ^2.0.0-beta.0 + version: 2.0.0-beta.0 '@tsparticles/tsconfig': - specifier: ^1.14.0 - version: 1.14.0 + specifier: ^2.0.0-beta.0 + version: 2.0.0-beta.0 '@tsparticles/webpack-plugin': - specifier: ^1.23.0 - version: 1.23.0 + specifier: ^2.0.0-beta.0 + version: 2.0.0-beta.0 '@types/node': - specifier: ^20.4.7 - version: 20.4.7 + specifier: ^20.5.6 + version: 20.5.6 '@types/webpack-env': specifier: ^1.18.1 version: 1.18.1 '@typescript-eslint/eslint-plugin': - specifier: ^6.2.1 - version: 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.4.1 + version: 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) '@typescript-eslint/parser': - specifier: ^6.2.1 - version: 6.2.1(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.4.1 + version: 6.4.1(eslint@8.48.0)(typescript@5.1.6) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.22.9)(webpack@5.88.2) + version: 9.1.3(@babel/core@7.22.11)(webpack@5.88.2) browserslist: specifier: ^4.21.10 version: 4.21.10 @@ -54,20 +54,20 @@ importers: specifier: ^2.4.1 version: 2.4.1 eslint: - specifier: ^8.46.0 - version: 8.46.0 + specifier: ^8.48.0 + version: 8.48.0 eslint-config-prettier: specifier: ^9.0.0 - version: 9.0.0(eslint@8.46.0) + version: 9.0.0(eslint@8.48.0) husky: specifier: ^8.0.3 version: 8.0.3 lerna: - specifier: ^7.1.4 - version: 7.1.4 + specifier: ^7.1.5 + version: 7.1.5 prettier: - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^3.0.2 + version: 3.0.2 rimraf: specifier: ^5.0.1 version: 5.0.1 @@ -101,270 +101,270 @@ importers: apps/demo: dependencies: - tsparticles: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-confetti: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-demo-configs: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-fireworks: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-attract: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-bounce: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-bubble: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-connect: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-grab: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-pause: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-push: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-remove: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-repulse: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-slow: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-trail: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-light: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-attract: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-collisions: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-links: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-repulse: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-move-base: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-move-parallax: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-particles.js: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-path-curves: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-path-perlin-noise: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-path-polygon: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-path-simplex-noise: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-absorbers: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-canvas-mask: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-back: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-circ: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-cubic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-expo: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-quad: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-quart: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-quint: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-easing-sine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-hsv-color: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-infection: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-motion: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-polygon-mask: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-sounds: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-preset-big-circles: + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/confetti': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/configs': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/fireworks': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-attract': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-bounce': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-bubble': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-connect': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-grab': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-pause': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-push': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-remove': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-repulse': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-slow': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-trail': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-light': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-attract': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-collisions': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-links': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-repulse': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/move-base': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/move-parallax': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/particles.js': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/path-curves': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/path-perlin-noise': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/path-polygon': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/path-simplex-noise': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-absorbers': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-canvas-mask': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-back': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-circ': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-cubic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-expo': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-quad': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-quart': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-quint': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-easing-sine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-hsv-color': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-infection': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-motion': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-polygon-mask': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-sounds': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/preset-big-circles': specifier: workspace:^ version: link:../../presets/bigCircles/dist - tsparticles-preset-bubbles: + '@tsparticles/preset-bubbles': specifier: workspace:^ version: link:../../presets/bubbles/dist - tsparticles-preset-confetti: + '@tsparticles/preset-confetti': specifier: workspace:^ version: link:../../presets/confetti/dist - tsparticles-preset-fire: + '@tsparticles/preset-fire': specifier: workspace:^ version: link:../../presets/fire/dist - tsparticles-preset-firefly: + '@tsparticles/preset-firefly': specifier: workspace:^ version: link:../../presets/firefly/dist - tsparticles-preset-fireworks: + '@tsparticles/preset-fireworks': specifier: workspace:^ version: link:../../presets/fireworks/dist - tsparticles-preset-fountain: + '@tsparticles/preset-fountain': specifier: workspace:^ version: link:../../presets/fountain/dist - tsparticles-preset-hyperspace: + '@tsparticles/preset-hyperspace': specifier: workspace:^ version: link:../../presets/hyperspace/dist - tsparticles-preset-links: + '@tsparticles/preset-links': specifier: workspace:^ version: link:../../presets/links/dist - tsparticles-preset-sea-anemone: + '@tsparticles/preset-sea-anemone': specifier: workspace:^ version: link:../../presets/seaAnemone/dist - tsparticles-preset-snow: + '@tsparticles/preset-snow': specifier: workspace:^ version: link:../../presets/snow/dist - tsparticles-preset-squares: + '@tsparticles/preset-squares': specifier: workspace:^ version: link:../../presets/squares/dist - tsparticles-preset-stars: + '@tsparticles/preset-stars': specifier: workspace:^ version: link:../../presets/stars/dist - tsparticles-preset-triangles: + '@tsparticles/preset-triangles': specifier: workspace:^ version: link:../../presets/triangles/dist - tsparticles-shape-bubble: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-cards: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-circle: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-heart: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-image: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-line: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-multiline-text: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-path: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-polygon: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-rounded-rect: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-spiral: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-square: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-star: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-text: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-slim: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-color: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-destroy: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-gradient: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-life: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-opacity: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-orbit: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-out-modes: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-roll: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-rotate: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-size: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-stroke-color: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-tilt: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-twinkle: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-wobble: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/shape-bubble': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-cards': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-circle': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-heart': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-image': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-line': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-multiline-text': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-path': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-polygon': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-rounded-rect': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-spiral': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-square': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-star': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-text': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/slim': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-color': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-destroy': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-gradient': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-life': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-opacity': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-orbit': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-out-modes': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-roll': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-rotate': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-size': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-stroke-color': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-tilt': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-twinkle': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-wobble': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + tsparticles: + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 devDependencies: '@fortawesome/fontawesome-free': specifier: ^6.4.2 @@ -417,238 +417,238 @@ importers: presets/bigCircles: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/bubbles: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/confetti: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-motion: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-square: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-life: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-roll: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-rotate: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-tilt: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-wobble: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-motion': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-square': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-life': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-roll': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-rotate': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-tilt': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-wobble': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/fire: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-push: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-push': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/firefly: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-external-trail: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-external-trail': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/fireworks: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-sounds: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-line: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-destroy: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-life: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-rotate: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-stroke-color: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-sounds': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-line': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-destroy': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-life': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-rotate': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-stroke-color': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/fountain: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-destroy: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-destroy': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/hyperspace: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-life: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-life': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/links: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-links: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-links': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/seaAnemone: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-path-curves: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/path-curves': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/snow: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-wobble: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-wobble': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/squares: dependencies: - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-plugin-emitters: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-shape-square: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-rotate: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-size: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-updater-stroke-color: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/shape-square': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-rotate': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-size': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/updater-stroke-color': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/stars: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist presets/triangles: dependencies: - tsparticles-basic: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-engine: - specifier: ^2.12.0 - version: 2.12.0 - tsparticles-interaction-particles-links: - specifier: ^2.12.0 - version: 2.12.0 + '@tsparticles/basic': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/engine': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 + '@tsparticles/interaction-particles-links': + specifier: ^3.0.0-beta.1 + version: 3.0.0-beta.1 publishDirectory: dist packages: @@ -670,6 +670,14 @@ packages: '@jridgewell/trace-mapping': 0.3.18 dev: false + /@babel/code-frame@7.22.10: + resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.10 + chalk: 2.4.2 + dev: false + /@babel/code-frame@7.22.5: resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} @@ -682,20 +690,20 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/core@7.22.9: - resolution: {integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==} + /@babel/core@7.22.11: + resolution: {integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.9 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) - '@babel/helpers': 7.22.6 - '@babel/parser': 7.22.7 + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 + '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/helpers': 7.22.11 + '@babel/parser': 7.22.11 '@babel/template': 7.22.5 - '@babel/traverse': 7.22.8 - '@babel/types': 7.22.5 + '@babel/traverse': 7.22.11 + '@babel/types': 7.22.11 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -705,11 +713,11 @@ packages: - supports-color dev: false - /@babel/generator@7.22.9: - resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} + /@babel/generator@7.22.10: + resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -719,71 +727,68 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false - /@babel/helper-compilation-targets@7.22.9(@babel/core@7.22.9): - resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} + /@babel/helper-compilation-targets@7.22.10: + resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.9 '@babel/helper-validator-option': 7.22.5 browserslist: 4.21.10 lru-cache: 5.1.1 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.9): + /@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.9): + /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.9): + /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.11): resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-compilation-targets': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.2 + resolve: 1.22.3 transitivePeerDependencies: - supports-color dev: false @@ -798,37 +803,37 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-member-expression-to-functions@7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.9): + /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-module-imports': 7.22.5 '@babel/helper-simple-access': 7.22.5 @@ -840,7 +845,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-plugin-utils@7.22.5: @@ -848,25 +853,25 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.9): + /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.22.9 dev: false - /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.9): + /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 @@ -876,21 +881,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false /@babel/helper-string-parser@7.22.5: @@ -912,20 +917,29 @@ packages: dependencies: '@babel/helper-function-name': 7.22.5 '@babel/template': 7.22.5 - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 dev: false - /@babel/helpers@7.22.6: - resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==} + /@babel/helpers@7.22.11: + resolution: {integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/traverse': 7.22.8 - '@babel/types': 7.22.5 + '@babel/traverse': 7.22.11 + '@babel/types': 7.22.11 transitivePeerDependencies: - supports-color dev: false + /@babel/highlight@7.22.10: + resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + /@babel/highlight@7.22.5: resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} @@ -935,857 +949,853 @@ packages: js-tokens: 4.0.0 dev: false + /@babel/parser@7.22.11: + resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.11 + dev: false + /@babel/parser@7.22.7: resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.22.5 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.9): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.9): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.6(@babel/core@7.22.9) + '@babel/plugin-transform-optional-chaining': 7.22.12(@babel/core@7.22.11) dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.9): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 dev: false - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.9): - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) - '@babel/helper-plugin-utils': 7.22.5 - dev: false - - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.9): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.9): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.11): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.9): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.11): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.9): + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.9): + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.9): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.11): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.9): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.11): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.9): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.11): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.9): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.9): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.11): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.9): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.11): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.9): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.11): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions@7.22.7(@babel/core@7.22.9): - resolution: {integrity: sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==} + /@babel/plugin-transform-async-generator-functions@7.22.11(@babel/core@7.22.11): + resolution: {integrity: sha512-0pAlmeRJn6wU84zzZsEOx1JV1Jf8fqO9ok7wofIJwUnplYo247dcd24P+cMJht7ts9xkzdtB0EPHmOb7F+KzXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.9) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) + '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.11) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.9) + '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.9): - resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + /@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.11): + resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.9): + /@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.11): resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/helper-compilation-targets': 7.22.10 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.5 dev: false - /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.9): - resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} + /@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.11): + resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-compilation-targets': 7.22.10 '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.5 dev: false - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.9 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-compilation-targets': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-optional-chaining@7.22.6(@babel/core@7.22.9): - resolution: {integrity: sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg==} + /@babel/plugin-transform-optional-chaining@7.22.12(@babel/core@7.22.11): + resolution: {integrity: sha512-7XXCVqZtyFWqjDsYDY4T45w4mlx1rf7aOgkc/Ww76xkgBiOlmjPkx36PBLHa1k1rwWvVgYMPsbuVnIamx2ZQJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.11) dev: false - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.9): - resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} + /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.11): + resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - regenerator-transform: 0.15.1 + regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.9): - resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} + /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.11): + resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.9): + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.11): resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/preset-env@7.22.9(@babel/core@7.22.9): - resolution: {integrity: sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==} + /@babel/preset-env@7.22.10(@babel/core@7.22.11): + resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.9 - '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-compilation-targets': 7.22.10 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.9) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.9) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.9) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.9) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.9) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.9) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.9) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.9) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-async-generator-functions': 7.22.7(@babel/core@7.22.9) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.9) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-optional-chaining': 7.22.6(@babel/core@7.22.9) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.9) - '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.9) - '@babel/preset-modules': 0.1.6(@babel/core@7.22.9) - '@babel/types': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.9) - babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.9) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.9) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.11) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.11) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.11) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.11) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.11) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.11) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.11) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.11) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.11) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-async-generator-functions': 7.22.11(@babel/core@7.22.11) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.11) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.11) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.11) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-optional-chaining': 7.22.12(@babel/core@7.22.11) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.22.11) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.22.11) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.11) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.11) + '@babel/types': 7.22.11 + babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.11) + babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.11) + babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.11) core-js-compat: 3.32.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.6(@babel/core@7.22.9): - resolution: {integrity: sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==} + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.11): + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.9) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.9) - '@babel/types': 7.22.5 + '@babel/types': 7.22.11 esutils: 2.0.3 dev: false @@ -1804,29 +1814,38 @@ packages: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + '@babel/code-frame': 7.22.10 + '@babel/parser': 7.22.11 + '@babel/types': 7.22.11 dev: false - /@babel/traverse@7.22.8: - resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==} + /@babel/traverse@7.22.11: + resolution: {integrity: sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.9 + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + '@babel/parser': 7.22.11 + '@babel/types': 7.22.11 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false + /@babel/types@7.22.11: + resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 + dev: false + /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -1834,15 +1853,16 @@ packages: '@babel/helper-string-parser': 7.22.5 '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 + dev: true - /@commitlint/cli@17.6.7: - resolution: {integrity: sha512-nzZmfO5KIOupYppn1MsnYX/80I+KDlxiwkks3CJT0XT+t34UgqGi3eSyEuzgcIjPlORk5/GMaAEiys78iLfGMg==} + /@commitlint/cli@17.7.1: + resolution: {integrity: sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.6.7 - '@commitlint/load': 17.6.7 + '@commitlint/lint': 17.7.0 + '@commitlint/load': 17.7.1 '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 @@ -1855,11 +1875,11 @@ packages: - '@swc/wasm' dev: false - /@commitlint/config-conventional@17.6.7: - resolution: {integrity: sha512-4oTpEUC0HRM54QRHBPMOJW1pETp7usxXn9RuNYNWHcmu8wi1mpws95hvS20u2n6HtIkTn0jfn7vHioCm4AGUTw==} + /@commitlint/config-conventional@17.7.0: + resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==} engines: {node: '>=v14'} dependencies: - conventional-changelog-conventionalcommits: 5.0.0 + conventional-changelog-conventionalcommits: 6.1.0 dev: false /@commitlint/config-validator@17.6.7: @@ -1895,26 +1915,26 @@ packages: chalk: 4.1.2 dev: false - /@commitlint/is-ignored@17.6.7: - resolution: {integrity: sha512-vqyNRqtbq72P2JadaoWiuoLtXIs9SaAWDqdtef6G2zsoXqKFc7vqj1f+thzVgosXG3X/5K9jNp+iYijmvOfc/g==} + /@commitlint/is-ignored@17.7.0: + resolution: {integrity: sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 - semver: 7.5.2 + semver: 7.5.4 dev: false - /@commitlint/lint@17.6.7: - resolution: {integrity: sha512-TW+AozfuOFMrHn+jdwtz0IWu8REKFp0eryOvoBp2r8IXNc4KihKB1spAiUB6SFyHD6hVVeolz12aHnJ3Mb+xVQ==} + /@commitlint/lint@17.7.0: + resolution: {integrity: sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==} engines: {node: '>=v14'} dependencies: - '@commitlint/is-ignored': 17.6.7 - '@commitlint/parse': 17.6.7 - '@commitlint/rules': 17.6.7 + '@commitlint/is-ignored': 17.7.0 + '@commitlint/parse': 17.7.0 + '@commitlint/rules': 17.7.0 '@commitlint/types': 17.4.4 dev: false - /@commitlint/load@17.6.7: - resolution: {integrity: sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw==} + /@commitlint/load@17.7.1: + resolution: {integrity: sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==} engines: {node: '>=v14'} dependencies: '@commitlint/config-validator': 17.6.7 @@ -1929,7 +1949,7 @@ packages: lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.1.6) + ts-node: 10.9.1(@types/node@20.5.6)(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - '@swc/core' @@ -1941,13 +1961,13 @@ packages: engines: {node: '>=v14'} dev: false - /@commitlint/parse@17.6.7: - resolution: {integrity: sha512-ibO03BgEns+JJpohpBZYD49mCdSNMg6fTv7vA5yqzEFWkBQk5NWhEBw2yG+Z1UClStIRkMkAYyI2HzoQG9tCQQ==} + /@commitlint/parse@17.7.0: + resolution: {integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 - conventional-changelog-angular: 5.0.13 - conventional-commits-parser: 3.2.4 + conventional-changelog-angular: 6.0.0 + conventional-commits-parser: 4.0.0 dev: false /@commitlint/read@17.5.1: @@ -1973,8 +1993,8 @@ packages: resolve-global: 1.0.0 dev: false - /@commitlint/rules@17.6.7: - resolution: {integrity: sha512-x/SDwDTN3w3Gr5xkhrIORu96rlKCc8ZLYEMXRqi9+MB33st2mKcGvKa5uJuigHlbl3xm75bAAubATrodVrjguQ==} + /@commitlint/rules@17.7.0: + resolution: {integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==} engines: {node: '>=v14'} dependencies: '@commitlint/ensure': 17.6.7 @@ -2015,23 +2035,23 @@ packages: engines: {node: '>=10.0.0'} dev: false - /@es-joy/jsdoccomment@0.39.4: - resolution: {integrity: sha512-Jvw915fjqQct445+yron7Dufix9A+m9j1fCJYlCo1FWlRvTxa3pjJelxdSTdaLWcTwRU6vbL+NYjO4YuNIS5Qg==} + /@es-joy/jsdoccomment@0.40.1: + resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==} engines: {node: '>=16'} dependencies: - comment-parser: 1.3.1 + comment-parser: 1.4.0 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 dev: false - /@eslint-community/eslint-utils@4.4.0(eslint@8.46.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.46.0 - eslint-visitor-keys: 3.4.2 + eslint: 8.48.0 + eslint-visitor-keys: 3.4.3 dev: false /@eslint-community/regexpp@4.6.2: @@ -2039,8 +2059,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false - /@eslint/eslintrc@2.1.1: - resolution: {integrity: sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==} + /@eslint/eslintrc@2.1.2: + resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -2056,8 +2076,8 @@ packages: - supports-color dev: false - /@eslint/js@8.46.0: - resolution: {integrity: sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==} + /@eslint/js@8.48.0: + resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -2164,34 +2184,89 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: false - /@lerna/child-process@7.1.4: - resolution: {integrity: sha512-cSiMDx9oI9vvVT+V/WHcbqrksNoc9PIPFiks1lPS7zrVWkEbgA6REQyYmRd2H71kihzqhX5TJ20f2dWv6oEPdA==} + /@lerna/child-process@7.1.5: + resolution: {integrity: sha512-YXmxzxXTP3u9HQpSXvK8qqoAm7VWQIFria3FVMQKkOSkWkph1TNnvt3Q1JvKT7/Jgd1HfTc3QrK09a2FND9+8A==} engines: {node: ^14.17.0 || >=16.0.0} dependencies: - chalk: 4.1.0 - execa: 5.0.0 + chalk: 4.1.2 + execa: 5.1.1 strong-log-transformer: 2.1.0 dev: false - /@lerna/create@7.1.4: - resolution: {integrity: sha512-D5YWXsXIxWb1aGqcbtttczg86zMzkNhcs00/BleFNxdNYlTRdjLIReELOGBGrq3Hij05UN+7Dv9EKnPFJVbqAw==} + /@lerna/create@7.1.5: + resolution: {integrity: sha512-/CDI/cvXJbycgSDzWXzP7DBuJ10qL/uYEouFt3/mxi9+hSfM885fu6lbVPV7QOf8A0otXcTs7PN2dVyMrnWQeg==} engines: {node: ^14.17.0 || >=16.0.0} dependencies: - '@lerna/child-process': 7.1.4 + '@lerna/child-process': 7.1.5 + '@npmcli/run-script': 6.0.2 + '@nx/devkit': 16.6.0(nx@16.6.0) + '@octokit/plugin-enterprise-rest': 6.0.1 + '@octokit/rest': 19.0.11 + byte-size: 8.1.1 + chalk: 4.1.0 + clone-deep: 4.0.1 + cmd-shim: 6.0.1 + columnify: 1.6.0 + conventional-changelog-core: 5.0.1 + conventional-recommended-bump: 7.0.1 + cosmiconfig: 8.2.0 dedent: 0.7.0 + execa: 5.0.0 fs-extra: 11.1.1 + get-stream: 6.0.0 + git-url-parse: 13.1.0 + glob-parent: 5.1.2 + globby: 11.1.0 + graceful-fs: 4.2.11 + has-unicode: 2.0.1 + ini: 1.3.8 init-package-json: 5.0.0 + inquirer: 8.2.6 + is-stream: 2.0.0 + js-yaml: 4.1.0 + libnpmpublish: 7.3.0 + load-json-file: 6.2.0 + lodash: 4.17.21 + make-dir: 3.1.0 + minimatch: 3.0.5 + multimatch: 5.0.0 + node-fetch: 2.6.7 npm-package-arg: 8.1.1 + npm-packlist: 5.1.1 + npm-registry-fetch: 14.0.5 + npmlog: 6.0.2 + nx: 16.6.0 + p-map: 4.0.0 + p-map-series: 2.1.0 + p-queue: 6.6.2 p-reduce: 2.1.0 pacote: 15.2.0 pify: 5.0.0 + read-cmd-shim: 4.0.0 + read-package-json: 6.0.4 + resolve-from: 5.0.0 + rimraf: 4.4.1 semver: 7.5.4 + signal-exit: 3.0.7 slash: 3.0.0 + ssri: 9.0.1 + strong-log-transformer: 2.1.0 + tar: 6.1.11 + temp-dir: 1.0.0 + upath: 2.0.1 + uuid: 9.0.0 validate-npm-package-license: 3.0.4 validate-npm-package-name: 5.0.0 + write-file-atomic: 5.0.1 + write-pkg: 4.0.0 + yargs: 16.2.0 yargs-parser: 20.2.4 transitivePeerDependencies: + - '@swc-node/register' + - '@swc/core' - bluebird + - debug + - encoding - supports-color dev: false @@ -2613,25 +2688,37 @@ packages: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: false - /@tsparticles/cli@1.11.0(webpack-cli@5.1.4): - resolution: {integrity: sha512-1TxVpkcJvGYgCA93hK7UlpQz7SsqLPM2KgOBxNB5koD1HG8+pldvPKD5uHoA0sJZmMcRDMZeNUUInAyRe7wQHQ==} + /@tsparticles/basic@3.0.0-beta.1: + resolution: {integrity: sha512-YDy0zF0AtBN8yOSnRvn8uOFrjGcsQzObseRdiZ7qc7rOskdQmI2yWvMd0wXj4G7RixmTmvwmRh1GMjTLf0OdxQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/move-base': 3.0.0-beta.1 + '@tsparticles/shape-circle': 3.0.0-beta.1 + '@tsparticles/updater-color': 3.0.0-beta.1 + '@tsparticles/updater-opacity': 3.0.0-beta.1 + '@tsparticles/updater-out-modes': 3.0.0-beta.1 + '@tsparticles/updater-size': 3.0.0-beta.1 + dev: false + + /@tsparticles/cli@2.0.0-beta.5(webpack-cli@5.1.4): + resolution: {integrity: sha512-pc9EsVCSHebtmOYTWFqIJ/gvOVyz4/M005l9DI+3P1VP5LlDedpTw9yPO7mUhGgHydKdFIgfPkdW5Cbng1hZOg==} hasBin: true dependencies: - '@tsparticles/eslint-config': 1.19.0 - '@tsparticles/prettier-config': 1.12.0 - '@tsparticles/tsconfig': 1.14.0 - '@tsparticles/webpack-plugin': 1.23.0 - '@typescript-eslint/eslint-plugin': 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) + '@tsparticles/eslint-config': 2.0.0-beta.0 + '@tsparticles/prettier-config': 2.0.0-beta.0 + '@tsparticles/tsconfig': 2.0.0-beta.0 + '@tsparticles/webpack-plugin': 2.0.0-beta.0 + '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) commander: 11.0.0 - eslint: 8.46.0 - eslint-config-prettier: 8.10.0(eslint@8.46.0) - eslint-plugin-jsdoc: 46.4.5(eslint@8.46.0) + eslint: 8.48.0 + eslint-config-prettier: 9.0.0(eslint@8.48.0) + eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) eslint-plugin-tsdoc: 0.2.17 fs-extra: 11.1.1 klaw: 4.1.0 path-scurry: 1.10.1 - prettier: 3.0.1 + prettier: 3.0.2 prompts: 2.4.2 rimraf: 5.0.1 typescript: 5.1.6 @@ -2650,18 +2737,50 @@ packages: - webpack-dev-server dev: false - /@tsparticles/eslint-config@1.19.0: - resolution: {integrity: sha512-mJ48EtJBnvZejQsSkutKQCD3lBmntnaa+WCZDmBXJ1V+vYi5MSTVeToTxkvB77sq7cNP/l2572EmI/HMfHCpMg==} + /@tsparticles/confetti@3.0.0-beta.1: + resolution: {integrity: sha512-1Py1TsT4Me4af/4guuLbKYbrwSJIQEnGn3gDKuEq4ceMZMIYBd6Yte4vFr2H9YB3T/tCb82DCmdEVkEUl/JTyw==} + dependencies: + '@tsparticles/basic': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/plugin-emitters': 3.0.0-beta.1 + '@tsparticles/plugin-motion': 3.0.0-beta.1 + '@tsparticles/shape-cards': 3.0.0-beta.1 + '@tsparticles/shape-heart': 3.0.0-beta.1 + '@tsparticles/shape-image': 3.0.0-beta.1 + '@tsparticles/shape-polygon': 3.0.0-beta.1 + '@tsparticles/shape-square': 3.0.0-beta.1 + '@tsparticles/shape-star': 3.0.0-beta.1 + '@tsparticles/shape-text': 3.0.0-beta.1 + '@tsparticles/updater-life': 3.0.0-beta.1 + '@tsparticles/updater-roll': 3.0.0-beta.1 + '@tsparticles/updater-rotate': 3.0.0-beta.1 + '@tsparticles/updater-tilt': 3.0.0-beta.1 + '@tsparticles/updater-wobble': 3.0.0-beta.1 + dev: false + + /@tsparticles/configs@3.0.0-beta.1: + resolution: {integrity: sha512-l8itn1MPlapVgkb8pzjJtGAZ3PH89lR4Jg7LdJg0yAu2lMZj+DYu5fOnjSdg0J3hwmCT0gHxQvsslrM3LbVLFQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/engine@3.0.0-beta.1: + resolution: {integrity: sha512-zwRnkGJ5ECK1YzZY81vIhGQY7UsMSOi7tcbjlljTHxu0OVNuPFWa18JDiNQBxrf5wKGseIsNuz+5dMCOO5v8IQ==} + requiresBuild: true + dev: false + + /@tsparticles/eslint-config@2.0.0-beta.0: + resolution: {integrity: sha512-QVwFs8afpA+PdGTw3TWUBM22eZkxgurIkhaor0hfBu7AjZpjnaA9P7iCLrkQDO3ACdsO9EaBsL8R13Am+SFd0A==} dependencies: - '@tsparticles/prettier-config': 1.12.0 - '@typescript-eslint/eslint-plugin': 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - eslint: 8.46.0 - eslint-config-prettier: 8.10.0(eslint@8.46.0) - eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.2.1)(eslint@8.46.0) - eslint-plugin-jsdoc: 46.4.5(eslint@8.46.0) + '@tsparticles/prettier-config': 2.0.0-beta.0 + '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + eslint: 8.48.0 + eslint-config-prettier: 9.0.0(eslint@8.48.0) + eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0) + eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.0.1 + prettier: 3.0.2 typescript: 5.1.6 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -2669,39 +2788,493 @@ packages: - supports-color dev: false - /@tsparticles/prettier-config@1.12.0: - resolution: {integrity: sha512-IMpJEy85zeB2OTZZEXDtdxHrt03N11mjyu5TFY5BlnJrWIJC+dbIginuCmJyoCy0NUa0UW05p130zR9IXylfmQ==} + /@tsparticles/fireworks@3.0.0-beta.1: + resolution: {integrity: sha512-SGwm/UFJ0KDKxkYVAPmRt3PMj9bkf97crP61nvKdWi2FVCuvXyPNJDtFNwX7EAGgy88nrs6Ao4OTSvq/zOlT2w==} + dependencies: + '@tsparticles/basic': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/plugin-emitters': 3.0.0-beta.1 + '@tsparticles/plugin-sounds': 3.0.0-beta.1 + '@tsparticles/shape-line': 3.0.0-beta.1 + '@tsparticles/updater-destroy': 3.0.0-beta.1 + '@tsparticles/updater-life': 3.0.0-beta.1 + '@tsparticles/updater-rotate': 3.0.0-beta.1 + '@tsparticles/updater-stroke-color': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-attract@3.0.0-beta.1: + resolution: {integrity: sha512-vhfa0F3D+JESUIuIBUUaUL7ACXhL7vewzb0ECDHo4BkI62nSVXME+lWcu8pfYK7o6xlt0Xqvifqfyc0rK37SAQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-bounce@3.0.0-beta.1: + resolution: {integrity: sha512-5bwBJDCzkAk+SftJtU5ZbTcuIAplFUeJb552kmoR6vxA0AjfuoLfgKyWSx1/JA4zuUG15jb9MAnc7uBI/hgGWQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-bubble@3.0.0-beta.1: + resolution: {integrity: sha512-wEIFugwf9ntmTvzJ4jEVJh9m5hmjBgGfrIi+XIhagwpDsYATli1dEZspt1k1zpB3xK27jnd/HqzWX3F2kxTtOA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-connect@3.0.0-beta.1: + resolution: {integrity: sha512-Vgm7QRmI69UYF2k5oijc2DWAHnzTGjDbPTbRzkbwIgcb12yY3Z+6PpWJtqK+t/s4HTDTwNpQLpMkTnsPFLUG4A==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-grab@3.0.0-beta.1: + resolution: {integrity: sha512-bF181L/PcY4/1ErnOzovfcKimlFLhlnSUkGqe9COU5BwtgmUT10sZAUCkGJ5OwAmSwT1X0+bIpMi0p5XaNR2Kw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-pause@3.0.0-beta.1: + resolution: {integrity: sha512-BO+QCaMnJxkqkVwEmkOaaxTk11q8f/Mi8b2XN5MfxgkwMBJMuEjQ2nSKnBdCac1stJgl2UyvRaTLm6JapRWswA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-push@3.0.0-beta.1: + resolution: {integrity: sha512-2EKItVAOsve8/OP+wMPu9UwfcWeUOpexVT1G7bEwZXQBxzQFyyz/cDOwINBXCifrPbGS0VMz8yyWvqvq1lVXTg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-remove@3.0.0-beta.1: + resolution: {integrity: sha512-3TAiU3/MlasI2WWe9iJae6XOLCpaG8hLB6VydG7u2480wEYhcomHT4A2MIJypxlGMAr1YGF6la6oQ8rnzKeuZQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-repulse@3.0.0-beta.1: + resolution: {integrity: sha512-4bNgGeoR2PSVQBUr/UUnwUOOID1kwB34MLufxY0mFsUQX1RJciwWgxHK8H0uyS31rJBJQu+1q3v0vdi5Mq/42A==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-slow@3.0.0-beta.1: + resolution: {integrity: sha512-NiaIzD8ULI3RCI59hMzZEAW8O8ZGlMpfuDDf2YV4Zt+VCY8DRGw+ZeiWlDtwP6oAvwRJ7bG10vSW5jpKdjWb2w==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-external-trail@3.0.0-beta.1: + resolution: {integrity: sha512-mrJzMGC/+5i5NNQgApe8olPUzCIPwgmG4SKF5oYAPYZO6gbQjznebm1lCstqUJjLWIdb8Kh2nGy8rHzgcvJirQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-light@3.0.0-beta.1: + resolution: {integrity: sha512-HtulRIEgBAaqiP7nlOovBa1sfCklqyb4hAKvKOUy43WIFtRKfoD3zS03C8r4Sd6Mf0vZF1X21OjggjFJkO1vTg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-particles-attract@3.0.0-beta.1: + resolution: {integrity: sha512-5Di+5Fjn3a+iGm0YmnLU0WG4awIe6OqJLt9psAzTiH92TdOfO8ZXbtkZrdO3rhTKBqgGLbCJu/wpF+szTaCfkg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-particles-collisions@3.0.0-beta.1: + resolution: {integrity: sha512-7u61Fn1OyPbri+Vcd35dWrsz85rP7UG2TSobxINRtaW72OSm+/zhlYfsElL4d6ytdw3gW0UY6FzbyEBX4btO9g==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-particles-links@3.0.0-beta.1: + resolution: {integrity: sha512-o4vuilGxVJLy2J6wB5Nuy16iHORxnzTA8L1zWGyGGqxY59V+qgheI4wT12xs7sgUFT86l4v+EpB9MEjRiQvqqQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/interaction-particles-repulse@3.0.0-beta.1: + resolution: {integrity: sha512-AzwwbuwsPwi+D3uhYIxyv+p98W6YrC3QaV5yWGTUNN346OT6CyKeoLGrJqS+fLiqv2OVYarv34GWPYjBZEWdZA==} dependencies: - prettier: 3.0.1 + '@tsparticles/engine': 3.0.0-beta.1 dev: false - /@tsparticles/tsconfig@1.14.0: - resolution: {integrity: sha512-/4Lyy0v55QtWmgzt/oi/wRFXyJGdCY1DLGmqbUNpdWm+URFnADENd1y4kEvuyPEvUKgoU6BxztdYmHZ05EOYjg==} + /@tsparticles/move-base@3.0.0-beta.1: + resolution: {integrity: sha512-50/Lii9hLozHdUHKdvb3j7v6Y6gokSA4CNYyN0A+gB5q0+vA2OilhzaShpGl9yrpbyHXIKrquah+001fUfgetQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/move-parallax@3.0.0-beta.1: + resolution: {integrity: sha512-tf8qZv7TrfQka+Bn6vDxAh41G3z4H4ACuYVv/V3d7/jk+vRljr8Sr9FFJdM9+KS/aPqQ9pt3ZghE0+dV6i5I0g==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/particles.js@3.0.0-beta.1: + resolution: {integrity: sha512-rb8JJE6uh0ZVRNhDhCO5p/PGd3OJAjQ116OGxnng//UClIoT5TC9//wZcjTERWzU7aoTWJmlTs7GXZxlidabZg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/path-curves@3.0.0-beta.1: + resolution: {integrity: sha512-fzdY9IqRysEYNIjYMSrZo2RYeYlcyfYWf/4S1zrWkiLj/X8DU7Fb9gHVWQqY7N6BESx0FSH9DR7VOv4rzA6s5Q==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/path-perlin-noise@3.0.0-beta.1: + resolution: {integrity: sha512-/fIjDKpb05Ixde0ViwbrQPvdViobG28S1kDf8tu3C0cYJR/+br0o1O09cYrgo+9qUi3h7NB+sMzkalaL5d4qNQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/path-polygon@3.0.0-beta.1: + resolution: {integrity: sha512-xrFQaf0/zAoeGAWhGuy77fzJB0QLHZoZLdwgSA1m2kIBi57J9OOy529PEnC6pqyd3tp7DgRAZrkyU1M3C/hCPg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/path-simplex-noise@3.0.0-beta.1: + resolution: {integrity: sha512-1Z5vFbQoV0qN3FZ6LOPWfMmhtJrM2FGtekNEwbxrRK2PZJX6FNibGoCHa+yELDoc4FWe5+S1dKBw3IV3QMfQ2w==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-absorbers@3.0.0-beta.1: + resolution: {integrity: sha512-zKN80sEAmJHCM0b3FUC/SEorxZzqwXHYbQegUVQ2SLCbD7/B+9MajI1oBD0+ek1UZ26+LjsoZCB465aFmCUFkA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-canvas-mask@3.0.0-beta.1: + resolution: {integrity: sha512-VCQtS8evX/P/RTdTzH+lWm4B3lYrRtCFEqO8DZs+KEcy8+zdT1fwW7OX0fgNQ3cNP7sCCxkH3MunhMFleYb+tg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-back@3.0.0-beta.1: + resolution: {integrity: sha512-8d3r75pD/p02ecyO8PyCKG4EGrPoqF39AkKkExkR6MCgQk87fIRxo2HFdvEMf6jfhx3zcTn65qbLO6f1qaRndQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-circ@3.0.0-beta.1: + resolution: {integrity: sha512-eKSVCTNEVbuHUFRg/0t356nX5amjMWwo4dGv6QB68b2afC/+Fj4fyygl51ZaXUM5W48jcnghO0IGkWc56CG1ow==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-cubic@3.0.0-beta.1: + resolution: {integrity: sha512-SB1vmKiJJUh3isn4SUUteqY8+N1XNW7sh7krNujL0rVIYkfyIg30VI/4IhM9Hke11BNRtvDoGRCkjaFNbqs4qg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-expo@3.0.0-beta.1: + resolution: {integrity: sha512-zvgoodM2hn13djzOLN8n7AYuUtUm9YNzdw8nN+lLJr0tPQd9KhsSXJRLARQUIODh9TswK3wohdRhIcT+9DnQjw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-quad@3.0.0-beta.1: + resolution: {integrity: sha512-t+O3UAo/wXaauUixuAxuWysfzVEui5oxbREi6xYEZXJgxXYw2NPxOY2LayqcG0IG/QOP6vE6JqKM+ZiwCso7sw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-quart@3.0.0-beta.1: + resolution: {integrity: sha512-kQQT6LzwTqjUxxPfllo0/mPMOpnzWcXv0iUFydy2+zD+UPKeECFku1fBnj3dFnG/fZhR3A8AGHezYjluwm2Igw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-quint@3.0.0-beta.1: + resolution: {integrity: sha512-jKAUaLoL9YSSV7a2VmH+FA+qCVMkz0kNYPIh6kLfmNFdDQ1gjQu1z/k17WTuUBvk46craTiiTzxVGH4znZfymA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-easing-sine@3.0.0-beta.1: + resolution: {integrity: sha512-/sRdvip5OPVI+S9Y2Wx1BxIjv3gd+WbAf8mQIpZtLAHy/PjKI2ocmOaI+Nx/5EjbDjmblGjpeZoXWRW+QQq7lg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-emitters@3.0.0-beta.1: + resolution: {integrity: sha512-XWayZEXNSO4ZJiSLgh8spbRIYiNqzK4ygXqUyYorU0Yx4pdcRgKg9V4oJt0yIXlYZobzS55NjBjsSpDLGzAmdQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-hsv-color@3.0.0-beta.1: + resolution: {integrity: sha512-e/9oA6vOrKarknJDfTmFGfiVUyjNy13L3+zXokC5NxPB9QcARv3EyZ+8TNYnYbuAWmDuj7grwDTUnvEawwZ5eQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-infection@3.0.0-beta.1: + resolution: {integrity: sha512-VCdbamorkxo55LdwO7RyI7a9IkAvGd2473cW3pmWXL3RKImPO75ySlEOE1X32aQUjPg+E45zFES7O+Z568NRmQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-motion@3.0.0-beta.1: + resolution: {integrity: sha512-koJvuNhGOKvbeebd7UuFN+wghO3fkyqGR4Fx5EQM41RRS+98wgWLAGogJBPTxm+4xtHvh5CD6DfZaJ2j+qHiIg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-polygon-mask@3.0.0-beta.1: + resolution: {integrity: sha512-eklCn6JqkIlHEnvepvAYOuTPOeAOmb3dS1/LDCoyIMfT8lrcvNfQM/vg6QuCgCTmjq8PRKh2x4LU67DcRq2Qyw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/plugin-sounds@3.0.0-beta.1: + resolution: {integrity: sha512-ggpgj0oXd6frhQSv0yjtdHC5dlxs3oEcMMvMEew7pEVgV3WQ5WWibO8uNUfIq3LCTGchhnMkeIkWuhRvW7c/Xg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/prettier-config@2.0.0-beta.0: + resolution: {integrity: sha512-y3kqS6RbFJtT8YsTzD8x91etMgVmkp1cV633LinqVRpZNYcJEPbi+vuKe6A7IT5XtPSUQoExI3ARQoX5zgOqhQ==} + dependencies: + prettier: 3.0.2 + dev: false + + /@tsparticles/shape-bubble@3.0.0-beta.1: + resolution: {integrity: sha512-426sxIl3UcrIhyaqthHljNFpOWcoomKajhDGbkopCXqkwoygiPKwNLfSIftdCPgZBaFo54RSH2bVNke1DRXL0w==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-cards@3.0.0-beta.1: + resolution: {integrity: sha512-1P7wHKFLGT2MIzfP6gbYNkNEXjxkXmBNBcE8dr8uOj+yBm9f6oxcOKh8FWPqqRrfQZRLTT5m94LJj0s3RHdpkw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-circle@3.0.0-beta.1: + resolution: {integrity: sha512-TsiYbQ/WRDWd+oNCLgsUqq7Ru2i++ZmHTfZcrcd0aIMjGukE8bSXetnktojm6J/z8Sg8XeRmfw8R9yxiNb30gw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-heart@3.0.0-beta.1: + resolution: {integrity: sha512-WBPKP5E0tbOpW5671UvPQRl+1LJsuJ+GJf/MTVwX6fFcqfQ3fpVmMpXxYlGY8gifhzFqKndEI92eeuzIQCwxhQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-image@3.0.0-beta.1: + resolution: {integrity: sha512-nR7WfaRU0EBFQLi13Yq2ENou3VOTGEJ5xtLenCu/H9N0az9UjeXLAL2rNuPp/jhNDyc3VOrI3qmORH+NANi4Zw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-line@3.0.0-beta.1: + resolution: {integrity: sha512-Ora8cGdrlBflwyjm4zdvy6GeREZMUpwHI+3/Rkwou6MwmWk14Zwe0p2qQZpZno8U8T3e2yZkdid1rZ2WenkYsg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-multiline-text@3.0.0-beta.1: + resolution: {integrity: sha512-wiirdKAnkH119t1rBA90Bqd1A9XjrctamcMC9hSfKKsn75aaHqStg/Llsaw85Dv3qxgXWiji2uyQYdAMU4vkYg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-path@3.0.0-beta.1: + resolution: {integrity: sha512-jluxY5lJOyPAAZKxAfNstxOTXpE019sYwQFg2Yg7VRqhRqeP/hhDnzZt3pa2/2XNIsBvHnCGW1yLUMNBj5mSwQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-polygon@3.0.0-beta.1: + resolution: {integrity: sha512-x8p87Kdi25SzMbGRgdmIsBi0E9DgbaA6OtNieu6GkZPOS55ii/l6RjFN4x86XGLehwRaqg0jMslWib3R0eALhw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-rounded-rect@3.0.0-beta.1: + resolution: {integrity: sha512-V/bXgxkZWn8BpSjDD9SAQR7DngciUjV9UnwiNSfXuLBM7AGfGTaBTIZA80IpqgTxUWk9OYECCTyIedfe02ikyA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-spiral@3.0.0-beta.1: + resolution: {integrity: sha512-AUzRm9EWrzQI65YG5uB/jK+wRDxWBvY1ZUND3tYsLeCcnWIssfcLbZ9cXbYUTqO+8m/gIdRbxBG6AZ7lxFXNVw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-square@3.0.0-beta.1: + resolution: {integrity: sha512-shX8WwoJhUSzJdUb3rwk36DASJHkktwruqQz5DVuVGF5bF1tv/62h5kteMwtxWh42LgVejxF6PGEf1x6U7LRkg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-star@3.0.0-beta.1: + resolution: {integrity: sha512-JNrOF8OG2owdBrlAgq/2wK94YNHCx5QDvM6Nvu41c90IuXBDR3Klx5qPoYGZ95v+1ukAJAiP50GdLXMM0tiG2A==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/shape-text@3.0.0-beta.1: + resolution: {integrity: sha512-HzkFXsb9x9AMv4u6QUyKF0xRpIHkWSE2j+25hgd3Upg94SLdJGqV14tZ5UXVb/f2qz5ys9QLooZvLmRFVBvuSA==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/slim@3.0.0-beta.1: + resolution: {integrity: sha512-OxgMXNx6cAUV9Ot2Dw3Imv7KakGJZgfP9HMFrEicjyKCsqeEE5CLsMn9mGUOZwNDDx3abETlxjEHB7ImrxHWjQ==} + dependencies: + '@tsparticles/basic': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/interaction-external-attract': 3.0.0-beta.1 + '@tsparticles/interaction-external-bounce': 3.0.0-beta.1 + '@tsparticles/interaction-external-bubble': 3.0.0-beta.1 + '@tsparticles/interaction-external-connect': 3.0.0-beta.1 + '@tsparticles/interaction-external-grab': 3.0.0-beta.1 + '@tsparticles/interaction-external-pause': 3.0.0-beta.1 + '@tsparticles/interaction-external-push': 3.0.0-beta.1 + '@tsparticles/interaction-external-remove': 3.0.0-beta.1 + '@tsparticles/interaction-external-repulse': 3.0.0-beta.1 + '@tsparticles/interaction-external-slow': 3.0.0-beta.1 + '@tsparticles/interaction-particles-attract': 3.0.0-beta.1 + '@tsparticles/interaction-particles-collisions': 3.0.0-beta.1 + '@tsparticles/interaction-particles-links': 3.0.0-beta.1 + '@tsparticles/move-base': 3.0.0-beta.1 + '@tsparticles/move-parallax': 3.0.0-beta.1 + '@tsparticles/particles.js': 3.0.0-beta.1 + '@tsparticles/plugin-easing-quad': 3.0.0-beta.1 + '@tsparticles/shape-circle': 3.0.0-beta.1 + '@tsparticles/shape-image': 3.0.0-beta.1 + '@tsparticles/shape-line': 3.0.0-beta.1 + '@tsparticles/shape-polygon': 3.0.0-beta.1 + '@tsparticles/shape-square': 3.0.0-beta.1 + '@tsparticles/shape-star': 3.0.0-beta.1 + '@tsparticles/shape-text': 3.0.0-beta.1 + '@tsparticles/updater-color': 3.0.0-beta.1 + '@tsparticles/updater-life': 3.0.0-beta.1 + '@tsparticles/updater-opacity': 3.0.0-beta.1 + '@tsparticles/updater-out-modes': 3.0.0-beta.1 + '@tsparticles/updater-rotate': 3.0.0-beta.1 + '@tsparticles/updater-size': 3.0.0-beta.1 + '@tsparticles/updater-stroke-color': 3.0.0-beta.1 + dev: false + + /@tsparticles/tsconfig@2.0.0-beta.0: + resolution: {integrity: sha512-02wt3Z7MZg1z2jY3fFZiRN/s3IYbBlCVUgIupCoVCsehZ420vImTNfmDNIumcyqadMzD4BSEJ0Ho75adzeUzTw==} dependencies: typescript: 5.1.6 dev: false - /@tsparticles/webpack-plugin@1.23.0: - resolution: {integrity: sha512-uSqCa5Advs29l4koLRucCUqqMu1l0BFW/0682y+gJwrIE40yHJGgWOqbNriofcIWHvJxrrvq4iyJABqI9L3QYg==} + /@tsparticles/updater-color@3.0.0-beta.1: + resolution: {integrity: sha512-DO95ebELQaxeHEsWUIk4RX7Q2zmL8U9kp9I5Ine87DQE3nQRqwL7lCoiLVOMGqednU9GTw5fQXedAM68Z7oqSw==} dependencies: - '@babel/core': 7.22.9 - '@babel/preset-env': 7.22.9(@babel/core@7.22.9) - '@tsparticles/eslint-config': 1.19.0 - '@tsparticles/prettier-config': 1.12.0 - '@types/node': 20.4.7 + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-destroy@3.0.0-beta.1: + resolution: {integrity: sha512-X9BM+ldxDxHru0qdBP5D/ag7K58d4S8N6PC7d3Xizv1dDbQcElXLOvjPUJMEVvwxBU24lcjHqE3Sj7n/vd/HqQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-gradient@3.0.0-beta.1: + resolution: {integrity: sha512-dOSCPwnRq+5saC3Ia+ECbBLvatM6kJOzY42OUztgEwRSLXcK+7QdV1xkTEhxBI1xg7LwwiZJHp9s20M9CZ9LdQ==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-life@3.0.0-beta.1: + resolution: {integrity: sha512-2FsY545Y/pX2jzqk5eLPG2xnCpXef36sQJxTA+uLb4hEPzjC3tQK0iVtm6qjzY3yNahgEcuY3Xcf+p9lwJaTTw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-opacity@3.0.0-beta.1: + resolution: {integrity: sha512-pKwYDqzc3licprKUyHdhE8OBDVDfh8sOCA9/MONZqvURkeoI4/QmfoIzsTvDArcUOBzcKYM09ebXrZ+bKcyd+A==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-orbit@3.0.0-beta.1: + resolution: {integrity: sha512-+3nEpZyt8vprxoEiZfIo/PkWUjlbtSY5UHVVWr/H5lWyYlMY8y40QhuwiGXkVaxEaHwNRueZBsNSkpKn0tOBKw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-out-modes@3.0.0-beta.1: + resolution: {integrity: sha512-6zV4B94TvTBpj6kpq7QEeyHoiyMQnfI2Fl0EJY6p38L39nB74HDBy9zEBPPbPm5MQsb/6f23BM9AcC3XLvvFsw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-roll@3.0.0-beta.1: + resolution: {integrity: sha512-tAI/KZFIFRnJTYJBDNf4OS+8oNU6XF+t3kSsufvdUzRDrsCdbBlnpNz4H9+8EQqtzhq70THJL03WwCjrkf62Gw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-rotate@3.0.0-beta.1: + resolution: {integrity: sha512-JmRru2chMA1tA5Z/4BKWosiW4LvROyPvX2PafWm3XCEf9AW0hvOIF8tf55Or6bJ0ZNDiWn2f0AEIGvHB+eWGCw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-size@3.0.0-beta.1: + resolution: {integrity: sha512-uKJ9pvNpgvGbzZS5e4dffn7wekd3jPrA98dF/LFK0JDjZO0Uz1aGToUEgYmbqCys3boITIzyrB5TWIBGgxqTpg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-stroke-color@3.0.0-beta.1: + resolution: {integrity: sha512-8ReIIdpLD3d4l/nklKb44vIxPz7d1bwlRwNCCsCuHjSEfX+IAWMiNAscz/v7Deacd0797BPs76tWrfpJsZwP9w==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-tilt@3.0.0-beta.1: + resolution: {integrity: sha512-DTtZVtfonhWTqDPSmcfVBhD9KKMqe4xs2tipU6OxMR6zoJStODAf+Z0YpRqBVTi3M8keP3Rx0ulwhPTTCoLCLg==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-twinkle@3.0.0-beta.1: + resolution: {integrity: sha512-tNThbij1biLo8GqEUoBSS0hCWeCJ+nZ8heKWysiZefo6tDm4f5pjuV/F9ghcf/5EepuIg/4uyqYzG+oJ5zLXSw==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/updater-wobble@3.0.0-beta.1: + resolution: {integrity: sha512-q/f1zLNM/Z+icxmEly2FY7jXb4+QQO+c9TxcwkcoOILUZGZn9Q+OziCyVKwMdes13lC+98JR5FzywXnr951M6w==} + dependencies: + '@tsparticles/engine': 3.0.0-beta.1 + dev: false + + /@tsparticles/webpack-plugin@2.0.0-beta.0: + resolution: {integrity: sha512-RXMBLCKL/xpPF/cZNVqqo/hpCrCENdVJKZzCAiQUQ4TYGkv0XuUlcHmSDQWzRqyY9VxrdfOMeGDcmRdZDsa0EA==} + dependencies: + '@babel/core': 7.22.11 + '@babel/preset-env': 7.22.10(@babel/core@7.22.11) + '@tsparticles/eslint-config': 2.0.0-beta.0 + '@tsparticles/prettier-config': 2.0.0-beta.0 + '@types/node': 20.5.6 '@types/webpack-bundle-analyzer': 4.6.0(webpack-cli@5.1.4) '@types/webpack-env': 1.18.1 - '@typescript-eslint/eslint-plugin': 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - babel-loader: 9.1.3(@babel/core@7.22.9)(webpack@5.88.2) + '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + babel-loader: 9.1.3(@babel/core@7.22.11)(webpack@5.88.2) browserslist: 4.21.10 copyfiles: 2.4.1 - eslint: 8.46.0 - eslint-config-prettier: 8.10.0(eslint@8.46.0) - eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.2.1)(eslint@8.46.0) - eslint-plugin-jsdoc: 46.4.5(eslint@8.46.0) + eslint: 8.48.0 + eslint-config-prettier: 9.0.0(eslint@8.48.0) + eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0) + eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.0.1 + prettier: 3.0.2 rimraf: 5.0.1 terser-webpack-plugin: 5.3.9(webpack@5.88.2) typescript: 5.1.6 @@ -2772,6 +3345,10 @@ packages: resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==} dev: false + /@types/node@20.5.6: + resolution: {integrity: sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==} + dev: false + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: false @@ -2783,7 +3360,7 @@ packages: /@types/webpack-bundle-analyzer@4.6.0(webpack-cli@5.1.4): resolution: {integrity: sha512-XeQmQCCXdZdap+A/60UKmxW5Mz31Vp9uieGlHB3T4z/o2OLVLtTI3bvTuS6A2OWd/rbAAQiGGWIEFQACu16szA==} dependencies: - '@types/node': 20.4.7 + '@types/node': 20.5.6 tapable: 2.2.1 webpack: 5.88.2(webpack-cli@5.1.4) transitivePeerDependencies: @@ -2797,8 +3374,8 @@ packages: resolution: {integrity: sha512-D0HJET2/UY6k9L6y3f5BL+IDxZmPkYmPT4+qBrRdmRLYRuV0qNKizMgTvYxXZYn+36zjPeoDZAEYBCM6XB+gww==} dev: false - /@typescript-eslint/eslint-plugin@6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==} + /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6): + resolution: {integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -2809,17 +3386,16 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/type-utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/type-utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.48.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 - natural-compare-lite: 1.4.0 semver: 7.5.4 ts-api-utils: 1.0.1(typescript@5.1.6) typescript: 5.1.6 @@ -2827,8 +3403,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==} + /@typescript-eslint/parser@6.4.1(eslint@8.48.0)(typescript@5.1.6): + resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2837,27 +3413,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.48.0 typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager@6.2.1: - resolution: {integrity: sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==} + /@typescript-eslint/scope-manager@6.4.1: + resolution: {integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/visitor-keys': 6.4.1 dev: false - /@typescript-eslint/type-utils@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==} + /@typescript-eslint/type-utils@6.4.1(eslint@8.48.0)(typescript@5.1.6): + resolution: {integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -2866,23 +3442,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - '@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.48.0 ts-api-utils: 1.0.1(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types@6.2.1: - resolution: {integrity: sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==} + /@typescript-eslint/types@6.4.1: + resolution: {integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==} engines: {node: ^16.0.0 || >=18.0.0} dev: false - /@typescript-eslint/typescript-estree@6.2.1(typescript@5.1.6): - resolution: {integrity: sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==} + /@typescript-eslint/typescript-estree@6.4.1(typescript@5.1.6): + resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -2890,8 +3466,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2902,30 +3478,30 @@ packages: - supports-color dev: false - /@typescript-eslint/utils@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==} + /@typescript-eslint/utils@6.4.1(eslint@8.48.0)(typescript@5.1.6): + resolution: {integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - eslint: 8.46.0 + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + eslint: 8.48.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys@6.2.1: - resolution: {integrity: sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==} + /@typescript-eslint/visitor-keys@6.4.1: + resolution: {integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.2.1 + '@typescript-eslint/types': 6.4.1 eslint-visitor-keys: 3.4.2 dev: false @@ -3441,51 +4017,51 @@ packages: - debug dev: false - /babel-loader@9.1.3(@babel/core@7.22.9)(webpack@5.88.2): + /babel-loader@9.1.3(@babel/core@7.22.11)(webpack@5.88.2): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.22.9 + '@babel/core': 7.22.11 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.88.2(webpack-cli@5.1.4) dev: false - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.9): + /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.11): resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.9 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.9): + /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.11): resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) core-js-compat: 3.32.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.9): + /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.11): resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.9 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.9) + '@babel/core': 7.22.11 + '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) transitivePeerDependencies: - supports-color dev: false @@ -3853,8 +4429,8 @@ packages: engines: {node: '>= 10'} dev: false - /comment-parser@1.3.1: - resolution: {integrity: sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==} + /comment-parser@1.4.0: + resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==} engines: {node: '>= 12.0.0'} dev: false @@ -3909,14 +4485,6 @@ packages: engines: {node: '>= 0.6'} dev: true - /conventional-changelog-angular@5.0.13: - resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} - engines: {node: '>=10'} - dependencies: - compare-func: 2.0.0 - q: 1.5.1 - dev: false - /conventional-changelog-angular@6.0.0: resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==} engines: {node: '>=14'} @@ -3924,13 +4492,11 @@ packages: compare-func: 2.0.0 dev: false - /conventional-changelog-conventionalcommits@5.0.0: - resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==} - engines: {node: '>=10'} + /conventional-changelog-conventionalcommits@6.1.0: + resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} + engines: {node: '>=14'} dependencies: compare-func: 2.0.0 - lodash: 4.17.21 - q: 1.5.1 dev: false /conventional-changelog-core@5.0.1: @@ -3977,19 +4543,6 @@ packages: modify-values: 1.0.1 dev: false - /conventional-commits-parser@3.2.4: - resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} - engines: {node: '>=10'} - hasBin: true - dependencies: - JSONStream: 1.3.5 - is-text-path: 1.0.1 - lodash: 4.17.21 - meow: 8.1.2 - split2: 3.2.2 - through2: 4.0.2 - dev: false - /conventional-commits-parser@4.0.0: resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} engines: {node: '>=14'} @@ -4062,7 +4615,7 @@ packages: dependencies: '@types/node': 20.4.7 cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@20.4.7)(typescript@5.1.6) + ts-node: 10.9.1(@types/node@20.5.6)(typescript@5.1.6) typescript: 5.1.6 dev: false @@ -4426,26 +4979,17 @@ packages: dev: false /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} - dev: false - - /eslint-config-prettier@8.10.0(eslint@8.46.0): - resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} - hasBin: true - peerDependencies: - eslint: '>=7.0.0' - dependencies: - eslint: 8.46.0 + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} dev: false - /eslint-config-prettier@9.0.0(eslint@8.46.0): + /eslint-config-prettier@9.0.0(eslint@8.48.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.46.0 + eslint: 8.48.0 dev: false /eslint-import-resolver-node@0.3.7: @@ -4458,7 +5002,7 @@ packages: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.2.1)(eslint-import-resolver-node@0.3.7)(eslint@8.46.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint@8.48.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -4479,15 +5023,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) debug: 3.2.7(supports-color@5.5.0) - eslint: 8.46.0 + eslint: 8.48.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import@2.28.0(@typescript-eslint/parser@6.2.1)(eslint@8.46.0): + /eslint-plugin-import@2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0): resolution: {integrity: sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==} engines: {node: '>=4'} peerDependencies: @@ -4497,16 +5041,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7(supports-color@5.5.0) doctrine: 2.1.0 - eslint: 8.46.0 + eslint: 8.48.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.2.1)(eslint-import-resolver-node@0.3.7)(eslint@8.46.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint@8.48.0) has: 1.0.3 is-core-module: 2.12.1 is-glob: 4.0.3 @@ -4523,18 +5067,18 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc@46.4.5(eslint@8.46.0): - resolution: {integrity: sha512-HjTuxqDYplAQFu29F3MHFCDDBgeqOxPXI6TyBhL0u2rr4XntJ0z3C9PmJvpjFscKdHwkZDN/0l1QCG0QwyRi4g==} + /eslint-plugin-jsdoc@46.5.0(eslint@8.48.0): + resolution: {integrity: sha512-aulXdA4I1dyWpzyS1Nh/GNoS6PavzeucxEapnMR4JUERowWvaEk2Y4A5irpHAcdXtBBHLVe8WIhdXNjoAlGQgA==} engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.39.4 + '@es-joy/jsdoccomment': 0.40.1 are-docs-informative: 0.0.2 - comment-parser: 1.3.1 + comment-parser: 1.4.0 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.46.0 + eslint: 8.48.0 esquery: 1.5.0 is-builtin-module: 3.2.1 semver: 7.5.4 @@ -4571,15 +5115,20 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /eslint@8.46.0: - resolution: {integrity: sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==} + /eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + + /eslint@8.48.0: + resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) '@eslint-community/regexpp': 4.6.2 - '@eslint/eslintrc': 2.1.1 - '@eslint/js': 8.46.0 + '@eslint/eslintrc': 2.1.2 + '@eslint/js': 8.48.0 '@humanwhocodes/config-array': 0.11.10 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -4590,7 +5139,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.2 + eslint-visitor-keys: 3.4.3 espree: 9.6.1 esquery: 1.5.0 esutils: 2.0.3 @@ -4623,7 +5172,7 @@ packages: dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) - eslint-visitor-keys: 3.4.2 + eslint-visitor-keys: 3.4.3 dev: false /esprima@4.0.1: @@ -4680,9 +5229,9 @@ packages: engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 - get-stream: 6.0.0 + get-stream: 6.0.1 human-signals: 2.1.0 - is-stream: 2.0.0 + is-stream: 2.0.1 merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 @@ -5163,7 +5712,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: false @@ -5800,7 +6349,7 @@ packages: hasBin: true dependencies: async: 3.2.4 - chalk: 4.1.0 + chalk: 4.1.2 filelist: 1.0.4 minimatch: 3.1.2 dev: false @@ -5813,7 +6362,7 @@ packages: resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - chalk: 4.1.0 + chalk: 4.1.2 diff-sequences: 29.4.3 jest-get-type: 29.4.3 pretty-format: 29.6.2 @@ -5828,7 +6377,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.4.7 + '@types/node': 20.5.6 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -5988,13 +6537,13 @@ packages: engines: {node: '>=6'} dev: false - /lerna@7.1.4: - resolution: {integrity: sha512-/cabvmTTkmayyALIZx7OpHRex72i8xSOkiJchEkrKxAZHoLNaGSwqwKkj+x6WtmchhWl/gLlqwQXGRuxrJKiBw==} + /lerna@7.1.5: + resolution: {integrity: sha512-5bvfmoIH4Czk5mdoLaRPYkM3M63Ei6+TOuXs3MgXmvqD8vs+vQpHuBVmiYFp5Mwsck3FkidJ+eTxfucltA2Lmw==} engines: {node: ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@lerna/child-process': 7.1.4 - '@lerna/create': 7.1.4 + '@lerna/child-process': 7.1.5 + '@lerna/create': 7.1.5 '@npmcli/run-script': 6.0.2 '@nx/devkit': 16.6.0(nx@16.6.0) '@octokit/plugin-enterprise-rest': 6.0.1 @@ -6354,7 +6903,7 @@ packages: redent: 3.0.0 trim-newlines: 3.0.1 type-fest: 0.18.1 - yargs-parser: 20.2.4 + yargs-parser: 20.2.9 dev: false /merge-descriptors@1.0.1: @@ -6568,7 +7117,7 @@ packages: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.0.5 + minimatch: 3.1.2 dev: false /mute-stream@0.0.8: @@ -6580,10 +7129,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false - /natural-compare-lite@1.4.0: - resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} - dev: false - /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: false @@ -6688,7 +7233,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 + resolve: 1.22.3 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: false @@ -6845,7 +7390,7 @@ packages: '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 axios: 1.4.0 - chalk: 4.1.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 7.0.4 @@ -7300,8 +7845,8 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /prettier@3.0.1: - resolution: {integrity: sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==} + /prettier@3.0.2: + resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} engines: {node: '>=14'} hasBin: true dev: false @@ -7477,11 +8022,6 @@ packages: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - /q@1.5.1: - resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} - engines: {node: '>=0.6.0', teleport: '>=0.2.0'} - dev: false - /qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} @@ -7656,8 +8196,8 @@ packages: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false - /regenerator-transform@0.15.1: - resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} + /regenerator-transform@0.15.2: + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.22.6 dev: false @@ -7867,14 +8407,6 @@ packages: hasBin: true dev: false - /semver@7.5.2: - resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: false - /semver@7.5.3: resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} engines: {node: '>=10'} @@ -8432,7 +8964,7 @@ packages: typescript: 5.1.6 dev: false - /ts-node@10.9.1(@types/node@20.4.7)(typescript@5.1.6): + /ts-node@10.9.1(@types/node@20.5.6)(typescript@5.1.6): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -8451,7 +8983,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.4.7 + '@types/node': 20.5.6 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -8485,517 +9017,19 @@ packages: resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: false - /tsparticles-basic@2.12.0: - resolution: {integrity: sha512-pN6FBpL0UsIUXjYbiui5+IVsbIItbQGOlwyGV55g6IYJBgdTNXgFX0HRYZGE9ZZ9psEXqzqwLM37zvWnb5AG9g==} - dependencies: - tsparticles-engine: 2.12.0 - tsparticles-move-base: 2.12.0 - tsparticles-shape-circle: 2.12.0 - tsparticles-updater-color: 2.12.0 - tsparticles-updater-opacity: 2.12.0 - tsparticles-updater-out-modes: 2.12.0 - tsparticles-updater-size: 2.12.0 - dev: false - - /tsparticles-confetti@2.12.0: - resolution: {integrity: sha512-PsxBL1DjYNNZecFFcymivnPypuxHKh0ePz2/9CctKl6zwS+Z8cHBCoszg8jBx6PJDJkAxIa76taezd54caISYg==} - dependencies: - tsparticles-basic: 2.12.0 - tsparticles-engine: 2.12.0 - tsparticles-plugin-emitters: 2.12.0 - tsparticles-plugin-motion: 2.12.0 - tsparticles-shape-cards: 2.12.0 - tsparticles-shape-heart: 2.12.0 - tsparticles-shape-image: 2.12.0 - tsparticles-shape-polygon: 2.12.0 - tsparticles-shape-square: 2.12.0 - tsparticles-shape-star: 2.12.0 - tsparticles-shape-text: 2.12.0 - tsparticles-updater-life: 2.12.0 - tsparticles-updater-roll: 2.12.0 - tsparticles-updater-rotate: 2.12.0 - tsparticles-updater-tilt: 2.12.0 - tsparticles-updater-wobble: 2.12.0 - dev: false - - /tsparticles-demo-configs@2.12.0: - resolution: {integrity: sha512-rn7tb7IOVQJjzbqlbAqkCWLiIvHWGQHaTgm27AfPfG3KzOjaJDFkgHwvQokc0ljZd4KiU55s6TvhQS4xRFM7oA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-engine@2.12.0: - resolution: {integrity: sha512-ZjDIYex6jBJ4iMc9+z0uPe7SgBnmb6l+EJm83MPIsOny9lPpetMsnw/8YJ3xdxn8hV+S3myTpTN1CkOVmFv0QQ==} - requiresBuild: true - dev: false - - /tsparticles-fireworks@2.12.0: - resolution: {integrity: sha512-PGOxiabCRo9oVjrp7JJV/RmLy+Ecn3E7LMpS5VK2H2Oul5S0aqrch+zcO5jgynzPyIdH6fatXcrAxFbBVC6gkw==} - dependencies: - tsparticles-basic: 2.12.0 - tsparticles-engine: 2.12.0 - tsparticles-plugin-emitters: 2.12.0 - tsparticles-plugin-sounds: 2.12.0 - tsparticles-shape-line: 2.12.0 - tsparticles-updater-destroy: 2.12.0 - tsparticles-updater-life: 2.12.0 - tsparticles-updater-rotate: 2.12.0 - tsparticles-updater-stroke-color: 2.12.0 - dev: false - - /tsparticles-interaction-external-attract@2.12.0: - resolution: {integrity: sha512-0roC6D1QkFqMVomcMlTaBrNVjVOpyNzxIUsjMfshk2wUZDAvTNTuWQdUpmsLS4EeSTDN3rzlGNnIuuUQqyBU5w==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-bounce@2.12.0: - resolution: {integrity: sha512-MMcqKLnQMJ30hubORtdq+4QMldQ3+gJu0bBYsQr9BsThsh8/V0xHc1iokZobqHYVP5tV77mbFBD8Z7iSCf0TMQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-bubble@2.12.0: - resolution: {integrity: sha512-5kImCSCZlLNccXOHPIi2Yn+rQWTX3sEa/xCHwXW19uHxtILVJlnAweayc8+Zgmb7mo0DscBtWVFXHPxrVPFDUA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-connect@2.12.0: - resolution: {integrity: sha512-ymzmFPXz6AaA1LAOL5Ihuy7YSQEW8MzuSJzbd0ES13U8XjiU3HlFqlH6WGT1KvXNw6WYoqrZt0T3fKxBW3/C3A==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-grab@2.12.0: - resolution: {integrity: sha512-iQF/A947hSfDNqAjr49PRjyQaeRkYgTYpfNmAf+EfME8RsbapeP/BSyF6mTy0UAFC0hK2A2Hwgw72eT78yhXeQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-pause@2.12.0: - resolution: {integrity: sha512-4SUikNpsFROHnRqniL+uX2E388YTtfRWqqqZxRhY0BrijH4z04Aii3YqaGhJxfrwDKkTQlIoM2GbFT552QZWjw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-push@2.12.0: - resolution: {integrity: sha512-kqs3V0dgDKgMoeqbdg+cKH2F+DTrvfCMrPF1MCCUpBCqBiH+TRQpJNNC86EZYHfNUeeLuIM3ttWwIkk2hllR/Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-remove@2.12.0: - resolution: {integrity: sha512-2eNIrv4m1WB2VfSVj46V2L/J9hNEZnMgFc+A+qmy66C8KzDN1G8aJUAf1inW8JVc0lmo5+WKhzex4X0ZSMghBg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-repulse@2.12.0: - resolution: {integrity: sha512-rSzdnmgljeBCj5FPp4AtGxOG9TmTsK3AjQW0vlyd1aG2O5kSqFjR+FuT7rfdSk9LEJGH5SjPFE6cwbuy51uEWA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-slow@2.12.0: - resolution: {integrity: sha512-2IKdMC3om7DttqyroMtO//xNdF0NvJL/Lx7LDo08VpfTgJJozxU+JAUT8XVT7urxhaDzbxSSIROc79epESROtA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-external-trail@2.12.0: - resolution: {integrity: sha512-LKSapU5sPTaZqYx+y5VJClj0prlV7bswplSFQaIW1raXkvsk45qir2AVcpP5JUhZSFSG+SwsHr+qCgXhNeN1KA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-light@2.12.0: - resolution: {integrity: sha512-mKqqoLdE21HYEh5iAqGDMzeUG/qXrkTxW1pa4z2Vkmrmt46Lv+lSN+JU/u1jfgxdKFLtxNvh731BDo855qN0CQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-particles-attract@2.12.0: - resolution: {integrity: sha512-Hl8qwuwF9aLq3FOkAW+Zomu7Gb8IKs6Y3tFQUQScDmrrSCaeRt2EGklAiwgxwgntmqzL7hbMWNx06CHHcUQKdQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-particles-collisions@2.12.0: - resolution: {integrity: sha512-Se9nPWlyPxdsnHgR6ap4YUImAu3W5MeGKJaQMiQpm1vW8lSMOUejI1n1ioIaQth9weKGKnD9rvcNn76sFlzGBA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-particles-links@2.12.0: - resolution: {integrity: sha512-e7I8gRs4rmKfcsHONXMkJnymRWpxHmeaJIo4g2NaDRjIgeb2AcJSWKWZvrsoLnm7zvaf/cMQlbN6vQwCixYq3A==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-interaction-particles-repulse@2.12.0: - resolution: {integrity: sha512-4kRtGCHhTOODYJofYdhyIA3W3Uc+hwlrpacyvHcI/Cg8r/D/a51hGTu9XFiEiUP3NKWykj62UiR7wp2XMZ9Ysw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-move-base@2.12.0: - resolution: {integrity: sha512-oSogCDougIImq+iRtIFJD0YFArlorSi8IW3HD2gO3USkH+aNn3ZqZNTqp321uB08K34HpS263DTbhLHa/D6BWw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-move-parallax@2.12.0: - resolution: {integrity: sha512-58CYXaX8Ih5rNtYhpnH0YwU4Ks7gVZMREGUJtmjhuYN+OFr9FVdF3oDIJ9N6gY5a5AnAKz8f5j5qpucoPRcYrQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-particles.js@2.12.0: - resolution: {integrity: sha512-LyOuvYdhbUScmA4iDgV3LxA0HzY1DnOwQUy3NrPYO393S2YwdDjdwMod6Btq7EBUjg9FVIh+sZRizgV5elV2dg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-path-curves@2.12.0: - resolution: {integrity: sha512-+Gofof/1ciIiS9NIvh7Iu97YMu//vjUPXkTiY3XHmEbZURLf+VZ/EvWbP/iKXRZkjN5DAn+SnJNsH82fX9xXUA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-path-perlin-noise@2.12.0: - resolution: {integrity: sha512-5kstzoDBhw/y4mfS1POcGRNzR6O6/XonaykoUmrijhB7o/ktlm0dHXTJZFvWH7N5KKyFZm2otiTkrAmibN7m+A==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-path-polygon@2.12.0: - resolution: {integrity: sha512-o/9gfC5I4uqS3s8AINOOGdCRIiB4GAyOAQ6oNA0BOE5L4kC8UHsHpmKiTCSsKLnBTLl2/TAbk9lTjx2jFbhoRQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-path-simplex-noise@2.12.0: - resolution: {integrity: sha512-S9y397I4D49jH7uXbCCKDy1rjT4TKlpaZYsQTINa/Q80hhyLR4GYTiLXB7E5fci8eoX/k+w7cvgy55M5bWsNyw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-absorbers@2.12.0: - resolution: {integrity: sha512-2CkPreaXHrE5VzFlxUKLeRB5t66ff+3jwLJoDFgQcp+R4HOEITo0bBZv2DagGP0QZdYN4grpnQzRBVdB4d1rWA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-canvas-mask@2.12.0: - resolution: {integrity: sha512-eFoEbkHKj/4+5ECyNxnXoXDEJLDEOGFwulwbRlO3lqXKsXLLqz74D7uQLSbRlnQWDn4wIuinbuL+dMWyYgWlJg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-back@2.12.0: - resolution: {integrity: sha512-Yj2U3hox0tCO1kYNa3n4x0nZGM8fEGKpDSaWQNFVwYPCIqhOAa717onW+6z42kLLavISvEkeSwaykRNUsJ8/vA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-circ@2.12.0: - resolution: {integrity: sha512-9sYTnISYK/PYyQKjsyjTMqUCuoRbAGVFZlwKEX3x47UlkRnnkYxF+PJ2y3386yGQ5CR3FRVVxdzTe9NaIZ+b4g==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-cubic@2.12.0: - resolution: {integrity: sha512-SMUG9TJnryn8itfBrHsGgZrqWfMt/JeLHkOzsCDCjpdZrpESl5OqU9O6QseG8KPuGtEJmQu4Tib1GP71NGFwew==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-expo@2.12.0: - resolution: {integrity: sha512-oGW8mOSLIN82Yp3MjXzKRwHTc/HSMUYBsDh4LLJO7TjLFxWeI2r9Z/K4Y5pj+GYJUbOPzHjAgxjUYKli95X8Cg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-quad@2.12.0: - resolution: {integrity: sha512-2mNqez5pydDewMIUWaUhY5cNQ80IUOYiujwG6qx9spTq1D6EEPLbRNAEL8/ecPdn2j1Um3iWSx6lo340rPkv4Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-quart@2.12.0: - resolution: {integrity: sha512-e4HGv76VOpPTiozwOADaEY76i0bI014wyp7u3cStbI+pWzl9cVIseHH3WjyKz7J3MbO6wOGkBWY1ouXO0HbFQw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-quint@2.12.0: - resolution: {integrity: sha512-0AnR2WMkFL/cq72N95qJ+/zsHhJ415UaBeY9QbodlBCDWtBtLTT+rXXVaM/a3E0LEhW1ifxniaFxFwADUr+xOg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-easing-sine@2.12.0: - resolution: {integrity: sha512-0jRvwP/fRoqKWvdyq3F/9YMAT4lSuB54m+mf0n+MwnY4WlUkJOEdAgpVxIFsWPwxKRwEjuvyTcQCgh7L4tLh8g==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-emitters@2.12.0: - resolution: {integrity: sha512-fbskYnaXWXivBh9KFReVCfqHdhbNQSK2T+fq2qcGEWpwtDdgujcaS1k2Q/xjZnWNMfVesik4IrqspcL51gNdSA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-hsv-color@2.12.0: - resolution: {integrity: sha512-tC7xVeR71W8Ai31oEDjRh6ZRIPQvJxdru0988Mp6ogShJQ/GH6IfFKMlbcMn9AebhsWS9Lj7l3MG06kQguhheA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-infection@2.12.0: - resolution: {integrity: sha512-VRdnfKOzbGhy51mAivCB4fNKnFhhPAyJL6Hh8avA9Jee+bEoUJM9Ko/UNHKdHqs1qsSjnhngaFkBLepf+EKjXw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-motion@2.12.0: - resolution: {integrity: sha512-VeS0VDV5wc9a4t0xkPi3lkHqOvKRlELq4mEEvaIk8WwgOcx05TUZcJIIbhftnNabqgpHrZ4iUP5Nb2wZ3DBwWQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-polygon-mask@2.12.0: - resolution: {integrity: sha512-6oUyDD5xRlr2D5qMv8QCspKVoYkTAxLrmAuzx+VUGJt9BPz/Bza15Uy3F17k0vCbJLbObXVaDt/O7Mabt5yQBw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-plugin-sounds@2.12.0: - resolution: {integrity: sha512-Jm/Mdddq9E9VdHtAbYmv3pgtHQ3nBSbXN+n2axqm6vACgrE/JA4tgLZyuknns0scxibvqh/7zFxkOSa+4ucYuQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-bubble@2.12.0: - resolution: {integrity: sha512-Q5YpgpbVcXtcTeERr42iNee7EEmr7+vkzud1BGSeFG6+zZwPSW/PJ/hWJy08mmwvLrkPILcxLZyIjY6opBQu7w==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-cards@2.12.0: - resolution: {integrity: sha512-4mSV1C7c/7SsSbS4A5HJEZE5tB2fOAEUXm52uagzBVMbL/YI+XkjOpi7L6JtCNcBKrWnZ/IgnnLMyyFGhNc4pA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-circle@2.12.0: - resolution: {integrity: sha512-L6OngbAlbadG7b783x16ns3+SZ7i0SSB66M8xGa5/k+YcY7zm8zG0uPt1Hd+xQDR2aNA3RngVM10O23/Lwk65Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-heart@2.12.0: - resolution: {integrity: sha512-OK8CJrCY0Z6YAedyfTQh52u7KsurkP8eLNWDW11BhqcvDQkfwJC5g25Y3VrcW9Rwc88hrbNwFQlsKbY6tOn7qA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-image@2.12.0: - resolution: {integrity: sha512-iCkSdUVa40DxhkkYjYuYHr9MJGVw+QnQuN5UC+e/yBgJQY+1tQL8UH0+YU/h0GHTzh5Sm+y+g51gOFxHt1dj7Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-line@2.12.0: - resolution: {integrity: sha512-RcpKmmpKlk+R8mM5wA2v64Lv1jvXtU4SrBDv3vbdRodKbKaWGGzymzav1Q0hYyDyUZgplEK/a5ZwrfrOwmgYGA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-multiline-text@2.12.0: - resolution: {integrity: sha512-67N/IkBntH4zo2LhKccsDnxlBAKiqGPCRh5yWr9EWgq2tyXEYLy8xc742qQQtU8ux2cHG35lAPXLh3CB/Lb7/Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-path@2.12.0: - resolution: {integrity: sha512-V9aNSt4wMfIlQ+EKSgQogGyy1vO+w3aX6cHF15KzGwCP8xFmHeXskrxrGNp6Hjq6ae1L25mHKtXolmkEhKQv4w==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-polygon@2.12.0: - resolution: {integrity: sha512-5YEy7HVMt1Obxd/jnlsjajchAlYMr9eRZWN+lSjcFSH6Ibra7h59YuJVnwxOxAobpijGxsNiBX0PuGQnB47pmA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-rounded-rect@2.12.0: - resolution: {integrity: sha512-262GcJWrGVTG+6wOWYJU0UrclM+HhMlEZxIBDeWvurYxPO19EJqNKw6fjmzLIAdHrvo6XLU8M3PxF71cBmTXVQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-spiral@2.12.0: - resolution: {integrity: sha512-YuHEYcZkIDzHvb52sDiKbF9MNEM6l4YTjJXexD9fp3RgpTsYEngPH2EcRbEZP7BBegTzSxqycJRJZw9SoTbFYg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-square@2.12.0: - resolution: {integrity: sha512-33vfajHqmlODKaUzyPI/aVhnAOT09V7nfEPNl8DD0cfiNikEuPkbFqgJezJuE55ebtVo7BZPDA9o7GYbWxQNuw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-star@2.12.0: - resolution: {integrity: sha512-4sfG/BBqm2qBnPLASl2L5aBfCx86cmZLXeh49Un+TIR1F5Qh4XUFsahgVOG0vkZQa+rOsZPEH04xY5feWmj90g==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-shape-text@2.12.0: - resolution: {integrity: sha512-v2/FCA+hyTbDqp2ymFOe97h/NFb2eezECMrdirHWew3E3qlvj9S/xBibjbpZva2gnXcasBwxn0+LxKbgGdP0rA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-slim@2.12.0: - resolution: {integrity: sha512-27w9aGAAAPKHvP4LHzWFpyqu7wKyulayyaZ/L6Tuuejy4KP4BBEB4rY5GG91yvAPsLtr6rwWAn3yS+uxnBDpkA==} - dependencies: - tsparticles-basic: 2.12.0 - tsparticles-engine: 2.12.0 - tsparticles-interaction-external-attract: 2.12.0 - tsparticles-interaction-external-bounce: 2.12.0 - tsparticles-interaction-external-bubble: 2.12.0 - tsparticles-interaction-external-connect: 2.12.0 - tsparticles-interaction-external-grab: 2.12.0 - tsparticles-interaction-external-pause: 2.12.0 - tsparticles-interaction-external-push: 2.12.0 - tsparticles-interaction-external-remove: 2.12.0 - tsparticles-interaction-external-repulse: 2.12.0 - tsparticles-interaction-external-slow: 2.12.0 - tsparticles-interaction-particles-attract: 2.12.0 - tsparticles-interaction-particles-collisions: 2.12.0 - tsparticles-interaction-particles-links: 2.12.0 - tsparticles-move-base: 2.12.0 - tsparticles-move-parallax: 2.12.0 - tsparticles-particles.js: 2.12.0 - tsparticles-plugin-easing-quad: 2.12.0 - tsparticles-shape-circle: 2.12.0 - tsparticles-shape-image: 2.12.0 - tsparticles-shape-line: 2.12.0 - tsparticles-shape-polygon: 2.12.0 - tsparticles-shape-square: 2.12.0 - tsparticles-shape-star: 2.12.0 - tsparticles-shape-text: 2.12.0 - tsparticles-updater-color: 2.12.0 - tsparticles-updater-life: 2.12.0 - tsparticles-updater-opacity: 2.12.0 - tsparticles-updater-out-modes: 2.12.0 - tsparticles-updater-rotate: 2.12.0 - tsparticles-updater-size: 2.12.0 - tsparticles-updater-stroke-color: 2.12.0 - dev: false - - /tsparticles-updater-color@2.12.0: - resolution: {integrity: sha512-KcG3a8zd0f8CTiOrylXGChBrjhKcchvDJjx9sp5qpwQK61JlNojNCU35xoaSk2eEHeOvFjh0o3CXWUmYPUcBTQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-destroy@2.12.0: - resolution: {integrity: sha512-6NN3dJhxACvzbIGL4dADbYQSZJmdHfwjujj1uvnxdMbb2x8C/AZzGxiN33smo4jkrZ5VLEWZWCJPJ8aOKjQ2Sg==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-gradient@2.12.0: - resolution: {integrity: sha512-Hvj0FU0GXwI8ythPCEmbPE6bCHqgTdRYLtXMX3IwJr7cN15VFyAoB8zZLn3hf8+FtXaVRfO0SI/K+/NVd3/1Uw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-life@2.12.0: - resolution: {integrity: sha512-J7RWGHAZkowBHpcLpmjKsxwnZZJ94oGEL2w+wvW1/+ZLmAiFFF6UgU0rHMC5CbHJT4IPx9cbkYMEHsBkcRJ0Bw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-opacity@2.12.0: - resolution: {integrity: sha512-YUjMsgHdaYi4HN89LLogboYcCi1o9VGo21upoqxq19yRy0hRCtx2NhH22iHF/i5WrX6jqshN0iuiiNefC53CsA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-orbit@2.12.0: - resolution: {integrity: sha512-q4fg3ST3m1TOZq+4JqlOjBBaZ9QBFS47nz67GU4phDd+El+E6dda7GserBQ8b54zvOhE4ZFxv7dz2ph9TsjZ3w==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-out-modes@2.12.0: - resolution: {integrity: sha512-owBp4Gk0JNlSrmp12XVEeBroDhLZU+Uq3szbWlHGSfcR88W4c/0bt0FiH5bHUqORIkw+m8O56hCjbqwj69kpOQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-roll@2.12.0: - resolution: {integrity: sha512-dxoxY5jP4C9x15BxlUv5/Q8OjUPBiE09ToXRyBxea9aEJ7/iMw6odvi1HuT0H1vTIfV7o1MYawjeCbMycvODKQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-rotate@2.12.0: - resolution: {integrity: sha512-waOFlGFmEZOzsQg4C4VSejNVXGf4dMf3fsnQrEROASGf1FCd8B6WcZau7JtXSTFw0OUGuk8UGz36ETWN72DkCw==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-size@2.12.0: - resolution: {integrity: sha512-B0yRdEDd/qZXCGDL/ussHfx5YJ9UhTqNvmS5X2rR2hiZhBAE2fmsXLeWkdtF2QusjPeEqFDxrkGiLOsh6poqRA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-stroke-color@2.12.0: - resolution: {integrity: sha512-MPou1ZDxsuVq6SN1fbX+aI5yrs6FyP2iPCqqttpNbWyL+R6fik1rL0ab/x02B57liDXqGKYomIbBQVP3zUTW1A==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-tilt@2.12.0: - resolution: {integrity: sha512-HDEFLXazE+Zw+kkKKAiv0Fs9D9sRP61DoCR6jZ36ipea6OBgY7V1Tifz2TSR1zoQkk57ER9+EOQbkSQO+YIPGQ==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-twinkle@2.12.0: - resolution: {integrity: sha512-JhK/DO4kTx7IFwMBP2EQY9hBaVVvFnGBvX21SQWcjkymmN1hZ+NdcgUtR9jr4jUiiSNdSl7INaBuGloVjWvOgA==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles-updater-wobble@2.12.0: - resolution: {integrity: sha512-85FIRl95ipD3jfIsQdDzcUC5PRMWIrCYqBq69nIy9P8rsNzygn+JK2n+P1VQZowWsZvk0mYjqb9OVQB21Lhf6Q==} - dependencies: - tsparticles-engine: 2.12.0 - dev: false - - /tsparticles@2.12.0: - resolution: {integrity: sha512-aw77llkaEhcKYUHuRlggA6SB1Dpa814/nrStp9USGiDo5QwE1Ckq30QAgdXU6GRvnblUFsiO750ZuLQs5Y0tVw==} + /tsparticles@3.0.0-beta.1: + resolution: {integrity: sha512-CAAOUqu4iHZwLkb3lx7sg8A6hdPKgTf9ACXsTCsvNJxFGX2IdunRYTQMsLSypwlE9KxJeJeBqAFz1F2Y8Sc9BA==} dependencies: - tsparticles-engine: 2.12.0 - tsparticles-interaction-external-trail: 2.12.0 - tsparticles-plugin-absorbers: 2.12.0 - tsparticles-plugin-emitters: 2.12.0 - tsparticles-slim: 2.12.0 - tsparticles-updater-destroy: 2.12.0 - tsparticles-updater-roll: 2.12.0 - tsparticles-updater-tilt: 2.12.0 - tsparticles-updater-twinkle: 2.12.0 - tsparticles-updater-wobble: 2.12.0 + '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/interaction-external-trail': 3.0.0-beta.1 + '@tsparticles/plugin-absorbers': 3.0.0-beta.1 + '@tsparticles/plugin-emitters': 3.0.0-beta.1 + '@tsparticles/slim': 3.0.0-beta.1 + '@tsparticles/updater-destroy': 3.0.0-beta.1 + '@tsparticles/updater-roll': 3.0.0-beta.1 + '@tsparticles/updater-tilt': 3.0.0-beta.1 + '@tsparticles/updater-twinkle': 3.0.0-beta.1 + '@tsparticles/updater-wobble': 3.0.0-beta.1 dev: false /tuf-js@1.1.7: diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index 6aa8cc5..1559e6d 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles @@ -29,148 +29,148 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.9.2...tsparticles-preset-big-circles@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.9.2...@tsparticles/preset-big-circles@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.9.1...tsparticles-preset-big-circles@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.9.1...@tsparticles/preset-big-circles@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.9.0...tsparticles-preset-big-circles@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.9.0...@tsparticles/preset-big-circles@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.8.0...tsparticles-preset-big-circles@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.8.0...@tsparticles/preset-big-circles@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.7.1...tsparticles-preset-big-circles@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.7.1...@tsparticles/preset-big-circles@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.7.0...tsparticles-preset-big-circles@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.7.0...@tsparticles/preset-big-circles@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.6.0...tsparticles-preset-big-circles@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.6.0...@tsparticles/preset-big-circles@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.5.3...tsparticles-preset-big-circles@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.5.3...@tsparticles/preset-big-circles@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.5.2...tsparticles-preset-big-circles@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.5.2...@tsparticles/preset-big-circles@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.5.1...tsparticles-preset-big-circles@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.5.1...@tsparticles/preset-big-circles@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.5.0...tsparticles-preset-big-circles@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.5.0...@tsparticles/preset-big-circles@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.4.0...tsparticles-preset-big-circles@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.4.0...@tsparticles/preset-big-circles@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.3.4...tsparticles-preset-big-circles@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.3.4...@tsparticles/preset-big-circles@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.3.3...tsparticles-preset-big-circles@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.3.3...@tsparticles/preset-big-circles@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.3.2...tsparticles-preset-big-circles@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.3.2...@tsparticles/preset-big-circles@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.3.1...tsparticles-preset-big-circles@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.3.1...@tsparticles/preset-big-circles@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.3.0...tsparticles-preset-big-circles@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.3.0...@tsparticles/preset-big-circles@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.2.4...tsparticles-preset-big-circles@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.2.4...@tsparticles/preset-big-circles@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.2.2...tsparticles-preset-big-circles@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.2.2...@tsparticles/preset-big-circles@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.2.2...tsparticles-preset-big-circles@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.2.2...@tsparticles/preset-big-circles@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.2.1...tsparticles-preset-big-circles@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.2.1...@tsparticles/preset-big-circles@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.2.0...tsparticles-preset-big-circles@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.2.0...@tsparticles/preset-big-circles@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.1.4...tsparticles-preset-big-circles@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.1.4...@tsparticles/preset-big-circles@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.1.3...tsparticles-preset-big-circles@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.1.3...@tsparticles/preset-big-circles@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.1.2...tsparticles-preset-big-circles@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.1.2...@tsparticles/preset-big-circles@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.1.1...tsparticles-preset-big-circles@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.1.1...@tsparticles/preset-big-circles@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.1.0...tsparticles-preset-big-circles@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.1.0...@tsparticles/preset-big-circles@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.6...tsparticles-preset-big-circles@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.6...@tsparticles/preset-big-circles@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.5...tsparticles-preset-big-circles@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.5...@tsparticles/preset-big-circles@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.4...tsparticles-preset-big-circles@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.4...@tsparticles/preset-big-circles@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.43.1...tsparticles-preset-big-circles@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.43.1...@tsparticles/preset-big-circles@2.0.4) (2022-04-06) ### Bug Fixes @@ -186,25 +186,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.1...tsparticles-preset-big-circles@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.1...@tsparticles/preset-big-circles@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.43.0...tsparticles-preset-big-circles@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.43.0...@tsparticles/preset-big-circles@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.4...tsparticles-preset-big-circles@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.4...@tsparticles/preset-big-circles@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.3...tsparticles-preset-big-circles@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.3...@tsparticles/preset-big-circles@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.2...tsparticles-preset-big-circles@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.2...@tsparticles/preset-big-circles@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.1...tsparticles-preset-big-circles@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.1...@tsparticles/preset-big-circles@1.42.2) (2022-03-14) ### Bug Fixes @@ -219,7 +219,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.4...tsparticles-preset-big-circles@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.4...@tsparticles/preset-big-circles@2.0.2) (2022-02-21) ### Bug Fixes @@ -235,37 +235,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.42.0...tsparticles-preset-big-circles@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.42.0...@tsparticles/preset-big-circles@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.6...tsparticles-preset-big-circles@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.6...@tsparticles/preset-big-circles@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.0...tsparticles-preset-big-circles@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.0...@tsparticles/preset-big-circles@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.5...tsparticles-preset-big-circles@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.5...@tsparticles/preset-big-circles@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.4...tsparticles-preset-big-circles@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.4...@tsparticles/preset-big-circles@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.3...tsparticles-preset-big-circles@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.3...@tsparticles/preset-big-circles@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.2...tsparticles-preset-big-circles@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.2...@tsparticles/preset-big-circles@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.1...tsparticles-preset-big-circles@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.1...@tsparticles/preset-big-circles@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.1...tsparticles-preset-big-circles@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.1...@tsparticles/preset-big-circles@2.0.0) (2022-02-15) ### Bug Fixes @@ -280,32 +280,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.24.2...tsparticles-preset-big-circles@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.24.2...@tsparticles/preset-big-circles@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.41.0...tsparticles-preset-big-circles@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.41.0...@tsparticles/preset-big-circles@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.40.2...tsparticles-preset-big-circles@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.40.2...@tsparticles/preset-big-circles@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.40.1...tsparticles-preset-big-circles@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.40.1...@tsparticles/preset-big-circles@1.40.2) (2022-02-07) ### Bug Fixes - **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.40.0...tsparticles-preset-big-circles@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.40.0...@tsparticles/preset-big-circles@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.24.3...tsparticles-preset-big-circles@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.24.3...@tsparticles/preset-big-circles@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.24.2...tsparticles-preset-big-circles@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.24.2...@tsparticles/preset-big-circles@1.24.3) (2022-02-02) ### Features @@ -316,7 +316,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.0-beta.3...tsparticles-preset-big-circles@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.0-beta.3...@tsparticles/preset-big-circles@2.0.0-beta.4) (2021-12-07) ### Features @@ -324,7 +324,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.5...tsparticles-preset-big-circles@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.5...@tsparticles/preset-big-circles@2.0.0-beta.3) (2021-12-04) ### Features @@ -333,7 +333,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.4...tsparticles-preset-big-circles@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.4...@tsparticles/preset-big-circles@2.0.0-beta.2) (2021-10-06) ### Features @@ -342,63 +342,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.24.1...tsparticles-preset-big-circles@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.24.1...@tsparticles/preset-big-circles@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.24.0...tsparticles-preset-big-circles@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.24.0...@tsparticles/preset-big-circles@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.23.0...tsparticles-preset-big-circles@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.23.0...@tsparticles/preset-big-circles@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.6...tsparticles-preset-big-circles@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.6...@tsparticles/preset-big-circles@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.5...tsparticles-preset-big-circles@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.5...@tsparticles/preset-big-circles@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.4...tsparticles-preset-big-circles@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.4...@tsparticles/preset-big-circles@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.3...tsparticles-preset-big-circles@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.3...@tsparticles/preset-big-circles@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.2...tsparticles-preset-big-circles@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.2...@tsparticles/preset-big-circles@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.1...tsparticles-preset-big-circles@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.1...@tsparticles/preset-big-circles@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.22.0...tsparticles-preset-big-circles@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.22.0...@tsparticles/preset-big-circles@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@2.0.0-beta.0...tsparticles-preset-big-circles@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.0.0-beta.0...@tsparticles/preset-big-circles@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.21.0...tsparticles-preset-big-circles@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.21.0...@tsparticles/preset-big-circles@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.4...tsparticles-preset-big-circles@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.4...@tsparticles/preset-big-circles@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.3...tsparticles-preset-big-circles@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.3...@tsparticles/preset-big-circles@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.3...tsparticles-preset-big-circles@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.3...@tsparticles/preset-big-circles@2.0.0-beta.0) (2021-10-06) ### Features @@ -407,27 +407,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.2...tsparticles-preset-big-circles@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.2...@tsparticles/preset-big-circles@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.1...tsparticles-preset-big-circles@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.1...@tsparticles/preset-big-circles@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.20.0...tsparticles-preset-big-circles@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.20.0...@tsparticles/preset-big-circles@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.19.1...tsparticles-preset-big-circles@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.19.1...@tsparticles/preset-big-circles@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.19.0...tsparticles-preset-big-circles@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.19.0...@tsparticles/preset-big-circles@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.18.3...tsparticles-preset-big-circles@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.18.3...@tsparticles/preset-big-circles@1.19.0) (2021-08-23) ### Bug Fixes @@ -438,56 +438,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.18.2...tsparticles-preset-big-circles@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.18.2...@tsparticles/preset-big-circles@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.18.1...tsparticles-preset-big-circles@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.18.1...@tsparticles/preset-big-circles@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.18.0...tsparticles-preset-big-circles@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.18.0...@tsparticles/preset-big-circles@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.17.0...tsparticles-preset-big-circles@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.17.0...@tsparticles/preset-big-circles@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0...tsparticles-preset-big-circles@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0...@tsparticles/preset-big-circles@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.5...tsparticles-preset-big-circles@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.5...@tsparticles/preset-big-circles@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.4...tsparticles-preset-big-circles@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.4...@tsparticles/preset-big-circles@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.3...tsparticles-preset-big-circles@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.3...@tsparticles/preset-big-circles@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.2...tsparticles-preset-big-circles@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.2...@tsparticles/preset-big-circles@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.1...tsparticles-preset-big-circles@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.1...@tsparticles/preset-big-circles@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.3.0-beta.0...tsparticles-preset-big-circles@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.3.0-beta.0...@tsparticles/preset-big-circles@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.2.13...tsparticles-preset-big-circles@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.2.13...@tsparticles/preset-big-circles@1.3.0-beta.0) (2020-10-02) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles -## [1.2.11-alpha.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-big-circles@1.2.10...tsparticles-preset-big-circles@1.2.11-alpha.0) (2020-08-22) +## [1.2.11-alpha.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@1.2.10...@tsparticles/preset-big-circles@1.2.11-alpha.0) (2020-08-22) -**Note:** Version bump only for package tsparticles-preset-big-circles +**Note:** Version bump only for package @tsparticles/preset-big-circles diff --git a/presets/bigCircles/README.md b/presets/bigCircles/README.md index 283aed9..03594c3 100644 --- a/presets/bigCircles/README.md +++ b/presets/bigCircles/README.md @@ -2,7 +2,7 @@ # tsParticles Big Circles Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-big-circles/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-big-circles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-big-circles.svg)](https://www.npmjs.com/package/tsparticles-preset-big-circles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-big-circles)](https://www.npmjs.com/package/tsparticles-preset-big-circles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-big-circles/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-big-circles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-big-circles.svg)](https://www.npmjs.com/package/@tsparticles/preset-big-circles) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-big-circles)](https://www.npmjs.com/package/@tsparticles/preset-big-circles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for big colored circles on a white background. @@ -22,19 +22,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-big-circles): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-big-circles): ```html - - - - - - - - - - + + + + + + + + + + ``` #### Bundle @@ -42,7 +42,7 @@ from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-big-circ A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -85,8 +85,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadBigCirclesPreset } from "tsparticles-preset-big-circles"; +import type { Engine } from "@tsparticles/engine"; +import { loadBigCirclesPreset } from "@tsparticles/preset-big-circles"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 72856c0..8ca8abd 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-big-circles", - "version": "2.12.0", + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.1", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 02d8180..02b65e9 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-big-circles", - "version": "2.12.0", + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.1", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/bigCircles/src/bundle.ts b/presets/bigCircles/src/bundle.ts index 99a4d9f..a79dd1f 100644 --- a/presets/bigCircles/src/bundle.ts +++ b/presets/bigCircles/src/bundle.ts @@ -1,5 +1,5 @@ import { loadBigCirclesPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadBigCirclesPreset(tsParticles); diff --git a/presets/bigCircles/src/index.ts b/presets/bigCircles/src/index.ts index 6f6fe1f..b796e05 100644 --- a/presets/bigCircles/src/index.ts +++ b/presets/bigCircles/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; import { options } from "./options"; /** diff --git a/presets/bigCircles/src/options.ts b/presets/bigCircles/src/options.ts index bf13690..39b8416 100644 --- a/presets/bigCircles/src/options.ts +++ b/presets/bigCircles/src/options.ts @@ -1,4 +1,4 @@ -import { type ISourceOptions, MoveDirection, OutMode } from "tsparticles-engine"; +import { type ISourceOptions, MoveDirection, OutMode } from "@tsparticles/engine"; export const options: ISourceOptions = { fpsLimit: 120, diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index 49614f9..1afc5ec 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles @@ -29,148 +29,148 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.9.2...tsparticles-preset-bubbles@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.9.2...@tsparticles/preset-bubbles@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.9.1...tsparticles-preset-bubbles@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.9.1...@tsparticles/preset-bubbles@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.9.0...tsparticles-preset-bubbles@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.9.0...@tsparticles/preset-bubbles@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.8.0...tsparticles-preset-bubbles@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.8.0...@tsparticles/preset-bubbles@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.7.1...tsparticles-preset-bubbles@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.7.1...@tsparticles/preset-bubbles@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.7.0...tsparticles-preset-bubbles@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.7.0...@tsparticles/preset-bubbles@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.6.0...tsparticles-preset-bubbles@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.6.0...@tsparticles/preset-bubbles@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.5.3...tsparticles-preset-bubbles@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.5.3...@tsparticles/preset-bubbles@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.5.2...tsparticles-preset-bubbles@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.5.2...@tsparticles/preset-bubbles@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.5.1...tsparticles-preset-bubbles@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.5.1...@tsparticles/preset-bubbles@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.5.0...tsparticles-preset-bubbles@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.5.0...@tsparticles/preset-bubbles@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.4.0...tsparticles-preset-bubbles@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.4.0...@tsparticles/preset-bubbles@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.3.4...tsparticles-preset-bubbles@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.3.4...@tsparticles/preset-bubbles@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.3.3...tsparticles-preset-bubbles@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.3.3...@tsparticles/preset-bubbles@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.3.2...tsparticles-preset-bubbles@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.3.2...@tsparticles/preset-bubbles@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.3.1...tsparticles-preset-bubbles@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.3.1...@tsparticles/preset-bubbles@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.3.0...tsparticles-preset-bubbles@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.3.0...@tsparticles/preset-bubbles@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.2.4...tsparticles-preset-bubbles@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.2.4...@tsparticles/preset-bubbles@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.2.2...tsparticles-preset-bubbles@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.2.2...@tsparticles/preset-bubbles@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.2.2...tsparticles-preset-bubbles@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.2.2...@tsparticles/preset-bubbles@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.2.1...tsparticles-preset-bubbles@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.2.1...@tsparticles/preset-bubbles@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.2.0...tsparticles-preset-bubbles@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.2.0...@tsparticles/preset-bubbles@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.1.4...tsparticles-preset-bubbles@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.1.4...@tsparticles/preset-bubbles@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.1.3...tsparticles-preset-bubbles@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.1.3...@tsparticles/preset-bubbles@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.1.2...tsparticles-preset-bubbles@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.1.2...@tsparticles/preset-bubbles@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.1.1...tsparticles-preset-bubbles@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.1.1...@tsparticles/preset-bubbles@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.1.0...tsparticles-preset-bubbles@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.1.0...@tsparticles/preset-bubbles@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.6...tsparticles-preset-bubbles@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.6...@tsparticles/preset-bubbles@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.5...tsparticles-preset-bubbles@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.5...@tsparticles/preset-bubbles@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.4...tsparticles-preset-bubbles@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.4...@tsparticles/preset-bubbles@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.43.1...tsparticles-preset-bubbles@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.43.1...@tsparticles/preset-bubbles@2.0.4) (2022-04-06) ### Bug Fixes @@ -187,25 +187,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.1...tsparticles-preset-bubbles@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.1...@tsparticles/preset-bubbles@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.43.0...tsparticles-preset-bubbles@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.43.0...@tsparticles/preset-bubbles@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.4...tsparticles-preset-bubbles@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.4...@tsparticles/preset-bubbles@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.3...tsparticles-preset-bubbles@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.3...@tsparticles/preset-bubbles@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.2...tsparticles-preset-bubbles@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.2...@tsparticles/preset-bubbles@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.1...tsparticles-preset-bubbles@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.1...@tsparticles/preset-bubbles@1.42.2) (2022-03-14) ### Bug Fixes @@ -221,7 +221,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.4...tsparticles-preset-bubbles@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.4...@tsparticles/preset-bubbles@2.0.2) (2022-02-21) ### Bug Fixes @@ -238,37 +238,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.42.0...tsparticles-preset-bubbles@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.42.0...@tsparticles/preset-bubbles@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.6...tsparticles-preset-bubbles@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.6...@tsparticles/preset-bubbles@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.0...tsparticles-preset-bubbles@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.0...@tsparticles/preset-bubbles@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.5...tsparticles-preset-bubbles@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.5...@tsparticles/preset-bubbles@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.4...tsparticles-preset-bubbles@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.4...@tsparticles/preset-bubbles@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.3...tsparticles-preset-bubbles@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.3...@tsparticles/preset-bubbles@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.2...tsparticles-preset-bubbles@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.2...@tsparticles/preset-bubbles@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.1...tsparticles-preset-bubbles@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.1...@tsparticles/preset-bubbles@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.1...tsparticles-preset-bubbles@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.1...@tsparticles/preset-bubbles@2.0.0) (2022-02-15) ### Bug Fixes @@ -284,17 +284,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.24.2...tsparticles-preset-bubbles@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.24.2...@tsparticles/preset-bubbles@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.41.0...tsparticles-preset-bubbles@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.41.0...@tsparticles/preset-bubbles@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.40.2...tsparticles-preset-bubbles@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.40.2...@tsparticles/preset-bubbles@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.40.1...tsparticles-preset-bubbles@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.40.1...@tsparticles/preset-bubbles@1.40.2) (2022-02-07) ### Bug Fixes @@ -302,15 +302,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removed deprecated options ([fc1676d](https://github.com/matteobruni/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.40.0...tsparticles-preset-bubbles@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.40.0...@tsparticles/preset-bubbles@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.24.3...tsparticles-preset-bubbles@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.24.3...@tsparticles/preset-bubbles@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.24.2...tsparticles-preset-bubbles@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.24.2...@tsparticles/preset-bubbles@1.24.3) (2022-02-02) ### Features @@ -321,7 +321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.0-beta.3...tsparticles-preset-bubbles@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.0-beta.3...@tsparticles/preset-bubbles@2.0.0-beta.4) (2021-12-07) ### Features @@ -329,7 +329,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.5...tsparticles-preset-bubbles@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.5...@tsparticles/preset-bubbles@2.0.0-beta.3) (2021-12-04) ### Features @@ -338,7 +338,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.4...tsparticles-preset-bubbles@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.4...@tsparticles/preset-bubbles@2.0.0-beta.2) (2021-10-06) ### Features @@ -347,63 +347,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.24.1...tsparticles-preset-bubbles@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.24.1...@tsparticles/preset-bubbles@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.24.0...tsparticles-preset-bubbles@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.24.0...@tsparticles/preset-bubbles@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.23.0...tsparticles-preset-bubbles@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.23.0...@tsparticles/preset-bubbles@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.6...tsparticles-preset-bubbles@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.6...@tsparticles/preset-bubbles@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.5...tsparticles-preset-bubbles@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.5...@tsparticles/preset-bubbles@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.4...tsparticles-preset-bubbles@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.4...@tsparticles/preset-bubbles@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.3...tsparticles-preset-bubbles@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.3...@tsparticles/preset-bubbles@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.2...tsparticles-preset-bubbles@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.2...@tsparticles/preset-bubbles@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.1...tsparticles-preset-bubbles@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.1...@tsparticles/preset-bubbles@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.22.0...tsparticles-preset-bubbles@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.22.0...@tsparticles/preset-bubbles@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@2.0.0-beta.0...tsparticles-preset-bubbles@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.0.0-beta.0...@tsparticles/preset-bubbles@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.21.0...tsparticles-preset-bubbles@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.21.0...@tsparticles/preset-bubbles@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.4...tsparticles-preset-bubbles@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.4...@tsparticles/preset-bubbles@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.3...tsparticles-preset-bubbles@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.3...@tsparticles/preset-bubbles@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.3...tsparticles-preset-bubbles@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.3...@tsparticles/preset-bubbles@2.0.0-beta.0) (2021-10-06) ### Features @@ -412,27 +412,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.2...tsparticles-preset-bubbles@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.2...@tsparticles/preset-bubbles@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.1...tsparticles-preset-bubbles@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.1...@tsparticles/preset-bubbles@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.20.0...tsparticles-preset-bubbles@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.20.0...@tsparticles/preset-bubbles@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.19.1...tsparticles-preset-bubbles@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.19.1...@tsparticles/preset-bubbles@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.19.0...tsparticles-preset-bubbles@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.19.0...@tsparticles/preset-bubbles@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.18.3...tsparticles-preset-bubbles@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.18.3...@tsparticles/preset-bubbles@1.19.0) (2021-08-23) ### Bug Fixes @@ -443,20 +443,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.18.2...tsparticles-preset-bubbles@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.18.2...@tsparticles/preset-bubbles@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.18.1...tsparticles-preset-bubbles@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.18.1...@tsparticles/preset-bubbles@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.18.0...tsparticles-preset-bubbles@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.18.0...@tsparticles/preset-bubbles@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-bubbles@1.17.0...tsparticles-preset-bubbles@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@1.17.0...@tsparticles/preset-bubbles@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-bubbles +**Note:** Version bump only for package @tsparticles/preset-bubbles diff --git a/presets/bubbles/README.md b/presets/bubbles/README.md index 37a8f5a..c623d91 100644 --- a/presets/bubbles/README.md +++ b/presets/bubbles/README.md @@ -2,7 +2,7 @@ # tsParticles Bubbles Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-bubbles/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-bubbles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-bubbles.svg)](https://www.npmjs.com/package/tsparticles-preset-bubbles) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-bubbles)](https://www.npmjs.com/package/tsparticles-preset-bubbles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-bubbles/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-bubbles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-bubbles.svg)](https://www.npmjs.com/package/@tsparticles/preset-bubbles) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-bubbles)](https://www.npmjs.com/package/@tsparticles/preset-bubbles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for colored bubbles coming from the bottom of the screen on a white background. @@ -23,19 +23,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-bubbles): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-bubbles): ```html - - - - - - - - - - + + + + + + + + + + ``` #### Bundle @@ -43,7 +43,7 @@ from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-bubbles) A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -86,8 +86,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadBubblesPreset } from "tsparticles-preset-bubbles"; +import type { Engine } from "@tsparticles/engine"; +import { loadBubblesPreset } from "@tsparticles/preset-bubbles"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 0318067..fdd7533 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-bubbles", - "version": "2.12.0", + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.1", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 5274a85..393fc59 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-bubbles", - "version": "2.12.0", + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.1", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/bubbles/src/bundle.ts b/presets/bubbles/src/bundle.ts index 9b502d7..008455b 100644 --- a/presets/bubbles/src/bundle.ts +++ b/presets/bubbles/src/bundle.ts @@ -1,5 +1,5 @@ import { loadBubblesPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadBubblesPreset(tsParticles); diff --git a/presets/bubbles/src/index.ts b/presets/bubbles/src/index.ts index a54e059..c19c87d 100644 --- a/presets/bubbles/src/index.ts +++ b/presets/bubbles/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; import { options } from "./options"; /** diff --git a/presets/bubbles/src/options.ts b/presets/bubbles/src/options.ts index debf67c..10c035c 100644 --- a/presets/bubbles/src/options.ts +++ b/presets/bubbles/src/options.ts @@ -1,4 +1,4 @@ -import { type ISourceOptions, MoveDirection, OutMode } from "tsparticles-engine"; +import { type ISourceOptions, MoveDirection, OutMode } from "@tsparticles/engine"; export const options: ISourceOptions = { fpsLimit: 120, diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index f9945c4..1d94077 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti @@ -29,44 +29,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.9.2...tsparticles-preset-confetti@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.9.2...@tsparticles/preset-confetti@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.9.1...tsparticles-preset-confetti@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.9.1...@tsparticles/preset-confetti@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.9.0...tsparticles-preset-confetti@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.9.0...@tsparticles/preset-confetti@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.8.0...tsparticles-preset-confetti@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.8.0...@tsparticles/preset-confetti@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) - creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/matteobruni/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.7.1...tsparticles-preset-confetti@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.7.1...@tsparticles/preset-confetti@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.7.0...tsparticles-preset-confetti@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.7.0...@tsparticles/preset-confetti@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.6.0...tsparticles-preset-confetti@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.6.0...@tsparticles/preset-confetti@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.5.3...tsparticles-preset-confetti@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.5.3...@tsparticles/preset-confetti@2.6.0) (2022-12-06) ### Bug Fixes @@ -76,68 +76,68 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.5.2...tsparticles-preset-confetti@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.5.2...@tsparticles/preset-confetti@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.5.1...tsparticles-preset-confetti@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.5.1...@tsparticles/preset-confetti@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.5.0...tsparticles-preset-confetti@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.5.0...@tsparticles/preset-confetti@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.4.0...tsparticles-preset-confetti@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.4.0...@tsparticles/preset-confetti@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.3.4...tsparticles-preset-confetti@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.3.4...@tsparticles/preset-confetti@2.4.0) (2022-10-30) ### Features - created motion plugin for handling motion sickness ([c8b5b09](https://github.com/matteobruni/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.3.3...tsparticles-preset-confetti@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.3.3...@tsparticles/preset-confetti@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.3.2...tsparticles-preset-confetti@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.3.2...@tsparticles/preset-confetti@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.3.1...tsparticles-preset-confetti@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.3.1...@tsparticles/preset-confetti@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.3.0...tsparticles-preset-confetti@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.3.0...@tsparticles/preset-confetti@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.2.4...tsparticles-preset-confetti@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.2.4...@tsparticles/preset-confetti@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.2.2...tsparticles-preset-confetti@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.2.2...@tsparticles/preset-confetti@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.2.2...tsparticles-preset-confetti@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.2.2...@tsparticles/preset-confetti@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.2.1...tsparticles-preset-confetti@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.2.1...@tsparticles/preset-confetti@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.2.0...tsparticles-preset-confetti@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.2.0...@tsparticles/preset-confetti@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.1.4...tsparticles-preset-confetti@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.1.4...@tsparticles/preset-confetti@2.2.0) (2022-08-11) ### Bug Fixes @@ -147,42 +147,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/matteobruni/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.1.3...tsparticles-preset-confetti@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.1.3...@tsparticles/preset-confetti@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.1.2...tsparticles-preset-confetti@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.1.2...@tsparticles/preset-confetti@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.1.1...tsparticles-preset-confetti@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.1.1...@tsparticles/preset-confetti@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.1.0...tsparticles-preset-confetti@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.1.0...@tsparticles/preset-confetti@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.6...tsparticles-preset-confetti@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.6...@tsparticles/preset-confetti@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.5...tsparticles-preset-confetti@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.5...@tsparticles/preset-confetti@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.4...tsparticles-preset-confetti@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.4...@tsparticles/preset-confetti@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.43.1...tsparticles-preset-confetti@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.43.1...@tsparticles/preset-confetti@2.0.4) (2022-04-06) ### Bug Fixes @@ -199,25 +199,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.1...tsparticles-preset-confetti@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.1...@tsparticles/preset-confetti@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.43.0...tsparticles-preset-confetti@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.43.0...@tsparticles/preset-confetti@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.4...tsparticles-preset-confetti@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.4...@tsparticles/preset-confetti@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.3...tsparticles-preset-confetti@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.3...@tsparticles/preset-confetti@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.2...tsparticles-preset-confetti@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.2...@tsparticles/preset-confetti@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.1...tsparticles-preset-confetti@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.1...@tsparticles/preset-confetti@1.42.2) (2022-03-14) ### Bug Fixes @@ -233,23 +233,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.4...tsparticles-preset-confetti@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.4...@tsparticles/preset-confetti@2.0.2) (2022-02-21) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.42.0...tsparticles-preset-confetti@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.42.0...@tsparticles/preset-confetti@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.6...tsparticles-preset-confetti@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.6...@tsparticles/preset-confetti@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.5...tsparticles-preset-confetti@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.5...@tsparticles/preset-confetti@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.4...tsparticles-preset-confetti@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.4...@tsparticles/preset-confetti@1.41.5) (2022-02-24) ### Bug Fixes @@ -265,23 +265,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.0...tsparticles-preset-confetti@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.0...@tsparticles/preset-confetti@2.0.1) (2022-02-15) - fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.3...tsparticles-preset-confetti@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.3...@tsparticles/preset-confetti@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.2...tsparticles-preset-confetti@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.2...@tsparticles/preset-confetti@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.1...tsparticles-preset-confetti@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.1...@tsparticles/preset-confetti@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.1...tsparticles-preset-confetti@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.1...@tsparticles/preset-confetti@2.0.0) (2022-02-15) ### Bug Fixes @@ -297,17 +297,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.24.2...tsparticles-preset-confetti@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.24.2...@tsparticles/preset-confetti@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.41.0...tsparticles-preset-confetti@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.41.0...@tsparticles/preset-confetti@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.40.2...tsparticles-preset-confetti@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.40.2...@tsparticles/preset-confetti@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.40.1...tsparticles-preset-confetti@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.40.1...@tsparticles/preset-confetti@1.40.2) (2022-02-07) ### Bug Fixes @@ -315,15 +315,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removed deprecated options ([fc1676d](https://github.com/matteobruni/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.40.0...tsparticles-preset-confetti@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.40.0...@tsparticles/preset-confetti@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.24.3...tsparticles-preset-confetti@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.24.3...@tsparticles/preset-confetti@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.24.2...tsparticles-preset-confetti@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.24.2...@tsparticles/preset-confetti@1.24.3) (2022-02-02) ### Features @@ -334,7 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.0-beta.3...tsparticles-preset-confetti@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.0-beta.3...@tsparticles/preset-confetti@2.0.0-beta.4) (2021-12-07) ### Features @@ -342,7 +342,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.5...tsparticles-preset-confetti@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.5...@tsparticles/preset-confetti@2.0.0-beta.3) (2021-12-04) ### Features @@ -351,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.4...tsparticles-preset-confetti@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.4...@tsparticles/preset-confetti@2.0.0-beta.2) (2021-10-06) ### Features @@ -360,63 +360,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.24.1...tsparticles-preset-confetti@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.24.1...@tsparticles/preset-confetti@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.24.0...tsparticles-preset-confetti@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.24.0...@tsparticles/preset-confetti@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.23.0...tsparticles-preset-confetti@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.23.0...@tsparticles/preset-confetti@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.6...tsparticles-preset-confetti@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.6...@tsparticles/preset-confetti@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.5...tsparticles-preset-confetti@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.5...@tsparticles/preset-confetti@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.4...tsparticles-preset-confetti@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.4...@tsparticles/preset-confetti@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.3...tsparticles-preset-confetti@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.3...@tsparticles/preset-confetti@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.2...tsparticles-preset-confetti@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.2...@tsparticles/preset-confetti@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.1...tsparticles-preset-confetti@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.1...@tsparticles/preset-confetti@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.22.0...tsparticles-preset-confetti@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.22.0...@tsparticles/preset-confetti@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@2.0.0-beta.0...tsparticles-preset-confetti@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.0.0-beta.0...@tsparticles/preset-confetti@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.21.0...tsparticles-preset-confetti@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.21.0...@tsparticles/preset-confetti@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.4...tsparticles-preset-confetti@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.4...@tsparticles/preset-confetti@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.3...tsparticles-preset-confetti@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.3...@tsparticles/preset-confetti@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.3...tsparticles-preset-confetti@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.3...@tsparticles/preset-confetti@2.0.0-beta.0) (2021-10-06) ### Features @@ -425,27 +425,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moving all updaters to external packages, breaking ([94bdde6](https://github.com/matteobruni/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.2...tsparticles-preset-confetti@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.2...@tsparticles/preset-confetti@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.1...tsparticles-preset-confetti@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.1...@tsparticles/preset-confetti@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.20.0...tsparticles-preset-confetti@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.20.0...@tsparticles/preset-confetti@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.19.1...tsparticles-preset-confetti@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.19.1...@tsparticles/preset-confetti@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.19.0...tsparticles-preset-confetti@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.19.0...@tsparticles/preset-confetti@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.18.3...tsparticles-preset-confetti@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.18.3...@tsparticles/preset-confetti@1.19.0) (2021-08-23) ### Bug Fixes @@ -457,20 +457,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.18.2...tsparticles-preset-confetti@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.18.2...@tsparticles/preset-confetti@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.18.1...tsparticles-preset-confetti@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.18.1...@tsparticles/preset-confetti@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.18.0...tsparticles-preset-confetti@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.18.0...@tsparticles/preset-confetti@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-confetti@1.17.0...tsparticles-preset-confetti@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@1.17.0...@tsparticles/preset-confetti@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-confetti +**Note:** Version bump only for package @tsparticles/preset-confetti diff --git a/presets/confetti/README.md b/presets/confetti/README.md index 3d73e4d..f024767 100644 --- a/presets/confetti/README.md +++ b/presets/confetti/README.md @@ -2,7 +2,7 @@ # tsParticles Confetti Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-confetti/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-confetti) [![npmjs](https://badge.fury.io/js/tsparticles-preset-confetti.svg)](https://www.npmjs.com/package/tsparticles-preset-confetti) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-confetti)](https://www.npmjs.com/package/tsparticles-preset-confetti) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-confetti/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-confetti) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-confetti.svg)](https://www.npmjs.com/package/@tsparticles/preset-confetti) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-confetti)](https://www.npmjs.com/package/@tsparticles/preset-confetti) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for white and red confetti launched from the screen center on a transparent background. @@ -23,25 +23,25 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once added the script you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-confetti): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-confetti): ```html - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + ``` #### Bundle @@ -49,7 +49,7 @@ from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-confetti A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -250,8 +250,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadConfettiPreset } from "tsparticles-preset-confetti"; +import type { Engine } from "@tsparticles/engine"; +import { loadConfettiPreset } from "@tsparticles/preset-confetti"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 91704de..4caa78d 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-confetti", - "version": "2.12.0", + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.1", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,15 +87,15 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-plugin-motion": "^2.12.0", - "tsparticles-shape-square": "^2.12.0", - "tsparticles-updater-life": "^2.12.0", - "tsparticles-updater-roll": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-tilt": "^2.12.0", - "tsparticles-updater-wobble": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/plugin-motion": "^3.0.0-beta.1", + "@tsparticles/shape-square": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1", + "@tsparticles/updater-roll": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-tilt": "^3.0.0-beta.1", + "@tsparticles/updater-wobble": "^3.0.0-beta.1" } } diff --git a/presets/confetti/package.json b/presets/confetti/package.json index cf6fa68..bec4fa4 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-confetti", - "version": "2.12.0", + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.1", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,15 +96,15 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-plugin-motion": "^2.12.0", - "tsparticles-shape-square": "^2.12.0", - "tsparticles-updater-life": "^2.12.0", - "tsparticles-updater-roll": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-tilt": "^2.12.0", - "tsparticles-updater-wobble": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/plugin-motion": "^3.0.0-beta.1", + "@tsparticles/shape-square": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1", + "@tsparticles/updater-roll": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-tilt": "^3.0.0-beta.1", + "@tsparticles/updater-wobble": "^3.0.0-beta.1" } } diff --git a/presets/confetti/src/bundle.ts b/presets/confetti/src/bundle.ts index 311d021..1165ef3 100644 --- a/presets/confetti/src/bundle.ts +++ b/presets/confetti/src/bundle.ts @@ -1,5 +1,5 @@ import { loadConfettiPreset } from "./index"; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; (async (): Promise => { await loadConfettiPreset(tsParticles); diff --git a/presets/confetti/src/index.ts b/presets/confetti/src/index.ts index 6dabff9..59b17de 100644 --- a/presets/confetti/src/index.ts +++ b/presets/confetti/src/index.ts @@ -1,13 +1,13 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; -import { loadLifeUpdater } from "tsparticles-updater-life"; -import { loadMotionPlugin } from "tsparticles-plugin-motion"; -import { loadRollUpdater } from "tsparticles-updater-roll"; -import { loadRotateUpdater } from "tsparticles-updater-rotate"; -import { loadSquareShape } from "tsparticles-shape-square"; -import { loadTiltUpdater } from "tsparticles-updater-tilt"; -import { loadWobbleUpdater } from "tsparticles-updater-wobble"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadLifeUpdater } from "@tsparticles/updater-life"; +import { loadMotionPlugin } from "@tsparticles/plugin-motion"; +import { loadRollUpdater } from "@tsparticles/updater-roll"; +import { loadRotateUpdater } from "@tsparticles/updater-rotate"; +import { loadSquareShape } from "@tsparticles/shape-square"; +import { loadTiltUpdater } from "@tsparticles/updater-tilt"; +import { loadWobbleUpdater } from "@tsparticles/updater-wobble"; import { options } from "./options"; /** diff --git a/presets/confetti/src/options.ts b/presets/confetti/src/options.ts index 68fe054..ae16161 100644 --- a/presets/confetti/src/options.ts +++ b/presets/confetti/src/options.ts @@ -1,4 +1,4 @@ -import type { ISourceOptions } from "tsparticles-engine"; +import type { ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { fullScreen: { diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index dc2465f..ca804ad 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire @@ -29,146 +29,146 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.9.2...tsparticles-preset-fire@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.9.2...@tsparticles/preset-fire@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.9.1...tsparticles-preset-fire@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.9.1...@tsparticles/preset-fire@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.9.0...tsparticles-preset-fire@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.9.0...@tsparticles/preset-fire@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.8.0...tsparticles-preset-fire@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.8.0...@tsparticles/preset-fire@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.7.1...tsparticles-preset-fire@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.7.1...@tsparticles/preset-fire@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.7.0...tsparticles-preset-fire@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.7.0...@tsparticles/preset-fire@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.6.0...tsparticles-preset-fire@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.6.0...@tsparticles/preset-fire@2.7.0) (2022-12-23) ### Bug Fixes - fixed fire preset using the new density values ([94c1648](https://github.com/matteobruni/tsparticles/commit/94c1648dd85afb447c309f04f7cea8041aebf895)) -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.5.3...tsparticles-preset-fire@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.5.3...@tsparticles/preset-fire@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.5.2...tsparticles-preset-fire@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.5.2...@tsparticles/preset-fire@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.5.1...tsparticles-preset-fire@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.5.1...@tsparticles/preset-fire@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.5.0...tsparticles-preset-fire@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.5.0...@tsparticles/preset-fire@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.4.0...tsparticles-preset-fire@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.4.0...@tsparticles/preset-fire@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.3.3...tsparticles-preset-fire@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.3.3...@tsparticles/preset-fire@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.3.2...tsparticles-preset-fire@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.3.2...@tsparticles/preset-fire@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.3.1...tsparticles-preset-fire@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.3.1...@tsparticles/preset-fire@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.3.0...tsparticles-preset-fire@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.3.0...@tsparticles/preset-fire@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.2.4...tsparticles-preset-fire@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.2.4...@tsparticles/preset-fire@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.2.2...tsparticles-preset-fire@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.2.2...@tsparticles/preset-fire@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.2.2...tsparticles-preset-fire@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.2.2...@tsparticles/preset-fire@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.2.1...tsparticles-preset-fire@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.2.1...@tsparticles/preset-fire@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.2.0...tsparticles-preset-fire@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.2.0...@tsparticles/preset-fire@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.1.4...tsparticles-preset-fire@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.1.4...@tsparticles/preset-fire@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.1.3...tsparticles-preset-fire@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.1.3...@tsparticles/preset-fire@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.1.2...tsparticles-preset-fire@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.1.2...@tsparticles/preset-fire@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.1.1...tsparticles-preset-fire@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.1.1...@tsparticles/preset-fire@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.1.0...tsparticles-preset-fire@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.1.0...@tsparticles/preset-fire@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.6...tsparticles-preset-fire@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.6...@tsparticles/preset-fire@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.5...tsparticles-preset-fire@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.5...@tsparticles/preset-fire@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.4...tsparticles-preset-fire@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.4...@tsparticles/preset-fire@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.43.1...tsparticles-preset-fire@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.43.1...@tsparticles/preset-fire@2.0.4) (2022-04-06) ### Bug Fixes @@ -183,25 +183,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.1...tsparticles-preset-fire@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.1...@tsparticles/preset-fire@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.43.0...tsparticles-preset-fire@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.43.0...@tsparticles/preset-fire@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.4...tsparticles-preset-fire@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.4...@tsparticles/preset-fire@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.3...tsparticles-preset-fire@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.3...@tsparticles/preset-fire@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.2...tsparticles-preset-fire@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.2...@tsparticles/preset-fire@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.1...tsparticles-preset-fire@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.1...@tsparticles/preset-fire@1.42.2) (2022-03-14) ### Bug Fixes @@ -215,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.4...tsparticles-preset-fire@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.4...@tsparticles/preset-fire@2.0.2) (2022-02-21) ### Bug Fixes @@ -230,37 +230,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.42.0...tsparticles-preset-fire@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.42.0...@tsparticles/preset-fire@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.6...tsparticles-preset-fire@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.6...@tsparticles/preset-fire@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.0...tsparticles-preset-fire@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.0...@tsparticles/preset-fire@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.5...tsparticles-preset-fire@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.5...@tsparticles/preset-fire@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.4...tsparticles-preset-fire@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.4...@tsparticles/preset-fire@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.3...tsparticles-preset-fire@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.3...@tsparticles/preset-fire@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.2...tsparticles-preset-fire@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.2...@tsparticles/preset-fire@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.1...tsparticles-preset-fire@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.1...@tsparticles/preset-fire@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.1...tsparticles-preset-fire@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.1...@tsparticles/preset-fire@2.0.0) (2022-02-15) ### Bug Fixes @@ -274,7 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.24.2...tsparticles-preset-fire@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.24.2...@tsparticles/preset-fire@2.0.0-beta.5) (2022-01-30) ### Bug Fixes @@ -288,136 +288,136 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.0-beta.3...tsparticles-preset-fire@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.0-beta.3...@tsparticles/preset-fire@2.0.0-beta.4) (2021-12-07) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.41.0...tsparticles-preset-fire@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.41.0...@tsparticles/preset-fire@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.40.2...tsparticles-preset-fire@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.40.2...@tsparticles/preset-fire@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.40.1...tsparticles-preset-fire@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.40.1...@tsparticles/preset-fire@1.40.2) (2022-02-07) ### Bug Fixes - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.5...tsparticles-preset-fire@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.5...@tsparticles/preset-fire@2.0.0-beta.3) (2021-12-04) ### Features - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.4...tsparticles-preset-fire@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.4...@tsparticles/preset-fire@2.0.0-beta.2) (2021-10-06) ### Features - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.40.0...tsparticles-preset-fire@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.40.0...@tsparticles/preset-fire@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.24.3...tsparticles-preset-fire@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.24.3...@tsparticles/preset-fire@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.24.2...tsparticles-preset-fire@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.24.2...@tsparticles/preset-fire@1.24.3) (2022-02-02) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.24.1...tsparticles-preset-fire@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.24.1...@tsparticles/preset-fire@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.24.0...tsparticles-preset-fire@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.24.0...@tsparticles/preset-fire@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.23.0...tsparticles-preset-fire@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.23.0...@tsparticles/preset-fire@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.6...tsparticles-preset-fire@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.6...@tsparticles/preset-fire@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.5...tsparticles-preset-fire@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.5...@tsparticles/preset-fire@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.4...tsparticles-preset-fire@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.4...@tsparticles/preset-fire@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.3...tsparticles-preset-fire@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.3...@tsparticles/preset-fire@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.2...tsparticles-preset-fire@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.2...@tsparticles/preset-fire@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.1...tsparticles-preset-fire@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.1...@tsparticles/preset-fire@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.22.0...tsparticles-preset-fire@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.22.0...@tsparticles/preset-fire@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@2.0.0-beta.0...tsparticles-preset-fire@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.0.0-beta.0...@tsparticles/preset-fire@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.21.0...tsparticles-preset-fire@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.21.0...@tsparticles/preset-fire@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.4...tsparticles-preset-fire@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.4...@tsparticles/preset-fire@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.3...tsparticles-preset-fire@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.3...@tsparticles/preset-fire@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.3...tsparticles-preset-fire@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.3...@tsparticles/preset-fire@2.0.0-beta.0) (2021-10-06) ### Features - moved out click interactions to external packages, breaking ([466973d](https://github.com/matteobruni/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.2...tsparticles-preset-fire@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.2...@tsparticles/preset-fire@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.1...tsparticles-preset-fire@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.1...@tsparticles/preset-fire@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.20.0...tsparticles-preset-fire@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.20.0...@tsparticles/preset-fire@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.19.1...tsparticles-preset-fire@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.19.1...@tsparticles/preset-fire@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.19.0...tsparticles-preset-fire@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.19.0...@tsparticles/preset-fire@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.18.3...tsparticles-preset-fire@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.18.3...@tsparticles/preset-fire@1.19.0) (2021-08-23) ### Bug Fixes @@ -428,164 +428,164 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.18.2...tsparticles-preset-fire@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.18.2...@tsparticles/preset-fire@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.18.1...tsparticles-preset-fire@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.18.1...@tsparticles/preset-fire@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.18.0...tsparticles-preset-fire@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.18.0...@tsparticles/preset-fire@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.17.0...tsparticles-preset-fire@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.17.0...@tsparticles/preset-fire@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0...tsparticles-preset-fire@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0...@tsparticles/preset-fire@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.5...tsparticles-preset-fire@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.5...@tsparticles/preset-fire@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.4...tsparticles-preset-fire@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.4...@tsparticles/preset-fire@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.3...tsparticles-preset-fire@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.3...@tsparticles/preset-fire@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.2...tsparticles-preset-fire@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.2...@tsparticles/preset-fire@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.1...tsparticles-preset-fire@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.1...@tsparticles/preset-fire@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-beta.0...tsparticles-preset-fire@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-beta.0...@tsparticles/preset-fire@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.12...tsparticles-preset-fire@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.12...@tsparticles/preset-fire@1.3.0-beta.0) (2020-10-02) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.9...tsparticles-preset-fire@1.3.0-alpha.14) (2020-08-22) +# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.9...@tsparticles/preset-fire@1.3.0-alpha.14) (2020-08-22) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.12...tsparticles-preset-fire@1.3.0-alpha.13) (2020-08-17) +# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.12...@tsparticles/preset-fire@1.3.0-alpha.13) (2020-08-17) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.8...tsparticles-preset-fire@1.3.0-alpha.12) (2020-08-16) +# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.8...@tsparticles/preset-fire@1.3.0-alpha.12) (2020-08-16) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.10...tsparticles-preset-fire@1.3.0-alpha.11) (2020-08-13) +# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.10...@tsparticles/preset-fire@1.3.0-alpha.11) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.9...tsparticles-preset-fire@1.3.0-alpha.10) (2020-08-13) +# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.9...@tsparticles/preset-fire@1.3.0-alpha.10) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.8...tsparticles-preset-fire@1.3.0-alpha.9) (2020-08-13) +# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.8...@tsparticles/preset-fire@1.3.0-alpha.9) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.7...tsparticles-preset-fire@1.3.0-alpha.8) (2020-08-13) +# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.7...@tsparticles/preset-fire@1.3.0-alpha.8) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.6...tsparticles-preset-fire@1.3.0-alpha.7) (2020-08-12) +# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.6...@tsparticles/preset-fire@1.3.0-alpha.7) (2020-08-12) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.5...tsparticles-preset-fire@1.3.0-alpha.6) (2020-08-11) +# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.5...@tsparticles/preset-fire@1.3.0-alpha.6) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.4...tsparticles-preset-fire@1.3.0-alpha.5) (2020-08-11) +# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.4...@tsparticles/preset-fire@1.3.0-alpha.5) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.3...tsparticles-preset-fire@1.3.0-alpha.4) (2020-08-11) +# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.3...@tsparticles/preset-fire@1.3.0-alpha.4) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.2...tsparticles-preset-fire@1.3.0-alpha.3) (2020-08-10) +# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.2...@tsparticles/preset-fire@1.3.0-alpha.3) (2020-08-10) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.3.0-alpha.1...tsparticles-preset-fire@1.3.0-alpha.2) (2020-08-09) +# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.3.0-alpha.1...@tsparticles/preset-fire@1.3.0-alpha.2) (2020-08-09) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.7...tsparticles-preset-fire@1.3.0-alpha.1) (2020-08-08) +# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.7...@tsparticles/preset-fire@1.3.0-alpha.1) (2020-08-08) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.13...tsparticles-preset-fire@1.2.0-alpha.14) (2020-07-05) +# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.13...@tsparticles/preset-fire@1.2.0-alpha.14) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.12...tsparticles-preset-fire@1.2.0-alpha.13) (2020-07-05) +# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.12...@tsparticles/preset-fire@1.2.0-alpha.13) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.11...tsparticles-preset-fire@1.2.0-alpha.12) (2020-07-04) +# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.11...@tsparticles/preset-fire@1.2.0-alpha.12) (2020-07-04) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.2...tsparticles-preset-fire@1.2.0-alpha.11) (2020-07-02) +# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.2...@tsparticles/preset-fire@1.2.0-alpha.11) (2020-07-02) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.9...tsparticles-preset-fire@1.2.0-alpha.10) (2020-06-29) +# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.9...@tsparticles/preset-fire@1.2.0-alpha.10) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.8...tsparticles-preset-fire@1.2.0-alpha.9) (2020-06-29) +# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.8...@tsparticles/preset-fire@1.2.0-alpha.9) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.7...tsparticles-preset-fire@1.2.0-alpha.8) (2020-06-26) +# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.7...@tsparticles/preset-fire@1.2.0-alpha.8) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.6...tsparticles-preset-fire@1.2.0-alpha.7) (2020-06-26) +# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.6...@tsparticles/preset-fire@1.2.0-alpha.7) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.2.0-alpha.5...tsparticles-preset-fire@1.2.0-alpha.6) (2020-06-24) +# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.2.0-alpha.5...@tsparticles/preset-fire@1.2.0-alpha.6) (2020-06-24) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.1...tsparticles-preset-fire@1.2.0-alpha.5) (2020-06-23) +# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.1...@tsparticles/preset-fire@1.2.0-alpha.5) (2020-06-23) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.0...tsparticles-preset-fire@1.2.0-alpha.4) (2020-06-22) +# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.0...@tsparticles/preset-fire@1.2.0-alpha.4) (2020-06-22) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.0...tsparticles-preset-fire@1.2.0-alpha.3) (2020-06-21) +# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.0...@tsparticles/preset-fire@1.2.0-alpha.3) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.0...tsparticles-preset-fire@1.2.0-alpha.2) (2020-06-21) +# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.0...@tsparticles/preset-fire@1.2.0-alpha.2) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire -# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fire@1.1.0...tsparticles-preset-fire@1.2.0-alpha.1) (2020-06-20) +# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@1.1.0...@tsparticles/preset-fire@1.2.0-alpha.1) (2020-06-20) -**Note:** Version bump only for package tsparticles-preset-fire +**Note:** Version bump only for package @tsparticles/preset-fire diff --git a/presets/fire/README.md b/presets/fire/README.md index a509bea..e7ed866 100644 --- a/presets/fire/README.md +++ b/presets/fire/README.md @@ -2,7 +2,7 @@ # tsParticles Fire Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fire/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fire) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fire.svg)](https://www.npmjs.com/package/tsparticles-preset-fire) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fire)](https://www.npmjs.com/package/tsparticles-preset-fire) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fire/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fire) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fire.svg)](https://www.npmjs.com/package/@tsparticles/preset-fire) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fire)](https://www.npmjs.com/package/@tsparticles/preset-fire) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for a faded red to black background with particles colored like fire and ash sparks. @@ -23,19 +23,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-fire): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fire): ```html - - - - - - - - - - + + + + + + + + + + ``` #### Bundle @@ -43,7 +43,7 @@ from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-fire): A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -86,8 +86,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadFirePreset } from "tsparticles-preset-fire"; +import type { Engine } from "@tsparticles/engine"; +import { loadFirePreset } from "@tsparticles/preset-fire"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index ece572f..cfeaf9d 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fire", - "version": "2.12.0", + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.1", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-external-push": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-external-push": "^3.0.0-beta.1" } } diff --git a/presets/fire/package.json b/presets/fire/package.json index 112862a..8bfb1ca 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fire", - "version": "2.12.0", + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.1", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-external-push": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-external-push": "^3.0.0-beta.1" } } diff --git a/presets/fire/src/bundle.ts b/presets/fire/src/bundle.ts index 1756ebb..c5897eb 100644 --- a/presets/fire/src/bundle.ts +++ b/presets/fire/src/bundle.ts @@ -1,5 +1,5 @@ import { loadFirePreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadFirePreset(tsParticles); diff --git a/presets/fire/src/index.ts b/presets/fire/src/index.ts index 2be42c8..cf9e5f4 100644 --- a/presets/fire/src/index.ts +++ b/presets/fire/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadExternalPushInteraction } from "tsparticles-interaction-external-push"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadExternalPushInteraction } from "@tsparticles/interaction-external-push"; import { options } from "./options"; /** diff --git a/presets/fire/src/options.ts b/presets/fire/src/options.ts index 3d0a4d3..bb43368 100644 --- a/presets/fire/src/options.ts +++ b/presets/fire/src/options.ts @@ -1,4 +1,4 @@ -import { ClickMode, type ISourceOptions } from "tsparticles-engine"; +import { ClickMode, type ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { fpsLimit: 40, diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index 08cd451..ff56194 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly @@ -29,144 +29,144 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.9.2...tsparticles-preset-firefly@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.9.2...@tsparticles/preset-firefly@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.9.1...tsparticles-preset-firefly@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.9.1...@tsparticles/preset-firefly@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.9.0...tsparticles-preset-firefly@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.9.0...@tsparticles/preset-firefly@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.8.0...tsparticles-preset-firefly@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.8.0...@tsparticles/preset-firefly@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.7.1...tsparticles-preset-firefly@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.7.1...@tsparticles/preset-firefly@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.7.0...tsparticles-preset-firefly@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.7.0...@tsparticles/preset-firefly@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.6.0...tsparticles-preset-firefly@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.6.0...@tsparticles/preset-firefly@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.5.3...tsparticles-preset-firefly@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.5.3...@tsparticles/preset-firefly@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.5.2...tsparticles-preset-firefly@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.5.2...@tsparticles/preset-firefly@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.5.1...tsparticles-preset-firefly@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.5.1...@tsparticles/preset-firefly@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.5.0...tsparticles-preset-firefly@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.5.0...@tsparticles/preset-firefly@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.4.0...tsparticles-preset-firefly@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.4.0...@tsparticles/preset-firefly@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.3.3...tsparticles-preset-firefly@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.3.3...@tsparticles/preset-firefly@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.3.2...tsparticles-preset-firefly@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.3.2...@tsparticles/preset-firefly@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.3.1...tsparticles-preset-firefly@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.3.1...@tsparticles/preset-firefly@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.3.0...tsparticles-preset-firefly@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.3.0...@tsparticles/preset-firefly@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.2.4...tsparticles-preset-firefly@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.2.4...@tsparticles/preset-firefly@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.2.2...tsparticles-preset-firefly@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.2.2...@tsparticles/preset-firefly@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.2.2...tsparticles-preset-firefly@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.2.2...@tsparticles/preset-firefly@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.2.1...tsparticles-preset-firefly@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.2.1...@tsparticles/preset-firefly@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.2.0...tsparticles-preset-firefly@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.2.0...@tsparticles/preset-firefly@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.1.4...tsparticles-preset-firefly@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.1.4...@tsparticles/preset-firefly@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.1.3...tsparticles-preset-firefly@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.1.3...@tsparticles/preset-firefly@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.1.2...tsparticles-preset-firefly@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.1.2...@tsparticles/preset-firefly@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.1.1...tsparticles-preset-firefly@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.1.1...@tsparticles/preset-firefly@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.1.0...tsparticles-preset-firefly@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.1.0...@tsparticles/preset-firefly@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.6...tsparticles-preset-firefly@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.6...@tsparticles/preset-firefly@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.5...tsparticles-preset-firefly@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.5...@tsparticles/preset-firefly@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.4...tsparticles-preset-firefly@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.4...@tsparticles/preset-firefly@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.43.1...tsparticles-preset-firefly@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.43.1...@tsparticles/preset-firefly@2.0.4) (2022-04-06) ### Bug Fixes @@ -180,25 +180,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.1...tsparticles-preset-firefly@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.1...@tsparticles/preset-firefly@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.43.0...tsparticles-preset-firefly@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.43.0...@tsparticles/preset-firefly@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.4...tsparticles-preset-firefly@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.4...@tsparticles/preset-firefly@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.3...tsparticles-preset-firefly@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.3...@tsparticles/preset-firefly@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.2...tsparticles-preset-firefly@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.2...@tsparticles/preset-firefly@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.1...tsparticles-preset-firefly@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.1...@tsparticles/preset-firefly@1.42.2) (2022-03-14) ### Bug Fixes @@ -211,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.4...tsparticles-preset-firefly@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.4...@tsparticles/preset-firefly@2.0.2) (2022-02-21) ### Bug Fixes @@ -225,37 +225,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.42.0...tsparticles-preset-firefly@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.42.0...@tsparticles/preset-firefly@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.6...tsparticles-preset-firefly@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.6...@tsparticles/preset-firefly@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.0...tsparticles-preset-firefly@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.0...@tsparticles/preset-firefly@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.5...tsparticles-preset-firefly@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.5...@tsparticles/preset-firefly@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.4...tsparticles-preset-firefly@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.4...@tsparticles/preset-firefly@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.3...tsparticles-preset-firefly@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.3...@tsparticles/preset-firefly@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.2...tsparticles-preset-firefly@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.2...@tsparticles/preset-firefly@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.1...tsparticles-preset-firefly@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.1...@tsparticles/preset-firefly@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.1...tsparticles-preset-firefly@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.1...@tsparticles/preset-firefly@2.0.0) (2022-02-15) ### Bug Fixes @@ -268,32 +268,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.24.2...tsparticles-preset-firefly@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.24.2...@tsparticles/preset-firefly@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.41.0...tsparticles-preset-firefly@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.41.0...@tsparticles/preset-firefly@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.40.2...tsparticles-preset-firefly@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.40.2...@tsparticles/preset-firefly@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.40.1...tsparticles-preset-firefly@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.40.1...@tsparticles/preset-firefly@1.40.2) (2022-02-07) ### Bug Fixes - **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.40.0...tsparticles-preset-firefly@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.40.0...@tsparticles/preset-firefly@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.24.3...tsparticles-preset-firefly@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.24.3...@tsparticles/preset-firefly@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.24.2...tsparticles-preset-firefly@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.24.2...@tsparticles/preset-firefly@1.24.3) (2022-02-02) ### Features @@ -302,7 +302,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.0-beta.3...tsparticles-preset-firefly@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.0-beta.3...@tsparticles/preset-firefly@2.0.0-beta.4) (2021-12-07) ### Features @@ -310,104 +310,104 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.5...tsparticles-preset-firefly@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.5...@tsparticles/preset-firefly@2.0.0-beta.3) (2021-12-04) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.4...tsparticles-preset-firefly@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.4...@tsparticles/preset-firefly@2.0.0-beta.2) (2021-10-06) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.24.1...tsparticles-preset-firefly@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.24.1...@tsparticles/preset-firefly@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.24.0...tsparticles-preset-firefly@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.24.0...@tsparticles/preset-firefly@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.23.0...tsparticles-preset-firefly@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.23.0...@tsparticles/preset-firefly@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.6...tsparticles-preset-firefly@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.6...@tsparticles/preset-firefly@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.5...tsparticles-preset-firefly@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.5...@tsparticles/preset-firefly@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.4...tsparticles-preset-firefly@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.4...@tsparticles/preset-firefly@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.3...tsparticles-preset-firefly@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.3...@tsparticles/preset-firefly@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.2...tsparticles-preset-firefly@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.2...@tsparticles/preset-firefly@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.1...tsparticles-preset-firefly@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.1...@tsparticles/preset-firefly@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.22.0...tsparticles-preset-firefly@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.22.0...@tsparticles/preset-firefly@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@2.0.0-beta.0...tsparticles-preset-firefly@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.0.0-beta.0...@tsparticles/preset-firefly@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.21.0...tsparticles-preset-firefly@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.21.0...@tsparticles/preset-firefly@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.4...tsparticles-preset-firefly@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.4...@tsparticles/preset-firefly@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.3...tsparticles-preset-firefly@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.3...@tsparticles/preset-firefly@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.3...tsparticles-preset-firefly@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.3...@tsparticles/preset-firefly@2.0.0-beta.0) (2021-10-06) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.2...tsparticles-preset-firefly@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.2...@tsparticles/preset-firefly@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.1...tsparticles-preset-firefly@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.1...@tsparticles/preset-firefly@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.20.0...tsparticles-preset-firefly@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.20.0...@tsparticles/preset-firefly@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.19.1...tsparticles-preset-firefly@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.19.1...@tsparticles/preset-firefly@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.19.0...tsparticles-preset-firefly@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.19.0...@tsparticles/preset-firefly@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.18.3...tsparticles-preset-firefly@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.18.3...@tsparticles/preset-firefly@1.19.0) (2021-08-23) ### Bug Fixes @@ -418,20 +418,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.18.2...tsparticles-preset-firefly@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.18.2...@tsparticles/preset-firefly@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.18.1...tsparticles-preset-firefly@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.18.1...@tsparticles/preset-firefly@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.18.0...tsparticles-preset-firefly@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.18.0...@tsparticles/preset-firefly@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-firefly@1.17.0...tsparticles-preset-firefly@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@1.17.0...@tsparticles/preset-firefly@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-firefly +**Note:** Version bump only for package @tsparticles/preset-firefly diff --git a/presets/firefly/README.md b/presets/firefly/README.md index d33cee1..6bc5f93 100644 --- a/presets/firefly/README.md +++ b/presets/firefly/README.md @@ -2,7 +2,7 @@ # tsParticles Firefly Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-firefly/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-firefly) [![npmjs](https://badge.fury.io/js/tsparticles-preset-firefly.svg)](https://www.npmjs.com/package/tsparticles-preset-firefly) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-firefly)](https://www.npmjs.com/package/tsparticles-preset-firefly) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-firefly/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-firefly) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-firefly.svg)](https://www.npmjs.com/package/@tsparticles/preset-firefly) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-firefly)](https://www.npmjs.com/package/@tsparticles/preset-firefly) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for a mouse trail made with small fading particles like little fireflies. @@ -23,20 +23,20 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-firefly): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-firefly): ```html - - - - - - - - - - - + + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -46,7 +46,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -89,8 +89,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadFireflyPreset } from "tsparticles-preset-firefly"; +import type { Engine } from "@tsparticles/engine"; +import { loadFireflyPreset } from "@tsparticles/preset-firefly"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 7382465..7e649fd 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-firefly", - "version": "2.12.0", + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.1", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-external-trail": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.1" } } diff --git a/presets/firefly/package.json b/presets/firefly/package.json index ab5ae7e..13e3495 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-firefly", - "version": "2.12.0", + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.1", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-external-trail": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.1" } } diff --git a/presets/firefly/src/bundle.ts b/presets/firefly/src/bundle.ts index 44763a1..99fcb1c 100644 --- a/presets/firefly/src/bundle.ts +++ b/presets/firefly/src/bundle.ts @@ -1,5 +1,5 @@ import { loadFireflyPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadFireflyPreset(tsParticles); diff --git a/presets/firefly/src/index.ts b/presets/firefly/src/index.ts index 314385b..885c2b0 100644 --- a/presets/firefly/src/index.ts +++ b/presets/firefly/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadExternalTrailInteraction } from "tsparticles-interaction-external-trail"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadExternalTrailInteraction } from "@tsparticles/interaction-external-trail"; import { options } from "./options"; /** diff --git a/presets/firefly/src/options.ts b/presets/firefly/src/options.ts index cd05131..e222564 100644 --- a/presets/firefly/src/options.ts +++ b/presets/firefly/src/options.ts @@ -1,4 +1,4 @@ -import { HoverMode, type ISourceOptions } from "tsparticles-engine"; +import { HoverMode, type ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { fullScreen: { diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index 4f7bd18..6f615be 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks @@ -29,45 +29,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.9.2...tsparticles-preset-fireworks@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.9.2...@tsparticles/preset-fireworks@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.9.1...tsparticles-preset-fireworks@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.9.1...@tsparticles/preset-fireworks@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.9.0...tsparticles-preset-fireworks@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.9.0...@tsparticles/preset-fireworks@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.8.0...tsparticles-preset-fireworks@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.8.0...@tsparticles/preset-fireworks@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.7.1...tsparticles-preset-fireworks@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.7.1...@tsparticles/preset-fireworks@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.7.0...tsparticles-preset-fireworks@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.7.0...@tsparticles/preset-fireworks@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.6.0...tsparticles-preset-fireworks@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.6.0...@tsparticles/preset-fireworks@2.7.0) (2022-12-23) ### Features - added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/matteobruni/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.5.3...tsparticles-preset-fireworks@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.5.3...@tsparticles/preset-fireworks@2.6.0) (2022-12-06) ### Bug Fixes @@ -77,69 +77,69 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.5.2...tsparticles-preset-fireworks@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.5.2...@tsparticles/preset-fireworks@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.5.1...tsparticles-preset-fireworks@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.5.1...@tsparticles/preset-fireworks@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.5.0...tsparticles-preset-fireworks@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.5.0...@tsparticles/preset-fireworks@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.4.0...tsparticles-preset-fireworks@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.4.0...@tsparticles/preset-fireworks@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.3.4...tsparticles-preset-fireworks@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.3.4...@tsparticles/preset-fireworks@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.3.3...tsparticles-preset-fireworks@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.3.3...@tsparticles/preset-fireworks@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.3.2...tsparticles-preset-fireworks@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.3.2...@tsparticles/preset-fireworks@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.3.1...tsparticles-preset-fireworks@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.3.1...@tsparticles/preset-fireworks@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.3.0...tsparticles-preset-fireworks@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.3.0...@tsparticles/preset-fireworks@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.2.4...tsparticles-preset-fireworks@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.2.4...@tsparticles/preset-fireworks@2.3.0) (2022-09-11) ### Features - created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/matteobruni/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.2.2...tsparticles-preset-fireworks@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.2.2...@tsparticles/preset-fireworks@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.2.2...tsparticles-preset-fireworks@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.2.2...@tsparticles/preset-fireworks@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.2.1...tsparticles-preset-fireworks@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.2.1...@tsparticles/preset-fireworks@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.2.0...tsparticles-preset-fireworks@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.2.0...@tsparticles/preset-fireworks@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.1.4...tsparticles-preset-fireworks@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.1.4...@tsparticles/preset-fireworks@2.2.0) (2022-08-11) ### Bug Fixes @@ -149,25 +149,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved fireworks preset ([cd23778](https://github.com/matteobruni/tsparticles/commit/cd23778190327340272fb53f9de7c44a2ae23aa2)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.1.3...tsparticles-preset-fireworks@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.1.3...@tsparticles/preset-fireworks@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.1.2...tsparticles-preset-fireworks@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.1.2...@tsparticles/preset-fireworks@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.1.1...tsparticles-preset-fireworks@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.1.1...@tsparticles/preset-fireworks@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.1.0...tsparticles-preset-fireworks@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.1.0...@tsparticles/preset-fireworks@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.6...tsparticles-preset-fireworks@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.6...@tsparticles/preset-fireworks@2.1.0) (2022-06-18) ### Bug Fixes @@ -179,17 +179,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added range colors to all color fields ([1b6f32a](https://github.com/matteobruni/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.5...tsparticles-preset-fireworks@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.5...@tsparticles/preset-fireworks@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.4...tsparticles-preset-fireworks@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.4...@tsparticles/preset-fireworks@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.43.1...tsparticles-preset-fireworks@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.43.1...@tsparticles/preset-fireworks@2.0.4) (2022-04-06) ### Bug Fixes @@ -204,31 +204,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.1...tsparticles-preset-fireworks@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.1...@tsparticles/preset-fireworks@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.43.0...tsparticles-preset-fireworks@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.43.0...@tsparticles/preset-fireworks@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.4...tsparticles-preset-fireworks@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.4...@tsparticles/preset-fireworks@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.3...tsparticles-preset-fireworks@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.3...@tsparticles/preset-fireworks@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.2...tsparticles-preset-fireworks@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.2...@tsparticles/preset-fireworks@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.1...tsparticles-preset-fireworks@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.1...@tsparticles/preset-fireworks@1.42.2) (2022-03-14) ### Bug Fixes - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.42.0...tsparticles-preset-fireworks@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.42.0...@tsparticles/preset-fireworks@1.42.1) (2022-03-09) ### Bug Fixes @@ -242,7 +242,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.4...tsparticles-preset-fireworks@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.4...@tsparticles/preset-fireworks@2.0.2) (2022-02-21) ### Bug Fixes @@ -256,29 +256,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.0...tsparticles-preset-fireworks@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.0...@tsparticles/preset-fireworks@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.5...tsparticles-preset-fireworks@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.5...@tsparticles/preset-fireworks@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.4...tsparticles-preset-fireworks@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.4...@tsparticles/preset-fireworks@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.3...tsparticles-preset-fireworks@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.3...@tsparticles/preset-fireworks@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.2...tsparticles-preset-fireworks@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.2...@tsparticles/preset-fireworks@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.1...tsparticles-preset-fireworks@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.1...@tsparticles/preset-fireworks@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.1...tsparticles-preset-fireworks@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.1...@tsparticles/preset-fireworks@2.0.0) (2022-02-15) ### Bug Fixes @@ -292,17 +292,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.24.2...tsparticles-preset-fireworks@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.24.2...@tsparticles/preset-fireworks@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.41.0...tsparticles-preset-fireworks@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.41.0...@tsparticles/preset-fireworks@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.40.2...tsparticles-preset-fireworks@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.40.2...@tsparticles/preset-fireworks@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.40.1...tsparticles-preset-fireworks@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.40.1...@tsparticles/preset-fireworks@1.40.2) (2022-02-07) ### Bug Fixes @@ -310,15 +310,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removed deprecated options ([fc1676d](https://github.com/matteobruni/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.40.0...tsparticles-preset-fireworks@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.40.0...@tsparticles/preset-fireworks@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.24.3...tsparticles-preset-fireworks@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.24.3...@tsparticles/preset-fireworks@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.24.2...tsparticles-preset-fireworks@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.24.2...@tsparticles/preset-fireworks@1.24.3) (2022-02-02) ### Features @@ -327,7 +327,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.0-beta.3...tsparticles-preset-fireworks@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.0-beta.3...@tsparticles/preset-fireworks@2.0.0-beta.4) (2021-12-07) ### Features @@ -335,106 +335,106 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.5...tsparticles-preset-fireworks@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.5...@tsparticles/preset-fireworks@2.0.0-beta.3) (2021-12-04) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.4...tsparticles-preset-fireworks@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.4...@tsparticles/preset-fireworks@2.0.0-beta.2) (2021-10-06) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.24.1...tsparticles-preset-fireworks@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.24.1...@tsparticles/preset-fireworks@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.24.0...tsparticles-preset-fireworks@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.24.0...@tsparticles/preset-fireworks@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.23.0...tsparticles-preset-fireworks@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.23.0...@tsparticles/preset-fireworks@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.6...tsparticles-preset-fireworks@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.6...@tsparticles/preset-fireworks@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.5...tsparticles-preset-fireworks@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.5...@tsparticles/preset-fireworks@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.4...tsparticles-preset-fireworks@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.4...@tsparticles/preset-fireworks@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.3...tsparticles-preset-fireworks@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.3...@tsparticles/preset-fireworks@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.2...tsparticles-preset-fireworks@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.2...@tsparticles/preset-fireworks@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.1...tsparticles-preset-fireworks@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.1...@tsparticles/preset-fireworks@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.22.0...tsparticles-preset-fireworks@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.22.0...@tsparticles/preset-fireworks@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@2.0.0-beta.0...tsparticles-preset-fireworks@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.0.0-beta.0...@tsparticles/preset-fireworks@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.21.0...tsparticles-preset-fireworks@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.21.0...@tsparticles/preset-fireworks@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.4...tsparticles-preset-fireworks@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.4...@tsparticles/preset-fireworks@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.3...tsparticles-preset-fireworks@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.3...@tsparticles/preset-fireworks@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.3...tsparticles-preset-fireworks@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.3...@tsparticles/preset-fireworks@2.0.0-beta.0) (2021-10-06) ### Features - fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.2...tsparticles-preset-fireworks@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.2...@tsparticles/preset-fireworks@1.20.3) (2021-10-03) ### Bug Fixes - fixed fireworks presets ([3402e46](https://github.com/matteobruni/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.1...tsparticles-preset-fireworks@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.1...@tsparticles/preset-fireworks@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.20.0...tsparticles-preset-fireworks@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.20.0...@tsparticles/preset-fireworks@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.19.1...tsparticles-preset-fireworks@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.19.1...@tsparticles/preset-fireworks@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.19.0...tsparticles-preset-fireworks@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.19.0...@tsparticles/preset-fireworks@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.18.3...tsparticles-preset-fireworks@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.18.3...@tsparticles/preset-fireworks@1.19.0) (2021-08-23) ### Bug Fixes @@ -446,20 +446,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.18.2...tsparticles-preset-fireworks@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.18.2...@tsparticles/preset-fireworks@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.18.1...tsparticles-preset-fireworks@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.18.1...@tsparticles/preset-fireworks@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.18.0...tsparticles-preset-fireworks@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.18.0...@tsparticles/preset-fireworks@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fireworks@1.17.0...tsparticles-preset-fireworks@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@1.17.0...@tsparticles/preset-fireworks@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fireworks +**Note:** Version bump only for package @tsparticles/preset-fireworks diff --git a/presets/fireworks/README.md b/presets/fireworks/README.md index b329659..b5e45ec 100644 --- a/presets/fireworks/README.md +++ b/presets/fireworks/README.md @@ -2,7 +2,7 @@ # tsParticles Fireworks Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fireworks/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fireworks) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fireworks.svg)](https://www.npmjs.com/package/tsparticles-preset-fireworks) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fireworks)](https://www.npmjs.com/package/tsparticles-preset-fireworks) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fireworks/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fireworks) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fireworks.svg)](https://www.npmjs.com/package/@tsparticles/preset-fireworks) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fireworks)](https://www.npmjs.com/package/@tsparticles/preset-fireworks) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for fireworks effect. @@ -22,23 +22,23 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-fireworks): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fireworks): ```html - - - - - - - - - - - - - - + + + + + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -48,7 +48,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -91,8 +91,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadFireworksPreset } from "tsparticles-preset-fireworks"; +import type { Engine } from "@tsparticles/engine"; +import { loadFireworksPreset } from "@tsparticles/preset-fireworks"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 53dac8d..bada253 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fireworks", - "version": "2.12.0", + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.1", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,14 +87,14 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-plugin-sounds": "^2.12.0", - "tsparticles-shape-line": "^2.12.0", - "tsparticles-updater-destroy": "^2.12.0", - "tsparticles-updater-life": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-stroke-color": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/plugin-sounds": "^3.0.0-beta.1", + "@tsparticles/shape-line": "^3.0.0-beta.1", + "@tsparticles/updater-destroy": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" } } diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 8a4d76f..87071f3 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fireworks", - "version": "2.12.0", + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.1", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,14 +96,14 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-plugin-sounds": "^2.12.0", - "tsparticles-shape-line": "^2.12.0", - "tsparticles-updater-destroy": "^2.12.0", - "tsparticles-updater-life": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-stroke-color": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/plugin-sounds": "^3.0.0-beta.1", + "@tsparticles/shape-line": "^3.0.0-beta.1", + "@tsparticles/updater-destroy": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" } } diff --git a/presets/fireworks/src/bundle.ts b/presets/fireworks/src/bundle.ts index a6aaa05..b231476 100644 --- a/presets/fireworks/src/bundle.ts +++ b/presets/fireworks/src/bundle.ts @@ -1,5 +1,5 @@ import { loadFireworksPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadFireworksPreset(tsParticles); diff --git a/presets/fireworks/src/index.ts b/presets/fireworks/src/index.ts index c63f3cc..27b5119 100644 --- a/presets/fireworks/src/index.ts +++ b/presets/fireworks/src/index.ts @@ -1,12 +1,12 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadDestroyUpdater } from "tsparticles-updater-destroy"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; -import { loadLifeUpdater } from "tsparticles-updater-life"; -import { loadLineShape } from "tsparticles-shape-line"; -import { loadRotateUpdater } from "tsparticles-updater-rotate"; -import { loadSoundsPlugin } from "tsparticles-plugin-sounds"; -import { loadStrokeColorUpdater } from "tsparticles-updater-stroke-color"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadDestroyUpdater } from "@tsparticles/updater-destroy"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadLifeUpdater } from "@tsparticles/updater-life"; +import { loadLineShape } from "@tsparticles/shape-line"; +import { loadRotateUpdater } from "@tsparticles/updater-rotate"; +import { loadSoundsPlugin } from "@tsparticles/plugin-sounds"; +import { loadStrokeColorUpdater } from "@tsparticles/updater-stroke-color"; import { options } from "./options"; /** diff --git a/presets/fireworks/src/options.ts b/presets/fireworks/src/options.ts index 3867f79..eaae9b8 100644 --- a/presets/fireworks/src/options.ts +++ b/presets/fireworks/src/options.ts @@ -14,7 +14,7 @@ import { rgbToHsl, setRangeValue, stringToRgb, -} from "tsparticles-engine"; +} from "@tsparticles/engine"; const explodeSoundCheck = (args: CustomEventArgs): boolean => { const data = args.data as { particle: Particle }; @@ -209,7 +209,9 @@ export const options: ISourceOptions = { top: OutMode.none, }, trail: { - fillColor: "#000", + fill: { + color: "#000", + }, enable: true, length: 10, }, diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index 1052289..b31bf5a 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain @@ -29,43 +29,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.9.2...tsparticles-preset-fountain@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.9.2...@tsparticles/preset-fountain@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.9.1...tsparticles-preset-fountain@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.9.1...@tsparticles/preset-fountain@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.9.0...tsparticles-preset-fountain@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.9.0...@tsparticles/preset-fountain@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.8.0...tsparticles-preset-fountain@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.8.0...@tsparticles/preset-fountain@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.7.1...tsparticles-preset-fountain@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.7.1...@tsparticles/preset-fountain@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.7.0...tsparticles-preset-fountain@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.7.0...@tsparticles/preset-fountain@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.6.0...tsparticles-preset-fountain@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.6.0...@tsparticles/preset-fountain@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.5.3...tsparticles-preset-fountain@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.5.3...@tsparticles/preset-fountain@2.6.0) (2022-12-06) ### Bug Fixes @@ -75,110 +75,110 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.5.2...tsparticles-preset-fountain@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.5.2...@tsparticles/preset-fountain@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.5.1...tsparticles-preset-fountain@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.5.1...@tsparticles/preset-fountain@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.5.0...tsparticles-preset-fountain@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.5.0...@tsparticles/preset-fountain@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.4.0...tsparticles-preset-fountain@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.4.0...@tsparticles/preset-fountain@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.3.4...tsparticles-preset-fountain@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.3.4...@tsparticles/preset-fountain@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.3.3...tsparticles-preset-fountain@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.3.3...@tsparticles/preset-fountain@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.3.2...tsparticles-preset-fountain@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.3.2...@tsparticles/preset-fountain@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.3.1...tsparticles-preset-fountain@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.3.1...@tsparticles/preset-fountain@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.3.0...tsparticles-preset-fountain@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.3.0...@tsparticles/preset-fountain@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.2.4...tsparticles-preset-fountain@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.2.4...@tsparticles/preset-fountain@2.3.0) (2022-09-11) ### Features - created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/matteobruni/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.2.2...tsparticles-preset-fountain@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.2.2...@tsparticles/preset-fountain@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.2.2...tsparticles-preset-fountain@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.2.2...@tsparticles/preset-fountain@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.2.1...tsparticles-preset-fountain@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.2.1...@tsparticles/preset-fountain@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.2.0...tsparticles-preset-fountain@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.2.0...@tsparticles/preset-fountain@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.1.4...tsparticles-preset-fountain@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.1.4...@tsparticles/preset-fountain@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.1.3...tsparticles-preset-fountain@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.1.3...@tsparticles/preset-fountain@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.1.2...tsparticles-preset-fountain@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.1.2...@tsparticles/preset-fountain@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.1.1...tsparticles-preset-fountain@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.1.1...@tsparticles/preset-fountain@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.1.0...tsparticles-preset-fountain@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.1.0...@tsparticles/preset-fountain@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.6...tsparticles-preset-fountain@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.6...@tsparticles/preset-fountain@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.5...tsparticles-preset-fountain@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.5...@tsparticles/preset-fountain@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.4...tsparticles-preset-fountain@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.4...@tsparticles/preset-fountain@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.43.1...tsparticles-preset-fountain@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.43.1...@tsparticles/preset-fountain@2.0.4) (2022-04-06) ### Bug Fixes @@ -193,25 +193,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.1...tsparticles-preset-fountain@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.1...@tsparticles/preset-fountain@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.43.0...tsparticles-preset-fountain@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.43.0...@tsparticles/preset-fountain@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.4...tsparticles-preset-fountain@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.4...@tsparticles/preset-fountain@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.3...tsparticles-preset-fountain@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.3...@tsparticles/preset-fountain@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.2...tsparticles-preset-fountain@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.2...@tsparticles/preset-fountain@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.1...tsparticles-preset-fountain@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.1...@tsparticles/preset-fountain@1.42.2) (2022-03-14) ### Bug Fixes @@ -225,7 +225,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.4...tsparticles-preset-fountain@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.4...@tsparticles/preset-fountain@2.0.2) (2022-02-21) ### Bug Fixes @@ -240,37 +240,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.42.0...tsparticles-preset-fountain@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.42.0...@tsparticles/preset-fountain@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.6...tsparticles-preset-fountain@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.6...@tsparticles/preset-fountain@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.0...tsparticles-preset-fountain@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.0...@tsparticles/preset-fountain@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.5...tsparticles-preset-fountain@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.5...@tsparticles/preset-fountain@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.4...tsparticles-preset-fountain@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.4...@tsparticles/preset-fountain@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.3...tsparticles-preset-fountain@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.3...@tsparticles/preset-fountain@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.2...tsparticles-preset-fountain@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.2...@tsparticles/preset-fountain@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.1...tsparticles-preset-fountain@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.1...@tsparticles/preset-fountain@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.1...tsparticles-preset-fountain@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.1...@tsparticles/preset-fountain@2.0.0) (2022-02-15) ### Bug Fixes @@ -284,17 +284,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.24.2...tsparticles-preset-fountain@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.24.2...@tsparticles/preset-fountain@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.41.0...tsparticles-preset-fountain@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.41.0...@tsparticles/preset-fountain@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.40.2...tsparticles-preset-fountain@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.40.2...@tsparticles/preset-fountain@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.40.1...tsparticles-preset-fountain@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.40.1...@tsparticles/preset-fountain@1.40.2) (2022-02-07) ### Bug Fixes @@ -302,15 +302,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removed deprecated options ([fc1676d](https://github.com/matteobruni/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.40.0...tsparticles-preset-fountain@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.40.0...@tsparticles/preset-fountain@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.24.3...tsparticles-preset-fountain@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.24.3...@tsparticles/preset-fountain@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.24.2...tsparticles-preset-fountain@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.24.2...@tsparticles/preset-fountain@1.24.3) (2022-02-02) ### Features @@ -319,7 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.0-beta.3...tsparticles-preset-fountain@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.0-beta.3...@tsparticles/preset-fountain@2.0.0-beta.4) (2021-12-07) ### Features @@ -327,104 +327,104 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.5...tsparticles-preset-fountain@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.5...@tsparticles/preset-fountain@2.0.0-beta.3) (2021-12-04) ### Features - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.4...tsparticles-preset-fountain@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.4...@tsparticles/preset-fountain@2.0.0-beta.2) (2021-10-06) ### Features - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.24.1...tsparticles-preset-fountain@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.24.1...@tsparticles/preset-fountain@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.24.0...tsparticles-preset-fountain@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.24.0...@tsparticles/preset-fountain@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.23.0...tsparticles-preset-fountain@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.23.0...@tsparticles/preset-fountain@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.6...tsparticles-preset-fountain@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.6...@tsparticles/preset-fountain@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.5...tsparticles-preset-fountain@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.5...@tsparticles/preset-fountain@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.4...tsparticles-preset-fountain@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.4...@tsparticles/preset-fountain@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.3...tsparticles-preset-fountain@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.3...@tsparticles/preset-fountain@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.2...tsparticles-preset-fountain@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.2...@tsparticles/preset-fountain@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.1...tsparticles-preset-fountain@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.1...@tsparticles/preset-fountain@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.22.0...tsparticles-preset-fountain@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.22.0...@tsparticles/preset-fountain@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@2.0.0-beta.0...tsparticles-preset-fountain@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.0.0-beta.0...@tsparticles/preset-fountain@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.21.0...tsparticles-preset-fountain@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.21.0...@tsparticles/preset-fountain@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.4...tsparticles-preset-fountain@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.4...@tsparticles/preset-fountain@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.3...tsparticles-preset-fountain@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.3...@tsparticles/preset-fountain@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.3...tsparticles-preset-fountain@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.3...@tsparticles/preset-fountain@2.0.0-beta.0) (2021-10-06) ### Features - fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.2...tsparticles-preset-fountain@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.2...@tsparticles/preset-fountain@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.1...tsparticles-preset-fountain@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.1...@tsparticles/preset-fountain@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.20.0...tsparticles-preset-fountain@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.20.0...@tsparticles/preset-fountain@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.19.1...tsparticles-preset-fountain@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.19.1...@tsparticles/preset-fountain@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.19.0...tsparticles-preset-fountain@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.19.0...@tsparticles/preset-fountain@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.18.3...tsparticles-preset-fountain@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.18.3...@tsparticles/preset-fountain@1.19.0) (2021-08-23) ### Bug Fixes @@ -435,51 +435,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.18.2...tsparticles-preset-fountain@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.18.2...@tsparticles/preset-fountain@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.18.1...tsparticles-preset-fountain@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.18.1...@tsparticles/preset-fountain@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.18.0...tsparticles-preset-fountain@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.18.0...@tsparticles/preset-fountain@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.17.0...tsparticles-preset-fountain@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.17.0...@tsparticles/preset-fountain@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0...tsparticles-preset-fountain@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0...@tsparticles/preset-fountain@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.5...tsparticles-preset-fountain@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.5...@tsparticles/preset-fountain@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.4...tsparticles-preset-fountain@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.4...@tsparticles/preset-fountain@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.3...tsparticles-preset-fountain@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.3...@tsparticles/preset-fountain@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.2...tsparticles-preset-fountain@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.2...@tsparticles/preset-fountain@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.1...tsparticles-preset-fountain@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.1...@tsparticles/preset-fountain@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-fountain@1.3.0-beta.0...tsparticles-preset-fountain@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@1.3.0-beta.0...@tsparticles/preset-fountain@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-fountain +**Note:** Version bump only for package @tsparticles/preset-fountain # 1.3.0-beta.0 (2020-10-02) diff --git a/presets/fountain/README.md b/presets/fountain/README.md index 3a500ad..e3df0ec 100644 --- a/presets/fountain/README.md +++ b/presets/fountain/README.md @@ -2,7 +2,7 @@ # tsParticles Fountain Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-fountain/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-fountain) [![npmjs](https://badge.fury.io/js/tsparticles-preset-fountain.svg)](https://www.npmjs.com/package/tsparticles-preset-fountain) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-fountain)](https://www.npmjs.com/package/tsparticles-preset-fountain) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-fountain/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fountain) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-fountain.svg)](https://www.npmjs.com/package/@tsparticles/preset-fountain) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-fountain)](https://www.npmjs.com/package/@tsparticles/preset-fountain) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset creating random positioned falling colored particles that break when hitting the ground. @@ -23,19 +23,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-fountain): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-fountain): ```html - - - - - - - - - - + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -45,7 +45,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -88,8 +88,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadFountainPreset } from "tsparticles-preset-fountain"; +import type { Engine } from "@tsparticles/engine"; +import { loadFountainPreset } from "@tsparticles/preset-fountain"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index e07dd13..3da6f74 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fountain", - "version": "2.12.0", + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.1", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-updater-destroy": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/updater-destroy": "^3.0.0-beta.1" } } diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 6b7e46e..b5e408f 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-fountain", - "version": "2.12.0", + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.1", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-updater-destroy": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/updater-destroy": "^3.0.0-beta.1" } } diff --git a/presets/fountain/src/bundle.ts b/presets/fountain/src/bundle.ts index e0766e6..869ca84 100644 --- a/presets/fountain/src/bundle.ts +++ b/presets/fountain/src/bundle.ts @@ -1,5 +1,5 @@ import { loadFountainPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadFountainPreset(tsParticles); diff --git a/presets/fountain/src/index.ts b/presets/fountain/src/index.ts index fbd4ec5..37b6c60 100644 --- a/presets/fountain/src/index.ts +++ b/presets/fountain/src/index.ts @@ -1,7 +1,7 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadDestroyUpdater } from "tsparticles-updater-destroy"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadDestroyUpdater } from "@tsparticles/updater-destroy"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; import { options } from "./options"; /** diff --git a/presets/fountain/src/options.ts b/presets/fountain/src/options.ts index 504fe44..432af62 100644 --- a/presets/fountain/src/options.ts +++ b/presets/fountain/src/options.ts @@ -1,4 +1,4 @@ -import { type ISourceOptions, MoveDirection, OutMode } from "tsparticles-engine"; +import { type ISourceOptions, MoveDirection, OutMode } from "@tsparticles/engine"; export const options: ISourceOptions = { fpsLimit: 120, @@ -64,7 +64,9 @@ export const options: ISourceOptions = { }, trail: { enable: true, - fillColor: "#fff", + fill: { + color: "#fff", + }, length: 3, }, }, diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index db7f166..942748c 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) ### Features diff --git a/presets/hyperspace/README.md b/presets/hyperspace/README.md index 8954d4c..6ebd2af 100644 --- a/presets/hyperspace/README.md +++ b/presets/hyperspace/README.md @@ -2,7 +2,7 @@ # tsParticles Hyperspace Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-hyperspace/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-hyperspace) [![npmjs](https://badge.fury.io/js/tsparticles-preset-hyperspace.svg)](https://www.npmjs.com/package/tsparticles-preset-hyperspace) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-hyperspace)](https://www.npmjs.com/package/tsparticles-preset-hyperspace) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-hyperspace/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-hyperspace) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-hyperspace.svg)](https://www.npmjs.com/package/@tsparticles/preset-hyperspace) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-hyperspace)](https://www.npmjs.com/package/@tsparticles/preset-hyperspace) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for creating a starry night effect with blinking hyperspace. @@ -22,18 +22,18 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-hyperspace): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-hyperspace): ```html - - - - - - - - - + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -43,7 +43,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -86,8 +86,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadHyperspacePreset } from "tsparticles-preset-hyperspace"; +import type { Engine } from "@tsparticles/engine"; +import { loadHyperspacePreset } from "@tsparticles/preset-hyperspace"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 3d0f888..dac3525 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-hyperspace", - "version": "2.12.0", + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.1", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-updater-life": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1" } } diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index 5eac0bb..df124d2 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-hyperspace", - "version": "2.12.0", + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.1", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-updater-life": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/updater-life": "^3.0.0-beta.1" } } diff --git a/presets/hyperspace/src/bundle.ts b/presets/hyperspace/src/bundle.ts index dc053cd..f08e0a5 100644 --- a/presets/hyperspace/src/bundle.ts +++ b/presets/hyperspace/src/bundle.ts @@ -1,5 +1,5 @@ import { loadHyperspacePreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadHyperspacePreset(tsParticles); diff --git a/presets/hyperspace/src/index.ts b/presets/hyperspace/src/index.ts index 4803ead..d930635 100644 --- a/presets/hyperspace/src/index.ts +++ b/presets/hyperspace/src/index.ts @@ -1,7 +1,7 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; -import { loadLifeUpdater } from "tsparticles-updater-life"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadLifeUpdater } from "@tsparticles/updater-life"; import { options } from "./options"; /** diff --git a/presets/hyperspace/src/options.ts b/presets/hyperspace/src/options.ts index 3531f14..734bbcb 100644 --- a/presets/hyperspace/src/options.ts +++ b/presets/hyperspace/src/options.ts @@ -1,4 +1,4 @@ -import { MoveDirection, OutMode } from "tsparticles-engine"; +import { MoveDirection, OutMode } from "@tsparticles/engine"; export const options = { background: { diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index 2bbf85a..b9b46e8 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links @@ -29,43 +29,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.9.2...tsparticles-preset-links@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.9.2...@tsparticles/preset-links@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.9.1...tsparticles-preset-links@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.9.1...@tsparticles/preset-links@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.9.0...tsparticles-preset-links@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.9.0...@tsparticles/preset-links@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.8.0...tsparticles-preset-links@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.8.0...@tsparticles/preset-links@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.7.1...tsparticles-preset-links@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.7.1...@tsparticles/preset-links@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.7.0...tsparticles-preset-links@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.7.0...@tsparticles/preset-links@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.6.0...tsparticles-preset-links@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.6.0...@tsparticles/preset-links@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.5.3...tsparticles-preset-links@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.5.3...@tsparticles/preset-links@2.6.0) (2022-12-06) ### Bug Fixes @@ -75,104 +75,104 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.5.2...tsparticles-preset-links@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.5.2...@tsparticles/preset-links@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.5.1...tsparticles-preset-links@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.5.1...@tsparticles/preset-links@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.5.0...tsparticles-preset-links@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.5.0...@tsparticles/preset-links@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.4.0...tsparticles-preset-links@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.4.0...@tsparticles/preset-links@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.3.3...tsparticles-preset-links@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.3.3...@tsparticles/preset-links@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.3.2...tsparticles-preset-links@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.3.2...@tsparticles/preset-links@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.3.1...tsparticles-preset-links@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.3.1...@tsparticles/preset-links@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.3.0...tsparticles-preset-links@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.3.0...@tsparticles/preset-links@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.2.4...tsparticles-preset-links@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.2.4...@tsparticles/preset-links@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.2.2...tsparticles-preset-links@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.2.2...@tsparticles/preset-links@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.2.2...tsparticles-preset-links@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.2.2...@tsparticles/preset-links@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.2.1...tsparticles-preset-links@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.2.1...@tsparticles/preset-links@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.2.0...tsparticles-preset-links@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.2.0...@tsparticles/preset-links@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.1.4...tsparticles-preset-links@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.1.4...@tsparticles/preset-links@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.1.3...tsparticles-preset-links@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.1.3...@tsparticles/preset-links@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.1.2...tsparticles-preset-links@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.1.2...@tsparticles/preset-links@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.1.1...tsparticles-preset-links@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.1.1...@tsparticles/preset-links@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.1.0...tsparticles-preset-links@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.1.0...@tsparticles/preset-links@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.6...tsparticles-preset-links@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.6...@tsparticles/preset-links@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.5...tsparticles-preset-links@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.5...@tsparticles/preset-links@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.4...tsparticles-preset-links@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.4...@tsparticles/preset-links@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.43.1...tsparticles-preset-links@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.43.1...@tsparticles/preset-links@2.0.4) (2022-04-06) ### Bug Fixes @@ -187,25 +187,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.1...tsparticles-preset-links@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.1...@tsparticles/preset-links@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.43.0...tsparticles-preset-links@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.43.0...@tsparticles/preset-links@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.4...tsparticles-preset-links@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.4...@tsparticles/preset-links@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.3...tsparticles-preset-links@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.3...@tsparticles/preset-links@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.2...tsparticles-preset-links@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.2...@tsparticles/preset-links@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.1...tsparticles-preset-links@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.1...@tsparticles/preset-links@1.42.2) (2022-03-14) ### Bug Fixes @@ -219,7 +219,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.4...tsparticles-preset-links@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.4...@tsparticles/preset-links@2.0.2) (2022-02-21) ### Bug Fixes @@ -234,37 +234,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.42.0...tsparticles-preset-links@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.42.0...@tsparticles/preset-links@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.6...tsparticles-preset-links@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.6...@tsparticles/preset-links@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.0...tsparticles-preset-links@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.0...@tsparticles/preset-links@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.5...tsparticles-preset-links@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.5...@tsparticles/preset-links@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.4...tsparticles-preset-links@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.4...@tsparticles/preset-links@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.3...tsparticles-preset-links@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.3...@tsparticles/preset-links@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.2...tsparticles-preset-links@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.2...@tsparticles/preset-links@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.1...tsparticles-preset-links@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.1...@tsparticles/preset-links@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.1...tsparticles-preset-links@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.1...@tsparticles/preset-links@2.0.0) (2022-02-15) ### Bug Fixes @@ -278,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.24.2...tsparticles-preset-links@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.24.2...@tsparticles/preset-links@2.0.0-beta.5) (2022-01-30) ### Bug Fixes @@ -292,27 +292,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.0-beta.3...tsparticles-preset-links@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.0-beta.3...@tsparticles/preset-links@2.0.0-beta.4) (2021-12-07) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.41.0...tsparticles-preset-links@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.41.0...@tsparticles/preset-links@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.40.2...tsparticles-preset-links@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.40.2...@tsparticles/preset-links@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.40.1...tsparticles-preset-links@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.40.1...@tsparticles/preset-links@1.40.2) (2022-02-07) ### Bug Fixes - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.5...tsparticles-preset-links@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.5...@tsparticles/preset-links@2.0.0-beta.3) (2021-12-04) ### Features @@ -320,7 +320,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.4...tsparticles-preset-links@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.4...@tsparticles/preset-links@2.0.0-beta.2) (2021-10-06) ### Features @@ -328,75 +328,75 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.40.0...tsparticles-preset-links@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.40.0...@tsparticles/preset-links@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.24.3...tsparticles-preset-links@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.24.3...@tsparticles/preset-links@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.24.2...tsparticles-preset-links@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.24.2...@tsparticles/preset-links@1.24.3) (2022-02-02) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.24.1...tsparticles-preset-links@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.24.1...@tsparticles/preset-links@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.24.0...tsparticles-preset-links@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.24.0...@tsparticles/preset-links@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.23.0...tsparticles-preset-links@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.23.0...@tsparticles/preset-links@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.6...tsparticles-preset-links@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.6...@tsparticles/preset-links@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.5...tsparticles-preset-links@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.5...@tsparticles/preset-links@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.4...tsparticles-preset-links@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.4...@tsparticles/preset-links@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.3...tsparticles-preset-links@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.3...@tsparticles/preset-links@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.2...tsparticles-preset-links@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.2...@tsparticles/preset-links@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.1...tsparticles-preset-links@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.1...@tsparticles/preset-links@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.22.0...tsparticles-preset-links@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.22.0...@tsparticles/preset-links@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@2.0.0-beta.0...tsparticles-preset-links@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.0.0-beta.0...@tsparticles/preset-links@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.21.0...tsparticles-preset-links@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.21.0...@tsparticles/preset-links@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.4...tsparticles-preset-links@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.4...@tsparticles/preset-links@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.3...tsparticles-preset-links@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.3...@tsparticles/preset-links@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.3...tsparticles-preset-links@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.3...@tsparticles/preset-links@2.0.0-beta.0) (2021-10-06) ### Features @@ -404,27 +404,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links presets ([9812393](https://github.com/matteobruni/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.2...tsparticles-preset-links@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.2...@tsparticles/preset-links@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.1...tsparticles-preset-links@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.1...@tsparticles/preset-links@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.20.0...tsparticles-preset-links@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.20.0...@tsparticles/preset-links@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.19.1...tsparticles-preset-links@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.19.1...@tsparticles/preset-links@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.19.0...tsparticles-preset-links@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.19.0...@tsparticles/preset-links@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.18.3...tsparticles-preset-links@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.18.3...@tsparticles/preset-links@1.19.0) (2021-08-23) ### Bug Fixes @@ -437,164 +437,164 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) - moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/matteobruni/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.18.2...tsparticles-preset-links@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.18.2...@tsparticles/preset-links@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.18.1...tsparticles-preset-links@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.18.1...@tsparticles/preset-links@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.18.0...tsparticles-preset-links@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.18.0...@tsparticles/preset-links@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-links@1.17.0...tsparticles-preset-links@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@1.17.0...@tsparticles/preset-links@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-links +**Note:** Version bump only for package @tsparticles/preset-links -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0...tsparticles-preset-basic@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0...@tsparticles/preset-basic@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.5...tsparticles-preset-basic@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.5...@tsparticles/preset-basic@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.4...tsparticles-preset-basic@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.4...@tsparticles/preset-basic@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.3...tsparticles-preset-basic@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.3...@tsparticles/preset-basic@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.2...tsparticles-preset-basic@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.2...@tsparticles/preset-basic@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.1...tsparticles-preset-basic@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.1...@tsparticles/preset-basic@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-beta.0...tsparticles-preset-basic@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-beta.0...@tsparticles/preset-basic@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.12...tsparticles-preset-basic@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.12...@tsparticles/preset-basic@1.3.0-beta.0) (2020-10-02) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.9...tsparticles-preset-basic@1.3.0-alpha.14) (2020-08-22) +# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.9...@tsparticles/preset-basic@1.3.0-alpha.14) (2020-08-22) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.12...tsparticles-preset-basic@1.3.0-alpha.13) (2020-08-17) +# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.12...@tsparticles/preset-basic@1.3.0-alpha.13) (2020-08-17) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.8...tsparticles-preset-basic@1.3.0-alpha.12) (2020-08-16) +# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.8...@tsparticles/preset-basic@1.3.0-alpha.12) (2020-08-16) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.10...tsparticles-preset-basic@1.3.0-alpha.11) (2020-08-13) +# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.10...@tsparticles/preset-basic@1.3.0-alpha.11) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.9...tsparticles-preset-basic@1.3.0-alpha.10) (2020-08-13) +# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.9...@tsparticles/preset-basic@1.3.0-alpha.10) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.8...tsparticles-preset-basic@1.3.0-alpha.9) (2020-08-13) +# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.8...@tsparticles/preset-basic@1.3.0-alpha.9) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.7...tsparticles-preset-basic@1.3.0-alpha.8) (2020-08-13) +# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.7...@tsparticles/preset-basic@1.3.0-alpha.8) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.6...tsparticles-preset-basic@1.3.0-alpha.7) (2020-08-12) +# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.6...@tsparticles/preset-basic@1.3.0-alpha.7) (2020-08-12) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.5...tsparticles-preset-basic@1.3.0-alpha.6) (2020-08-11) +# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.5...@tsparticles/preset-basic@1.3.0-alpha.6) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.4...tsparticles-preset-basic@1.3.0-alpha.5) (2020-08-11) +# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.4...@tsparticles/preset-basic@1.3.0-alpha.5) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.3...tsparticles-preset-basic@1.3.0-alpha.4) (2020-08-11) +# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.3...@tsparticles/preset-basic@1.3.0-alpha.4) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.2...tsparticles-preset-basic@1.3.0-alpha.3) (2020-08-10) +# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.2...@tsparticles/preset-basic@1.3.0-alpha.3) (2020-08-10) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.3.0-alpha.1...tsparticles-preset-basic@1.3.0-alpha.2) (2020-08-09) +# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.3.0-alpha.1...@tsparticles/preset-basic@1.3.0-alpha.2) (2020-08-09) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.7...tsparticles-preset-basic@1.3.0-alpha.1) (2020-08-08) +# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.7...@tsparticles/preset-basic@1.3.0-alpha.1) (2020-08-08) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.13...tsparticles-preset-basic@1.2.0-alpha.14) (2020-07-05) +# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.13...@tsparticles/preset-basic@1.2.0-alpha.14) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.12...tsparticles-preset-basic@1.2.0-alpha.13) (2020-07-05) +# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.12...@tsparticles/preset-basic@1.2.0-alpha.13) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.11...tsparticles-preset-basic@1.2.0-alpha.12) (2020-07-04) +# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.11...@tsparticles/preset-basic@1.2.0-alpha.12) (2020-07-04) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.2...tsparticles-preset-basic@1.2.0-alpha.11) (2020-07-02) +# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.2...@tsparticles/preset-basic@1.2.0-alpha.11) (2020-07-02) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.9...tsparticles-preset-basic@1.2.0-alpha.10) (2020-06-29) +# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.9...@tsparticles/preset-basic@1.2.0-alpha.10) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.8...tsparticles-preset-basic@1.2.0-alpha.9) (2020-06-29) +# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.8...@tsparticles/preset-basic@1.2.0-alpha.9) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.7...tsparticles-preset-basic@1.2.0-alpha.8) (2020-06-26) +# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.7...@tsparticles/preset-basic@1.2.0-alpha.8) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.6...tsparticles-preset-basic@1.2.0-alpha.7) (2020-06-26) +# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.6...@tsparticles/preset-basic@1.2.0-alpha.7) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.2.0-alpha.5...tsparticles-preset-basic@1.2.0-alpha.6) (2020-06-24) +# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.2.0-alpha.5...@tsparticles/preset-basic@1.2.0-alpha.6) (2020-06-24) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.1...tsparticles-preset-basic@1.2.0-alpha.5) (2020-06-23) +# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.1...@tsparticles/preset-basic@1.2.0-alpha.5) (2020-06-23) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.0...tsparticles-preset-basic@1.2.0-alpha.4) (2020-06-22) +# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.0...@tsparticles/preset-basic@1.2.0-alpha.4) (2020-06-22) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.0...tsparticles-preset-basic@1.2.0-alpha.3) (2020-06-21) +# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.0...@tsparticles/preset-basic@1.2.0-alpha.3) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.0...tsparticles-preset-basic@1.2.0-alpha.2) (2020-06-21) +# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.0...@tsparticles/preset-basic@1.2.0-alpha.2) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic -# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-basic@1.1.0...tsparticles-preset-basic@1.2.0-alpha.1) (2020-06-20) +# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-basic@1.1.0...@tsparticles/preset-basic@1.2.0-alpha.1) (2020-06-20) -**Note:** Version bump only for package tsparticles-preset-basic +**Note:** Version bump only for package @tsparticles/preset-basic diff --git a/presets/links/README.md b/presets/links/README.md index 7a4cc95..d1eaf56 100644 --- a/presets/links/README.md +++ b/presets/links/README.md @@ -2,7 +2,7 @@ # tsParticles Links Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-links/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-links) [![npmjs](https://badge.fury.io/js/tsparticles-preset-links.svg)](https://www.npmjs.com/package/tsparticles-preset-links) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-links)](https://www.npmjs.com/package/tsparticles-preset-links) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-links/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-links) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-links.svg)](https://www.npmjs.com/package/@tsparticles/preset-links) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-links)](https://www.npmjs.com/package/@tsparticles/preset-links) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for creating a particles web created by link lines between them. @@ -23,19 +23,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-links): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-links): ```html - - - - - - - - - - + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -45,7 +45,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -88,8 +88,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadLinksPreset } from "tsparticles-preset-links"; +import type { Engine } from "@tsparticles/engine"; +import { loadLinksPreset } from "@tsparticles/preset-links"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index aa8ca5d..ed39dba 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-links", - "version": "2.12.0", + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.1", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-particles-links": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" } } diff --git a/presets/links/package.json b/presets/links/package.json index 5f35e5d..433f03d 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-links", - "version": "2.12.0", + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.1", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-particles-links": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" } } diff --git a/presets/links/src/bundle.ts b/presets/links/src/bundle.ts index 73380e1..76972cd 100644 --- a/presets/links/src/bundle.ts +++ b/presets/links/src/bundle.ts @@ -1,5 +1,5 @@ import { loadLinksPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadLinksPreset(tsParticles); diff --git a/presets/links/src/index.ts b/presets/links/src/index.ts index c8c7579..ac3e464 100644 --- a/presets/links/src/index.ts +++ b/presets/links/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadParticlesLinksInteraction } from "tsparticles-interaction-particles-links"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadParticlesLinksInteraction } from "@tsparticles/interaction-particles-links"; import { options } from "./options"; /** diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index 2ad41ed..6c388da 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone @@ -29,131 +29,131 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.9.2...tsparticles-preset-sea-anemone@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.9.2...@tsparticles/preset-sea-anemone@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.9.1...tsparticles-preset-sea-anemone@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.9.1...@tsparticles/preset-sea-anemone@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.9.0...tsparticles-preset-sea-anemone@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.9.0...@tsparticles/preset-sea-anemone@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.8.0...tsparticles-preset-sea-anemone@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.8.0...@tsparticles/preset-sea-anemone@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.7.1...tsparticles-preset-sea-anemone@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.7.1...@tsparticles/preset-sea-anemone@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.7.0...tsparticles-preset-sea-anemone@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.7.0...@tsparticles/preset-sea-anemone@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.6.0...tsparticles-preset-sea-anemone@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.6.0...@tsparticles/preset-sea-anemone@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.5.3...tsparticles-preset-sea-anemone@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.5.3...@tsparticles/preset-sea-anemone@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.5.2...tsparticles-preset-sea-anemone@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.5.2...@tsparticles/preset-sea-anemone@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.5.1...tsparticles-preset-sea-anemone@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.5.1...@tsparticles/preset-sea-anemone@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.5.0...tsparticles-preset-sea-anemone@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.5.0...@tsparticles/preset-sea-anemone@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.4.0...tsparticles-preset-sea-anemone@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.4.0...@tsparticles/preset-sea-anemone@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.3.4...tsparticles-preset-sea-anemone@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.3.4...@tsparticles/preset-sea-anemone@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.3.3...tsparticles-preset-sea-anemone@2.3.4) (2022-09-30) +## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.3.3...@tsparticles/preset-sea-anemone@2.3.4) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.3.2...tsparticles-preset-sea-anemone@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.3.2...@tsparticles/preset-sea-anemone@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.3.1...tsparticles-preset-sea-anemone@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.3.1...@tsparticles/preset-sea-anemone@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.3.0...tsparticles-preset-sea-anemone@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.3.0...@tsparticles/preset-sea-anemone@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.2.4...tsparticles-preset-sea-anemone@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.2.4...@tsparticles/preset-sea-anemone@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.2.2...tsparticles-preset-sea-anemone@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.2.2...@tsparticles/preset-sea-anemone@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.2.2...tsparticles-preset-sea-anemone@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.2.2...@tsparticles/preset-sea-anemone@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.2.1...tsparticles-preset-sea-anemone@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.2.1...@tsparticles/preset-sea-anemone@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.2.0...tsparticles-preset-sea-anemone@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.2.0...@tsparticles/preset-sea-anemone@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.1.4...tsparticles-preset-sea-anemone@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.1.4...@tsparticles/preset-sea-anemone@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.1.3...tsparticles-preset-sea-anemone@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.1.3...@tsparticles/preset-sea-anemone@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.1.2...tsparticles-preset-sea-anemone@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.1.2...@tsparticles/preset-sea-anemone@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.1.1...tsparticles-preset-sea-anemone@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.1.1...@tsparticles/preset-sea-anemone@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.1.0...tsparticles-preset-sea-anemone@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.1.0...@tsparticles/preset-sea-anemone@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.6...tsparticles-preset-sea-anemone@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.6...@tsparticles/preset-sea-anemone@2.1.0) (2022-06-18) ### Bug Fixes @@ -161,17 +161,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) - removed useless variable ([88d2927](https://github.com/matteobruni/tsparticles/commit/88d29276006f956703149f580710a360f96af1de)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.5...tsparticles-preset-sea-anemone@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.5...@tsparticles/preset-sea-anemone@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.4...tsparticles-preset-sea-anemone@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.4...@tsparticles/preset-sea-anemone@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.43.1...tsparticles-preset-sea-anemone@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.43.1...@tsparticles/preset-sea-anemone@2.0.4) (2022-04-06) ### Bug Fixes @@ -186,27 +186,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.1...tsparticles-preset-sea-anemone@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.1...@tsparticles/preset-sea-anemone@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.43.0...tsparticles-preset-sea-anemone@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.43.0...@tsparticles/preset-sea-anemone@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.4...tsparticles-preset-sea-anemone@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.4...@tsparticles/preset-sea-anemone@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.3...tsparticles-preset-sea-anemone@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.3...@tsparticles/preset-sea-anemone@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.2...tsparticles-preset-sea-anemone@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.2...@tsparticles/preset-sea-anemone@1.42.3) (2022-03-18) ### Bug Fixes - fixed flashing issue with resize ([4e44c8e](https://github.com/matteobruni/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.1...tsparticles-preset-sea-anemone@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.1...@tsparticles/preset-sea-anemone@1.42.2) (2022-03-14) ### Bug Fixes @@ -220,7 +220,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.4...tsparticles-preset-sea-anemone@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.4...@tsparticles/preset-sea-anemone@2.0.2) (2022-02-21) ### Bug Fixes @@ -235,37 +235,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.42.0...tsparticles-preset-sea-anemone@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.42.0...@tsparticles/preset-sea-anemone@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.6...tsparticles-preset-sea-anemone@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.6...@tsparticles/preset-sea-anemone@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.0...tsparticles-preset-sea-anemone@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.0...@tsparticles/preset-sea-anemone@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.5...tsparticles-preset-sea-anemone@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.5...@tsparticles/preset-sea-anemone@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.4...tsparticles-preset-sea-anemone@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.4...@tsparticles/preset-sea-anemone@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.3...tsparticles-preset-sea-anemone@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.3...@tsparticles/preset-sea-anemone@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.2...tsparticles-preset-sea-anemone@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.2...@tsparticles/preset-sea-anemone@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.1...tsparticles-preset-sea-anemone@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.1...@tsparticles/preset-sea-anemone@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.1...tsparticles-preset-sea-anemone@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.1...@tsparticles/preset-sea-anemone@2.0.0) (2022-02-15) ### Bug Fixes @@ -279,17 +279,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.24.2...tsparticles-preset-sea-anemone@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.24.2...@tsparticles/preset-sea-anemone@2.0.0-beta.5) (2022-01-30) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.41.0...tsparticles-preset-sea-anemone@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.41.0...@tsparticles/preset-sea-anemone@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.40.2...tsparticles-preset-sea-anemone@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.40.2...@tsparticles/preset-sea-anemone@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.40.1...tsparticles-preset-sea-anemone@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.40.1...@tsparticles/preset-sea-anemone@1.40.2) (2022-02-07) ### Bug Fixes @@ -297,15 +297,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - removed deprecated options ([fc1676d](https://github.com/matteobruni/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.40.0...tsparticles-preset-sea-anemone@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.40.0...@tsparticles/preset-sea-anemone@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.24.3...tsparticles-preset-sea-anemone@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.24.3...@tsparticles/preset-sea-anemone@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.24.2...tsparticles-preset-sea-anemone@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.24.2...@tsparticles/preset-sea-anemone@1.24.3) (2022-02-02) ### Features @@ -315,108 +315,108 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.0-beta.3...tsparticles-preset-sea-anemone@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.0-beta.3...@tsparticles/preset-sea-anemone@2.0.0-beta.4) (2021-12-07) -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.24.1...tsparticles-preset-sea-anemone@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.24.1...@tsparticles/preset-sea-anemone@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.24.0...tsparticles-preset-sea-anemone@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.24.0...@tsparticles/preset-sea-anemone@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.23.0...tsparticles-preset-sea-anemone@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.23.0...@tsparticles/preset-sea-anemone@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.6...tsparticles-preset-sea-anemone@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.6...@tsparticles/preset-sea-anemone@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.5...tsparticles-preset-sea-anemone@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.5...@tsparticles/preset-sea-anemone@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.4...tsparticles-preset-sea-anemone@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.4...@tsparticles/preset-sea-anemone@1.22.5) (2021-11-28) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.5...tsparticles-preset-sea-anemone@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.5...@tsparticles/preset-sea-anemone@2.0.0-beta.3) (2021-12-04) ### Features - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.4...tsparticles-preset-sea-anemone@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.4...@tsparticles/preset-sea-anemone@2.0.0-beta.2) (2021-10-06) ### Features - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.3...tsparticles-preset-sea-anemone@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.3...@tsparticles/preset-sea-anemone@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.2...tsparticles-preset-sea-anemone@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.2...@tsparticles/preset-sea-anemone@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.1...tsparticles-preset-sea-anemone@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.1...@tsparticles/preset-sea-anemone@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.22.0...tsparticles-preset-sea-anemone@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.22.0...@tsparticles/preset-sea-anemone@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@2.0.0-beta.0...tsparticles-preset-sea-anemone@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.0.0-beta.0...@tsparticles/preset-sea-anemone@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.21.0...tsparticles-preset-sea-anemone@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.21.0...@tsparticles/preset-sea-anemone@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.4...tsparticles-preset-sea-anemone@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.4...@tsparticles/preset-sea-anemone@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.3...tsparticles-preset-sea-anemone@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.3...@tsparticles/preset-sea-anemone@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.3...tsparticles-preset-sea-anemone@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.3...@tsparticles/preset-sea-anemone@2.0.0-beta.0) (2021-10-06) ### Features - fixed sea anemone presets ([0df846d](https://github.com/matteobruni/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.2...tsparticles-preset-sea-anemone@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.2...@tsparticles/preset-sea-anemone@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.1...tsparticles-preset-sea-anemone@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.1...@tsparticles/preset-sea-anemone@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.20.0...tsparticles-preset-sea-anemone@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.20.0...@tsparticles/preset-sea-anemone@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.19.1...tsparticles-preset-sea-anemone@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.19.1...@tsparticles/preset-sea-anemone@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.19.0...tsparticles-preset-sea-anemone@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.19.0...@tsparticles/preset-sea-anemone@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.18.3...tsparticles-preset-sea-anemone@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.18.3...@tsparticles/preset-sea-anemone@1.19.0) (2021-08-23) ### Bug Fixes @@ -427,20 +427,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.18.2...tsparticles-preset-sea-anemone@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.18.2...@tsparticles/preset-sea-anemone@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.18.1...tsparticles-preset-sea-anemone@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.18.1...@tsparticles/preset-sea-anemone@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.18.0...tsparticles-preset-sea-anemone@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.18.0...@tsparticles/preset-sea-anemone@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-sea-anemone@1.17.0...tsparticles-preset-sea-anemone@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@1.17.0...@tsparticles/preset-sea-anemone@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-sea-anemone +**Note:** Version bump only for package @tsparticles/preset-sea-anemone diff --git a/presets/seaAnemone/README.md b/presets/seaAnemone/README.md index ed5e23f..b3ed02a 100644 --- a/presets/seaAnemone/README.md +++ b/presets/seaAnemone/README.md @@ -2,7 +2,7 @@ # tsParticles Sea Anemone Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-sea-anemone/badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-sea-anemone.svg)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-sea-anemone)](https://www.npmjs.com/package/tsparticles-preset-sea-anemone) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-sea-anemone/badge)](https://www.jsdelivr.com/package/npm/tsparticles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-sea-anemone.svg)](https://www.npmjs.com/package/@tsparticles/preset-sea-anemone) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-sea-anemone)](https://www.npmjs.com/package/@tsparticles/preset-sea-anemone) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for creating a beautiful sea anemone like effect with particles spawned in the canvas center. @@ -23,20 +23,20 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-sea-anemone): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-sea-anemone): ```html - - - - - - - - - - - + + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -46,7 +46,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -89,8 +89,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadSeaAnemonePreset } from "tsparticles-preset-sea-anemone"; +import type { Engine } from "@tsparticles/engine"; +import { loadSeaAnemonePreset } from "@tsparticles/preset-sea-anemone"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index ecdacf6..0f8af08 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-sea-anemone", - "version": "2.12.0", + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.1", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-path-curves": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/path-curves": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 5bd13c8..f5a985e 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-sea-anemone", - "version": "2.12.0", + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.1", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-path-curves": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/path-curves": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1" } } diff --git a/presets/seaAnemone/src/bundle.ts b/presets/seaAnemone/src/bundle.ts index 0d33d0d..d1d1196 100644 --- a/presets/seaAnemone/src/bundle.ts +++ b/presets/seaAnemone/src/bundle.ts @@ -1,5 +1,5 @@ import { loadSeaAnemonePreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadSeaAnemonePreset(tsParticles); diff --git a/presets/seaAnemone/src/index.ts b/presets/seaAnemone/src/index.ts index ff02d7a..ad91a35 100644 --- a/presets/seaAnemone/src/index.ts +++ b/presets/seaAnemone/src/index.ts @@ -1,8 +1,8 @@ import { options, presetName } from "./options"; -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadCurvesPath } from "tsparticles-path-curves"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadCurvesPath } from "@tsparticles/path-curves"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; /** * diff --git a/presets/seaAnemone/src/options.ts b/presets/seaAnemone/src/options.ts index 74d3f44..58e95e0 100644 --- a/presets/seaAnemone/src/options.ts +++ b/presets/seaAnemone/src/options.ts @@ -1,5 +1,5 @@ -import type { ISourceOptions } from "tsparticles-engine"; -import { curvesPathName } from "tsparticles-path-curves"; +import type { ISourceOptions } from "@tsparticles/engine"; +import { curvesPathName } from "@tsparticles/path-curves"; export const presetName = "seaAnemone"; @@ -27,7 +27,9 @@ export const options: ISourceOptions = { speed: 2, straight: false, trail: { - fillColor: "#000", + fill: { + color: "#000", + }, length: 30, enable: true, }, diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index 72ac72c..fe2231c 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow @@ -29,43 +29,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.9.2...tsparticles-preset-snow@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.9.2...@tsparticles/preset-snow@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.9.1...tsparticles-preset-snow@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.9.1...@tsparticles/preset-snow@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.9.0...tsparticles-preset-snow@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.9.0...@tsparticles/preset-snow@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.8.0...tsparticles-preset-snow@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.8.0...@tsparticles/preset-snow@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.7.1...tsparticles-preset-snow@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.7.1...@tsparticles/preset-snow@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.7.0...tsparticles-preset-snow@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.7.0...@tsparticles/preset-snow@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.6.0...tsparticles-preset-snow@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.6.0...@tsparticles/preset-snow@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.5.3...tsparticles-preset-snow@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.5.3...@tsparticles/preset-snow@2.6.0) (2022-12-06) ### Bug Fixes @@ -75,107 +75,107 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.5.2...tsparticles-preset-snow@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.5.2...@tsparticles/preset-snow@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.5.1...tsparticles-preset-snow@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.5.1...@tsparticles/preset-snow@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.5.0...tsparticles-preset-snow@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.5.0...@tsparticles/preset-snow@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.4.0...tsparticles-preset-snow@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.4.0...@tsparticles/preset-snow@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.3.3...tsparticles-preset-snow@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.3.3...@tsparticles/preset-snow@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.3.2...tsparticles-preset-snow@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.3.2...@tsparticles/preset-snow@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.3.1...tsparticles-preset-snow@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.3.1...@tsparticles/preset-snow@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.3.0...tsparticles-preset-snow@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.3.0...@tsparticles/preset-snow@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.2.4...tsparticles-preset-snow@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.2.4...@tsparticles/preset-snow@2.3.0) (2022-09-11) ### Features - created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/matteobruni/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.2.2...tsparticles-preset-snow@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.2.2...@tsparticles/preset-snow@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.2.2...tsparticles-preset-snow@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.2.2...@tsparticles/preset-snow@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.2.1...tsparticles-preset-snow@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.2.1...@tsparticles/preset-snow@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.2.0...tsparticles-preset-snow@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.2.0...@tsparticles/preset-snow@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.1.4...tsparticles-preset-snow@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.1.4...@tsparticles/preset-snow@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) - improved snow preset, added a small wobble effect ([7802f55](https://github.com/matteobruni/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.1.3...tsparticles-preset-snow@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.1.3...@tsparticles/preset-snow@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.1.2...tsparticles-preset-snow@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.1.2...@tsparticles/preset-snow@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.1.1...tsparticles-preset-snow@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.1.1...@tsparticles/preset-snow@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.1.0...tsparticles-preset-snow@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.1.0...@tsparticles/preset-snow@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.6...tsparticles-preset-snow@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.6...@tsparticles/preset-snow@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.5...tsparticles-preset-snow@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.5...@tsparticles/preset-snow@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.4...tsparticles-preset-snow@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.4...@tsparticles/preset-snow@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.43.1...tsparticles-preset-snow@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.43.1...@tsparticles/preset-snow@2.0.4) (2022-04-06) ### Bug Fixes @@ -190,25 +190,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.1...tsparticles-preset-snow@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.1...@tsparticles/preset-snow@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.43.0...tsparticles-preset-snow@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.43.0...@tsparticles/preset-snow@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.4...tsparticles-preset-snow@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.4...@tsparticles/preset-snow@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.3...tsparticles-preset-snow@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.3...@tsparticles/preset-snow@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.2...tsparticles-preset-snow@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.2...@tsparticles/preset-snow@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.1...tsparticles-preset-snow@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.1...@tsparticles/preset-snow@1.42.2) (2022-03-14) ### Bug Fixes @@ -222,7 +222,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.4...tsparticles-preset-snow@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.4...@tsparticles/preset-snow@2.0.2) (2022-02-21) ### Bug Fixes @@ -237,37 +237,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.42.0...tsparticles-preset-snow@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.42.0...@tsparticles/preset-snow@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.6...tsparticles-preset-snow@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.6...@tsparticles/preset-snow@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.0...tsparticles-preset-snow@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.0...@tsparticles/preset-snow@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.5...tsparticles-preset-snow@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.5...@tsparticles/preset-snow@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.4...tsparticles-preset-snow@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.4...@tsparticles/preset-snow@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.3...tsparticles-preset-snow@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.3...@tsparticles/preset-snow@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.2...tsparticles-preset-snow@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.2...@tsparticles/preset-snow@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.1...tsparticles-preset-snow@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.1...@tsparticles/preset-snow@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.1...tsparticles-preset-snow@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.1...@tsparticles/preset-snow@2.0.0) (2022-02-15) ### Bug Fixes @@ -281,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.24.2...tsparticles-preset-snow@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.24.2...@tsparticles/preset-snow@2.0.0-beta.5) (2022-01-30) ### Bug Fixes @@ -295,13 +295,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.0-beta.3...tsparticles-preset-snow@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.0-beta.3...@tsparticles/preset-snow@2.0.0-beta.4) (2021-12-07) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.5...tsparticles-preset-snow@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.5...@tsparticles/preset-snow@2.0.0-beta.3) (2021-12-04) ### Features @@ -309,69 +309,69 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.41.0...tsparticles-preset-snow@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.41.0...@tsparticles/preset-snow@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.40.2...tsparticles-preset-snow@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.40.2...@tsparticles/preset-snow@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.40.1...tsparticles-preset-snow@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.40.1...@tsparticles/preset-snow@1.40.2) (2022-02-07) ### Bug Fixes - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.40.0...tsparticles-preset-snow@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.40.0...@tsparticles/preset-snow@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.24.3...tsparticles-preset-snow@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.24.3...@tsparticles/preset-snow@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.4...tsparticles-preset-snow@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.4...@tsparticles/preset-snow@2.0.0-beta.2) (2021-10-06) -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.24.2...tsparticles-preset-snow@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.24.2...@tsparticles/preset-snow@1.24.3) (2022-02-02) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.24.1...tsparticles-preset-snow@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.24.1...@tsparticles/preset-snow@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.24.0...tsparticles-preset-snow@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.24.0...@tsparticles/preset-snow@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.23.0...tsparticles-preset-snow@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.23.0...@tsparticles/preset-snow@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.6...tsparticles-preset-snow@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.6...@tsparticles/preset-snow@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.5...tsparticles-preset-snow@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.5...@tsparticles/preset-snow@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.4...tsparticles-preset-snow@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.4...@tsparticles/preset-snow@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.3...tsparticles-preset-snow@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.3...@tsparticles/preset-snow@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.2...tsparticles-preset-snow@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.2...@tsparticles/preset-snow@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.1...tsparticles-preset-snow@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.1...@tsparticles/preset-snow@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow ### Features @@ -379,27 +379,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.22.0...tsparticles-preset-snow@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.22.0...@tsparticles/preset-snow@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@2.0.0-beta.0...tsparticles-preset-snow@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.0.0-beta.0...@tsparticles/preset-snow@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.21.0...tsparticles-preset-snow@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.21.0...@tsparticles/preset-snow@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.4...tsparticles-preset-snow@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.4...@tsparticles/preset-snow@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.3...tsparticles-preset-snow@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.3...@tsparticles/preset-snow@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.3...tsparticles-preset-snow@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.3...@tsparticles/preset-snow@2.0.0-beta.0) (2021-10-06) ### Features @@ -407,27 +407,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.2...tsparticles-preset-snow@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.2...@tsparticles/preset-snow@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.1...tsparticles-preset-snow@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.1...@tsparticles/preset-snow@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.20.0...tsparticles-preset-snow@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.20.0...@tsparticles/preset-snow@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.19.1...tsparticles-preset-snow@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.19.1...@tsparticles/preset-snow@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.19.0...tsparticles-preset-snow@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.19.0...@tsparticles/preset-snow@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.18.3...tsparticles-preset-snow@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.18.3...@tsparticles/preset-snow@1.19.0) (2021-08-23) ### Bug Fixes @@ -438,164 +438,164 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.18.2...tsparticles-preset-snow@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.18.2...@tsparticles/preset-snow@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.18.1...tsparticles-preset-snow@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.18.1...@tsparticles/preset-snow@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.18.0...tsparticles-preset-snow@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.18.0...@tsparticles/preset-snow@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.17.0...tsparticles-preset-snow@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.17.0...@tsparticles/preset-snow@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0...tsparticles-preset-snow@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0...@tsparticles/preset-snow@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.5...tsparticles-preset-snow@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.5...@tsparticles/preset-snow@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.4...tsparticles-preset-snow@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.4...@tsparticles/preset-snow@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.3...tsparticles-preset-snow@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.3...@tsparticles/preset-snow@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.2...tsparticles-preset-snow@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.2...@tsparticles/preset-snow@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.1...tsparticles-preset-snow@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.1...@tsparticles/preset-snow@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-beta.0...tsparticles-preset-snow@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-beta.0...@tsparticles/preset-snow@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.12...tsparticles-preset-snow@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.12...@tsparticles/preset-snow@1.3.0-beta.0) (2020-10-02) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.9...tsparticles-preset-snow@1.3.0-alpha.14) (2020-08-22) +# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.9...@tsparticles/preset-snow@1.3.0-alpha.14) (2020-08-22) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.12...tsparticles-preset-snow@1.3.0-alpha.13) (2020-08-17) +# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.12...@tsparticles/preset-snow@1.3.0-alpha.13) (2020-08-17) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.8...tsparticles-preset-snow@1.3.0-alpha.12) (2020-08-16) +# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.8...@tsparticles/preset-snow@1.3.0-alpha.12) (2020-08-16) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.10...tsparticles-preset-snow@1.3.0-alpha.11) (2020-08-13) +# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.10...@tsparticles/preset-snow@1.3.0-alpha.11) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.9...tsparticles-preset-snow@1.3.0-alpha.10) (2020-08-13) +# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.9...@tsparticles/preset-snow@1.3.0-alpha.10) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.8...tsparticles-preset-snow@1.3.0-alpha.9) (2020-08-13) +# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.8...@tsparticles/preset-snow@1.3.0-alpha.9) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.7...tsparticles-preset-snow@1.3.0-alpha.8) (2020-08-13) +# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.7...@tsparticles/preset-snow@1.3.0-alpha.8) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.6...tsparticles-preset-snow@1.3.0-alpha.7) (2020-08-12) +# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.6...@tsparticles/preset-snow@1.3.0-alpha.7) (2020-08-12) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.5...tsparticles-preset-snow@1.3.0-alpha.6) (2020-08-11) +# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.5...@tsparticles/preset-snow@1.3.0-alpha.6) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.4...tsparticles-preset-snow@1.3.0-alpha.5) (2020-08-11) +# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.4...@tsparticles/preset-snow@1.3.0-alpha.5) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.3...tsparticles-preset-snow@1.3.0-alpha.4) (2020-08-11) +# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.3...@tsparticles/preset-snow@1.3.0-alpha.4) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.2...tsparticles-preset-snow@1.3.0-alpha.3) (2020-08-10) +# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.2...@tsparticles/preset-snow@1.3.0-alpha.3) (2020-08-10) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.3.0-alpha.1...tsparticles-preset-snow@1.3.0-alpha.2) (2020-08-09) +# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.3.0-alpha.1...@tsparticles/preset-snow@1.3.0-alpha.2) (2020-08-09) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.7...tsparticles-preset-snow@1.3.0-alpha.1) (2020-08-08) +# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.7...@tsparticles/preset-snow@1.3.0-alpha.1) (2020-08-08) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.13...tsparticles-preset-snow@1.2.0-alpha.14) (2020-07-05) +# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.13...@tsparticles/preset-snow@1.2.0-alpha.14) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.12...tsparticles-preset-snow@1.2.0-alpha.13) (2020-07-05) +# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.12...@tsparticles/preset-snow@1.2.0-alpha.13) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.11...tsparticles-preset-snow@1.2.0-alpha.12) (2020-07-04) +# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.11...@tsparticles/preset-snow@1.2.0-alpha.12) (2020-07-04) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.2...tsparticles-preset-snow@1.2.0-alpha.11) (2020-07-02) +# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.2...@tsparticles/preset-snow@1.2.0-alpha.11) (2020-07-02) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.9...tsparticles-preset-snow@1.2.0-alpha.10) (2020-06-29) +# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.9...@tsparticles/preset-snow@1.2.0-alpha.10) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.8...tsparticles-preset-snow@1.2.0-alpha.9) (2020-06-29) +# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.8...@tsparticles/preset-snow@1.2.0-alpha.9) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.7...tsparticles-preset-snow@1.2.0-alpha.8) (2020-06-26) +# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.7...@tsparticles/preset-snow@1.2.0-alpha.8) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.6...tsparticles-preset-snow@1.2.0-alpha.7) (2020-06-26) +# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.6...@tsparticles/preset-snow@1.2.0-alpha.7) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.2.0-alpha.5...tsparticles-preset-snow@1.2.0-alpha.6) (2020-06-24) +# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.2.0-alpha.5...@tsparticles/preset-snow@1.2.0-alpha.6) (2020-06-24) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.1...tsparticles-preset-snow@1.2.0-alpha.5) (2020-06-23) +# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.1...@tsparticles/preset-snow@1.2.0-alpha.5) (2020-06-23) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.0...tsparticles-preset-snow@1.2.0-alpha.4) (2020-06-22) +# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.0...@tsparticles/preset-snow@1.2.0-alpha.4) (2020-06-22) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.0...tsparticles-preset-snow@1.2.0-alpha.3) (2020-06-21) +# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.0...@tsparticles/preset-snow@1.2.0-alpha.3) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.0...tsparticles-preset-snow@1.2.0-alpha.2) (2020-06-21) +# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.0...@tsparticles/preset-snow@1.2.0-alpha.2) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow -# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-snow@1.1.0...tsparticles-preset-snow@1.2.0-alpha.1) (2020-06-20) +# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@1.1.0...@tsparticles/preset-snow@1.2.0-alpha.1) (2020-06-20) -**Note:** Version bump only for package tsparticles-preset-snow +**Note:** Version bump only for package @tsparticles/preset-snow diff --git a/presets/snow/README.md b/presets/snow/README.md index 2d0e7e4..b7de4aa 100644 --- a/presets/snow/README.md +++ b/presets/snow/README.md @@ -2,7 +2,7 @@ # tsParticles Snow Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-snow/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-snow) [![npmjs](https://badge.fury.io/js/tsparticles-preset-snow.svg)](https://www.npmjs.com/package/tsparticles-preset-snow) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-snow)](https://www.npmjs.com/package/tsparticles-preset-snow) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-snow/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-snow) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-snow.svg)](https://www.npmjs.com/package/@tsparticles/preset-snow) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-snow)](https://www.npmjs.com/package/@tsparticles/preset-snow) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset creating a snow effect with falling particles. @@ -22,19 +22,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-snow): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-snow): ```html - - - - - - - - - - + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -44,7 +44,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -87,8 +87,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadSnowPreset } from "tsparticles-preset-snow"; +import type { Engine } from "@tsparticles/engine"; +import { loadSnowPreset } from "@tsparticles/preset-snow"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 60526cf..63ee2c5 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-snow", - "version": "2.12.0", + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.1", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-updater-wobble": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/updater-wobble": "^3.0.0-beta.1" } } diff --git a/presets/snow/package.json b/presets/snow/package.json index 38cc88c..164a2b8 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-snow", - "version": "2.12.0", + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.1", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-updater-wobble": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/updater-wobble": "^3.0.0-beta.1" } } diff --git a/presets/snow/src/bundle.ts b/presets/snow/src/bundle.ts index d64ac6f..10e581b 100644 --- a/presets/snow/src/bundle.ts +++ b/presets/snow/src/bundle.ts @@ -1,5 +1,5 @@ import { loadSnowPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadSnowPreset(tsParticles); diff --git a/presets/snow/src/index.ts b/presets/snow/src/index.ts index 39b8333..86d4bfc 100644 --- a/presets/snow/src/index.ts +++ b/presets/snow/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadWobbleUpdater } from "tsparticles-updater-wobble"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadWobbleUpdater } from "@tsparticles/updater-wobble"; import { options } from "./options"; /** diff --git a/presets/snow/src/options.ts b/presets/snow/src/options.ts index 9fec75e..fce022a 100644 --- a/presets/snow/src/options.ts +++ b/presets/snow/src/options.ts @@ -1,4 +1,4 @@ -import { MoveDirection } from "tsparticles-engine"; +import { MoveDirection } from "@tsparticles/engine"; export const options = { background: { diff --git a/presets/squares/README.md b/presets/squares/README.md index 8d71134..73d0f8d 100644 --- a/presets/squares/README.md +++ b/presets/squares/README.md @@ -2,7 +2,7 @@ # tsParticles Squares Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-squares/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-squares) [![npmjs](https://badge.fury.io/js/tsparticles-preset-squares.svg)](https://www.npmjs.com/package/tsparticles-preset-squares) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-squares)](https://www.npmjs.com/package/tsparticles-preset-squares) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-squares/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-squares) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-squares.svg)](https://www.npmjs.com/package/@tsparticles/preset-squares) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-squares)](https://www.npmjs.com/package/@tsparticles/preset-squares) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset creating a squares effect with falling particles. @@ -22,16 +22,16 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-squares): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-squares): ```html - - - - - - - + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -41,7 +41,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -84,8 +84,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadSquaresPreset } from "tsparticles-preset-squares"; +import type { Engine } from "@tsparticles/engine"; +import { loadSquaresPreset } from "@tsparticles/preset-squares"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 05b39db..7efdcb2 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-squares", - "version": "2.12.0", + "name": "@tsparticles/preset-squares", + "version": "3.0.0-beta.1", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,11 +87,11 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-shape-square": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-size": "^2.12.0", - "tsparticles-updater-stroke-color": "^2.12.0" + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/shape-square": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-size": "^3.0.0-beta.1", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" } } diff --git a/presets/squares/package.json b/presets/squares/package.json index 03ac7ef..3ea3264 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-squares", - "version": "2.12.0", + "name": "@tsparticles/preset-squares", + "version": "3.0.0-beta.1", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,11 +96,11 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-engine": "^2.12.0", - "tsparticles-plugin-emitters": "^2.12.0", - "tsparticles-shape-square": "^2.12.0", - "tsparticles-updater-rotate": "^2.12.0", - "tsparticles-updater-size": "^2.12.0", - "tsparticles-updater-stroke-color": "^2.12.0" + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/plugin-emitters": "^3.0.0-beta.1", + "@tsparticles/shape-square": "^3.0.0-beta.1", + "@tsparticles/updater-rotate": "^3.0.0-beta.1", + "@tsparticles/updater-size": "^3.0.0-beta.1", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" } } diff --git a/presets/squares/src/bundle.ts b/presets/squares/src/bundle.ts index c450bd2..3c12249 100644 --- a/presets/squares/src/bundle.ts +++ b/presets/squares/src/bundle.ts @@ -1,5 +1,5 @@ import { loadSquaresPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadSquaresPreset(tsParticles); diff --git a/presets/squares/src/index.ts b/presets/squares/src/index.ts index f5044a7..cb0a407 100644 --- a/presets/squares/src/index.ts +++ b/presets/squares/src/index.ts @@ -1,9 +1,9 @@ -import type { Engine } from "tsparticles-engine"; -import { loadEmittersPlugin } from "tsparticles-plugin-emitters"; -import { loadRotateUpdater } from "tsparticles-updater-rotate"; -import { loadSizeUpdater } from "tsparticles-updater-size"; -import { loadSquareShape } from "tsparticles-shape-square"; -import { loadStrokeColorUpdater } from "tsparticles-updater-stroke-color"; +import type { Engine } from "@tsparticles/engine"; +import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadRotateUpdater } from "@tsparticles/updater-rotate"; +import { loadSizeUpdater } from "@tsparticles/updater-size"; +import { loadSquareShape } from "@tsparticles/shape-square"; +import { loadStrokeColorUpdater } from "@tsparticles/updater-stroke-color"; import { options } from "./options"; /** diff --git a/presets/squares/src/options.ts b/presets/squares/src/options.ts index bf636cb..f72cfff 100644 --- a/presets/squares/src/options.ts +++ b/presets/squares/src/options.ts @@ -1,4 +1,4 @@ -import { DestroyType, type ISourceOptions, RotateDirection, StartValueType } from "tsparticles-engine"; +import { DestroyType, type ISourceOptions, RotateDirection, StartValueType } from "@tsparticles/engine"; export const options: ISourceOptions = { particles: { diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index 72f24a3..f03dcc0 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars @@ -29,144 +29,144 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.9.2...tsparticles-preset-stars@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.9.2...@tsparticles/preset-stars@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.9.1...tsparticles-preset-stars@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.9.1...@tsparticles/preset-stars@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.9.0...tsparticles-preset-stars@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.9.0...@tsparticles/preset-stars@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.8.0...tsparticles-preset-stars@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.8.0...@tsparticles/preset-stars@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.7.1...tsparticles-preset-stars@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.7.1...@tsparticles/preset-stars@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.7.0...tsparticles-preset-stars@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.7.0...@tsparticles/preset-stars@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.6.0...tsparticles-preset-stars@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.6.0...@tsparticles/preset-stars@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.5.3...tsparticles-preset-stars@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.5.3...@tsparticles/preset-stars@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.5.2...tsparticles-preset-stars@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.5.2...@tsparticles/preset-stars@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.5.1...tsparticles-preset-stars@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.5.1...@tsparticles/preset-stars@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.5.0...tsparticles-preset-stars@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.5.0...@tsparticles/preset-stars@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.4.0...tsparticles-preset-stars@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.4.0...@tsparticles/preset-stars@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.3.3...tsparticles-preset-stars@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.3.3...@tsparticles/preset-stars@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.3.2...tsparticles-preset-stars@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.3.2...@tsparticles/preset-stars@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.3.1...tsparticles-preset-stars@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.3.1...@tsparticles/preset-stars@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.3.0...tsparticles-preset-stars@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.3.0...@tsparticles/preset-stars@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.2.4...tsparticles-preset-stars@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.2.4...@tsparticles/preset-stars@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.2.2...tsparticles-preset-stars@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.2.2...@tsparticles/preset-stars@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.2.2...tsparticles-preset-stars@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.2.2...@tsparticles/preset-stars@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.2.1...tsparticles-preset-stars@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.2.1...@tsparticles/preset-stars@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.2.0...tsparticles-preset-stars@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.2.0...@tsparticles/preset-stars@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.1.4...tsparticles-preset-stars@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.1.4...@tsparticles/preset-stars@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.1.3...tsparticles-preset-stars@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.1.3...@tsparticles/preset-stars@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.1.2...tsparticles-preset-stars@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.1.2...@tsparticles/preset-stars@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.1.1...tsparticles-preset-stars@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.1.1...@tsparticles/preset-stars@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.1.0...tsparticles-preset-stars@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.1.0...@tsparticles/preset-stars@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.6...tsparticles-preset-stars@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.6...@tsparticles/preset-stars@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.5...tsparticles-preset-stars@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.5...@tsparticles/preset-stars@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.4...tsparticles-preset-stars@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.4...@tsparticles/preset-stars@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.43.1...tsparticles-preset-stars@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.43.1...@tsparticles/preset-stars@2.0.4) (2022-04-06) ### Bug Fixes @@ -180,25 +180,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.1...tsparticles-preset-stars@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.1...@tsparticles/preset-stars@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.43.0...tsparticles-preset-stars@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.43.0...@tsparticles/preset-stars@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.4...tsparticles-preset-stars@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.4...@tsparticles/preset-stars@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.3...tsparticles-preset-stars@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.3...@tsparticles/preset-stars@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.2...tsparticles-preset-stars@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.2...@tsparticles/preset-stars@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.1...tsparticles-preset-stars@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.1...@tsparticles/preset-stars@1.42.2) (2022-03-14) ### Bug Fixes @@ -211,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.4...tsparticles-preset-stars@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.4...@tsparticles/preset-stars@2.0.2) (2022-02-21) ### Bug Fixes @@ -225,37 +225,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.42.0...tsparticles-preset-stars@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.42.0...@tsparticles/preset-stars@1.42.1) (2022-03-09) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.42.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.6...tsparticles-preset-stars@1.42.0) (2022-03-08) +# [1.42.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.6...@tsparticles/preset-stars@1.42.0) (2022-03-08) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.0...tsparticles-preset-stars@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.0...@tsparticles/preset-stars@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.5...tsparticles-preset-stars@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.5...@tsparticles/preset-stars@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.4...tsparticles-preset-stars@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.4...@tsparticles/preset-stars@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.3...tsparticles-preset-stars@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.3...@tsparticles/preset-stars@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.2...tsparticles-preset-stars@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.2...@tsparticles/preset-stars@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.1...tsparticles-preset-stars@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.1...@tsparticles/preset-stars@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.1...tsparticles-preset-stars@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.1...@tsparticles/preset-stars@2.0.0) (2022-02-15) ### Bug Fixes @@ -268,7 +268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.24.2...tsparticles-preset-stars@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.24.2...@tsparticles/preset-stars@2.0.0-beta.5) (2022-01-30) ### Bug Fixes @@ -281,136 +281,136 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.0-beta.3...tsparticles-preset-stars@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.0-beta.3...@tsparticles/preset-stars@2.0.0-beta.4) (2021-12-07) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.41.0...tsparticles-preset-stars@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.41.0...@tsparticles/preset-stars@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.40.2...tsparticles-preset-stars@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.40.2...@tsparticles/preset-stars@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.40.1...tsparticles-preset-stars@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.40.1...@tsparticles/preset-stars@1.40.2) (2022-02-07) ### Bug Fixes - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.5...tsparticles-preset-stars@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.5...@tsparticles/preset-stars@2.0.0-beta.3) (2021-12-04) ### Features - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.4...tsparticles-preset-stars@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.4...@tsparticles/preset-stars@2.0.0-beta.2) (2021-10-06) ### Features - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.40.0...tsparticles-preset-stars@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.40.0...@tsparticles/preset-stars@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.24.3...tsparticles-preset-stars@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.24.3...@tsparticles/preset-stars@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.24.2...tsparticles-preset-stars@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.24.2...@tsparticles/preset-stars@1.24.3) (2022-02-02) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.24.1...tsparticles-preset-stars@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.24.1...@tsparticles/preset-stars@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.24.0...tsparticles-preset-stars@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.24.0...@tsparticles/preset-stars@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.23.0...tsparticles-preset-stars@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.23.0...@tsparticles/preset-stars@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.6...tsparticles-preset-stars@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.6...@tsparticles/preset-stars@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.5...tsparticles-preset-stars@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.5...@tsparticles/preset-stars@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.4...tsparticles-preset-stars@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.4...@tsparticles/preset-stars@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.3...tsparticles-preset-stars@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.3...@tsparticles/preset-stars@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.2...tsparticles-preset-stars@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.2...@tsparticles/preset-stars@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.1...tsparticles-preset-stars@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.1...@tsparticles/preset-stars@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.22.0...tsparticles-preset-stars@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.22.0...@tsparticles/preset-stars@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@2.0.0-beta.0...tsparticles-preset-stars@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.0.0-beta.0...@tsparticles/preset-stars@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.21.0...tsparticles-preset-stars@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.21.0...@tsparticles/preset-stars@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.4...tsparticles-preset-stars@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.4...@tsparticles/preset-stars@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.3...tsparticles-preset-stars@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.3...@tsparticles/preset-stars@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.3...tsparticles-preset-stars@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.3...@tsparticles/preset-stars@2.0.0-beta.0) (2021-10-06) ### Features - fixed stars preset ([04e7f4c](https://github.com/matteobruni/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.2...tsparticles-preset-stars@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.2...@tsparticles/preset-stars@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.1...tsparticles-preset-stars@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.1...@tsparticles/preset-stars@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.20.0...tsparticles-preset-stars@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.20.0...@tsparticles/preset-stars@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.19.1...tsparticles-preset-stars@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.19.1...@tsparticles/preset-stars@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.19.0...tsparticles-preset-stars@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.19.0...@tsparticles/preset-stars@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.19.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.18.3...tsparticles-preset-stars@1.19.0) (2021-08-23) +# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.18.3...@tsparticles/preset-stars@1.19.0) (2021-08-23) ### Bug Fixes @@ -421,164 +421,164 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -## [1.18.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.18.2...tsparticles-preset-stars@1.18.3) (2021-08-10) +## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.18.2...@tsparticles/preset-stars@1.18.3) (2021-08-10) ### Features - added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -## [1.18.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.18.1...tsparticles-preset-stars@1.18.2) (2021-07-31) +## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.18.1...@tsparticles/preset-stars@1.18.2) (2021-07-31) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.18.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.18.0...tsparticles-preset-stars@1.18.1) (2021-07-29) +## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.18.0...@tsparticles/preset-stars@1.18.1) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.18.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.17.0...tsparticles-preset-stars@1.18.0) (2021-07-29) +# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.17.0...@tsparticles/preset-stars@1.18.0) (2021-07-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -## [1.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0...tsparticles-preset-stars@1.3.1) (2020-10-06) +## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0...@tsparticles/preset-stars@1.3.1) (2020-10-06) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.5...tsparticles-preset-stars@1.3.0) (2020-10-05) +# [1.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.5...@tsparticles/preset-stars@1.3.0) (2020-10-05) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.4...tsparticles-preset-stars@1.3.0-beta.5) (2020-10-04) +# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.4...@tsparticles/preset-stars@1.3.0-beta.5) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.3...tsparticles-preset-stars@1.3.0-beta.4) (2020-10-04) +# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.3...@tsparticles/preset-stars@1.3.0-beta.4) (2020-10-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.2...tsparticles-preset-stars@1.3.0-beta.3) (2020-10-03) +# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.2...@tsparticles/preset-stars@1.3.0-beta.3) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.1...tsparticles-preset-stars@1.3.0-beta.2) (2020-10-03) +# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.1...@tsparticles/preset-stars@1.3.0-beta.2) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-beta.0...tsparticles-preset-stars@1.3.0-beta.1) (2020-10-03) +# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-beta.0...@tsparticles/preset-stars@1.3.0-beta.1) (2020-10-03) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.12...tsparticles-preset-stars@1.3.0-beta.0) (2020-10-02) +# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.12...@tsparticles/preset-stars@1.3.0-beta.0) (2020-10-02) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.9...tsparticles-preset-stars@1.3.0-alpha.14) (2020-08-22) +# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.9...@tsparticles/preset-stars@1.3.0-alpha.14) (2020-08-22) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.12...tsparticles-preset-stars@1.3.0-alpha.13) (2020-08-17) +# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.12...@tsparticles/preset-stars@1.3.0-alpha.13) (2020-08-17) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.8...tsparticles-preset-stars@1.3.0-alpha.12) (2020-08-16) +# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.8...@tsparticles/preset-stars@1.3.0-alpha.12) (2020-08-16) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.10...tsparticles-preset-stars@1.3.0-alpha.11) (2020-08-13) +# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.10...@tsparticles/preset-stars@1.3.0-alpha.11) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.9...tsparticles-preset-stars@1.3.0-alpha.10) (2020-08-13) +# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.9...@tsparticles/preset-stars@1.3.0-alpha.10) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.8...tsparticles-preset-stars@1.3.0-alpha.9) (2020-08-13) +# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.8...@tsparticles/preset-stars@1.3.0-alpha.9) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.7...tsparticles-preset-stars@1.3.0-alpha.8) (2020-08-13) +# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.7...@tsparticles/preset-stars@1.3.0-alpha.8) (2020-08-13) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.6...tsparticles-preset-stars@1.3.0-alpha.7) (2020-08-12) +# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.6...@tsparticles/preset-stars@1.3.0-alpha.7) (2020-08-12) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.5...tsparticles-preset-stars@1.3.0-alpha.6) (2020-08-11) +# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.5...@tsparticles/preset-stars@1.3.0-alpha.6) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.4...tsparticles-preset-stars@1.3.0-alpha.5) (2020-08-11) +# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.4...@tsparticles/preset-stars@1.3.0-alpha.5) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.3...tsparticles-preset-stars@1.3.0-alpha.4) (2020-08-11) +# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.3...@tsparticles/preset-stars@1.3.0-alpha.4) (2020-08-11) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.2...tsparticles-preset-stars@1.3.0-alpha.3) (2020-08-10) +# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.2...@tsparticles/preset-stars@1.3.0-alpha.3) (2020-08-10) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.3.0-alpha.1...tsparticles-preset-stars@1.3.0-alpha.2) (2020-08-09) +# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.3.0-alpha.1...@tsparticles/preset-stars@1.3.0-alpha.2) (2020-08-09) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.7...tsparticles-preset-stars@1.3.0-alpha.1) (2020-08-08) +# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.7...@tsparticles/preset-stars@1.3.0-alpha.1) (2020-08-08) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.13...tsparticles-preset-stars@1.2.0-alpha.14) (2020-07-05) +# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.13...@tsparticles/preset-stars@1.2.0-alpha.14) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.12...tsparticles-preset-stars@1.2.0-alpha.13) (2020-07-05) +# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.12...@tsparticles/preset-stars@1.2.0-alpha.13) (2020-07-05) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.11...tsparticles-preset-stars@1.2.0-alpha.12) (2020-07-04) +# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.11...@tsparticles/preset-stars@1.2.0-alpha.12) (2020-07-04) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.2...tsparticles-preset-stars@1.2.0-alpha.11) (2020-07-02) +# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.2...@tsparticles/preset-stars@1.2.0-alpha.11) (2020-07-02) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.9...tsparticles-preset-stars@1.2.0-alpha.10) (2020-06-29) +# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.9...@tsparticles/preset-stars@1.2.0-alpha.10) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.8...tsparticles-preset-stars@1.2.0-alpha.9) (2020-06-29) +# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.8...@tsparticles/preset-stars@1.2.0-alpha.9) (2020-06-29) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.7...tsparticles-preset-stars@1.2.0-alpha.8) (2020-06-26) +# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.7...@tsparticles/preset-stars@1.2.0-alpha.8) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.6...tsparticles-preset-stars@1.2.0-alpha.7) (2020-06-26) +# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.6...@tsparticles/preset-stars@1.2.0-alpha.7) (2020-06-26) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.2.0-alpha.5...tsparticles-preset-stars@1.2.0-alpha.6) (2020-06-24) +# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.2.0-alpha.5...@tsparticles/preset-stars@1.2.0-alpha.6) (2020-06-24) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.1...tsparticles-preset-stars@1.2.0-alpha.5) (2020-06-23) +# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.1...@tsparticles/preset-stars@1.2.0-alpha.5) (2020-06-23) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.0...tsparticles-preset-stars@1.2.0-alpha.4) (2020-06-22) +# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.0...@tsparticles/preset-stars@1.2.0-alpha.4) (2020-06-22) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.0...tsparticles-preset-stars@1.2.0-alpha.3) (2020-06-21) +# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.0...@tsparticles/preset-stars@1.2.0-alpha.3) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.0...tsparticles-preset-stars@1.2.0-alpha.2) (2020-06-21) +# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.0...@tsparticles/preset-stars@1.2.0-alpha.2) (2020-06-21) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars -# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-stars@1.1.0...tsparticles-preset-stars@1.2.0-alpha.1) (2020-06-20) +# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@1.1.0...@tsparticles/preset-stars@1.2.0-alpha.1) (2020-06-20) -**Note:** Version bump only for package tsparticles-preset-stars +**Note:** Version bump only for package @tsparticles/preset-stars diff --git a/presets/stars/README.md b/presets/stars/README.md index 7988fed..e25861a 100644 --- a/presets/stars/README.md +++ b/presets/stars/README.md @@ -2,7 +2,7 @@ # tsParticles Stars Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-stars/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-stars) [![npmjs](https://badge.fury.io/js/tsparticles-preset-stars.svg)](https://www.npmjs.com/package/tsparticles-preset-stars) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-stars)](https://www.npmjs.com/package/tsparticles-preset-stars) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-stars/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-stars) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-stars.svg)](https://www.npmjs.com/package/@tsparticles/preset-stars) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-stars)](https://www.npmjs.com/package/@tsparticles/preset-stars) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for creating a starry night effect with blinking stars. @@ -22,18 +22,18 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-stars): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-stars): ```html - - - - - - - - - + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -43,7 +43,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -86,8 +86,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadStarsPreset } from "tsparticles-preset-stars"; +import type { Engine } from "@tsparticles/engine"; +import { loadStarsPreset } from "@tsparticles/preset-stars"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 0f1b2de..fc643ec 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-stars", - "version": "2.12.0", + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.1", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,7 +87,7 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1" } } diff --git a/presets/stars/package.json b/presets/stars/package.json index 912e417..805369a 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-stars", - "version": "2.12.0", + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.1", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,7 +96,7 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1" } } diff --git a/presets/stars/src/bundle.ts b/presets/stars/src/bundle.ts index b26abb8..b70dcc8 100644 --- a/presets/stars/src/bundle.ts +++ b/presets/stars/src/bundle.ts @@ -1,5 +1,5 @@ import { loadStarsPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadStarsPreset(tsParticles); diff --git a/presets/stars/src/index.ts b/presets/stars/src/index.ts index 1f01928..f392518 100644 --- a/presets/stars/src/index.ts +++ b/presets/stars/src/index.ts @@ -1,5 +1,5 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; import { options } from "./options"; /** diff --git a/presets/stars/src/options.ts b/presets/stars/src/options.ts index b7986f0..d14b4a0 100644 --- a/presets/stars/src/options.ts +++ b/presets/stars/src/options.ts @@ -1,4 +1,4 @@ -import { MoveDirection, OutMode } from "tsparticles-engine"; +import { MoveDirection, OutMode } from "@tsparticles/engine"; export const options = { background: { diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index 2e2a251..bdc49df 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/tsparticles/presets/compare/v2.11.0...v2.12.0) (2023-08-04) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles @@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles @@ -21,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles @@ -29,144 +29,144 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # 2.10.0 (2023-06-03) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.9.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.9.2...tsparticles-preset-triangles@2.9.3) (2023-02-12) +## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.9.2...@tsparticles/preset-triangles@2.9.3) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.9.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.9.1...tsparticles-preset-triangles@2.9.2) (2023-02-12) +## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.9.1...@tsparticles/preset-triangles@2.9.2) (2023-02-12) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.9.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.9.0...tsparticles-preset-triangles@2.9.1) (2023-02-11) +## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.9.0...@tsparticles/preset-triangles@2.9.1) (2023-02-11) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.9.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.8.0...tsparticles-preset-triangles@2.9.0) (2023-02-10) +# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.8.0...@tsparticles/preset-triangles@2.9.0) (2023-02-10) ### Features - added version to engine ([9406873](https://github.com/matteobruni/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -# [2.8.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.7.1...tsparticles-preset-triangles@2.8.0) (2023-01-18) +# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.7.1...@tsparticles/preset-triangles@2.8.0) (2023-01-18) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.7.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.7.0...tsparticles-preset-triangles@2.7.1) (2022-12-25) +## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.7.0...@tsparticles/preset-triangles@2.7.1) (2022-12-25) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.7.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.6.0...tsparticles-preset-triangles@2.7.0) (2022-12-23) +# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.6.0...@tsparticles/preset-triangles@2.7.0) (2022-12-23) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.6.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.5.3...tsparticles-preset-triangles@2.6.0) (2022-12-06) +# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.5.3...@tsparticles/preset-triangles@2.6.0) (2022-12-06) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.5.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.5.2...tsparticles-preset-triangles@2.5.3) (2022-11-07) +## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.5.2...@tsparticles/preset-triangles@2.5.3) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.5.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.5.1...tsparticles-preset-triangles@2.5.2) (2022-11-07) +## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.5.1...@tsparticles/preset-triangles@2.5.2) (2022-11-07) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.5.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.5.0...tsparticles-preset-triangles@2.5.1) (2022-11-03) +## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.5.0...@tsparticles/preset-triangles@2.5.1) (2022-11-03) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.5.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.4.0...tsparticles-preset-triangles@2.5.0) (2022-11-02) +# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.4.0...@tsparticles/preset-triangles@2.5.0) (2022-11-02) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.4.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.3.3...tsparticles-preset-triangles@2.4.0) (2022-10-30) +# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.3.3...@tsparticles/preset-triangles@2.4.0) (2022-10-30) ### Features - removed all canvas context save/restore calls ([208722f](https://github.com/matteobruni/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -## [2.3.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.3.2...tsparticles-preset-triangles@2.3.3) (2022-09-30) +## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.3.2...@tsparticles/preset-triangles@2.3.3) (2022-09-30) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.3.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.3.1...tsparticles-preset-triangles@2.3.2) (2022-09-21) +## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.3.1...@tsparticles/preset-triangles@2.3.2) (2022-09-21) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.3.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.3.0...tsparticles-preset-triangles@2.3.1) (2022-09-13) +## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.3.0...@tsparticles/preset-triangles@2.3.1) (2022-09-13) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.3.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.2.4...tsparticles-preset-triangles@2.3.0) (2022-09-11) +# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.2.4...@tsparticles/preset-triangles@2.3.0) (2022-09-11) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.2.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.2.2...tsparticles-preset-triangles@2.2.4) (2022-08-26) +## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.2.2...@tsparticles/preset-triangles@2.2.4) (2022-08-26) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.2.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.2.2...tsparticles-preset-triangles@2.2.3) (2022-08-21) +## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.2.2...@tsparticles/preset-triangles@2.2.3) (2022-08-21) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.2.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.2.1...tsparticles-preset-triangles@2.2.2) (2022-08-16) +## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.2.1...@tsparticles/preset-triangles@2.2.2) (2022-08-16) ### Bug Fixes - fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -## [2.2.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.2.0...tsparticles-preset-triangles@2.2.1) (2022-08-12) +## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.2.0...@tsparticles/preset-triangles@2.2.1) (2022-08-12) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.2.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.1.4...tsparticles-preset-triangles@2.2.0) (2022-08-11) +# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.1.4...@tsparticles/preset-triangles@2.2.0) (2022-08-11) ### Bug Fixes - **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -## [2.1.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.1.3...tsparticles-preset-triangles@2.1.4) (2022-07-28) +## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.1.3...@tsparticles/preset-triangles@2.1.4) (2022-07-28) ### Features - preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -## [2.1.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.1.2...tsparticles-preset-triangles@2.1.3) (2022-07-01) +## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.1.2...@tsparticles/preset-triangles@2.1.3) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.1.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.1.1...tsparticles-preset-triangles@2.1.2) (2022-07-01) +## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.1.1...@tsparticles/preset-triangles@2.1.2) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.1.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.1.0...tsparticles-preset-triangles@2.1.1) (2022-07-01) +## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.1.0...@tsparticles/preset-triangles@2.1.1) (2022-07-01) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.1.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.6...tsparticles-preset-triangles@2.1.0) (2022-06-18) +# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.6...@tsparticles/preset-triangles@2.1.0) (2022-06-18) ### Bug Fixes - **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/matteobruni/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) - **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/matteobruni/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -## [2.0.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.5...tsparticles-preset-triangles@2.0.6) (2022-04-16) +## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.5...@tsparticles/preset-triangles@2.0.6) (2022-04-16) ### Bug Fixes - fixes build scripts, closes [#3909](https://github.com/matteobruni/tsparticles/issues/3909), closes [#3911](https://github.com/matteobruni/tsparticles/issues/3911) ([d2c3fb3](https://github.com/matteobruni/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -## [2.0.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.4...tsparticles-preset-triangles@2.0.5) (2022-04-14) +## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.4...@tsparticles/preset-triangles@2.0.5) (2022-04-14) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [2.0.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.43.1...tsparticles-preset-triangles@2.0.4) (2022-04-06) +## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.43.1...@tsparticles/preset-triangles@2.0.4) (2022-04-06) ### Bug Fixes @@ -181,31 +181,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.1...tsparticles-preset-triangles@2.0.3) (2022-03-11) +## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.1...@tsparticles/preset-triangles@2.0.3) (2022-03-11) -## [1.43.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.43.0...tsparticles-preset-triangles@1.43.1) (2022-04-06) +## [1.43.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.43.0...@tsparticles/preset-triangles@1.43.1) (2022-04-06) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.43.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.4...tsparticles-preset-triangles@1.43.0) (2022-04-04) +# [1.43.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.4...@tsparticles/preset-triangles@1.43.0) (2022-04-04) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.42.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.3...tsparticles-preset-triangles@1.42.4) (2022-03-20) +## [1.42.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.3...@tsparticles/preset-triangles@1.42.4) (2022-03-20) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.42.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.2...tsparticles-preset-triangles@1.42.3) (2022-03-18) +## [1.42.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.2...@tsparticles/preset-triangles@1.42.3) (2022-03-18) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.42.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.1...tsparticles-preset-triangles@1.42.2) (2022-03-14) +## [1.42.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.1...@tsparticles/preset-triangles@1.42.2) (2022-03-14) ### Bug Fixes - fixed flashing issue with background mask, closes [#3514](https://github.com/matteobruni/tsparticles/issues/3514) ([6f74bf1](https://github.com/matteobruni/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -## [1.42.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.42.0...tsparticles-preset-triangles@1.42.1) (2022-03-09) +## [1.42.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.42.0...@tsparticles/preset-triangles@1.42.1) (2022-03-09) ### Bug Fixes @@ -219,7 +219,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.4...tsparticles-preset-triangles@2.0.2) (2022-02-21) +## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.4...@tsparticles/preset-triangles@2.0.2) (2022-02-21) ### Bug Fixes @@ -233,29 +233,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [2.0.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.0...tsparticles-preset-triangles@2.0.1) (2022-02-15) +## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.0...@tsparticles/preset-triangles@2.0.1) (2022-02-15) -## [1.41.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.5...tsparticles-preset-triangles@1.41.6) (2022-03-03) +## [1.41.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.5...@tsparticles/preset-triangles@1.41.6) (2022-03-03) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.41.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.4...tsparticles-preset-triangles@1.41.5) (2022-02-24) +## [1.41.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.4...@tsparticles/preset-triangles@1.41.5) (2022-02-24) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.41.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.3...tsparticles-preset-triangles@1.41.4) (2022-02-20) +## [1.41.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.3...@tsparticles/preset-triangles@1.41.4) (2022-02-20) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.41.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.2...tsparticles-preset-triangles@1.41.3) (2022-02-19) +## [1.41.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.2...@tsparticles/preset-triangles@1.41.3) (2022-02-19) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.41.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.1...tsparticles-preset-triangles@1.41.2) (2022-02-16) +## [1.41.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.1...@tsparticles/preset-triangles@1.41.2) (2022-02-16) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.0.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.1...tsparticles-preset-triangles@2.0.0) (2022-02-15) +# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.1...@tsparticles/preset-triangles@2.0.0) (2022-02-15) ### Bug Fixes @@ -269,7 +269,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.24.2...tsparticles-preset-triangles@2.0.0-beta.5) (2022-01-30) +# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.24.2...@tsparticles/preset-triangles@2.0.0-beta.5) (2022-01-30) ### Bug Fixes @@ -282,134 +282,134 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.0-beta.3...tsparticles-preset-triangles@2.0.0-beta.4) (2021-12-07) +# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.0-beta.3...@tsparticles/preset-triangles@2.0.0-beta.4) (2021-12-07) ### Features - async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -## [1.41.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.41.0...tsparticles-preset-triangles@1.41.1) (2022-02-14) +## [1.41.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.41.0...@tsparticles/preset-triangles@1.41.1) (2022-02-14) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.41.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.40.2...tsparticles-preset-triangles@1.41.0) (2022-02-10) +# [1.41.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.40.2...@tsparticles/preset-triangles@1.41.0) (2022-02-10) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.40.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.40.1...tsparticles-preset-triangles@1.40.2) (2022-02-07) +## [1.40.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.40.1...@tsparticles/preset-triangles@1.40.2) (2022-02-07) ### Bug Fixes - removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.5...tsparticles-preset-triangles@2.0.0-beta.3) (2021-12-04) +# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.5...@tsparticles/preset-triangles@2.0.0-beta.3) (2021-12-04) ### Features - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.4...tsparticles-preset-triangles@2.0.0-beta.2) (2021-10-06) +# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.4...@tsparticles/preset-triangles@2.0.0-beta.2) (2021-10-06) ### Features - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.40.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.40.0...tsparticles-preset-triangles@1.40.1) (2022-02-06) +## [1.40.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.40.0...@tsparticles/preset-triangles@1.40.1) (2022-02-06) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.40.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.24.3...tsparticles-preset-triangles@1.40.0) (2022-02-04) +# [1.40.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.24.3...@tsparticles/preset-triangles@1.40.0) (2022-02-04) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.24.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.24.2...tsparticles-preset-triangles@1.24.3) (2022-02-02) +## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.24.2...@tsparticles/preset-triangles@1.24.3) (2022-02-02) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.24.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.24.1...tsparticles-preset-triangles@1.24.2) (2022-01-29) +## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.24.1...@tsparticles/preset-triangles@1.24.2) (2022-01-29) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.24.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.24.0...tsparticles-preset-triangles@1.24.1) (2022-01-26) +## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.24.0...@tsparticles/preset-triangles@1.24.1) (2022-01-26) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.24.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.23.0...tsparticles-preset-triangles@1.24.0) (2022-01-08) +# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.23.0...@tsparticles/preset-triangles@1.24.0) (2022-01-08) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.23.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.6...tsparticles-preset-triangles@1.23.0) (2021-12-29) +# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.6...@tsparticles/preset-triangles@1.23.0) (2021-12-29) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.6](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.5...tsparticles-preset-triangles@1.22.6) (2021-12-24) +## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.5...@tsparticles/preset-triangles@1.22.6) (2021-12-24) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.5](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.4...tsparticles-preset-triangles@1.22.5) (2021-11-28) +## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.4...@tsparticles/preset-triangles@1.22.5) (2021-11-28) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.3...tsparticles-preset-triangles@1.22.4) (2021-11-17) +## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.3...@tsparticles/preset-triangles@1.22.4) (2021-11-17) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.2...tsparticles-preset-triangles@1.22.3) (2021-11-05) +## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.2...@tsparticles/preset-triangles@1.22.3) (2021-11-05) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.1...tsparticles-preset-triangles@1.22.2) (2021-10-31) +## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.1...@tsparticles/preset-triangles@1.22.2) (2021-10-31) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.22.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.22.0...tsparticles-preset-triangles@1.22.1) (2021-10-30) +## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.22.0...@tsparticles/preset-triangles@1.22.1) (2021-10-30) ### Bug Fixes - added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/matteobruni/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@2.0.0-beta.0...tsparticles-preset-triangles@2.0.0-beta.1) (2021-10-06) +# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.0.0-beta.0...@tsparticles/preset-triangles@2.0.0-beta.1) (2021-10-06) -# [1.22.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.21.0...tsparticles-preset-triangles@1.22.0) (2021-10-28) +# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.21.0...@tsparticles/preset-triangles@1.22.0) (2021-10-28) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.21.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.4...tsparticles-preset-triangles@1.21.0) (2021-10-14) +# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.4...@tsparticles/preset-triangles@1.21.0) (2021-10-14) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.20.4](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.3...tsparticles-preset-triangles@1.20.4) (2021-10-06) +## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.3...@tsparticles/preset-triangles@1.20.4) (2021-10-06) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.3...tsparticles-preset-triangles@2.0.0-beta.0) (2021-10-06) +# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.3...@tsparticles/preset-triangles@2.0.0-beta.0) (2021-10-06) ### Features - fixed links and triangles presets ([fdd4d8b](https://github.com/matteobruni/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) - splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -## [1.20.3](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.2...tsparticles-preset-triangles@1.20.3) (2021-10-03) +## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.2...@tsparticles/preset-triangles@1.20.3) (2021-10-03) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.20.2](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.1...tsparticles-preset-triangles@1.20.2) (2021-09-27) +## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.1...@tsparticles/preset-triangles@1.20.2) (2021-09-27) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.20.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.20.0...tsparticles-preset-triangles@1.20.1) (2021-09-20) +## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.20.0...@tsparticles/preset-triangles@1.20.1) (2021-09-20) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -# [1.20.0](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.19.1...tsparticles-preset-triangles@1.20.0) (2021-09-18) +# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.19.1...@tsparticles/preset-triangles@1.20.0) (2021-09-18) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles -## [1.19.1](https://github.com/matteobruni/tsparticles/compare/tsparticles-preset-triangles@1.19.0...tsparticles-preset-triangles@1.19.1) (2021-09-15) +## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@1.19.0...@tsparticles/preset-triangles@1.19.1) (2021-09-15) -**Note:** Version bump only for package tsparticles-preset-triangles +**Note:** Version bump only for package @tsparticles/preset-triangles # 1.19.0 (2021-08-23) diff --git a/presets/triangles/README.md b/presets/triangles/README.md index e69a28e..a478e55 100644 --- a/presets/triangles/README.md +++ b/presets/triangles/README.md @@ -2,7 +2,7 @@ # tsParticles Triangles Preset -[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/tsparticles-preset-triangles/badge)](https://www.jsdelivr.com/package/npm/tsparticles-preset-triangles) [![npmjs](https://badge.fury.io/js/tsparticles-preset-links.svg)](https://www.npmjs.com/package/tsparticles-preset-links) [![npmjs](https://img.shields.io/npm/dt/tsparticles-preset-triangles)](https://www.npmjs.com/package/tsparticles-preset-triangles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/preset-triangles/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/preset-triangles) [![npmjs](https://badge.fury.io/js/@tsparticles/preset-links.svg)](https://www.npmjs.com/package/@tsparticles/preset-links) [![npmjs](https://img.shields.io/npm/dt/@tsparticles/preset-triangles)](https://www.npmjs.com/package/@tsparticles/preset-triangles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) [tsParticles](https://github.com/matteobruni/tsparticles) preset for creating a particles web created by link lines between them. @@ -23,19 +23,19 @@ The first step is installing [tsParticles](https://github.com/matteobruni/tspart vanilla javascript in the main project [here](https://github.com/matteobruni/tsparticles) Once installed you need one more script to be included in your page (or you can download that -from [jsDelivr](https://www.jsdelivr.com/package/npm/tsparticles-preset-triangles): +from [jsDelivr](https://www.jsdelivr.com/package/npm/@tsparticles/preset-triangles): ```html - - - - - - - - - - + + + + + + + + + + ``` This script **MUST** be placed after the `tsParticles` one. @@ -45,7 +45,7 @@ This script **MUST** be placed after the `tsParticles` one. A bundled script can also be used, this will include every needed plugin needed by the preset. ```html - + ``` ### Usage @@ -88,8 +88,8 @@ This sample uses the class component syntax, but you can use hooks as well (if t ```typescript jsx import Particles from "react-particles"; -import type { Engine } from "tsparticles-engine"; -import { loadTrianglesPreset } from "tsparticles-preset-triangles"; +import type { Engine } from "@tsparticles/engine"; +import { loadTrianglesPreset } from "@tsparticles/preset-triangles"; export class ParticlesContainer extends React.PureComponent { // this customizes the component tsParticles installation diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 4a71086..217a28a 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-triangles", - "version": "2.12.0", + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.1", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "author": "Matteo Bruni ", "license": "MIT", @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-particles-links": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" } } diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 4138183..485242a 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,6 +1,6 @@ { - "name": "tsparticles-preset-triangles", - "version": "2.12.0", + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.1", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "scripts": { @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "tsparticles-preset" + "@tsparticles/preset" ], "publishConfig": { "directory": "dist", @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "tsparticles-basic": "^2.12.0", - "tsparticles-engine": "^2.12.0", - "tsparticles-interaction-particles-links": "^2.12.0" + "@tsparticles/basic": "^3.0.0-beta.1", + "@tsparticles/engine": "^3.0.0-beta.1", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" } } diff --git a/presets/triangles/src/bundle.ts b/presets/triangles/src/bundle.ts index 35eace9..d730917 100644 --- a/presets/triangles/src/bundle.ts +++ b/presets/triangles/src/bundle.ts @@ -1,5 +1,5 @@ import { loadTrianglesPreset } from "."; -import { tsParticles } from "tsparticles-engine"; +import { tsParticles } from "@tsparticles/engine"; loadTrianglesPreset(tsParticles); diff --git a/presets/triangles/src/index.ts b/presets/triangles/src/index.ts index f29b73c..29084d5 100644 --- a/presets/triangles/src/index.ts +++ b/presets/triangles/src/index.ts @@ -1,6 +1,6 @@ -import type { Engine } from "tsparticles-engine"; -import { loadBasic } from "tsparticles-basic"; -import { loadParticlesLinksInteraction } from "tsparticles-interaction-particles-links"; +import type { Engine } from "@tsparticles/engine"; +import { loadBasic } from "@tsparticles/basic"; +import { loadParticlesLinksInteraction } from "@tsparticles/interaction-particles-links"; import { options } from "./options"; /** diff --git a/presets/triangles/src/options.ts b/presets/triangles/src/options.ts index 3f1f8f4..b6c161e 100644 --- a/presets/triangles/src/options.ts +++ b/presets/triangles/src/options.ts @@ -1,4 +1,4 @@ -import type { ISourceOptions } from "tsparticles-engine"; +import type { ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { background: { From 09cbb0f30518c7bf93bba96499464e48ec5523cf Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:06:25 +0100 Subject: [PATCH 02/14] build: deps updated --- apps/demo/package.json | 148 +++++++-------- pnpm-lock.yaml | 268 +++++++++++++-------------- presets/bigCircles/package.dist.json | 6 +- presets/bigCircles/package.json | 6 +- presets/bubbles/package.dist.json | 6 +- presets/bubbles/package.json | 6 +- presets/confetti/package.dist.json | 20 +- presets/confetti/package.json | 20 +- presets/fire/package.dist.json | 6 +- presets/fire/package.json | 6 +- presets/firefly/package.dist.json | 6 +- presets/firefly/package.json | 6 +- presets/fireworks/package.dist.json | 18 +- presets/fireworks/package.json | 18 +- presets/fountain/package.dist.json | 8 +- presets/fountain/package.json | 8 +- presets/hyperspace/package.dist.json | 8 +- presets/hyperspace/package.json | 8 +- presets/links/package.dist.json | 6 +- presets/links/package.json | 6 +- presets/seaAnemone/package.dist.json | 8 +- presets/seaAnemone/package.json | 8 +- presets/snow/package.dist.json | 6 +- presets/snow/package.json | 6 +- presets/squares/package.dist.json | 12 +- presets/squares/package.json | 12 +- presets/stars/package.dist.json | 4 +- presets/stars/package.json | 4 +- presets/triangles/package.dist.json | 6 +- presets/triangles/package.json | 6 +- 30 files changed, 328 insertions(+), 328 deletions(-) diff --git a/apps/demo/package.json b/apps/demo/package.json index a0816bd..7e9fcb9 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -40,51 +40,51 @@ "stylus": "^0.59.0" }, "dependencies": { - "tsparticles": "^3.0.0-beta.1", - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/confetti": "^3.0.0-beta.1", - "@tsparticles/configs": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/fireworks": "^3.0.0-beta.1", - "@tsparticles/interaction-external-attract": "^3.0.0-beta.1", - "@tsparticles/interaction-external-bounce": "^3.0.0-beta.1", - "@tsparticles/interaction-external-bubble": "^3.0.0-beta.1", - "@tsparticles/interaction-external-connect": "^3.0.0-beta.1", - "@tsparticles/interaction-external-grab": "^3.0.0-beta.1", - "@tsparticles/interaction-external-pause": "^3.0.0-beta.1", - "@tsparticles/interaction-external-push": "^3.0.0-beta.1", - "@tsparticles/interaction-external-remove": "^3.0.0-beta.1", - "@tsparticles/interaction-external-repulse": "^3.0.0-beta.1", - "@tsparticles/interaction-external-slow": "^3.0.0-beta.1", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.1", - "@tsparticles/interaction-light": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-attract": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.1", - "@tsparticles/move-base": "^3.0.0-beta.1", - "@tsparticles/move-parallax": "^3.0.0-beta.1", - "@tsparticles/particles.js": "^3.0.0-beta.1", - "@tsparticles/path-curves": "^3.0.0-beta.1", - "@tsparticles/path-perlin-noise": "^3.0.0-beta.1", - "@tsparticles/path-polygon": "^3.0.0-beta.1", - "@tsparticles/path-simplex-noise": "^3.0.0-beta.1", - "@tsparticles/plugin-absorbers": "^3.0.0-beta.1", - "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-back": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-circ": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-expo": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-quad": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-quart": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-quint": "^3.0.0-beta.1", - "@tsparticles/plugin-easing-sine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/plugin-hsv-color": "^3.0.0-beta.1", - "@tsparticles/plugin-infection": "^3.0.0-beta.1", - "@tsparticles/plugin-motion": "^3.0.0-beta.1", - "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.1", - "@tsparticles/plugin-sounds": "^3.0.0-beta.1", + "tsparticles": "^3.0.0-beta.4", + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/confetti": "^3.0.0-beta.4", + "@tsparticles/configs": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/fireworks": "^3.0.0-beta.4", + "@tsparticles/interaction-external-attract": "^3.0.0-beta.4", + "@tsparticles/interaction-external-bounce": "^3.0.0-beta.4", + "@tsparticles/interaction-external-bubble": "^3.0.0-beta.4", + "@tsparticles/interaction-external-connect": "^3.0.0-beta.4", + "@tsparticles/interaction-external-grab": "^3.0.0-beta.4", + "@tsparticles/interaction-external-pause": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4", + "@tsparticles/interaction-external-remove": "^3.0.0-beta.4", + "@tsparticles/interaction-external-repulse": "^3.0.0-beta.4", + "@tsparticles/interaction-external-slow": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4", + "@tsparticles/interaction-light": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-attract": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.4", + "@tsparticles/move-base": "^3.0.0-beta.4", + "@tsparticles/move-parallax": "^3.0.0-beta.4", + "@tsparticles/particles.js": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/path-perlin-noise": "^3.0.0-beta.4", + "@tsparticles/path-polygon": "^3.0.0-beta.4", + "@tsparticles/path-simplex-noise": "^3.0.0-beta.4", + "@tsparticles/plugin-absorbers": "^3.0.0-beta.4", + "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-back": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-circ": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-expo": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-quad": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-quart": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-quint": "^3.0.0-beta.4", + "@tsparticles/plugin-easing-sine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-hsv-color": "^3.0.0-beta.4", + "@tsparticles/plugin-infection": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", "@tsparticles/preset-big-circles": "workspace:^", "@tsparticles/preset-bubbles": "workspace:^", "@tsparticles/preset-confetti": "workspace:^", @@ -99,34 +99,34 @@ "@tsparticles/preset-snow": "workspace:^", "@tsparticles/preset-stars": "workspace:^", "@tsparticles/preset-triangles": "workspace:^", - "@tsparticles/shape-bubble": "^3.0.0-beta.1", - "@tsparticles/shape-cards": "^3.0.0-beta.1", - "@tsparticles/shape-circle": "^3.0.0-beta.1", - "@tsparticles/shape-heart": "^3.0.0-beta.1", - "@tsparticles/shape-image": "^3.0.0-beta.1", - "@tsparticles/shape-line": "^3.0.0-beta.1", - "@tsparticles/shape-multiline-text": "^3.0.0-beta.1", - "@tsparticles/shape-path": "^3.0.0-beta.1", - "@tsparticles/shape-polygon": "^3.0.0-beta.1", - "@tsparticles/shape-rounded-rect": "^3.0.0-beta.1", - "@tsparticles/shape-spiral": "^3.0.0-beta.1", - "@tsparticles/shape-square": "^3.0.0-beta.1", - "@tsparticles/shape-star": "^3.0.0-beta.1", - "@tsparticles/shape-text": "^3.0.0-beta.1", - "@tsparticles/slim": "^3.0.0-beta.1", - "@tsparticles/updater-color": "^3.0.0-beta.1", - "@tsparticles/updater-destroy": "^3.0.0-beta.1", - "@tsparticles/updater-gradient": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1", - "@tsparticles/updater-opacity": "^3.0.0-beta.1", - "@tsparticles/updater-orbit": "^3.0.0-beta.1", - "@tsparticles/updater-out-modes": "^3.0.0-beta.1", - "@tsparticles/updater-roll": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-size": "^3.0.0-beta.1", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.1", - "@tsparticles/updater-tilt": "^3.0.0-beta.1", - "@tsparticles/updater-twinkle": "^3.0.0-beta.1", - "@tsparticles/updater-wobble": "^3.0.0-beta.1" + "@tsparticles/shape-bubble": "^3.0.0-beta.4", + "@tsparticles/shape-cards": "^3.0.0-beta.4", + "@tsparticles/shape-circle": "^3.0.0-beta.4", + "@tsparticles/shape-heart": "^3.0.0-beta.4", + "@tsparticles/shape-image": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/shape-multiline-text": "^3.0.0-beta.4", + "@tsparticles/shape-path": "^3.0.0-beta.4", + "@tsparticles/shape-polygon": "^3.0.0-beta.4", + "@tsparticles/shape-rounded-rect": "^3.0.0-beta.4", + "@tsparticles/shape-spiral": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/shape-star": "^3.0.0-beta.4", + "@tsparticles/shape-text": "^3.0.0-beta.4", + "@tsparticles/slim": "^3.0.0-beta.4", + "@tsparticles/updater-color": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-gradient": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-opacity": "^3.0.0-beta.4", + "@tsparticles/updater-orbit": "^3.0.0-beta.4", + "@tsparticles/updater-out-modes": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-size": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-twinkle": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7a70d3..8edb224 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,136 +102,136 @@ importers: apps/demo: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/confetti': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/configs': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/fireworks': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-attract': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-bounce': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-bubble': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-connect': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-grab': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-pause': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-push': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-remove': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-repulse': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-slow': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-trail': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-light': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-attract': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-collisions': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-links': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-repulse': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/move-base': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/move-parallax': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/particles.js': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/path-curves': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/path-perlin-noise': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/path-polygon': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/path-simplex-noise': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-absorbers': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-canvas-mask': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-back': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-circ': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-cubic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-expo': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-quad': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-quart': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-quint': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-easing-sine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-hsv-color': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-infection': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-motion': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-polygon-mask': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-sounds': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/preset-big-circles': specifier: workspace:^ @@ -276,94 +276,94 @@ importers: specifier: workspace:^ version: link:../../presets/triangles/dist '@tsparticles/shape-bubble': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-cards': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-circle': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-heart': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-image': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-line': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-multiline-text': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-path': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-polygon': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-rounded-rect': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-spiral': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-square': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-star': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-text': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/slim': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-color': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-destroy': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-gradient': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-life': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-opacity': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-orbit': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-out-modes': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-roll': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-rotate': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-size': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-stroke-color': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-tilt': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-twinkle': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-wobble': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 tsparticles: - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 devDependencies: '@fortawesome/fontawesome-free': @@ -418,236 +418,236 @@ importers: presets/bigCircles: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/bubbles: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/confetti: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-motion': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-square': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-life': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-roll': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-rotate': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-tilt': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-wobble': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/fire: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-push': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/firefly: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-external-trail': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/fireworks: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-sounds': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-line': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-destroy': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-life': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-rotate': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-stroke-color': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/fountain: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-destroy': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/hyperspace: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-life': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/links: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-links': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/seaAnemone: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/path-curves': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/snow: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-wobble': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/squares: dependencies: '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/shape-square': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-rotate': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-size': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/updater-stroke-color': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/stars: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist presets/triangles: dependencies: '@tsparticles/basic': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/engine': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 '@tsparticles/interaction-particles-links': - specifier: ^3.0.0-beta.1 + specifier: ^3.0.0-beta.4 version: 3.0.0-beta.1 publishDirectory: dist diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 8ca8abd..c7d6f42 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 02b65e9..49e0c1e 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index fdd7533..e0d95d2 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 393fc59..eeb6890 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 4caa78d..e9d7913 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -87,15 +87,15 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/plugin-motion": "^3.0.0-beta.1", - "@tsparticles/shape-square": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1", - "@tsparticles/updater-roll": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-tilt": "^3.0.0-beta.1", - "@tsparticles/updater-wobble": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } } diff --git a/presets/confetti/package.json b/presets/confetti/package.json index bec4fa4..855487a 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -96,15 +96,15 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/plugin-motion": "^3.0.0-beta.1", - "@tsparticles/shape-square": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1", - "@tsparticles/updater-roll": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-tilt": "^3.0.0-beta.1", - "@tsparticles/updater-wobble": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } } diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index cfeaf9d..b99a50e 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-external-push": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4" } } diff --git a/presets/fire/package.json b/presets/fire/package.json index 8bfb1ca..e284486 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-external-push": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4" } } diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 7e649fd..354e25c 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" } } diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 13e3495..b9224cc 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" } } diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index bada253..d993833 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -87,14 +87,14 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/plugin-sounds": "^3.0.0-beta.1", - "@tsparticles/shape-line": "^3.0.0-beta.1", - "@tsparticles/updater-destroy": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } } diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 87071f3..c3e3c16 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -96,14 +96,14 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/plugin-sounds": "^3.0.0-beta.1", - "@tsparticles/shape-line": "^3.0.0-beta.1", - "@tsparticles/updater-destroy": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } } diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 3da6f74..7ae99eb 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/updater-destroy": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4" } } diff --git a/presets/fountain/package.json b/presets/fountain/package.json index b5e408f..5dcdf53 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/updater-destroy": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4" } } diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index dac3525..94dbd97 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4" } } diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index df124d2..6ce3fcb 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/updater-life": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4" } } diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index ed39dba..23aba41 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } } diff --git a/presets/links/package.json b/presets/links/package.json index 433f03d..bea0fd5 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } } diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 0f8af08..41d666e 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/path-curves": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index f5a985e..29116ee 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -96,9 +96,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/path-curves": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } } diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 63ee2c5..78e9d3c 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/updater-wobble": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } } diff --git a/presets/snow/package.json b/presets/snow/package.json index 164a2b8..954ff6b 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/updater-wobble": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } } diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 7efdcb2..907180d 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -87,11 +87,11 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/shape-square": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-size": "^3.0.0-beta.1", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-size": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } } diff --git a/presets/squares/package.json b/presets/squares/package.json index 3ea3264..164b25d 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -96,11 +96,11 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/plugin-emitters": "^3.0.0-beta.1", - "@tsparticles/shape-square": "^3.0.0-beta.1", - "@tsparticles/updater-rotate": "^3.0.0-beta.1", - "@tsparticles/updater-size": "^3.0.0-beta.1", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.1" + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-size": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } } diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index fc643ec..7515cf2 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -87,7 +87,7 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4" } } diff --git a/presets/stars/package.json b/presets/stars/package.json index 805369a..9672cc8 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -96,7 +96,7 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4" } } diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 217a28a..1bfc7df 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } } diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 485242a..3408dc3 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -96,8 +96,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.1", - "@tsparticles/engine": "^3.0.0-beta.1", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.1" + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } } From d1869320241fcc6196bb8c6cdc476933d30b9e87 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:16:09 +0100 Subject: [PATCH 03/14] build: deps updated --- apps/demo/app.js | 2 +- apps/demo/package.json | 2 +- package.json | 55 +++++++++++++++++++++++------------------- 3 files changed, 32 insertions(+), 27 deletions(-) diff --git a/apps/demo/app.js b/apps/demo/app.js index 0612050..2ba50c8 100644 --- a/apps/demo/app.js +++ b/apps/demo/app.js @@ -40,7 +40,7 @@ app.use("/popper.js", express.static("./node_modules/popper.js/dist")); app.use("/bootstrap", express.static("./node_modules/bootstrap/dist")); app.use("/@tsparticles/engine", express.static("./node_modules/@tsparticles/engine")); app.use("/@tsparticles/basic", express.static("./node_modules/@tsparticles/basic")); -app.use("/@tsparticles/particles.js", express.static("./node_modules/@tsparticles/particles.js")); +app.use("/@tsparticles/pjs", express.static("./node_modules/@tsparticles/pjs")); app.use("/@tsparticles/slim", express.static("./node_modules/@tsparticles/slim")); app.use("/@tsparticles/confetti", express.static("./node_modules/@tsparticles/confetti")); app.use("/@tsparticles/fireworks", express.static("./node_modules/@tsparticles/fireworks")); diff --git a/apps/demo/package.json b/apps/demo/package.json index 7e9fcb9..1669997 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -64,7 +64,7 @@ "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.4", "@tsparticles/move-base": "^3.0.0-beta.4", "@tsparticles/move-parallax": "^3.0.0-beta.4", - "@tsparticles/particles.js": "^3.0.0-beta.4", + "@tsparticles/pjs": "^3.0.0-beta.4", "@tsparticles/path-curves": "^3.0.0-beta.4", "@tsparticles/path-perlin-noise": "^3.0.0-beta.4", "@tsparticles/path-polygon": "^3.0.0-beta.4", diff --git a/package.json b/package.json index f19feb7..0fbb012 100644 --- a/package.json +++ b/package.json @@ -4,39 +4,44 @@ "private": true, "scripts": { "build": "lerna run build", - "build:docs": "rimraf docs && typedoc --plugin typedoc-plugin-keywords --plugin typedoc-plugin-coverage" + "build:docs": "rimraf docs && typedoc --plugin typedoc-plugin-keywords --plugin typedoc-plugin-coverage", + "version:alpha": "lerna version prerelease --preid alpha --conventional-commits", + "version:beta": "lerna version prerelease --preid beta --conventional-commits", + "publish:alpha": "lerna publish from-package --pre-dist-tag alpha --preid alpha", + "publish:beta": "lerna publish from-package --pre-dist-tag beta --preid beta", + "publish:next": "lerna publish from-package --dist-tag next" }, "license": "MIT", "dependencies": { - "@babel/core": "^7.22.11", - "@commitlint/cli": "^17.7.1", - "@commitlint/config-conventional": "^17.7.0", - "@tsparticles/cli": "^2.0.0-beta.5", - "@tsparticles/eslint-config": "^2.0.0-beta.0", - "@tsparticles/prettier-config": "^2.0.0-beta.0", - "@tsparticles/tsconfig": "^2.0.0-beta.0", - "@tsparticles/webpack-plugin": "^2.0.0-beta.0", - "@types/node": "^20.5.6", - "@types/webpack-env": "^1.18.1", - "@typescript-eslint/eslint-plugin": "^6.4.1", - "@typescript-eslint/parser": "^6.4.1", + "@babel/core": "^7.23.3", + "@commitlint/cli": "^18.4.2", + "@commitlint/config-conventional": "^18.4.2", + "@tsparticles/cli": "^2.0.0-beta.10", + "@tsparticles/eslint-config": "^2.0.0-beta.7", + "@tsparticles/prettier-config": "^2.0.0-beta.4", + "@tsparticles/tsconfig": "^2.0.0-beta.1", + "@tsparticles/webpack-plugin": "^2.0.0-beta.12", + "@types/node": "^20.9.0", + "@types/webpack-env": "^1.18.4", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", "babel-loader": "^9.1.3", - "browserslist": "^4.21.10", + "browserslist": "^4.22.1", "copyfiles": "^2.4.1", - "eslint": "^8.48.0", + "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", "husky": "^8.0.3", - "lerna": "^7.1.5", - "prettier": "^3.0.2", - "rimraf": "^5.0.1", + "lerna": "^7.4.2", + "prettier": "^3.1.0", + "rimraf": "^5.0.5", "terser-webpack-plugin": "^5.3.9", - "typedoc": "^0.24.8", - "typedoc-plugin-coverage": "^2.1.0", - "typedoc-plugin-keywords": "^1.4.1", - "typedoc-plugin-missing-exports": "^2.0.1", - "typescript": "^5.1.6", - "webpack": "^5.88.2", - "webpack-bundle-analyzer": "^4.9.0", + "typedoc": "^0.25.3", + "typedoc-plugin-coverage": "^2.2.0", + "typedoc-plugin-keywords": "^1.5.0", + "typedoc-plugin-missing-exports": "^2.1.0", + "typescript": "^5.2.2", + "webpack": "^5.89.0", + "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.1.4" }, "workspaces": [ From e1becc6d058f57076a816bb781678d229a39a46b Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:40:54 +0100 Subject: [PATCH 04/14] build: updated deps --- apps/demo/app.js | 77 - apps/demo/package.json | 88 +- apps/demo/views/bigCircles.pug | 18 +- apps/demo/views/bubbles.pug | 18 +- apps/demo/views/confetti.pug | 25 +- apps/demo/views/fire.pug | 18 +- apps/demo/views/firefly.pug | 20 +- apps/demo/views/fireworks.pug | 24 +- apps/demo/views/fountain.pug | 19 +- apps/demo/views/hyperspace.pug | 19 +- apps/demo/views/links.pug | 18 +- apps/demo/views/seaAnemone.pug | 19 +- apps/demo/views/snow.pug | 18 +- apps/demo/views/squares.pug | 15 +- apps/demo/views/stars.pug | 17 +- apps/demo/views/triangles.pug | 18 +- pnpm-lock.yaml | 2991 +++++++++++--------------- presets/bigCircles/package.dist.json | 3 +- presets/bigCircles/package.json | 3 +- presets/bigCircles/src/index.ts | 2 + presets/bigCircles/src/options.ts | 2 +- presets/fire/src/options.ts | 4 +- presets/firefly/src/options.ts | 4 +- presets/hyperspace/package.dist.json | 1 + presets/hyperspace/package.json | 1 + presets/hyperspace/src/index.ts | 2 + presets/seaAnemone/src/options.ts | 2 +- 27 files changed, 1405 insertions(+), 2041 deletions(-) diff --git a/apps/demo/app.js b/apps/demo/app.js index 2ba50c8..ed9a165 100644 --- a/apps/demo/app.js +++ b/apps/demo/app.js @@ -38,76 +38,6 @@ app.use("/jquery", express.static("./node_modules/jquery/dist")); app.use("/lodash", express.static("./node_modules/lodash")); app.use("/popper.js", express.static("./node_modules/popper.js/dist")); app.use("/bootstrap", express.static("./node_modules/bootstrap/dist")); -app.use("/@tsparticles/engine", express.static("./node_modules/@tsparticles/engine")); -app.use("/@tsparticles/basic", express.static("./node_modules/@tsparticles/basic")); -app.use("/@tsparticles/pjs", express.static("./node_modules/@tsparticles/pjs")); -app.use("/@tsparticles/slim", express.static("./node_modules/@tsparticles/slim")); -app.use("/@tsparticles/confetti", express.static("./node_modules/@tsparticles/confetti")); -app.use("/@tsparticles/fireworks", express.static("./node_modules/@tsparticles/fireworks")); -app.use("/tsparticles", express.static("./node_modules/tsparticles")); -app.use("/demo-configs", express.static("./node_modules/@tsparticles/configs")); -app.use("/interaction-external-attract", express.static("./node_modules/@tsparticles/interaction-external-attract")); -app.use("/interaction-external-bounce", express.static("./node_modules/@tsparticles/interaction-external-bounce")); -app.use("/interaction-external-bubble", express.static("./node_modules/@tsparticles/interaction-external-bubble")); -app.use("/interaction-external-connect", express.static("./node_modules/@tsparticles/interaction-external-connect")); -app.use("/interaction-external-grab", express.static("./node_modules/@tsparticles/interaction-external-grab")); -app.use("/interaction-external-pause", express.static("./node_modules/@tsparticles/interaction-external-pause")); -app.use("/interaction-external-push", express.static("./node_modules/@tsparticles/interaction-external-push")); -app.use("/interaction-external-remove", express.static("./node_modules/@tsparticles/interaction-external-remove")); -app.use("/interaction-external-repulse", express.static("./node_modules/@tsparticles/interaction-external-repulse")); -app.use("/interaction-external-slow", express.static("./node_modules/@tsparticles/interaction-external-slow")); -app.use("/interaction-particles-attract", express.static("./node_modules/@tsparticles/interaction-particles-attract")); -app.use( - "/interaction-particles-collisions", - express.static("./node_modules/@tsparticles/interaction-particles-collisions") -); -app.use("/interaction-particles-links", express.static("./node_modules/@tsparticles/interaction-particles-links")); -app.use("/shape-circle", express.static("./node_modules/@tsparticles/shape-circle")); -app.use("/shape-image", express.static("./node_modules/@tsparticles/shape-image")); -app.use("/shape-line", express.static("./node_modules/@tsparticles/shape-line")); -app.use("/shape-polygon", express.static("./node_modules/@tsparticles/shape-polygon")); -app.use("/shape-square", express.static("./node_modules/@tsparticles/shape-square")); -app.use("/shape-star", express.static("./node_modules/@tsparticles/shape-star")); -app.use("/shape-text", express.static("./node_modules/@tsparticles/shape-text")); -app.use("/updater-life", express.static("./node_modules/@tsparticles/updater-life")); -app.use("/updater-opacity", express.static("./node_modules/@tsparticles/updater-opacity")); -app.use("/updater-size", express.static("./node_modules/@tsparticles/updater-size")); -app.use("/updater-color", express.static("./node_modules/@tsparticles/updater-color")); -app.use("/updater-destroy", express.static("./node_modules/@tsparticles/updater-destroy")); -app.use("/updater-stroke-color", express.static("./node_modules/@tsparticles/updater-stroke-color")); -app.use("/updater-out-modes", express.static("./node_modules/@tsparticles/updater-out-modes")); -app.use("/updater-rotate", express.static("./node_modules/@tsparticles/updater-rotate")); -app.use("/updater-tilt", express.static("./node_modules/@tsparticles/updater-tilt")); -app.use("/updater-twinkle", express.static("./node_modules/@tsparticles/updater-twinkle")); -app.use("/updater-roll", express.static("./node_modules/@tsparticles/updater-roll")); -app.use("/updater-wobble", express.static("./node_modules/@tsparticles/updater-wobble")); -app.use("/interaction-external-trail", express.static("./node_modules/@tsparticles/interaction-external-trail")); -app.use("/plugin-absorbers", express.static("./node_modules/@tsparticles/plugin-absorbers")); -app.use("/plugin-emitters", express.static("./node_modules/@tsparticles/plugin-emitters")); -app.use("/plugin-polygon-mask", express.static("./node_modules/@tsparticles/plugin-polygon-mask")); -app.use("/interaction-light", express.static("./node_modules/@tsparticles/interaction-light")); -app.use("/interaction-particles-repulse", express.static("./node_modules/@tsparticles/interaction-particles-repulse")); -app.use("/updater-gradient", express.static("./node_modules/@tsparticles/updater-gradient")); -app.use("/updater-orbit", express.static("./node_modules/@tsparticles/updater-orbit")); -app.use("/move-base", express.static("./node_modules/@tsparticles/move-base")); -app.use("/move-parallax", express.static("./node_modules/@tsparticles/move-parallax")); -app.use("/path-curves", express.static("./node_modules/@tsparticles/path-curves")); -app.use("/path-polygon", express.static("./node_modules/@tsparticles/path-polygon")); -app.use("/path-perlin-noise", express.static("./node_modules/@tsparticles/path-perlin-noise")); -app.use("/path-simplex-noise", express.static("./node_modules/@tsparticles/path-simplex-noise")); -app.use("/plugin-canvas-mask", express.static("./node_modules/@tsparticles/plugin-canvas-mask")); -app.use("/plugin-easing-back", express.static("./node_modules/@tsparticles/plugin-easing-back")); -app.use("/plugin-easing-circ", express.static("./node_modules/@tsparticles/plugin-easing-circ")); -app.use("/plugin-easing-cubic", express.static("./node_modules/@tsparticles/plugin-easing-cubic")); -app.use("/plugin-easing-expo", express.static("./node_modules/@tsparticles/plugin-easing-expo")); -app.use("/plugin-easing-quad", express.static("./node_modules/@tsparticles/plugin-easing-quad")); -app.use("/plugin-easing-quart", express.static("./node_modules/@tsparticles/plugin-easing-quart")); -app.use("/plugin-easing-quint", express.static("./node_modules/@tsparticles/plugin-easing-quint")); -app.use("/plugin-easing-sine", express.static("./node_modules/@tsparticles/plugin-easing-sine")); -app.use("/plugin-hsv-color", express.static("./node_modules/@tsparticles/plugin-hsv-color")); -app.use("/plugin-infection", express.static("./node_modules/@tsparticles/plugin-infection")); -app.use("/plugin-motion", express.static("./node_modules/@tsparticles/plugin-motion")); -app.use("/plugin-sounds", express.static("./node_modules/@tsparticles/plugin-sounds")); app.use("/preset-big-circles", express.static("./node_modules/@tsparticles/preset-big-circles")); app.use("/preset-bubbles", express.static("./node_modules/@tsparticles/preset-bubbles")); app.use("/preset-confetti", express.static("./node_modules/@tsparticles/preset-confetti")); @@ -122,13 +52,6 @@ app.use("/preset-squares", express.static("./node_modules/@tsparticles/preset-sq app.use("/preset-snow", express.static("./node_modules/@tsparticles/preset-snow")); app.use("/preset-stars", express.static("./node_modules/@tsparticles/preset-stars")); app.use("/preset-triangles", express.static("./node_modules/@tsparticles/preset-triangles")); -app.use("/shape-bubble", express.static("./node_modules/@tsparticles/shape-bubble")); -app.use("/shape-cards", express.static("./node_modules/@tsparticles/shape-cards")); -app.use("/shape-heart", express.static("./node_modules/@tsparticles/shape-heart")); -app.use("/shape-multiline-text", express.static("./node_modules/@tsparticles/shape-multiline-text")); -app.use("/shape-path", express.static("./node_modules/@tsparticles/shape-path")); -app.use("/shape-rounded-rect", express.static("./node_modules/@tsparticles/shape-rounded-rect")); -app.use("/shape-spiral", express.static("./node_modules/@tsparticles/shape-spiral")); app.use("/stats.ts", express.static("./node_modules/stats.ts/")); app.get("/", function (req, res) { diff --git a/apps/demo/package.json b/apps/demo/package.json index 1669997..b2877f4 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -24,67 +24,22 @@ "devDependencies": { "@fortawesome/fontawesome-free": "^6.4.2", "@popperjs/core": "^2.11.8", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "connect-livereload": "^0.6.1", "express": "^4.18.2", - "express-rate-limit": "^6.8.1", - "helmet": "^7.0.0", - "jquery": "^3.7.0", - "jsoneditor": "^9.10.2", + "express-rate-limit": "^7.1.4", + "helmet": "^7.1.0", + "jquery": "^3.7.1", + "jsoneditor": "^9.10.4", "livereload": "^0.9.3", "lodash": "^4.17.21", "nodemon": "^3.0.1", "popper.js": "^1.16.1", "pug": "^3.0.2", "stats.ts": "^1.1.0", - "stylus": "^0.59.0" + "stylus": "^0.61.0" }, "dependencies": { - "tsparticles": "^3.0.0-beta.4", - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/confetti": "^3.0.0-beta.4", - "@tsparticles/configs": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/fireworks": "^3.0.0-beta.4", - "@tsparticles/interaction-external-attract": "^3.0.0-beta.4", - "@tsparticles/interaction-external-bounce": "^3.0.0-beta.4", - "@tsparticles/interaction-external-bubble": "^3.0.0-beta.4", - "@tsparticles/interaction-external-connect": "^3.0.0-beta.4", - "@tsparticles/interaction-external-grab": "^3.0.0-beta.4", - "@tsparticles/interaction-external-pause": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4", - "@tsparticles/interaction-external-remove": "^3.0.0-beta.4", - "@tsparticles/interaction-external-repulse": "^3.0.0-beta.4", - "@tsparticles/interaction-external-slow": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4", - "@tsparticles/interaction-light": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-attract": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-repulse": "^3.0.0-beta.4", - "@tsparticles/move-base": "^3.0.0-beta.4", - "@tsparticles/move-parallax": "^3.0.0-beta.4", - "@tsparticles/pjs": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/path-perlin-noise": "^3.0.0-beta.4", - "@tsparticles/path-polygon": "^3.0.0-beta.4", - "@tsparticles/path-simplex-noise": "^3.0.0-beta.4", - "@tsparticles/plugin-absorbers": "^3.0.0-beta.4", - "@tsparticles/plugin-canvas-mask": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-back": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-circ": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-cubic": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-expo": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-quad": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-quart": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-quint": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-sine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-hsv-color": "^3.0.0-beta.4", - "@tsparticles/plugin-infection": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", "@tsparticles/preset-big-circles": "workspace:^", "@tsparticles/preset-bubbles": "workspace:^", "@tsparticles/preset-confetti": "workspace:^", @@ -98,35 +53,6 @@ "@tsparticles/preset-squares": "workspace:^", "@tsparticles/preset-snow": "workspace:^", "@tsparticles/preset-stars": "workspace:^", - "@tsparticles/preset-triangles": "workspace:^", - "@tsparticles/shape-bubble": "^3.0.0-beta.4", - "@tsparticles/shape-cards": "^3.0.0-beta.4", - "@tsparticles/shape-circle": "^3.0.0-beta.4", - "@tsparticles/shape-heart": "^3.0.0-beta.4", - "@tsparticles/shape-image": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/shape-multiline-text": "^3.0.0-beta.4", - "@tsparticles/shape-path": "^3.0.0-beta.4", - "@tsparticles/shape-polygon": "^3.0.0-beta.4", - "@tsparticles/shape-rounded-rect": "^3.0.0-beta.4", - "@tsparticles/shape-spiral": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/shape-star": "^3.0.0-beta.4", - "@tsparticles/shape-text": "^3.0.0-beta.4", - "@tsparticles/slim": "^3.0.0-beta.4", - "@tsparticles/updater-color": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-gradient": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-opacity": "^3.0.0-beta.4", - "@tsparticles/updater-orbit": "^3.0.0-beta.4", - "@tsparticles/updater-out-modes": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-size": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-twinkle": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + "@tsparticles/preset-triangles": "workspace:^" } } diff --git a/apps/demo/views/bigCircles.pug b/apps/demo/views/bigCircles.pug index ed373a8..1d198e3 100644 --- a/apps/demo/views/bigCircles.pug +++ b/apps/demo/views/bigCircles.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-big-circles/tsparticles.preset.bigCircles.min.js") + script(src="/preset-big-circles/tsparticles.preset.bigCircles.bundle.min.js") script. (async () => { await loadBigCirclesPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "bigCircles" }); + await tsParticles.load({ + id:"tsparticles", + options: { + preset: "bigCircles" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/bubbles.pug b/apps/demo/views/bubbles.pug index e83bd11..e1f844d 100644 --- a/apps/demo/views/bubbles.pug +++ b/apps/demo/views/bubbles.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-bubbles/tsparticles.preset.bubbles.min.js") + script(src="/preset-bubbles/tsparticles.preset.bubbles.bundle.min.js") script. (async () => { await loadBubblesPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "bubbles" }); + await tsParticles.load({ + id:"tsparticles", + options: { + preset: "bubbles" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/confetti.pug b/apps/demo/views/confetti.pug index 435ef15..3f8db84 100644 --- a/apps/demo/views/confetti.pug +++ b/apps/demo/views/confetti.pug @@ -24,29 +24,16 @@ html(lang="en") #tsparticles(style="background: #000; position: fixed; width: 100%; height: 100%; left: 0; top: 0;") script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/plugin-motion/tsparticles.plugin.motion.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/shape-square/tsparticles.shape.square.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-life/tsparticles.updater.life.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-rotate/tsparticles.updater.rotate.min.js") - script(src="/updater-roll/tsparticles.updater.roll.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/updater-tilt/tsparticles.updater.tilt.min.js") - script(src="/updater-wobble/tsparticles.updater.wobble.min.js") - script(src="/preset-confetti/tsparticles.preset.confetti.min.js") + script(src="/preset-confetti/tsparticles.preset.confetti.bundle.min.js") script. (async () => { await loadConfettiPreset(tsParticles); - await tsParticles.load("tsparticles", { - preset: "confetti" + await tsParticles.load({ + id:"tsparticles", + options: { + preset: "confetti" + } }); })(); diff --git a/apps/demo/views/fire.pug b/apps/demo/views/fire.pug index 77ce93e..d478542 100644 --- a/apps/demo/views/fire.pug +++ b/apps/demo/views/fire.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/interaction-external-push/tsparticles.interaction.external.push.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-fire/tsparticles.preset.fire.min.js") + script(src="/preset-fire/tsparticles.preset.fire.bundle.min.js") script. (async () => { await loadFirePreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "fire" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "fire" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/firefly.pug b/apps/demo/views/firefly.pug index 0a38a60..b3fc1fc 100644 --- a/apps/demo/views/firefly.pug +++ b/apps/demo/views/firefly.pug @@ -24,23 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/interaction-external-trail/tsparticles.interaction.external.trail.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-life/tsparticles.updater.life.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-bubbles/tsparticles.preset.bubbles.min.js") - script(src="/preset-firefly/tsparticles.preset.firefly.min.js") + script(src="/preset-firefly/tsparticles.preset.firefly.bundle.min.js") script. (async () => { await loadFireflyPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "firefly" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "firefly" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/fireworks.pug b/apps/demo/views/fireworks.pug index a8b37c2..c5ee129 100644 --- a/apps/demo/views/fireworks.pug +++ b/apps/demo/views/fireworks.pug @@ -24,27 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/plugin-sounds/tsparticles.plugin.sounds.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/shape-line/tsparticles.shape.line.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-destroy/tsparticles.updater.destroy.min.js") - script(src="/updater-life/tsparticles.updater.life.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-rotate/tsparticles.updater.rotate.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/updater-stroke-color/tsparticles.updater.stroke-color.min.js") - script(src="/preset-fireworks/tsparticles.preset.fireworks.min.js") + script(src="/preset-fireworks/tsparticles.preset.fireworks.bundle.min.js") script. (async () => { await loadFireworksPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "fireworks" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "fireworks" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/fountain.pug b/apps/demo/views/fountain.pug index 522f4d4..7b4280b 100644 --- a/apps/demo/views/fountain.pug +++ b/apps/demo/views/fountain.pug @@ -24,22 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-destroy/tsparticles.updater.destroy.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-fountain/tsparticles.preset.fountain.min.js") + script(src="/preset-fountain/tsparticles.preset.fountain.bundle.min.js") script. (async () => { await loadFountainPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "fountain" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "fountain" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/hyperspace.pug b/apps/demo/views/hyperspace.pug index 2332f28..c33d830 100644 --- a/apps/demo/views/hyperspace.pug +++ b/apps/demo/views/hyperspace.pug @@ -24,22 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-life/tsparticles.updater.life.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-hyperspace/tsparticles.preset.hyperspace.min.js") + script(src="/preset-hyperspace/tsparticles.preset.hyperspace.bundle.min.js") script. (async () => { await loadHyperspacePreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "hyperspace" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "hyperspace" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/links.pug b/apps/demo/views/links.pug index fc6ad5d..ccb0feb 100644 --- a/apps/demo/views/links.pug +++ b/apps/demo/views/links.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/interaction-particles-links/tsparticles.interaction.particles.links.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-links/tsparticles.preset.links.min.js") + script(src="/preset-links/tsparticles.preset.links.bundle.min.js") script. (async () => { await loadLinksPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "links" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "links" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/seaAnemone.pug b/apps/demo/views/seaAnemone.pug index b0edf34..a92eb6f 100644 --- a/apps/demo/views/seaAnemone.pug +++ b/apps/demo/views/seaAnemone.pug @@ -24,22 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/path-curves/tsparticles.path.curves.min.js") - script(src="/preset-sea-anemone/tsparticles.preset.seaAnemone.min.js") + script(src="/preset-sea-anemone/tsparticles.preset.seaAnemone.bundle.min.js") script. (async () => { await loadSeaAnemonePreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "seaAnemone" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "seaAnemone" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/snow.pug b/apps/demo/views/snow.pug index e83fca4..1b7f4ff 100644 --- a/apps/demo/views/snow.pug +++ b/apps/demo/views/snow.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/updater-wobble/tsparticles.updater.wobble.min.js") - script(src="/preset-snow/tsparticles.preset.snow.min.js") + script(src="/preset-snow/tsparticles.preset.snow.bundle.min.js") script. (async () => { await loadSnowPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "snow" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "snow" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/squares.pug b/apps/demo/views/squares.pug index 67348fb..b7a8326 100644 --- a/apps/demo/views/squares.pug +++ b/apps/demo/views/squares.pug @@ -24,18 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/plugin-emitters/tsparticles.plugin.emitters.min.js") - script(src="/shape-square/tsparticles.shape.square.min.js") - script(src="/updater-rotate/tsparticles.updater.rotate.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/updater-stroke-color/tsparticles.updater.stroke-color.min.js") - script(src="/preset-squares/tsparticles.preset.squares.min.js") + script(src="/preset-squares/tsparticles.preset.squares.bundle.min.js") script. (async () => { await loadSquaresPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "squares" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "squares" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/stars.pug b/apps/demo/views/stars.pug index 7041fb1..ffe959b 100644 --- a/apps/demo/views/stars.pug +++ b/apps/demo/views/stars.pug @@ -24,20 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-stars/tsparticles.preset.stars.min.js") + script(src="/preset-stars/tsparticles.preset.stars.bundle.min.js") script. (async () => { await loadStarsPreset(tsParticles); - await tsParticles.load("tsparticles", { preset: "stars" }); + await tsParticles.load({ + id: "tsparticles", + options: { + preset: "stars" + } + }); })(); const stats = new Stats(); diff --git a/apps/demo/views/triangles.pug b/apps/demo/views/triangles.pug index 96a0c3b..cd34088 100644 --- a/apps/demo/views/triangles.pug +++ b/apps/demo/views/triangles.pug @@ -24,21 +24,17 @@ html(lang="en") #tsparticles script(src="/stats.ts/dist/stats.min.js") - script(src="/@tsparticles/engine/tsparticles.engine.min.js") - script(src="/@tsparticles/basic/tsparticles.basic.min.js") - script(src="/interaction-particles-links/tsparticles.interaction.particles.links.min.js") - script(src="/move-base/tsparticles.move.base.min.js") - script(src="/shape-circle/tsparticles.shape.circle.min.js") - script(src="/updater-color/tsparticles.updater.color.min.js") - script(src="/updater-opacity/tsparticles.updater.opacity.min.js") - script(src="/updater-out-modes/tsparticles.updater.out-modes.min.js") - script(src="/updater-size/tsparticles.updater.size.min.js") - script(src="/preset-triangles/tsparticles.preset.triangles.min.js") + script(src="/preset-triangles/tsparticles.preset.triangles.bundle.min.js") script. (async () => { await loadTrianglesPreset(tsParticles); - tsParticles.load("tsparticles", { preset: "triangles" }); + tsParticles.load({ + id: "tsparticles", + options: { + preset: "triangles" + } + }); })(); const stats = new Stats(); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8edb224..90c0a50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,230 +9,98 @@ importers: .: dependencies: '@babel/core': - specifier: ^7.22.11 - version: 7.22.11 + specifier: ^7.23.3 + version: 7.23.3 '@commitlint/cli': - specifier: ^17.7.1 - version: 17.7.1 + specifier: ^18.4.2 + version: 18.4.2(typescript@5.2.2) '@commitlint/config-conventional': - specifier: ^17.7.0 - version: 17.7.0 + specifier: ^18.4.2 + version: 18.4.2 '@tsparticles/cli': - specifier: ^2.0.0-beta.5 - version: 2.0.0-beta.5(webpack-cli@5.1.4) + specifier: ^2.0.0-beta.10 + version: 2.0.0-beta.10(webpack-cli@5.1.4) '@tsparticles/eslint-config': - specifier: ^2.0.0-beta.0 - version: 2.0.0-beta.0 + specifier: ^2.0.0-beta.7 + version: 2.0.0-beta.7 '@tsparticles/prettier-config': - specifier: ^2.0.0-beta.0 - version: 2.0.0-beta.0 + specifier: ^2.0.0-beta.4 + version: 2.0.0-beta.4 '@tsparticles/tsconfig': - specifier: ^2.0.0-beta.0 - version: 2.0.0-beta.0 + specifier: ^2.0.0-beta.1 + version: 2.0.0-beta.1 '@tsparticles/webpack-plugin': - specifier: ^2.0.0-beta.0 - version: 2.0.0-beta.0 + specifier: ^2.0.0-beta.12 + version: 2.0.0-beta.12 '@types/node': - specifier: ^20.5.6 - version: 20.5.6 + specifier: ^20.9.0 + version: 20.9.0 '@types/webpack-env': - specifier: ^1.18.1 - version: 1.18.1 + specifier: ^1.18.4 + version: 1.18.4 '@typescript-eslint/eslint-plugin': - specifier: ^6.4.1 - version: 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) + specifier: ^6.11.0 + version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.4.1 - version: 6.4.1(eslint@8.48.0)(typescript@5.1.6) + specifier: ^6.11.0 + version: 6.11.0(eslint@8.53.0)(typescript@5.2.2) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.22.11)(webpack@5.88.2) + version: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0) browserslist: - specifier: ^4.21.10 - version: 4.21.10 + specifier: ^4.22.1 + version: 4.22.1 copyfiles: specifier: ^2.4.1 version: 2.4.1 eslint: - specifier: ^8.48.0 - version: 8.48.0 + specifier: ^8.53.0 + version: 8.53.0 eslint-config-prettier: specifier: ^9.0.0 - version: 9.0.0(eslint@8.48.0) + version: 9.0.0(eslint@8.53.0) husky: specifier: ^8.0.3 version: 8.0.3 lerna: - specifier: ^7.1.5 - version: 7.1.5 + specifier: ^7.4.2 + version: 7.4.2 prettier: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.1.0 + version: 3.1.0 rimraf: - specifier: ^5.0.1 - version: 5.0.1 + specifier: ^5.0.5 + version: 5.0.5 terser-webpack-plugin: specifier: ^5.3.9 - version: 5.3.9(webpack@5.88.2) + version: 5.3.9(webpack@5.89.0) typedoc: - specifier: ^0.24.8 - version: 0.24.8(typescript@5.1.6) + specifier: ^0.25.3 + version: 0.25.3(typescript@5.2.2) typedoc-plugin-coverage: - specifier: ^2.1.0 - version: 2.1.0(typedoc@0.24.8) + specifier: ^2.2.0 + version: 2.2.0(typedoc@0.25.3) typedoc-plugin-keywords: - specifier: ^1.4.1 - version: 1.4.1(typedoc@0.24.8) + specifier: ^1.5.0 + version: 1.5.0(typedoc@0.25.3) typedoc-plugin-missing-exports: - specifier: ^2.0.1 - version: 2.0.1(typedoc@0.24.8) + specifier: ^2.1.0 + version: 2.1.0(typedoc@0.25.3) typescript: - specifier: ^5.1.6 - version: 5.1.6 + specifier: ^5.2.2 + version: 5.2.2 webpack: - specifier: ^5.88.2 - version: 5.88.2(webpack-cli@5.1.4) + specifier: ^5.89.0 + version: 5.89.0(webpack-cli@5.1.4) webpack-bundle-analyzer: - specifier: ^4.9.0 - version: 4.9.0 + specifier: ^4.10.1 + version: 4.10.1 webpack-cli: specifier: ^5.1.4 - version: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + version: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) apps/demo: dependencies: - '@tsparticles/basic': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/confetti': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/configs': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/engine': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/fireworks': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-attract': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-bounce': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-bubble': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-connect': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-grab': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-pause': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-push': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-remove': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-repulse': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-slow': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-external-trail': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-light': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-particles-attract': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-particles-collisions': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-particles-links': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/interaction-particles-repulse': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/move-base': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/move-parallax': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/particles.js': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/path-curves': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/path-perlin-noise': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/path-polygon': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/path-simplex-noise': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-absorbers': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-canvas-mask': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-back': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-circ': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-cubic': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-expo': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-quad': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-quart': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-quint': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-easing-sine': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-emitters': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-hsv-color': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-infection': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-motion': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-polygon-mask': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/plugin-sounds': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 '@tsparticles/preset-big-circles': specifier: workspace:^ version: link:../../presets/bigCircles/dist @@ -275,96 +143,6 @@ importers: '@tsparticles/preset-triangles': specifier: workspace:^ version: link:../../presets/triangles/dist - '@tsparticles/shape-bubble': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-cards': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-circle': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-heart': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-image': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-line': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-multiline-text': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-path': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-polygon': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-rounded-rect': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-spiral': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-square': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-star': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/shape-text': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/slim': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-color': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-destroy': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-gradient': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-life': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-opacity': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-orbit': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-out-modes': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-roll': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-rotate': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-size': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-stroke-color': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-tilt': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-twinkle': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - '@tsparticles/updater-wobble': - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 - tsparticles: - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 devDependencies: '@fortawesome/fontawesome-free': specifier: ^6.4.2 @@ -373,8 +151,8 @@ importers: specifier: ^2.11.8 version: 2.11.8 bootstrap: - specifier: ^5.3.1 - version: 5.3.1(@popperjs/core@2.11.8) + specifier: ^5.3.2 + version: 5.3.2(@popperjs/core@2.11.8) connect-livereload: specifier: ^0.6.1 version: 0.6.1 @@ -382,17 +160,17 @@ importers: specifier: ^4.18.2 version: 4.18.2 express-rate-limit: - specifier: ^6.8.1 - version: 6.8.1(express@4.18.2) + specifier: ^7.1.4 + version: 7.1.4(express@4.18.2) helmet: - specifier: ^7.0.0 - version: 7.0.0 + specifier: ^7.1.0 + version: 7.1.0 jquery: - specifier: ^3.7.0 - version: 3.7.0 + specifier: ^3.7.1 + version: 3.7.1 jsoneditor: - specifier: ^9.10.2 - version: 9.10.2 + specifier: ^9.10.4 + version: 9.10.4 livereload: specifier: ^0.9.3 version: 0.9.3 @@ -412,243 +190,249 @@ importers: specifier: ^1.1.0 version: 1.1.0 stylus: - specifier: ^0.59.0 - version: 0.59.0 + specifier: ^0.61.0 + version: 0.61.0 presets/bigCircles: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 + '@tsparticles/plugin-emitters-shape-square': + specifier: ^3.0.0-beta.4 + version: 3.0.0-beta.4 publishDirectory: dist presets/bubbles: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/confetti: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-motion': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/shape-square': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-life': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-roll': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-rotate': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-tilt': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-wobble': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/fire: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/interaction-external-push': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/firefly: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/interaction-external-trail': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/fireworks: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-sounds': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/shape-line': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-destroy': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-life': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-rotate': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-stroke-color': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/fountain: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-destroy': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/hyperspace: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 + '@tsparticles/plugin-emitters-shape-square': + specifier: ^3.0.0-beta.4 + version: 3.0.0-beta.4 '@tsparticles/updater-life': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/links: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/interaction-particles-links': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/seaAnemone: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/path-curves': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/snow: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-wobble': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/squares: dependencies: '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/plugin-emitters': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/shape-square': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-rotate': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-size': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/updater-stroke-color': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/stars: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist presets/triangles: dependencies: '@tsparticles/basic': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/engine': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 '@tsparticles/interaction-particles-links': specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.1 + version: 3.0.0-beta.4 publishDirectory: dist packages: @@ -658,8 +442,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /@adobe/css-tools@4.2.0: - resolution: {integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==} + /@adobe/css-tools@4.3.1: + resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==} dev: true /@ampproject/remapping@2.2.1: @@ -670,6 +454,19 @@ packages: '@jridgewell/trace-mapping': 0.3.18 dev: false + /@augment-vir/common@13.5.0: + resolution: {integrity: sha512-kOnAOShZTaOJ8glYyi2K3hfiYV5zQyjpfc4jmHm5lySAFNMpOjKA7pZxpl8n3RCIHAt+nFP64vuxtSI6jSWOZw==} + dependencies: + type-fest: 3.13.1 + dev: false + + /@augment-vir/common@21.6.0: + resolution: {integrity: sha512-biUHWaG00UpV5FhwvmsajO9wGevUR2sO19oidYx7GX+YKkp95Y9xbhE2Xnh8Uuy3h2Hdk70hX9+nrCrBGiJdgg==} + dependencies: + browser-or-node: 2.1.1 + type-fest: 4.7.1 + dev: false + /@babel/code-frame@7.22.10: resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} engines: {node: '>=6.9.0'} @@ -678,11 +475,12 @@ packages: chalk: 2.4.2 dev: false - /@babel/code-frame@7.22.5: - resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.5 + '@babel/highlight': 7.22.20 + chalk: 2.4.2 dev: false /@babel/compat-data@7.22.9: @@ -690,21 +488,26 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/core@7.22.11: - resolution: {integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==} + /@babel/compat-data@7.23.3: + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/core@7.23.3: + resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) - '@babel/helpers': 7.22.11 - '@babel/parser': 7.22.11 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 - convert-source-map: 1.9.0 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helpers': 7.23.2 + '@babel/parser': 7.23.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 + convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 @@ -713,11 +516,11 @@ packages: - supports-color dev: false - /@babel/generator@7.22.10: - resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} + /@babel/generator@7.23.3: + resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -730,61 +533,73 @@ packages: '@babel/types': 7.22.11 dev: false - /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: - resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false - /@babel/helper-compilation-targets@7.22.10: - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} + /@babel/helper-compilation-targets@7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.10 + '@babel/helper-validator-option': 7.22.15 + browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.11): - resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.11): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.3): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: false + + /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.23.3): resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.11): - resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.3): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -793,6 +608,11 @@ packages: - supports-color dev: false + /@babel/helper-environment-visitor@7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-environment-visitor@7.22.5: resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} @@ -806,39 +626,47 @@ packages: '@babel/types': 7.22.11 dev: false + /@babel/helper-function-name@7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 + dev: false + /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false - /@babel/helper-member-expression-to-functions@7.22.5: - resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} + /@babel/helper-member-expression-to-functions@7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false - /@babel/helper-module-imports@7.22.5: - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: false /@babel/helper-optimise-call-expression@7.22.5: @@ -853,27 +681,39 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.11): - resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3): + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-wrap-function': 7.22.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 dev: false - /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + + /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.3): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 dev: false @@ -881,7 +721,7 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: @@ -895,38 +735,43 @@ packages: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.3 dev: false /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.5: - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + /@babel/helper-validator-option@7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} dev: false - /@babel/helper-wrap-function@7.22.9: - resolution: {integrity: sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q==} + /@babel/helper-wrap-function@7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.22.5 - '@babel/template': 7.22.5 - '@babel/types': 7.22.11 + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 dev: false - /@babel/helpers@7.22.11: - resolution: {integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==} + /@babel/helpers@7.23.2: + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: false @@ -940,11 +785,11 @@ packages: js-tokens: 4.0.0 dev: false - /@babel/highlight@7.22.5: - resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} + /@babel/highlight@7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false @@ -965,835 +810,854 @@ packages: '@babel/types': 7.22.5 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} + /@babel/parser@7.23.3: + resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.3 + dev: false + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.12(@babel/core@7.22.11) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) + dev: false + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.11): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.11): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.11): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.11): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.11): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.11): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.11): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.11): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.11): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions@7.22.11(@babel/core@7.22.11): - resolution: {integrity: sha512-0pAlmeRJn6wU84zzZsEOx1JV1Jf8fqO9ok7wofIJwUnplYo247dcd24P+cMJht7ts9xkzdtB0EPHmOb7F+KzXw==} + /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.11) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.11) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.11) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.11): - resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==} + /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} + /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.11) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.11): - resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.5 + '@babel/template': 7.22.15 dev: false - /@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.11): - resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==} + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} + /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} + /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} + /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-function-name': 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} + /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} + /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.11) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.11): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.11) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-optional-chaining@7.22.12(@babel/core@7.22.11): - resolution: {integrity: sha512-7XXCVqZtyFWqjDsYDY4T45w4mlx1rf7aOgkc/Ww76xkgBiOlmjPkx36PBLHa1k1rwWvVgYMPsbuVnIamx2ZQJw==} + /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.11) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) dev: false - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.11): - resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.11): - resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/preset-env@7.22.10(@babel/core@7.22.11): - resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==} + /@babel/preset-env@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.11) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.11) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.11) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.11) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.11) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.11) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.11) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.11) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.11) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-async-generator-functions': 7.22.11(@babel/core@7.22.11) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.11) - '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.11) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.11) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-optional-chaining': 7.22.12(@babel/core@7.22.11) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.22.11) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.22.11) - '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.11) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.11) - '@babel/types': 7.22.11 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.11) - babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.11) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.11) + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.3) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) core-js-compat: 3.32.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.11): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/types': 7.22.11 esutils: 2.0.3 @@ -1810,6 +1674,15 @@ packages: regenerator-runtime: 0.13.11 dev: false + /@babel/template@7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 + dev: false + /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} @@ -1819,18 +1692,18 @@ packages: '@babel/types': 7.22.11 dev: false - /@babel/traverse@7.22.11: - resolution: {integrity: sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==} + /@babel/traverse@7.23.3: + resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.11 - '@babel/types': 7.22.11 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1855,46 +1728,54 @@ packages: to-fast-properties: 2.0.0 dev: true - /@commitlint/cli@17.7.1: - resolution: {integrity: sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==} - engines: {node: '>=v14'} + /@babel/types@7.23.3: + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + + /@commitlint/cli@18.4.2(typescript@5.2.2): + resolution: {integrity: sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==} + engines: {node: '>=v18'} hasBin: true dependencies: - '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.7.0 - '@commitlint/load': 17.7.1 - '@commitlint/read': 17.5.1 - '@commitlint/types': 17.4.4 + '@commitlint/format': 18.4.0 + '@commitlint/lint': 18.4.2 + '@commitlint/load': 18.4.2(typescript@5.2.2) + '@commitlint/read': 18.4.0 + '@commitlint/types': 18.4.0 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.7.2 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' + - typescript dev: false - /@commitlint/config-conventional@17.7.0: - resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==} - engines: {node: '>=v14'} + /@commitlint/config-conventional@18.4.2: + resolution: {integrity: sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA==} + engines: {node: '>=v18'} dependencies: - conventional-changelog-conventionalcommits: 6.1.0 + conventional-changelog-conventionalcommits: 7.0.2 dev: false - /@commitlint/config-validator@17.6.7: - resolution: {integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==} - engines: {node: '>=v14'} + /@commitlint/config-validator@18.4.0: + resolution: {integrity: sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.4.0 ajv: 8.12.0 dev: false - /@commitlint/ensure@17.6.7: - resolution: {integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==} - engines: {node: '>=v14'} + /@commitlint/ensure@18.4.0: + resolution: {integrity: sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.4.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -1902,155 +1783,145 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /@commitlint/execute-rule@17.4.0: - resolution: {integrity: sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==} - engines: {node: '>=v14'} + /@commitlint/execute-rule@18.4.0: + resolution: {integrity: sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==} + engines: {node: '>=v18'} dev: false - /@commitlint/format@17.4.4: - resolution: {integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==} - engines: {node: '>=v14'} + /@commitlint/format@18.4.0: + resolution: {integrity: sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.4.0 chalk: 4.1.2 dev: false - /@commitlint/is-ignored@17.7.0: - resolution: {integrity: sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==} - engines: {node: '>=v14'} + /@commitlint/is-ignored@18.4.2: + resolution: {integrity: sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.4.0 semver: 7.5.4 dev: false - /@commitlint/lint@17.7.0: - resolution: {integrity: sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==} - engines: {node: '>=v14'} + /@commitlint/lint@18.4.2: + resolution: {integrity: sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==} + engines: {node: '>=v18'} dependencies: - '@commitlint/is-ignored': 17.7.0 - '@commitlint/parse': 17.7.0 - '@commitlint/rules': 17.7.0 - '@commitlint/types': 17.4.4 + '@commitlint/is-ignored': 18.4.2 + '@commitlint/parse': 18.4.0 + '@commitlint/rules': 18.4.0 + '@commitlint/types': 18.4.0 dev: false - /@commitlint/load@17.7.1: - resolution: {integrity: sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==} - engines: {node: '>=v14'} + /@commitlint/load@18.4.2(typescript@5.2.2): + resolution: {integrity: sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==} + engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 17.6.7 - '@commitlint/execute-rule': 17.4.0 - '@commitlint/resolve-extends': 17.6.7 - '@commitlint/types': 17.4.4 - '@types/node': 20.4.7 + '@commitlint/config-validator': 18.4.0 + '@commitlint/execute-rule': 18.4.0 + '@commitlint/resolve-extends': 18.4.0 + '@commitlint/types': 18.4.0 + '@types/node': 18.18.9 chalk: 4.1.2 - cosmiconfig: 8.2.0 - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.4.7)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6) + cosmiconfig: 8.3.6(typescript@5.2.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@20.5.6)(typescript@5.1.6) - typescript: 5.1.6 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' + - typescript dev: false - /@commitlint/message@17.4.2: - resolution: {integrity: sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==} - engines: {node: '>=v14'} + /@commitlint/message@18.4.0: + resolution: {integrity: sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==} + engines: {node: '>=v18'} dev: false - /@commitlint/parse@17.7.0: - resolution: {integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==} - engines: {node: '>=v14'} + /@commitlint/parse@18.4.0: + resolution: {integrity: sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.4.0 conventional-changelog-angular: 6.0.0 - conventional-commits-parser: 4.0.0 + conventional-commits-parser: 5.0.0 dev: false - /@commitlint/read@17.5.1: - resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==} - engines: {node: '>=v14'} + /@commitlint/read@18.4.0: + resolution: {integrity: sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==} + engines: {node: '>=v18'} dependencies: - '@commitlint/top-level': 17.4.0 - '@commitlint/types': 17.4.4 + '@commitlint/top-level': 18.4.0 + '@commitlint/types': 18.4.0 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: false - /@commitlint/resolve-extends@17.6.7: - resolution: {integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==} - engines: {node: '>=v14'} + /@commitlint/resolve-extends@18.4.0: + resolution: {integrity: sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==} + engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 17.6.7 - '@commitlint/types': 17.4.4 + '@commitlint/config-validator': 18.4.0 + '@commitlint/types': 18.4.0 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 resolve-global: 1.0.0 dev: false - /@commitlint/rules@17.7.0: - resolution: {integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==} - engines: {node: '>=v14'} + /@commitlint/rules@18.4.0: + resolution: {integrity: sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==} + engines: {node: '>=v18'} dependencies: - '@commitlint/ensure': 17.6.7 - '@commitlint/message': 17.4.2 - '@commitlint/to-lines': 17.4.0 - '@commitlint/types': 17.4.4 + '@commitlint/ensure': 18.4.0 + '@commitlint/message': 18.4.0 + '@commitlint/to-lines': 18.4.0 + '@commitlint/types': 18.4.0 execa: 5.1.1 dev: false - /@commitlint/to-lines@17.4.0: - resolution: {integrity: sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==} - engines: {node: '>=v14'} + /@commitlint/to-lines@18.4.0: + resolution: {integrity: sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==} + engines: {node: '>=v18'} dev: false - /@commitlint/top-level@17.4.0: - resolution: {integrity: sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==} - engines: {node: '>=v14'} + /@commitlint/top-level@18.4.0: + resolution: {integrity: sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==} + engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: false - /@commitlint/types@17.4.4: - resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==} - engines: {node: '>=v14'} + /@commitlint/types@18.4.0: + resolution: {integrity: sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==} + engines: {node: '>=v18'} dependencies: chalk: 4.1.2 dev: false - /@cspotcode/source-map-support@0.8.1: - resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} - engines: {node: '>=12'} - dependencies: - '@jridgewell/trace-mapping': 0.3.9 - dev: false - /@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} dev: false - /@es-joy/jsdoccomment@0.40.1: - resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==} + /@es-joy/jsdoccomment@0.41.0: + resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} engines: {node: '>=16'} dependencies: - comment-parser: 1.4.0 + comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 dev: false - /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.53.0 eslint-visitor-keys: 3.4.3 dev: false @@ -2059,8 +1930,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false - /@eslint/eslintrc@2.1.2: - resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} + /@eslint/eslintrc@2.1.3: + resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -2076,8 +1947,8 @@ packages: - supports-color dev: false - /@eslint/js@8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js@8.53.0: + resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -2087,11 +1958,11 @@ packages: requiresBuild: true dev: true - /@humanwhocodes/config-array@0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + /@humanwhocodes/config-array@0.11.13: + resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': 1.2.1 + '@humanwhocodes/object-schema': 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -2103,8 +1974,8 @@ packages: engines: {node: '>=12.22'} dev: false - /@humanwhocodes/object-schema@1.2.1: - resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + /@humanwhocodes/object-schema@2.0.1: + resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: false /@hutson/parse-repository-url@3.0.2: @@ -2145,11 +2016,6 @@ packages: engines: {node: '>=6.0.0'} dev: false - /@jridgewell/resolve-uri@3.1.1: - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} - engines: {node: '>=6.0.0'} - dev: false - /@jridgewell/set-array@1.1.2: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} @@ -2177,27 +2043,20 @@ packages: '@jridgewell/sourcemap-codec': 1.4.14 dev: false - /@jridgewell/trace-mapping@0.3.9: - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} - dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 - dev: false - - /@lerna/child-process@7.1.5: - resolution: {integrity: sha512-YXmxzxXTP3u9HQpSXvK8qqoAm7VWQIFria3FVMQKkOSkWkph1TNnvt3Q1JvKT7/Jgd1HfTc3QrK09a2FND9+8A==} - engines: {node: ^14.17.0 || >=16.0.0} + /@lerna/child-process@7.4.2: + resolution: {integrity: sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==} + engines: {node: '>=16.0.0'} dependencies: chalk: 4.1.2 execa: 5.1.1 strong-log-transformer: 2.1.0 dev: false - /@lerna/create@7.1.5: - resolution: {integrity: sha512-/CDI/cvXJbycgSDzWXzP7DBuJ10qL/uYEouFt3/mxi9+hSfM885fu6lbVPV7QOf8A0otXcTs7PN2dVyMrnWQeg==} - engines: {node: ^14.17.0 || >=16.0.0} + /@lerna/create@7.4.2: + resolution: {integrity: sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==} + engines: {node: '>=16.0.0'} dependencies: - '@lerna/child-process': 7.1.5 + '@lerna/child-process': 7.4.2 '@npmcli/run-script': 6.0.2 '@nx/devkit': 16.6.0(nx@16.6.0) '@octokit/plugin-enterprise-rest': 6.0.1 @@ -2222,12 +2081,13 @@ packages: ini: 1.3.8 init-package-json: 5.0.0 inquirer: 8.2.6 + is-ci: 3.0.1 is-stream: 2.0.0 js-yaml: 4.1.0 libnpmpublish: 7.3.0 load-json-file: 6.2.0 lodash: 4.17.21 - make-dir: 3.1.0 + make-dir: 4.0.0 minimatch: 3.0.5 multimatch: 5.0.0 node-fetch: 2.6.7 @@ -2672,57 +2532,42 @@ packages: engines: {node: '>= 10'} dev: false - /@tsconfig/node10@1.0.9: - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - dev: false - - /@tsconfig/node12@1.0.11: - resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - dev: false - - /@tsconfig/node14@1.0.3: - resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} - dev: false - - /@tsconfig/node16@1.0.4: - resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - dev: false - - /@tsparticles/basic@3.0.0-beta.1: - resolution: {integrity: sha512-YDy0zF0AtBN8yOSnRvn8uOFrjGcsQzObseRdiZ7qc7rOskdQmI2yWvMd0wXj4G7RixmTmvwmRh1GMjTLf0OdxQ==} + /@tsparticles/basic@3.0.0-beta.4: + resolution: {integrity: sha512-AmiuFIkDvihsKarEQ1SzyZcZ32PAa1cXc3VM+5f16IZRX81sy2bGI8pXbQ/VyY/PY96lX8updqXR1+WK36w38Q==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - '@tsparticles/move-base': 3.0.0-beta.1 - '@tsparticles/shape-circle': 3.0.0-beta.1 - '@tsparticles/updater-color': 3.0.0-beta.1 - '@tsparticles/updater-opacity': 3.0.0-beta.1 - '@tsparticles/updater-out-modes': 3.0.0-beta.1 - '@tsparticles/updater-size': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 + '@tsparticles/move-base': 3.0.0-beta.4 + '@tsparticles/shape-circle': 3.0.0-beta.4 + '@tsparticles/updater-color': 3.0.0-beta.4 + '@tsparticles/updater-opacity': 3.0.0-beta.4 + '@tsparticles/updater-out-modes': 3.0.0-beta.4 + '@tsparticles/updater-size': 3.0.0-beta.4 dev: false - /@tsparticles/cli@2.0.0-beta.5(webpack-cli@5.1.4): - resolution: {integrity: sha512-pc9EsVCSHebtmOYTWFqIJ/gvOVyz4/M005l9DI+3P1VP5LlDedpTw9yPO7mUhGgHydKdFIgfPkdW5Cbng1hZOg==} + /@tsparticles/cli@2.0.0-beta.10(webpack-cli@5.1.4): + resolution: {integrity: sha512-GdEN4iRgzYQKjhPCMXuYcUCP0LjKXThU8oA53rG1nQlvHraeN8yZQ89sw92ZqtKctr6bjw0/zLLOMkHqtjIvPg==} hasBin: true dependencies: - '@tsparticles/eslint-config': 2.0.0-beta.0 - '@tsparticles/prettier-config': 2.0.0-beta.0 - '@tsparticles/tsconfig': 2.0.0-beta.0 - '@tsparticles/webpack-plugin': 2.0.0-beta.0 - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@tsparticles/eslint-config': 2.0.0-beta.7 + '@tsparticles/prettier-config': 2.0.0-beta.4 + '@tsparticles/tsconfig': 2.0.0-beta.1 + '@tsparticles/webpack-plugin': 2.0.0-beta.12 + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) commander: 11.0.0 - eslint: 8.48.0 - eslint-config-prettier: 9.0.0(eslint@8.48.0) - eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) + eslint: 8.53.0 + eslint-config-prettier: 9.0.0(eslint@8.53.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) eslint-plugin-tsdoc: 0.2.17 fs-extra: 11.1.1 klaw: 4.1.0 + lookpath: 1.2.2 path-scurry: 1.10.1 - prettier: 3.0.2 + prettier: 3.1.0 prompts: 2.4.2 - rimraf: 5.0.1 - typescript: 5.1.6 - webpack: 5.88.2(webpack-cli@5.1.4) + rimraf: 5.0.5 + typescript: 5.2.2 + webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' @@ -2737,550 +2582,210 @@ packages: - webpack-dev-server dev: false - /@tsparticles/confetti@3.0.0-beta.1: - resolution: {integrity: sha512-1Py1TsT4Me4af/4guuLbKYbrwSJIQEnGn3gDKuEq4ceMZMIYBd6Yte4vFr2H9YB3T/tCb82DCmdEVkEUl/JTyw==} - dependencies: - '@tsparticles/basic': 3.0.0-beta.1 - '@tsparticles/engine': 3.0.0-beta.1 - '@tsparticles/plugin-emitters': 3.0.0-beta.1 - '@tsparticles/plugin-motion': 3.0.0-beta.1 - '@tsparticles/shape-cards': 3.0.0-beta.1 - '@tsparticles/shape-heart': 3.0.0-beta.1 - '@tsparticles/shape-image': 3.0.0-beta.1 - '@tsparticles/shape-polygon': 3.0.0-beta.1 - '@tsparticles/shape-square': 3.0.0-beta.1 - '@tsparticles/shape-star': 3.0.0-beta.1 - '@tsparticles/shape-text': 3.0.0-beta.1 - '@tsparticles/updater-life': 3.0.0-beta.1 - '@tsparticles/updater-roll': 3.0.0-beta.1 - '@tsparticles/updater-rotate': 3.0.0-beta.1 - '@tsparticles/updater-tilt': 3.0.0-beta.1 - '@tsparticles/updater-wobble': 3.0.0-beta.1 - dev: false - - /@tsparticles/configs@3.0.0-beta.1: - resolution: {integrity: sha512-l8itn1MPlapVgkb8pzjJtGAZ3PH89lR4Jg7LdJg0yAu2lMZj+DYu5fOnjSdg0J3hwmCT0gHxQvsslrM3LbVLFQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/engine@3.0.0-beta.1: - resolution: {integrity: sha512-zwRnkGJ5ECK1YzZY81vIhGQY7UsMSOi7tcbjlljTHxu0OVNuPFWa18JDiNQBxrf5wKGseIsNuz+5dMCOO5v8IQ==} + /@tsparticles/engine@3.0.0-beta.4: + resolution: {integrity: sha512-2PfpNBHwow9cKs2i2Oyd4Jpiv6x1GEADwjByWySmQCOqVyzp5BZLFdICZfIjm+8QIvZEMvsrWzmgUKpoohDkyQ==} requiresBuild: true dev: false - /@tsparticles/eslint-config@2.0.0-beta.0: - resolution: {integrity: sha512-QVwFs8afpA+PdGTw3TWUBM22eZkxgurIkhaor0hfBu7AjZpjnaA9P7iCLrkQDO3ACdsO9EaBsL8R13Am+SFd0A==} + /@tsparticles/eslint-config@2.0.0-beta.7: + resolution: {integrity: sha512-AdTypYgw8QH8RDbStPVFMzzmYPIbTa2ErvLxhIQV8EE0rUhOIaRABDL6azgnFJ0vPM/N9JhqdqyT9Jr6hboh+Q==} dependencies: - '@tsparticles/prettier-config': 2.0.0-beta.0 - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - eslint: 8.48.0 - eslint-config-prettier: 9.0.0(eslint@8.48.0) - eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0) - eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) + '@tsparticles/prettier-config': 2.0.0-beta.4 + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + eslint: 8.53.0 + eslint-config-prettier: 9.0.0(eslint@8.53.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.0.2 - typescript: 5.1.6 + prettier: 3.1.0 + typescript: 5.2.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: false - /@tsparticles/fireworks@3.0.0-beta.1: - resolution: {integrity: sha512-SGwm/UFJ0KDKxkYVAPmRt3PMj9bkf97crP61nvKdWi2FVCuvXyPNJDtFNwX7EAGgy88nrs6Ao4OTSvq/zOlT2w==} - dependencies: - '@tsparticles/basic': 3.0.0-beta.1 - '@tsparticles/engine': 3.0.0-beta.1 - '@tsparticles/plugin-emitters': 3.0.0-beta.1 - '@tsparticles/plugin-sounds': 3.0.0-beta.1 - '@tsparticles/shape-line': 3.0.0-beta.1 - '@tsparticles/updater-destroy': 3.0.0-beta.1 - '@tsparticles/updater-life': 3.0.0-beta.1 - '@tsparticles/updater-rotate': 3.0.0-beta.1 - '@tsparticles/updater-stroke-color': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-attract@3.0.0-beta.1: - resolution: {integrity: sha512-vhfa0F3D+JESUIuIBUUaUL7ACXhL7vewzb0ECDHo4BkI62nSVXME+lWcu8pfYK7o6xlt0Xqvifqfyc0rK37SAQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-bounce@3.0.0-beta.1: - resolution: {integrity: sha512-5bwBJDCzkAk+SftJtU5ZbTcuIAplFUeJb552kmoR6vxA0AjfuoLfgKyWSx1/JA4zuUG15jb9MAnc7uBI/hgGWQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-bubble@3.0.0-beta.1: - resolution: {integrity: sha512-wEIFugwf9ntmTvzJ4jEVJh9m5hmjBgGfrIi+XIhagwpDsYATli1dEZspt1k1zpB3xK27jnd/HqzWX3F2kxTtOA==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-connect@3.0.0-beta.1: - resolution: {integrity: sha512-Vgm7QRmI69UYF2k5oijc2DWAHnzTGjDbPTbRzkbwIgcb12yY3Z+6PpWJtqK+t/s4HTDTwNpQLpMkTnsPFLUG4A==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-grab@3.0.0-beta.1: - resolution: {integrity: sha512-bF181L/PcY4/1ErnOzovfcKimlFLhlnSUkGqe9COU5BwtgmUT10sZAUCkGJ5OwAmSwT1X0+bIpMi0p5XaNR2Kw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-pause@3.0.0-beta.1: - resolution: {integrity: sha512-BO+QCaMnJxkqkVwEmkOaaxTk11q8f/Mi8b2XN5MfxgkwMBJMuEjQ2nSKnBdCac1stJgl2UyvRaTLm6JapRWswA==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-push@3.0.0-beta.1: - resolution: {integrity: sha512-2EKItVAOsve8/OP+wMPu9UwfcWeUOpexVT1G7bEwZXQBxzQFyyz/cDOwINBXCifrPbGS0VMz8yyWvqvq1lVXTg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/interaction-external-remove@3.0.0-beta.1: - resolution: {integrity: sha512-3TAiU3/MlasI2WWe9iJae6XOLCpaG8hLB6VydG7u2480wEYhcomHT4A2MIJypxlGMAr1YGF6la6oQ8rnzKeuZQ==} + /@tsparticles/interaction-external-push@3.0.0-beta.4: + resolution: {integrity: sha512-L2Zi3bQ3yXuueDT0/RKxvvv6oKKzRL4v8xN0IjjeOQXQKTPaTgWZMI4Cyi43AmQORroeMpVfKgHU3AF1NwDbAw==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-external-repulse@3.0.0-beta.1: - resolution: {integrity: sha512-4bNgGeoR2PSVQBUr/UUnwUOOID1kwB34MLufxY0mFsUQX1RJciwWgxHK8H0uyS31rJBJQu+1q3v0vdi5Mq/42A==} + /@tsparticles/interaction-external-trail@3.0.0-beta.4: + resolution: {integrity: sha512-pVapWy3puER+h045kkEUYblgFZIx73KOECesK7EAF9zM4Fp3B68gCnk+BTeL62ftuoE8cmuU/v/20HLZrGvjPQ==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-external-slow@3.0.0-beta.1: - resolution: {integrity: sha512-NiaIzD8ULI3RCI59hMzZEAW8O8ZGlMpfuDDf2YV4Zt+VCY8DRGw+ZeiWlDtwP6oAvwRJ7bG10vSW5jpKdjWb2w==} + /@tsparticles/interaction-particles-links@3.0.0-beta.4: + resolution: {integrity: sha512-gh31vipDpcBIuxuYFeRfG5savAchnWJaKzmPvFSYKs7+mzwwcFdnFLI03wcxPVlcPMHFv/JlNFAV9Ep/yg8iqQ==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-external-trail@3.0.0-beta.1: - resolution: {integrity: sha512-mrJzMGC/+5i5NNQgApe8olPUzCIPwgmG4SKF5oYAPYZO6gbQjznebm1lCstqUJjLWIdb8Kh2nGy8rHzgcvJirQ==} + /@tsparticles/move-base@3.0.0-beta.4: + resolution: {integrity: sha512-gcIaU06qM9Gc6Db82VJRZ/6gFEgkyi+yJFCCNOc7ajpq5uZ7lDnvLRFjPx3As44qha0wPRsz1PHcyRXs/6lUcA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-light@3.0.0-beta.1: - resolution: {integrity: sha512-HtulRIEgBAaqiP7nlOovBa1sfCklqyb4hAKvKOUy43WIFtRKfoD3zS03C8r4Sd6Mf0vZF1X21OjggjFJkO1vTg==} + /@tsparticles/path-curves@3.0.0-beta.4: + resolution: {integrity: sha512-jfzImPMFjZa0Vx3F0UrMymH8UQhHvYUhJBMglEvUwXUvK6IMrbdOf9RBYhvybhIOaq5u/6EIB8wDgDQeCWqY8g==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-particles-attract@3.0.0-beta.1: - resolution: {integrity: sha512-5Di+5Fjn3a+iGm0YmnLU0WG4awIe6OqJLt9psAzTiH92TdOfO8ZXbtkZrdO3rhTKBqgGLbCJu/wpF+szTaCfkg==} + /@tsparticles/plugin-emitters-shape-square@3.0.0-beta.4: + resolution: {integrity: sha512-bRR+PN3KBYqfpM5dkLwDOPyxEA5/LBj0ONgj5JgvSmhzOzp3UOgvTXgTEX2zFvIo+YJg5wd30nqkejcLVU8xfA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 + '@tsparticles/plugin-emitters': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-particles-collisions@3.0.0-beta.1: - resolution: {integrity: sha512-7u61Fn1OyPbri+Vcd35dWrsz85rP7UG2TSobxINRtaW72OSm+/zhlYfsElL4d6ytdw3gW0UY6FzbyEBX4btO9g==} + /@tsparticles/plugin-emitters@3.0.0-beta.4: + resolution: {integrity: sha512-RbkXWu68pM2BQp0Ftv/oq+oMjjeODVVjvUw+PXPPQtupU/2ijARfnjqFfnPgZfo9l101y8MIRH62T95I4cSaIg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-particles-links@3.0.0-beta.1: - resolution: {integrity: sha512-o4vuilGxVJLy2J6wB5Nuy16iHORxnzTA8L1zWGyGGqxY59V+qgheI4wT12xs7sgUFT86l4v+EpB9MEjRiQvqqQ==} + /@tsparticles/plugin-motion@3.0.0-beta.4: + resolution: {integrity: sha512-7qQcxCvxZyjiLc7rHY5WygGhV27fP8XMdC99YD8WZ9KPCwaY4VJSy6HvUuB6AO2A241pQaNSyh09Q6wJ7gJElA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/interaction-particles-repulse@3.0.0-beta.1: - resolution: {integrity: sha512-AzwwbuwsPwi+D3uhYIxyv+p98W6YrC3QaV5yWGTUNN346OT6CyKeoLGrJqS+fLiqv2OVYarv34GWPYjBZEWdZA==} + /@tsparticles/plugin-sounds@3.0.0-beta.4: + resolution: {integrity: sha512-nAQGRhUfMToLjoTGKeVzUZpec9KyP6RVVHpGwdN8vSmQuayRNxYNqyWJLQtLl0VaFnEpbVK1WXB0CHQ44roK7Q==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/move-base@3.0.0-beta.1: - resolution: {integrity: sha512-50/Lii9hLozHdUHKdvb3j7v6Y6gokSA4CNYyN0A+gB5q0+vA2OilhzaShpGl9yrpbyHXIKrquah+001fUfgetQ==} + /@tsparticles/prettier-config@2.0.0-beta.4: + resolution: {integrity: sha512-lnKJF808EudW0coLqi4TyatShqZspZqnUuAa7gMzksuy+SyHXAZ5SD+to1CZDg2eM8EC1YJqLhwKsTAcrk0ZTA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + prettier: 3.1.0 + prettier-plugin-multiline-arrays: 3.0.0(prettier@3.1.0) dev: false - /@tsparticles/move-parallax@3.0.0-beta.1: - resolution: {integrity: sha512-tf8qZv7TrfQka+Bn6vDxAh41G3z4H4ACuYVv/V3d7/jk+vRljr8Sr9FFJdM9+KS/aPqQ9pt3ZghE0+dV6i5I0g==} + /@tsparticles/shape-circle@3.0.0-beta.4: + resolution: {integrity: sha512-87OC6KSYtL1E5JVSMVZ6Gdcb4bom+BjbsS07yKbx8BU8XghUq09nL8eHPPMqBdXooiQjNHkDr9350jc9myuPMg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/particles.js@3.0.0-beta.1: - resolution: {integrity: sha512-rb8JJE6uh0ZVRNhDhCO5p/PGd3OJAjQ116OGxnng//UClIoT5TC9//wZcjTERWzU7aoTWJmlTs7GXZxlidabZg==} + /@tsparticles/shape-line@3.0.0-beta.4: + resolution: {integrity: sha512-5MSHW/A4Fv6C3WRxa33IdpIxxaZPhLO4jse+GC9JWnaDxmDge/SVKhIxoRiBaGlKtI2L9HB0B4xM9/QHy3dwGw==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/path-curves@3.0.0-beta.1: - resolution: {integrity: sha512-fzdY9IqRysEYNIjYMSrZo2RYeYlcyfYWf/4S1zrWkiLj/X8DU7Fb9gHVWQqY7N6BESx0FSH9DR7VOv4rzA6s5Q==} + /@tsparticles/shape-square@3.0.0-beta.4: + resolution: {integrity: sha512-EYCHnYRADVTUGdtjSugfWfOS2nT860NtpHTRKyMwyQdJLP6Zwe99b0wGifeyOIuJleAh7MZKM8UcTbimorEsnA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/path-perlin-noise@3.0.0-beta.1: - resolution: {integrity: sha512-/fIjDKpb05Ixde0ViwbrQPvdViobG28S1kDf8tu3C0cYJR/+br0o1O09cYrgo+9qUi3h7NB+sMzkalaL5d4qNQ==} + /@tsparticles/tsconfig@2.0.0-beta.1: + resolution: {integrity: sha512-KkSIPXKBibHFywdsea8gUYBtn0MA7bK4h/ujxBfYTq8a3a1H05eKRXEVl+0uACFxXZE1Mm6sroM7Jry2exh6dA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + typescript: 5.2.2 dev: false - /@tsparticles/path-polygon@3.0.0-beta.1: - resolution: {integrity: sha512-xrFQaf0/zAoeGAWhGuy77fzJB0QLHZoZLdwgSA1m2kIBi57J9OOy529PEnC6pqyd3tp7DgRAZrkyU1M3C/hCPg==} + /@tsparticles/updater-color@3.0.0-beta.4: + resolution: {integrity: sha512-WF991L3zgg8ibIRcx3KJSSC6SGBds7i5xeuiOre6dRysDr4/dXhAJ65n0nqzzb7+p/xkJCHM9jEOYCqzGtaNYg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/path-simplex-noise@3.0.0-beta.1: - resolution: {integrity: sha512-1Z5vFbQoV0qN3FZ6LOPWfMmhtJrM2FGtekNEwbxrRK2PZJX6FNibGoCHa+yELDoc4FWe5+S1dKBw3IV3QMfQ2w==} + /@tsparticles/updater-destroy@3.0.0-beta.4: + resolution: {integrity: sha512-H1w2gcoXu1Q83um6sG71QVrRN6LN8DE2AGeqgYpY8S35050xP22wBk/u9DUHSjPhDc02IOBeRyg54lj0SpGPSg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-absorbers@3.0.0-beta.1: - resolution: {integrity: sha512-zKN80sEAmJHCM0b3FUC/SEorxZzqwXHYbQegUVQ2SLCbD7/B+9MajI1oBD0+ek1UZ26+LjsoZCB465aFmCUFkA==} + /@tsparticles/updater-life@3.0.0-beta.4: + resolution: {integrity: sha512-q6ZgwXIq8/Op5xIs1UiUxAApHBiDh+QQgaSIjvmkH1iGxDFUKhcyyJRmHcbcCWNEvy2WeQn1hlmkvh5Vznv7Yg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-canvas-mask@3.0.0-beta.1: - resolution: {integrity: sha512-VCQtS8evX/P/RTdTzH+lWm4B3lYrRtCFEqO8DZs+KEcy8+zdT1fwW7OX0fgNQ3cNP7sCCxkH3MunhMFleYb+tg==} + /@tsparticles/updater-opacity@3.0.0-beta.4: + resolution: {integrity: sha512-duex9bLHx9jZDaW1ofTWJ/7/gtFk/X8uBD4xe05S4MEGYLbhXwcQHpWgmHXSRUErgLrbxzoejKjopIODuQ0YfQ==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-back@3.0.0-beta.1: - resolution: {integrity: sha512-8d3r75pD/p02ecyO8PyCKG4EGrPoqF39AkKkExkR6MCgQk87fIRxo2HFdvEMf6jfhx3zcTn65qbLO6f1qaRndQ==} + /@tsparticles/updater-out-modes@3.0.0-beta.4: + resolution: {integrity: sha512-Rwx0XrPUHS/rajkH9rPTjeMBlYHuU4X/wN2c4mleR5R8TMHTf8DomqC687rqtdpdENMuDr3R87z8vWgx6FFfTQ==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-circ@3.0.0-beta.1: - resolution: {integrity: sha512-eKSVCTNEVbuHUFRg/0t356nX5amjMWwo4dGv6QB68b2afC/+Fj4fyygl51ZaXUM5W48jcnghO0IGkWc56CG1ow==} + /@tsparticles/updater-roll@3.0.0-beta.4: + resolution: {integrity: sha512-42CttQedWZt1rwv/9Nh31jTAYxce622ERF+c3bw6mxj1DESX1dTJWsdN9KdcFYe3aAY9OPv9UnQjMmI7Lb7ZUg==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-cubic@3.0.0-beta.1: - resolution: {integrity: sha512-SB1vmKiJJUh3isn4SUUteqY8+N1XNW7sh7krNujL0rVIYkfyIg30VI/4IhM9Hke11BNRtvDoGRCkjaFNbqs4qg==} + /@tsparticles/updater-rotate@3.0.0-beta.4: + resolution: {integrity: sha512-x1QE2EedXI32sUWyUehFJFzIWkJoFAYXGAaaWZt4UZG4OZtDWdsPmIf9b8w+tw16xQCsd1XZFAMfg+v59EFh8Q==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-expo@3.0.0-beta.1: - resolution: {integrity: sha512-zvgoodM2hn13djzOLN8n7AYuUtUm9YNzdw8nN+lLJr0tPQd9KhsSXJRLARQUIODh9TswK3wohdRhIcT+9DnQjw==} + /@tsparticles/updater-size@3.0.0-beta.4: + resolution: {integrity: sha512-Bt2byJf0gmcDWqk2WshPvi0pQWxmYWz6tHYrbYiBGWPzLLiduaITK1D1q9XF7tYen3MyzewK3ZrzbO5JA4QL0A==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-quad@3.0.0-beta.1: - resolution: {integrity: sha512-t+O3UAo/wXaauUixuAxuWysfzVEui5oxbREi6xYEZXJgxXYw2NPxOY2LayqcG0IG/QOP6vE6JqKM+ZiwCso7sw==} + /@tsparticles/updater-stroke-color@3.0.0-beta.4: + resolution: {integrity: sha512-naZDDheRhaA2tjee2KN3as2Tdkad3LzFTrVzb+oPXmwTX0fdQQvsYsBbn3o67RAfMTWT4DSaQbQA76PKmiIscQ==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-quart@3.0.0-beta.1: - resolution: {integrity: sha512-kQQT6LzwTqjUxxPfllo0/mPMOpnzWcXv0iUFydy2+zD+UPKeECFku1fBnj3dFnG/fZhR3A8AGHezYjluwm2Igw==} + /@tsparticles/updater-tilt@3.0.0-beta.4: + resolution: {integrity: sha512-wmoPYDkBq5Bd1BdaoO/x/d4lQfPdv8Uao+nJmrbQxenWbwuTYH6axmq+UDr1GqWutPfRcwkOieUhXCy4/2pjfA==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-quint@3.0.0-beta.1: - resolution: {integrity: sha512-jKAUaLoL9YSSV7a2VmH+FA+qCVMkz0kNYPIh6kLfmNFdDQ1gjQu1z/k17WTuUBvk46craTiiTzxVGH4znZfymA==} + /@tsparticles/updater-wobble@3.0.0-beta.4: + resolution: {integrity: sha512-sY5xQ8btfjxl3KIjqdMsh5i7semdsqWsq6AxrcLkAyFZl6dznB6KZotR+1JSnFCalUfu2MxqHZTMOjm2yIEw9g==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 + '@tsparticles/engine': 3.0.0-beta.4 dev: false - /@tsparticles/plugin-easing-sine@3.0.0-beta.1: - resolution: {integrity: sha512-/sRdvip5OPVI+S9Y2Wx1BxIjv3gd+WbAf8mQIpZtLAHy/PjKI2ocmOaI+Nx/5EjbDjmblGjpeZoXWRW+QQq7lg==} + /@tsparticles/webpack-plugin@2.0.0-beta.12: + resolution: {integrity: sha512-A33cnrjYc4kpaZ51R+YA9342aQs1brcIcKM/FbZFxNrAtT2fQPXdfNrxYI/+uNLT4Xazx6TR/lI2VLH8TJ808Q==} dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-emitters@3.0.0-beta.1: - resolution: {integrity: sha512-XWayZEXNSO4ZJiSLgh8spbRIYiNqzK4ygXqUyYorU0Yx4pdcRgKg9V4oJt0yIXlYZobzS55NjBjsSpDLGzAmdQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-hsv-color@3.0.0-beta.1: - resolution: {integrity: sha512-e/9oA6vOrKarknJDfTmFGfiVUyjNy13L3+zXokC5NxPB9QcARv3EyZ+8TNYnYbuAWmDuj7grwDTUnvEawwZ5eQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-infection@3.0.0-beta.1: - resolution: {integrity: sha512-VCdbamorkxo55LdwO7RyI7a9IkAvGd2473cW3pmWXL3RKImPO75ySlEOE1X32aQUjPg+E45zFES7O+Z568NRmQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-motion@3.0.0-beta.1: - resolution: {integrity: sha512-koJvuNhGOKvbeebd7UuFN+wghO3fkyqGR4Fx5EQM41RRS+98wgWLAGogJBPTxm+4xtHvh5CD6DfZaJ2j+qHiIg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-polygon-mask@3.0.0-beta.1: - resolution: {integrity: sha512-eklCn6JqkIlHEnvepvAYOuTPOeAOmb3dS1/LDCoyIMfT8lrcvNfQM/vg6QuCgCTmjq8PRKh2x4LU67DcRq2Qyw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/plugin-sounds@3.0.0-beta.1: - resolution: {integrity: sha512-ggpgj0oXd6frhQSv0yjtdHC5dlxs3oEcMMvMEew7pEVgV3WQ5WWibO8uNUfIq3LCTGchhnMkeIkWuhRvW7c/Xg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/prettier-config@2.0.0-beta.0: - resolution: {integrity: sha512-y3kqS6RbFJtT8YsTzD8x91etMgVmkp1cV633LinqVRpZNYcJEPbi+vuKe6A7IT5XtPSUQoExI3ARQoX5zgOqhQ==} - dependencies: - prettier: 3.0.2 - dev: false - - /@tsparticles/shape-bubble@3.0.0-beta.1: - resolution: {integrity: sha512-426sxIl3UcrIhyaqthHljNFpOWcoomKajhDGbkopCXqkwoygiPKwNLfSIftdCPgZBaFo54RSH2bVNke1DRXL0w==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-cards@3.0.0-beta.1: - resolution: {integrity: sha512-1P7wHKFLGT2MIzfP6gbYNkNEXjxkXmBNBcE8dr8uOj+yBm9f6oxcOKh8FWPqqRrfQZRLTT5m94LJj0s3RHdpkw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-circle@3.0.0-beta.1: - resolution: {integrity: sha512-TsiYbQ/WRDWd+oNCLgsUqq7Ru2i++ZmHTfZcrcd0aIMjGukE8bSXetnktojm6J/z8Sg8XeRmfw8R9yxiNb30gw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-heart@3.0.0-beta.1: - resolution: {integrity: sha512-WBPKP5E0tbOpW5671UvPQRl+1LJsuJ+GJf/MTVwX6fFcqfQ3fpVmMpXxYlGY8gifhzFqKndEI92eeuzIQCwxhQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-image@3.0.0-beta.1: - resolution: {integrity: sha512-nR7WfaRU0EBFQLi13Yq2ENou3VOTGEJ5xtLenCu/H9N0az9UjeXLAL2rNuPp/jhNDyc3VOrI3qmORH+NANi4Zw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-line@3.0.0-beta.1: - resolution: {integrity: sha512-Ora8cGdrlBflwyjm4zdvy6GeREZMUpwHI+3/Rkwou6MwmWk14Zwe0p2qQZpZno8U8T3e2yZkdid1rZ2WenkYsg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-multiline-text@3.0.0-beta.1: - resolution: {integrity: sha512-wiirdKAnkH119t1rBA90Bqd1A9XjrctamcMC9hSfKKsn75aaHqStg/Llsaw85Dv3qxgXWiji2uyQYdAMU4vkYg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-path@3.0.0-beta.1: - resolution: {integrity: sha512-jluxY5lJOyPAAZKxAfNstxOTXpE019sYwQFg2Yg7VRqhRqeP/hhDnzZt3pa2/2XNIsBvHnCGW1yLUMNBj5mSwQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-polygon@3.0.0-beta.1: - resolution: {integrity: sha512-x8p87Kdi25SzMbGRgdmIsBi0E9DgbaA6OtNieu6GkZPOS55ii/l6RjFN4x86XGLehwRaqg0jMslWib3R0eALhw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-rounded-rect@3.0.0-beta.1: - resolution: {integrity: sha512-V/bXgxkZWn8BpSjDD9SAQR7DngciUjV9UnwiNSfXuLBM7AGfGTaBTIZA80IpqgTxUWk9OYECCTyIedfe02ikyA==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-spiral@3.0.0-beta.1: - resolution: {integrity: sha512-AUzRm9EWrzQI65YG5uB/jK+wRDxWBvY1ZUND3tYsLeCcnWIssfcLbZ9cXbYUTqO+8m/gIdRbxBG6AZ7lxFXNVw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-square@3.0.0-beta.1: - resolution: {integrity: sha512-shX8WwoJhUSzJdUb3rwk36DASJHkktwruqQz5DVuVGF5bF1tv/62h5kteMwtxWh42LgVejxF6PGEf1x6U7LRkg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-star@3.0.0-beta.1: - resolution: {integrity: sha512-JNrOF8OG2owdBrlAgq/2wK94YNHCx5QDvM6Nvu41c90IuXBDR3Klx5qPoYGZ95v+1ukAJAiP50GdLXMM0tiG2A==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/shape-text@3.0.0-beta.1: - resolution: {integrity: sha512-HzkFXsb9x9AMv4u6QUyKF0xRpIHkWSE2j+25hgd3Upg94SLdJGqV14tZ5UXVb/f2qz5ys9QLooZvLmRFVBvuSA==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/slim@3.0.0-beta.1: - resolution: {integrity: sha512-OxgMXNx6cAUV9Ot2Dw3Imv7KakGJZgfP9HMFrEicjyKCsqeEE5CLsMn9mGUOZwNDDx3abETlxjEHB7ImrxHWjQ==} - dependencies: - '@tsparticles/basic': 3.0.0-beta.1 - '@tsparticles/engine': 3.0.0-beta.1 - '@tsparticles/interaction-external-attract': 3.0.0-beta.1 - '@tsparticles/interaction-external-bounce': 3.0.0-beta.1 - '@tsparticles/interaction-external-bubble': 3.0.0-beta.1 - '@tsparticles/interaction-external-connect': 3.0.0-beta.1 - '@tsparticles/interaction-external-grab': 3.0.0-beta.1 - '@tsparticles/interaction-external-pause': 3.0.0-beta.1 - '@tsparticles/interaction-external-push': 3.0.0-beta.1 - '@tsparticles/interaction-external-remove': 3.0.0-beta.1 - '@tsparticles/interaction-external-repulse': 3.0.0-beta.1 - '@tsparticles/interaction-external-slow': 3.0.0-beta.1 - '@tsparticles/interaction-particles-attract': 3.0.0-beta.1 - '@tsparticles/interaction-particles-collisions': 3.0.0-beta.1 - '@tsparticles/interaction-particles-links': 3.0.0-beta.1 - '@tsparticles/move-base': 3.0.0-beta.1 - '@tsparticles/move-parallax': 3.0.0-beta.1 - '@tsparticles/particles.js': 3.0.0-beta.1 - '@tsparticles/plugin-easing-quad': 3.0.0-beta.1 - '@tsparticles/shape-circle': 3.0.0-beta.1 - '@tsparticles/shape-image': 3.0.0-beta.1 - '@tsparticles/shape-line': 3.0.0-beta.1 - '@tsparticles/shape-polygon': 3.0.0-beta.1 - '@tsparticles/shape-square': 3.0.0-beta.1 - '@tsparticles/shape-star': 3.0.0-beta.1 - '@tsparticles/shape-text': 3.0.0-beta.1 - '@tsparticles/updater-color': 3.0.0-beta.1 - '@tsparticles/updater-life': 3.0.0-beta.1 - '@tsparticles/updater-opacity': 3.0.0-beta.1 - '@tsparticles/updater-out-modes': 3.0.0-beta.1 - '@tsparticles/updater-rotate': 3.0.0-beta.1 - '@tsparticles/updater-size': 3.0.0-beta.1 - '@tsparticles/updater-stroke-color': 3.0.0-beta.1 - dev: false - - /@tsparticles/tsconfig@2.0.0-beta.0: - resolution: {integrity: sha512-02wt3Z7MZg1z2jY3fFZiRN/s3IYbBlCVUgIupCoVCsehZ420vImTNfmDNIumcyqadMzD4BSEJ0Ho75adzeUzTw==} - dependencies: - typescript: 5.1.6 - dev: false - - /@tsparticles/updater-color@3.0.0-beta.1: - resolution: {integrity: sha512-DO95ebELQaxeHEsWUIk4RX7Q2zmL8U9kp9I5Ine87DQE3nQRqwL7lCoiLVOMGqednU9GTw5fQXedAM68Z7oqSw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-destroy@3.0.0-beta.1: - resolution: {integrity: sha512-X9BM+ldxDxHru0qdBP5D/ag7K58d4S8N6PC7d3Xizv1dDbQcElXLOvjPUJMEVvwxBU24lcjHqE3Sj7n/vd/HqQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-gradient@3.0.0-beta.1: - resolution: {integrity: sha512-dOSCPwnRq+5saC3Ia+ECbBLvatM6kJOzY42OUztgEwRSLXcK+7QdV1xkTEhxBI1xg7LwwiZJHp9s20M9CZ9LdQ==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-life@3.0.0-beta.1: - resolution: {integrity: sha512-2FsY545Y/pX2jzqk5eLPG2xnCpXef36sQJxTA+uLb4hEPzjC3tQK0iVtm6qjzY3yNahgEcuY3Xcf+p9lwJaTTw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-opacity@3.0.0-beta.1: - resolution: {integrity: sha512-pKwYDqzc3licprKUyHdhE8OBDVDfh8sOCA9/MONZqvURkeoI4/QmfoIzsTvDArcUOBzcKYM09ebXrZ+bKcyd+A==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-orbit@3.0.0-beta.1: - resolution: {integrity: sha512-+3nEpZyt8vprxoEiZfIo/PkWUjlbtSY5UHVVWr/H5lWyYlMY8y40QhuwiGXkVaxEaHwNRueZBsNSkpKn0tOBKw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-out-modes@3.0.0-beta.1: - resolution: {integrity: sha512-6zV4B94TvTBpj6kpq7QEeyHoiyMQnfI2Fl0EJY6p38L39nB74HDBy9zEBPPbPm5MQsb/6f23BM9AcC3XLvvFsw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-roll@3.0.0-beta.1: - resolution: {integrity: sha512-tAI/KZFIFRnJTYJBDNf4OS+8oNU6XF+t3kSsufvdUzRDrsCdbBlnpNz4H9+8EQqtzhq70THJL03WwCjrkf62Gw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-rotate@3.0.0-beta.1: - resolution: {integrity: sha512-JmRru2chMA1tA5Z/4BKWosiW4LvROyPvX2PafWm3XCEf9AW0hvOIF8tf55Or6bJ0ZNDiWn2f0AEIGvHB+eWGCw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-size@3.0.0-beta.1: - resolution: {integrity: sha512-uKJ9pvNpgvGbzZS5e4dffn7wekd3jPrA98dF/LFK0JDjZO0Uz1aGToUEgYmbqCys3boITIzyrB5TWIBGgxqTpg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-stroke-color@3.0.0-beta.1: - resolution: {integrity: sha512-8ReIIdpLD3d4l/nklKb44vIxPz7d1bwlRwNCCsCuHjSEfX+IAWMiNAscz/v7Deacd0797BPs76tWrfpJsZwP9w==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-tilt@3.0.0-beta.1: - resolution: {integrity: sha512-DTtZVtfonhWTqDPSmcfVBhD9KKMqe4xs2tipU6OxMR6zoJStODAf+Z0YpRqBVTi3M8keP3Rx0ulwhPTTCoLCLg==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-twinkle@3.0.0-beta.1: - resolution: {integrity: sha512-tNThbij1biLo8GqEUoBSS0hCWeCJ+nZ8heKWysiZefo6tDm4f5pjuV/F9ghcf/5EepuIg/4uyqYzG+oJ5zLXSw==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/updater-wobble@3.0.0-beta.1: - resolution: {integrity: sha512-q/f1zLNM/Z+icxmEly2FY7jXb4+QQO+c9TxcwkcoOILUZGZn9Q+OziCyVKwMdes13lC+98JR5FzywXnr951M6w==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - dev: false - - /@tsparticles/webpack-plugin@2.0.0-beta.0: - resolution: {integrity: sha512-RXMBLCKL/xpPF/cZNVqqo/hpCrCENdVJKZzCAiQUQ4TYGkv0XuUlcHmSDQWzRqyY9VxrdfOMeGDcmRdZDsa0EA==} - dependencies: - '@babel/core': 7.22.11 - '@babel/preset-env': 7.22.10(@babel/core@7.22.11) - '@tsparticles/eslint-config': 2.0.0-beta.0 - '@tsparticles/prettier-config': 2.0.0-beta.0 - '@types/node': 20.5.6 - '@types/webpack-bundle-analyzer': 4.6.0(webpack-cli@5.1.4) - '@types/webpack-env': 1.18.1 - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - babel-loader: 9.1.3(@babel/core@7.22.11)(webpack@5.88.2) - browserslist: 4.21.10 + '@babel/core': 7.23.3 + '@babel/preset-env': 7.23.3(@babel/core@7.23.3) + '@tsparticles/eslint-config': 2.0.0-beta.7 + '@tsparticles/prettier-config': 2.0.0-beta.4 + '@types/node': 20.9.0 + '@types/webpack-bundle-analyzer': 4.6.3(webpack-cli@5.1.4) + '@types/webpack-env': 1.18.4 + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + babel-loader: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0) + browserslist: 4.22.1 copyfiles: 2.4.1 - eslint: 8.48.0 - eslint-config-prettier: 9.0.0(eslint@8.48.0) - eslint-plugin-import: 2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0) - eslint-plugin-jsdoc: 46.5.0(eslint@8.48.0) + eslint: 8.53.0 + eslint-config-prettier: 9.0.0(eslint@8.53.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.0.2 - rimraf: 5.0.1 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) - typescript: 5.1.6 - webpack: 5.88.2(webpack-cli@5.1.4) - webpack-bundle-analyzer: 4.9.0 - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + prettier: 3.1.0 + prettier-plugin-multiline-arrays: 3.0.0(prettier@3.1.0) + rimraf: 5.0.5 + terser-webpack-plugin: 5.3.9(webpack@5.89.0) + typescript: 5.2.2 + webpack: 5.89.0(webpack-cli@5.1.4) + webpack-bundle-analyzer: 4.10.1 + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' @@ -3341,12 +2846,16 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: false - /@types/node@20.4.7: - resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==} + /@types/node@18.18.9: + resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} + dependencies: + undici-types: 5.26.5 dev: false - /@types/node@20.5.6: - resolution: {integrity: sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==} + /@types/node@20.9.0: + resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} + dependencies: + undici-types: 5.26.5 dev: false /@types/normalize-package-data@2.4.1: @@ -3357,12 +2866,12 @@ packages: resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: false - /@types/webpack-bundle-analyzer@4.6.0(webpack-cli@5.1.4): - resolution: {integrity: sha512-XeQmQCCXdZdap+A/60UKmxW5Mz31Vp9uieGlHB3T4z/o2OLVLtTI3bvTuS6A2OWd/rbAAQiGGWIEFQACu16szA==} + /@types/webpack-bundle-analyzer@4.6.3(webpack-cli@5.1.4): + resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} dependencies: - '@types/node': 20.5.6 + '@types/node': 20.9.0 tapable: 2.2.1 - webpack: 5.88.2(webpack-cli@5.1.4) + webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - '@swc/core' - esbuild @@ -3370,12 +2879,12 @@ packages: - webpack-cli dev: false - /@types/webpack-env@1.18.1: - resolution: {integrity: sha512-D0HJET2/UY6k9L6y3f5BL+IDxZmPkYmPT4+qBrRdmRLYRuV0qNKizMgTvYxXZYn+36zjPeoDZAEYBCM6XB+gww==} + /@types/webpack-env@1.18.4: + resolution: {integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==} dev: false - /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.48.0)(typescript@5.1.6): - resolution: {integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==} + /@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -3386,25 +2895,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/type-utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.11.0 + '@typescript-eslint/type-utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.11.0 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.53.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.1(typescript@5.1.6) - typescript: 5.1.6 + ts-api-utils: 1.0.1(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser@6.4.1(eslint@8.48.0)(typescript@5.1.6): - resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} + /@typescript-eslint/parser@6.11.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -3413,27 +2922,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/scope-manager': 6.11.0 + '@typescript-eslint/types': 6.11.0 + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.11.0 debug: 4.3.4 - eslint: 8.48.0 - typescript: 5.1.6 + eslint: 8.53.0 + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager@6.4.1: - resolution: {integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==} + /@typescript-eslint/scope-manager@6.11.0: + resolution: {integrity: sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/types': 6.11.0 + '@typescript-eslint/visitor-keys': 6.11.0 dev: false - /@typescript-eslint/type-utils@6.4.1(eslint@8.48.0)(typescript@5.1.6): - resolution: {integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==} + /@typescript-eslint/type-utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -3442,23 +2951,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) - '@typescript-eslint/utils': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.48.0 - ts-api-utils: 1.0.1(typescript@5.1.6) - typescript: 5.1.6 + eslint: 8.53.0 + ts-api-utils: 1.0.1(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types@6.4.1: - resolution: {integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==} + /@typescript-eslint/types@6.11.0: + resolution: {integrity: sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==} engines: {node: ^16.0.0 || >=18.0.0} dev: false - /@typescript-eslint/typescript-estree@6.4.1(typescript@5.1.6): - resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} + /@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): + resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -3466,43 +2975,47 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/visitor-keys': 6.4.1 + '@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.5.4 - ts-api-utils: 1.0.1(typescript@5.1.6) - typescript: 5.1.6 + ts-api-utils: 1.0.1(typescript@5.2.2) + typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils@6.4.1(eslint@8.48.0)(typescript@5.1.6): - resolution: {integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==} + /@typescript-eslint/utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): + resolution: {integrity: sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) - eslint: 8.48.0 + '@typescript-eslint/scope-manager': 6.11.0 + '@typescript-eslint/types': 6.11.0 + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) + eslint: 8.53.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys@6.4.1: - resolution: {integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==} + /@typescript-eslint/visitor-keys@6.11.0: + resolution: {integrity: sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.1 - eslint-visitor-keys: 3.4.2 + '@typescript-eslint/types': 6.11.0 + eslint-visitor-keys: 3.4.3 + dev: false + + /@ungap/structured-clone@1.2.0: + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: false /@webassemblyjs/ast@1.11.6: @@ -3611,29 +3124,29 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.88.2): + /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.88.2(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + webpack: 5.89.0(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) dev: false - /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.88.2): + /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.89.0): resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.88.2(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + webpack: 5.89.0(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) dev: false - /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.88.2): + /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.89.0): resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} engines: {node: '>=14.15.0'} peerDependencies: @@ -3644,8 +3157,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack: 5.88.2(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + webpack: 5.89.0(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) dev: false /@xtuc/ieee754@1.2.0: @@ -3694,8 +3207,8 @@ packages: negotiator: 0.6.3 dev: true - /ace-builds@1.23.4: - resolution: {integrity: sha512-a4hKAT2T7KNUQC4LQPW2peuoEsZmLYTn4Dwjkh26A3Z+fQ8/fA2JZNs3V6CqvivhbyMQXQJD1u/0qTCoSS6deA==} + /ace-builds@1.31.2: + resolution: {integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==} dev: true /acorn-import-assertions@1.9.0(acorn@8.10.0): @@ -3883,10 +3396,6 @@ packages: readable-stream: 3.6.2 dev: false - /arg@4.1.3: - resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - dev: false - /argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: @@ -3917,8 +3426,8 @@ packages: resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: false - /array-includes@3.1.6: - resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} + /array-includes@3.1.7: + resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -3933,8 +3442,8 @@ packages: engines: {node: '>=8'} dev: false - /array.prototype.findlastindex@1.2.2: - resolution: {integrity: sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==} + /array.prototype.findlastindex@1.2.3: + resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -3944,8 +3453,8 @@ packages: get-intrinsic: 1.2.1 dev: false - /array.prototype.flat@1.3.1: - resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} + /array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -3954,8 +3463,8 @@ packages: es-shim-unscopables: 1.0.0 dev: false - /array.prototype.flatmap@1.3.1: - resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} + /array.prototype.flatmap@1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -4017,51 +3526,51 @@ packages: - debug dev: false - /babel-loader@9.1.3(@babel/core@7.22.11)(webpack@5.88.2): + /babel-loader@9.1.3(@babel/core@7.23.3)(webpack@5.89.0): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.3 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.88.2(webpack-cli@5.1.4) + webpack: 5.89.0(webpack-cli@5.1.4) dev: false - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.11): - resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.3): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.11): - resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.3): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) - core-js-compat: 3.32.0 + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) + core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.11): - resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: false @@ -4117,8 +3626,8 @@ packages: - supports-color dev: true - /bootstrap@5.3.1(@popperjs/core@2.11.8): - resolution: {integrity: sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==} + /bootstrap@5.3.2(@popperjs/core@2.11.8): + resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} peerDependencies: '@popperjs/core': ^2.11.8 dependencies: @@ -4143,15 +3652,19 @@ packages: dependencies: fill-range: 7.0.1 - /browserslist@4.21.10: - resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} + /browser-or-node@2.1.1: + resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} + dev: false + + /browserslist@4.22.1: + resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001519 - electron-to-chromium: 1.4.484 + caniuse-lite: 1.0.30001562 + electron-to-chromium: 1.4.585 node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.10) + update-browserslist-db: 1.0.13(browserslist@4.22.1) dev: false /buffer-from@1.1.2: @@ -4196,7 +3709,7 @@ packages: dependencies: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.2 - glob: 10.3.3 + glob: 10.3.10 lru-cache: 7.18.3 minipass: 5.0.0 minipass-collect: 1.0.2 @@ -4233,8 +3746,8 @@ packages: engines: {node: '>=6'} dev: false - /caniuse-lite@1.0.30001519: - resolution: {integrity: sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==} + /caniuse-lite@1.0.30001562: + resolution: {integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==} dev: false /chalk@2.4.2: @@ -4429,8 +3942,8 @@ packages: engines: {node: '>= 10'} dev: false - /comment-parser@1.4.0: - resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==} + /comment-parser@1.4.1: + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} engines: {node: '>= 12.0.0'} dev: false @@ -4492,9 +4005,16 @@ packages: compare-func: 2.0.0 dev: false - /conventional-changelog-conventionalcommits@6.1.0: - resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} - engines: {node: '>=14'} + /conventional-changelog-angular@7.0.0: + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} + dependencies: + compare-func: 2.0.0 + dev: false + + /conventional-changelog-conventionalcommits@7.0.2: + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: false @@ -4554,6 +4074,17 @@ packages: split2: 3.2.2 dev: false + /conventional-commits-parser@5.0.0: + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} + hasBin: true + dependencies: + JSONStream: 1.3.5 + is-text-path: 2.0.0 + meow: 12.1.1 + split2: 4.2.0 + dev: false + /conventional-recommended-bump@7.0.1: resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} engines: {node: '>=14'} @@ -4568,8 +4099,8 @@ packages: meow: 8.1.2 dev: false - /convert-source-map@1.9.0: - resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + /convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: false /cookie-signature@1.0.6: @@ -4597,26 +4128,31 @@ packages: /core-js-compat@3.32.0: resolution: {integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 + dev: false + + /core-js-compat@3.33.2: + resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} + dependencies: + browserslist: 4.22.1 dev: false /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig-typescript-loader@4.4.0(@types/node@20.4.7)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6): - resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==} - engines: {node: '>=v14.21.3'} + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2): + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} peerDependencies: '@types/node': '*' - cosmiconfig: '>=7' - ts-node: '>=10' + cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.4.7 - cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@20.5.6)(typescript@5.1.6) - typescript: 5.1.6 + '@types/node': 18.18.9 + cosmiconfig: 8.3.6(typescript@5.2.2) + jiti: 1.21.0 + typescript: 5.2.2 dev: false /cosmiconfig@8.2.0: @@ -4629,8 +4165,20 @@ packages: path-type: 4.0.0 dev: false - /create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + /cosmiconfig@8.3.6(typescript@5.2.2): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + path-type: 4.0.0 + typescript: 5.2.2 dev: false /cross-spawn@7.0.3: @@ -4651,6 +4199,10 @@ packages: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: false + /debounce@1.2.1: + resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} + dev: false + /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: @@ -4756,11 +4308,6 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false - /diff@4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} - dev: false - /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -4818,8 +4365,8 @@ packages: jake: 10.8.7 dev: false - /electron-to-chromium@1.4.484: - resolution: {integrity: sha512-nO3ZEomTK2PO/3TUXgEx0A97xZTpKVf4p427lABHuCpT1IQ2N+njVh29DkQkCk6Q4m2wjU+faK4xAcfFndwjvw==} + /electron-to-chromium@1.4.585: + resolution: {integrity: sha512-B4yBlX0azdA3rVMxpYwLQfDpdwOgcnLCkpvSOd68iFmeedo+WYjaBJS3/W58LVD8CB2nf+o7C4K9xz1l09RkWg==} dev: false /emoji-regex@8.0.0: @@ -4983,26 +4530,26 @@ packages: engines: {node: '>=10'} dev: false - /eslint-config-prettier@9.0.0(eslint@8.48.0): + /eslint-config-prettier@9.0.0(eslint@8.53.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.48.0 + eslint: 8.53.0 dev: false - /eslint-import-resolver-node@0.3.7: - resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} + /eslint-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: debug: 3.2.7(supports-color@5.5.0) - is-core-module: 2.12.1 - resolve: 1.22.3 + is-core-module: 2.13.1 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint@8.48.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -5023,16 +4570,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) debug: 3.2.7(supports-color@5.5.0) - eslint: 8.48.0 - eslint-import-resolver-node: 0.3.7 + eslint: 8.53.0 + eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import@2.28.0(@typescript-eslint/parser@6.4.1)(eslint@8.48.0): - resolution: {integrity: sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==} + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0): + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -5041,24 +4588,23 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.48.0)(typescript@5.1.6) - array-includes: 3.1.6 - array.prototype.findlastindex: 1.2.2 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + array-includes: 3.1.7 + array.prototype.findlastindex: 1.2.3 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 debug: 3.2.7(supports-color@5.5.0) doctrine: 2.1.0 - eslint: 8.48.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint@8.48.0) - has: 1.0.3 - is-core-module: 2.12.1 + eslint: 8.53.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0) + hasown: 2.0.0 + is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.fromentries: 2.0.6 - object.groupby: 1.0.0 - object.values: 1.1.6 - resolve: 1.22.3 + object.fromentries: 2.0.7 + object.groupby: 1.0.1 + object.values: 1.1.7 semver: 6.3.1 tsconfig-paths: 3.14.2 transitivePeerDependencies: @@ -5067,18 +4613,18 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc@46.5.0(eslint@8.48.0): - resolution: {integrity: sha512-aulXdA4I1dyWpzyS1Nh/GNoS6PavzeucxEapnMR4JUERowWvaEk2Y4A5irpHAcdXtBBHLVe8WIhdXNjoAlGQgA==} + /eslint-plugin-jsdoc@46.9.0(eslint@8.53.0): + resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.40.1 + '@es-joy/jsdoccomment': 0.41.0 are-docs-informative: 0.0.2 - comment-parser: 1.4.0 + comment-parser: 1.4.1 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.48.0 + eslint: 8.53.0 esquery: 1.5.0 is-builtin-module: 3.2.1 semver: 7.5.4 @@ -5110,28 +4656,24 @@ packages: estraverse: 5.3.0 dev: false - /eslint-visitor-keys@3.4.2: - resolution: {integrity: sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false - /eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /eslint@8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint@8.53.0: + resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) '@eslint-community/regexpp': 4.6.2 - '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 - '@humanwhocodes/config-array': 0.11.10 + '@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 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -5258,11 +4800,11 @@ packages: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: false - /express-rate-limit@6.8.1(express@4.18.2): - resolution: {integrity: sha512-xJyudsE60CsDShK74Ni1MxsldYaIoivmG3ieK2tAckMsYCBewEuGalss6p/jHmFFnqM9xd5ojE0W2VlanxcOKg==} - engines: {node: '>= 14.0.0'} + /express-rate-limit@7.1.4(express@4.18.2): + resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} + engines: {node: '>= 16'} peerDependencies: - express: ^4 || ^5 + express: 4 || 5 || ^5.0.0-beta.1 dependencies: express: 4.18.2 dev: true @@ -5539,6 +5081,10 @@ packages: /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: false + /function.prototype.name@1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} engines: {node: '>= 0.4'} @@ -5694,13 +5240,13 @@ packages: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: false - /glob@10.3.3: - resolution: {integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==} + /glob@10.3.10: + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: foreground-child: 3.1.1 - jackspeak: 2.2.2 + jackspeak: 2.3.6 minimatch: 9.0.3 minipass: 7.0.2 path-scurry: 1.10.1 @@ -5868,8 +5414,15 @@ packages: dependencies: function-bind: 1.1.1 - /helmet@7.0.0: - resolution: {integrity: sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==} + /hasown@2.0.0: + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: false + + /helmet@7.1.0: + resolution: {integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==} engines: {node: '>=16.0.0'} dev: true @@ -5898,6 +5451,10 @@ packages: lru-cache: 7.18.3 dev: false + /html-escaper@2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + dev: false + /http-cache-semantics@4.1.1: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: false @@ -6147,6 +5704,12 @@ packages: dependencies: has: 1.0.3 + /is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + dependencies: + hasown: 2.0.0 + dev: false + /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -6288,6 +5851,13 @@ packages: text-extensions: 1.9.0 dev: false + /is-text-path@2.0.0: + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} + dependencies: + text-extensions: 2.4.0 + dev: false + /is-typed-array@1.1.12: resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} @@ -6334,8 +5904,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /jackspeak@2.2.2: - resolution: {integrity: sha512-mgNtVv4vUuaKA97yxUHoA3+FkuhtxkjdXEWOyB/N76fjy0FjezEt34oy3epBtvCvS+7DyKwqCFWx/oJLV5+kCg==} + /jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} dependencies: '@isaacs/cliui': 8.0.2 @@ -6377,11 +5947,16 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.5.6 + '@types/node': 20.9.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false + /jiti@1.21.0: + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + hasBin: true + dev: false + /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: false @@ -6391,8 +5966,8 @@ packages: engines: {node: '>= 0.6.0'} dev: true - /jquery@3.7.0: - resolution: {integrity: sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==} + /jquery@3.7.1: + resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} dev: true /js-stringify@1.0.2: @@ -6483,18 +6058,18 @@ packages: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: false - /jsoneditor@9.10.2: - resolution: {integrity: sha512-sT9U8T9MB7We5uyCnofugqYPJtQ5rPJngFlvpdtyFTFKFjOMnlWE1jVhFwjTXwGBoFeiLS+S6rVuhIhJ35Jutw==} + /jsoneditor@9.10.4: + resolution: {integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==} dependencies: - ace-builds: 1.23.4 + ace-builds: 1.31.2 ajv: 6.12.6 javascript-natural-sort: 0.7.1 jmespath: 0.16.0 json-source-map: 0.6.1 - jsonrepair: 3.2.0 + jsonrepair: 3.4.1 mobius1-selectr: 2.4.13 picomodal: 3.0.0 - vanilla-picker: 2.12.1 + vanilla-picker: 2.12.2 dev: true /jsonfile@6.1.0: @@ -6510,8 +6085,8 @@ packages: engines: {'0': node >= 0.2.0} dev: false - /jsonrepair@3.2.0: - resolution: {integrity: sha512-6eHBc2z5vipym4S8rzTcCXQBLWpkSzi9bk7I3xTdUxRzXyYvfjoVZzJ97N4C/9vcKI9NgNp3slPwHufDr0rFYw==} + /jsonrepair@3.4.1: + resolution: {integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==} hasBin: true dev: true @@ -6537,13 +6112,13 @@ packages: engines: {node: '>=6'} dev: false - /lerna@7.1.5: - resolution: {integrity: sha512-5bvfmoIH4Czk5mdoLaRPYkM3M63Ei6+TOuXs3MgXmvqD8vs+vQpHuBVmiYFp5Mwsck3FkidJ+eTxfucltA2Lmw==} - engines: {node: ^14.17.0 || >=16.0.0} + /lerna@7.4.2: + resolution: {integrity: sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==} + engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@lerna/child-process': 7.1.5 - '@lerna/create': 7.1.5 + '@lerna/child-process': 7.4.2 + '@lerna/create': 7.4.2 '@npmcli/run-script': 6.0.2 '@nx/devkit': 16.6.0(nx@16.6.0) '@octokit/plugin-enterprise-rest': 6.0.1 @@ -6553,7 +6128,7 @@ packages: clone-deep: 4.0.1 cmd-shim: 6.0.1 columnify: 1.6.0 - conventional-changelog-angular: 6.0.0 + conventional-changelog-angular: 7.0.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 cosmiconfig: 8.2.0 @@ -6580,7 +6155,7 @@ packages: libnpmpublish: 7.3.0 load-json-file: 6.2.0 lodash: 4.17.21 - make-dir: 3.1.0 + make-dir: 4.0.0 minimatch: 3.0.5 multimatch: 5.0.0 node-fetch: 2.6.7 @@ -6608,7 +6183,7 @@ packages: strong-log-transformer: 2.1.0 tar: 6.1.11 temp-dir: 1.0.0 - typescript: 5.1.6 + typescript: 5.2.2 upath: 2.0.1 uuid: 9.0.0 validate-npm-package-license: 3.0.4 @@ -6800,6 +6375,12 @@ packages: is-unicode-supported: 0.1.0 dev: false + /lookpath@1.2.2: + resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} + engines: {npm: '>=6.13.4'} + hasBin: true + dev: false + /lru-cache@10.0.0: resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} engines: {node: 14 || >=16.14} @@ -6834,15 +6415,11 @@ packages: semver: 5.7.2 dev: false - /make-dir@3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} + /make-dir@4.0.0: + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} dependencies: - semver: 6.3.1 - dev: false - - /make-error@1.3.6: - resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + semver: 7.5.4 dev: false /make-fetch-happen@11.1.1: @@ -6889,6 +6466,11 @@ packages: engines: {node: '>= 0.6'} dev: true + /meow@12.1.1: + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} + dev: false + /meow@8.1.2: resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} engines: {node: '>=10'} @@ -7457,8 +7039,8 @@ packages: object-keys: 1.1.1 dev: false - /object.fromentries@2.0.6: - resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} + /object.fromentries@2.0.7: + resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -7466,8 +7048,8 @@ packages: es-abstract: 1.22.1 dev: false - /object.groupby@1.0.0: - resolution: {integrity: sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==} + /object.groupby@1.0.1: + resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7475,8 +7057,8 @@ packages: get-intrinsic: 1.2.1 dev: false - /object.values@1.1.6: - resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} + /object.values@1.1.7: + resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -7715,7 +7297,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -7845,8 +7427,18 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /prettier@3.0.2: - resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} + /prettier-plugin-multiline-arrays@3.0.0(prettier@3.1.0): + resolution: {integrity: sha512-qEfctOpCfnTztyLRoVkKvYpOLeTiG1Sq29Guk9zMs5YeZeoRZXO6JDdWj9OJyswJHmIrOEuPCmpdS7yxkyIatw==} + peerDependencies: + prettier: ^3.0.0 + dependencies: + '@augment-vir/common': 21.6.0 + prettier: 3.1.0 + proxy-vir: 0.0.1 + dev: false + + /prettier@3.1.0: + resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} engines: {node: '>=14'} hasBin: true dev: false @@ -7923,6 +7515,12 @@ packages: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: false + /proxy-vir@0.0.1: + resolution: {integrity: sha512-K3sv2I9kigOqt17hMhvWjSiwx90hpxxD3rN+meVQhrGKoxhVbt82ulkm3i1KlenVIMS1KFskt/vltMlGHVQrMw==} + dependencies: + '@augment-vir/common': 13.5.0 + dev: false + /pstree.remy@1.1.8: resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} dev: true @@ -8080,7 +7678,7 @@ packages: resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - glob: 10.3.3 + glob: 10.3.10 json-parse-even-better-errors: 3.0.0 normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 @@ -8288,6 +7886,15 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: false + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: false + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -8321,12 +7928,12 @@ packages: glob: 9.3.5 dev: false - /rimraf@5.0.1: - resolution: {integrity: sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==} + /rimraf@5.0.5: + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} engines: {node: '>=14'} hasBin: true dependencies: - glob: 10.3.3 + glob: 10.3.10 dev: false /run-async@2.4.1: @@ -8374,8 +7981,8 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sax@1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} + /sax@1.3.0: + resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} dev: true /schema-utils@3.3.0: @@ -8533,13 +8140,13 @@ packages: semver: 7.5.4 dev: true - /sirv@1.0.19: - resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==} + /sirv@2.0.3: + resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} engines: {node: '>= 10'} dependencies: '@polka/url': 1.0.0-next.21 mrmime: 1.0.1 - totalist: 1.1.0 + totalist: 3.0.1 dev: false /sisteransi@1.0.5: @@ -8627,6 +8234,11 @@ packages: readable-stream: 3.6.2 dev: false + /split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} + dev: false + /split@1.0.1: resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: @@ -8770,14 +8382,14 @@ packages: through: 2.3.8 dev: false - /stylus@0.59.0: - resolution: {integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==} + /stylus@0.61.0: + resolution: {integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==} hasBin: true dependencies: - '@adobe/css-tools': 4.2.0 + '@adobe/css-tools': 4.3.1 debug: 4.3.4 glob: 7.2.3 - sax: 1.2.4 + sax: 1.3.0 source-map: 0.7.4 transitivePeerDependencies: - supports-color @@ -8840,7 +8452,7 @@ packages: engines: {node: '>=4'} dev: false - /terser-webpack-plugin@5.3.9(webpack@5.88.2): + /terser-webpack-plugin@5.3.9(webpack@5.89.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -8861,7 +8473,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.19.2 - webpack: 5.88.2(webpack-cli@5.1.4) + webpack: 5.89.0(webpack-cli@5.1.4) dev: false /terser@5.19.2: @@ -8880,6 +8492,11 @@ packages: engines: {node: '>=0.10'} dev: false + /text-extensions@2.4.0: + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} + dev: false + /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: false @@ -8934,8 +8551,8 @@ packages: resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} dev: true - /totalist@1.1.0: - resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} + /totalist@3.0.1: + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} dev: false @@ -8955,44 +8572,13 @@ packages: engines: {node: '>=8'} dev: false - /ts-api-utils@1.0.1(typescript@5.1.6): + /ts-api-utils@1.0.1(typescript@5.2.2): resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.1.6 - dev: false - - /ts-node@10.9.1(@types/node@20.5.6)(typescript@5.1.6): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.5.6 - acorn: 8.10.0 - acorn-walk: 8.2.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.1.6 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 + typescript: 5.2.2 dev: false /tsconfig-paths@3.14.2: @@ -9017,21 +8603,6 @@ packages: resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: false - /tsparticles@3.0.0-beta.1: - resolution: {integrity: sha512-CAAOUqu4iHZwLkb3lx7sg8A6hdPKgTf9ACXsTCsvNJxFGX2IdunRYTQMsLSypwlE9KxJeJeBqAFz1F2Y8Sc9BA==} - dependencies: - '@tsparticles/engine': 3.0.0-beta.1 - '@tsparticles/interaction-external-trail': 3.0.0-beta.1 - '@tsparticles/plugin-absorbers': 3.0.0-beta.1 - '@tsparticles/plugin-emitters': 3.0.0-beta.1 - '@tsparticles/slim': 3.0.0-beta.1 - '@tsparticles/updater-destroy': 3.0.0-beta.1 - '@tsparticles/updater-roll': 3.0.0-beta.1 - '@tsparticles/updater-tilt': 3.0.0-beta.1 - '@tsparticles/updater-twinkle': 3.0.0-beta.1 - '@tsparticles/updater-wobble': 3.0.0-beta.1 - dev: false - /tuf-js@1.1.7: resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -9080,6 +8651,16 @@ packages: engines: {node: '>=8'} dev: false + /type-fest@3.13.1: + resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} + engines: {node: '>=14.16'} + dev: false + + /type-fest@4.7.1: + resolution: {integrity: sha512-iWr8RUmzAJRfhZugX9O7nZE6pCxDU8CZ3QxsLuTnGcBLJpCaP2ll3s4eMTBoFnU/CeXY/5rfQSuAEsTGJO4y8A==} + engines: {node: '>=16'} + dev: false + /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} @@ -9130,48 +8711,48 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typedoc-plugin-coverage@2.1.0(typedoc@0.24.8): - resolution: {integrity: sha512-d0Lc/aOPRAMnfABCW2cQqCQdzLUzadeq62r4DBrSchcfzx1X8nOvhXK/n4mVAO4wQQUchTm2ZGAzTtiAc2nl0A==} - engines: {node: '>= 14'} + /typedoc-plugin-coverage@2.2.0(typedoc@0.25.3): + resolution: {integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==} + engines: {node: '>= 16'} peerDependencies: - typedoc: ^0.22.12 || 0.23.x || 0.24.x + typedoc: ^0.22.12 || 0.23.x || 0.24.x || 0.25.x dependencies: - typedoc: 0.24.8(typescript@5.1.6) + typedoc: 0.25.3(typescript@5.2.2) dev: false - /typedoc-plugin-keywords@1.4.1(typedoc@0.24.8): - resolution: {integrity: sha512-7vN8VkJRlYFpIrcGNaF3anah7viW8iSecZWP1bJfiX6uKQXEUxaj8UJ1JpqNz1oDjIJrNjka+TkOUgH6hf+HBQ==} + /typedoc-plugin-keywords@1.5.0(typedoc@0.25.3): + resolution: {integrity: sha512-8dkuTwwiuXzyM6T1/5M85JGyqArGnEYkANqItLXLAxmfx9SNkEDSwqfDiMGBVrcJmLMc/0nuCf/H4ixyA/8/tA==} peerDependencies: - typedoc: ^0.24.4 + typedoc: ^0.25.0 dependencies: - typedoc: 0.24.8(typescript@5.1.6) - typescript: 5.1.6 + typedoc: 0.25.3(typescript@5.2.2) + typescript: 5.2.2 dev: false - /typedoc-plugin-missing-exports@2.0.1(typedoc@0.24.8): - resolution: {integrity: sha512-+A78kT78uC0Dbv2EFB9RXHO3iywJ5x89jd4z0bLL7Z8DlOSQjJxhRHf8otXsHZbgRUWAuYqYMA9LzxfuSOc87A==} + /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.3): + resolution: {integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==} peerDependencies: - typedoc: 0.24.x + typedoc: 0.24.x || 0.25.x dependencies: - typedoc: 0.24.8(typescript@5.1.6) + typedoc: 0.25.3(typescript@5.2.2) dev: false - /typedoc@0.24.8(typescript@5.1.6): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.25.3(typescript@5.2.2): + resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==} + engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 shiki: 0.14.3 - typescript: 5.1.6 + typescript: 5.2.2 dev: false - /typescript@5.1.6: - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + /typescript@5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} engines: {node: '>=14.17'} hasBin: true dev: false @@ -9197,6 +8778,10 @@ packages: resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: false + /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -9258,13 +8843,13 @@ packages: engines: {node: '>=4'} dev: false - /update-browserslist-db@1.0.11(browserslist@4.21.10): - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + /update-browserslist-db@1.0.13(browserslist@4.22.1): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 escalade: 3.1.1 picocolors: 1.0.0 dev: false @@ -9288,10 +8873,6 @@ packages: hasBin: true dev: false - /v8-compile-cache-lib@3.0.1: - resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - dev: false - /v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: false @@ -9316,8 +8897,8 @@ packages: builtins: 5.0.1 dev: false - /vanilla-picker@2.12.1: - resolution: {integrity: sha512-2qrEP9VYylKXbyzXKsbu2dferBTvqnlsr29XjHwFE+/MEp0VNj6oEUESLDtKZ7DWzGdSv1x/+ujqFZF+KsO3cg==} + /vanilla-picker@2.12.2: + resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} dependencies: '@sphinxxxx/color-conversion': 2.2.2 dev: true @@ -9358,27 +8939,30 @@ packages: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false - /webpack-bundle-analyzer@4.9.0: - resolution: {integrity: sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw==} + /webpack-bundle-analyzer@4.10.1: + resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==} engines: {node: '>= 10.13.0'} hasBin: true dependencies: '@discoveryjs/json-ext': 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 - chalk: 4.1.2 commander: 7.2.0 + debounce: 1.2.1 + escape-string-regexp: 4.0.0 gzip-size: 6.0.0 - lodash: 4.17.21 + html-escaper: 2.0.2 + is-plain-object: 5.0.0 opener: 1.5.2 - sirv: 1.0.19 + picocolors: 1.0.0 + sirv: 2.0.3 ws: 7.5.9 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /webpack-cli@5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2): + /webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0): resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} engines: {node: '>=14.15.0'} hasBin: true @@ -9396,9 +8980,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.88.2) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.88.2) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.88.2) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -9407,8 +8991,8 @@ packages: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.88.2(webpack-cli@5.1.4) - webpack-bundle-analyzer: 4.9.0 + webpack: 5.89.0(webpack-cli@5.1.4) + webpack-bundle-analyzer: 4.10.1 webpack-merge: 5.9.0 dev: false @@ -9425,8 +9009,8 @@ packages: engines: {node: '>=10.13.0'} dev: false - /webpack@5.88.2(webpack-cli@5.1.4): - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + /webpack@5.89.0(webpack-cli@5.1.4): + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -9442,7 +9026,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) - browserslist: 4.21.10 + browserslist: 4.22.1 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 es-module-lexer: 1.3.0 @@ -9456,9 +9040,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) + terser-webpack-plugin: 5.3.9(webpack@5.89.0) watchpack: 2.4.0 - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.9.0)(webpack@5.88.2) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -9671,11 +9255,6 @@ packages: yargs-parser: 21.1.1 dev: false - /yn@3.1.1: - resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} - engines: {node: '>=6'} - dev: false - /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index c7d6f42..ef32ab5 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -89,6 +89,7 @@ "dependencies": { "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" } } diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 49e0c1e..32d4292 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -98,6 +98,7 @@ "dependencies": { "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" } } diff --git a/presets/bigCircles/src/index.ts b/presets/bigCircles/src/index.ts index b796e05..86c3cf8 100644 --- a/presets/bigCircles/src/index.ts +++ b/presets/bigCircles/src/index.ts @@ -1,6 +1,7 @@ import type { Engine } from "@tsparticles/engine"; import { loadBasic } from "@tsparticles/basic"; import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadEmittersShapeSquare } from "@tsparticles/plugin-emitters-shape-square"; import { options } from "./options"; /** @@ -10,6 +11,7 @@ import { options } from "./options"; */ export async function loadBigCirclesPreset(engine: Engine, refresh = true): Promise { await loadBasic(engine, false); + await loadEmittersShapeSquare(engine, false); await loadEmittersPlugin(engine, false); await engine.addPreset("bigCircles", options, false); diff --git a/presets/bigCircles/src/options.ts b/presets/bigCircles/src/options.ts index 39b8416..71ab796 100644 --- a/presets/bigCircles/src/options.ts +++ b/presets/bigCircles/src/options.ts @@ -16,7 +16,7 @@ export const options: ISourceOptions = { type: "circle", }, opacity: { - value: 0.5, + value: { min: 0.4, max: 0.8 }, }, size: { value: { min: 200, max: 400 }, diff --git a/presets/fire/src/options.ts b/presets/fire/src/options.ts index bb43368..618649f 100644 --- a/presets/fire/src/options.ts +++ b/presets/fire/src/options.ts @@ -1,4 +1,4 @@ -import { ClickMode, type ISourceOptions } from "@tsparticles/engine"; +import { type ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { fpsLimit: 40, @@ -29,7 +29,7 @@ export const options: ISourceOptions = { events: { onClick: { enable: true, - mode: ClickMode.push, + mode: "push", }, resize: true, }, diff --git a/presets/firefly/src/options.ts b/presets/firefly/src/options.ts index e222564..09fc1c1 100644 --- a/presets/firefly/src/options.ts +++ b/presets/firefly/src/options.ts @@ -1,4 +1,4 @@ -import { HoverMode, type ISourceOptions } from "@tsparticles/engine"; +import { type ISourceOptions } from "@tsparticles/engine"; export const options: ISourceOptions = { fullScreen: { @@ -44,7 +44,7 @@ export const options: ISourceOptions = { events: { onHover: { enable: true, - mode: HoverMode.trail, + mode: "trail", }, resize: true, }, diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 94dbd97..792eeef 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -90,6 +90,7 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", "@tsparticles/updater-life": "^3.0.0-beta.4" } } diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index 6ce3fcb..533426c 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -99,6 +99,7 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", "@tsparticles/updater-life": "^3.0.0-beta.4" } } diff --git a/presets/hyperspace/src/index.ts b/presets/hyperspace/src/index.ts index d930635..8dc692d 100644 --- a/presets/hyperspace/src/index.ts +++ b/presets/hyperspace/src/index.ts @@ -1,6 +1,7 @@ import type { Engine } from "@tsparticles/engine"; import { loadBasic } from "@tsparticles/basic"; import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadEmittersShapeSquare } from "@tsparticles/plugin-emitters-shape-square"; import { loadLifeUpdater } from "@tsparticles/updater-life"; import { options } from "./options"; @@ -11,6 +12,7 @@ import { options } from "./options"; */ export async function loadHyperspacePreset(engine: Engine, refresh = true): Promise { await loadBasic(engine, false); + await loadEmittersShapeSquare(engine, false); await loadEmittersPlugin(engine, false); await loadLifeUpdater(engine, false); diff --git a/presets/seaAnemone/src/options.ts b/presets/seaAnemone/src/options.ts index 58e95e0..2d373b2 100644 --- a/presets/seaAnemone/src/options.ts +++ b/presets/seaAnemone/src/options.ts @@ -36,7 +36,7 @@ export const options: ISourceOptions = { }, number: { value: 0, - limit: 300, + limit: { value: 300 }, }, opacity: { value: 1, From e5d625d1b95704c09ce936929b85031dbe4fa2e3 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:41:27 +0100 Subject: [PATCH 05/14] chore(release): published new version --- CHANGELOG.md | 22 +- apps/demo/CHANGELOG.md | 321 +- apps/demo/package.json | 4 +- lerna.json | 7 +- pnpm-lock.yaml | 8962 ++++++++++++++++++-------- presets/bigCircles/CHANGELOG.md | 20 +- presets/bigCircles/package.dist.json | 2 +- presets/bigCircles/package.json | 198 +- presets/bubbles/CHANGELOG.md | 20 +- presets/bubbles/package.dist.json | 2 +- presets/bubbles/package.json | 196 +- presets/confetti/CHANGELOG.md | 20 +- presets/confetti/package.dist.json | 2 +- presets/confetti/package.json | 210 +- presets/fire/CHANGELOG.md | 20 +- presets/fire/package.dist.json | 2 +- presets/fire/package.json | 196 +- presets/firefly/CHANGELOG.md | 20 +- presets/firefly/package.dist.json | 2 +- presets/firefly/package.json | 196 +- presets/fireworks/CHANGELOG.md | 20 +- presets/fireworks/package.dist.json | 2 +- presets/fireworks/package.json | 208 +- presets/fountain/CHANGELOG.md | 20 +- presets/fountain/package.dist.json | 2 +- presets/fountain/package.json | 198 +- presets/hyperspace/CHANGELOG.md | 9 +- presets/hyperspace/package.dist.json | 2 +- presets/hyperspace/package.json | 200 +- presets/links/CHANGELOG.md | 20 +- presets/links/package.dist.json | 2 +- presets/links/package.json | 196 +- presets/seaAnemone/CHANGELOG.md | 20 +- presets/seaAnemone/package.dist.json | 2 +- presets/seaAnemone/package.json | 198 +- presets/snow/CHANGELOG.md | 20 +- presets/snow/package.dist.json | 2 +- presets/snow/package.json | 196 +- presets/squares/CHANGELOG.md | 10 + presets/squares/package.dist.json | 2 +- presets/squares/package.json | 202 +- presets/stars/CHANGELOG.md | 20 +- presets/stars/package.dist.json | 2 +- presets/stars/package.json | 194 +- presets/triangles/CHANGELOG.md | 20 +- presets/triangles/package.dist.json | 2 +- presets/triangles/package.json | 196 +- 47 files changed, 7838 insertions(+), 4549 deletions(-) create mode 100644 presets/squares/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 963d41d..de5fff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,36 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) + +### Bug Fixes +- **deps:** update dependency eslint-config-prettier to v9 ([351c2a6](https://github.com/tsparticles/presets/commit/351c2a6a927192afcc3acb8a81937fc3da19d494)) ### Features -* added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) - +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +### Features +- added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/presets-workspace - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/presets-workspace - - - - # 2.10.0 (2023-06-03) - ### Bug Fixes -* **deps:** update dependency typedoc-plugin-missing-exports to v2 ([6105b14](https://github.com/tsparticles/presets/commit/6105b1499e4c93b72f79b75017862f507efd2676)) +- **deps:** update dependency typedoc-plugin-missing-exports to v2 ([6105b14](https://github.com/tsparticles/presets/commit/6105b1499e4c93b72f79b75017862f507efd2676)) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index a90e12f..ff59225 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,41 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features -* added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) - +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +### Features +- added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/presets-demo - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/presets-demo - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/presets-demo - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.9.2...@tsparticles/demo@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/demo @@ -54,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/matteobruni/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added color and colorOffset options to split options ([74902b3](https://github.com/matteobruni/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) # [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.7.1...@tsparticles/demo@2.8.0) (2023-01-18) @@ -68,20 +57,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/matteobruni/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/matteobruni/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- created path shape ([d46adbf](https://github.com/matteobruni/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/matteobruni/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/matteobruni/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/matteobruni/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- created path shape ([d46adbf](https://github.com/matteobruni/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/matteobruni/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) # [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.3...@tsparticles/demo@2.6.0) (2022-12-06) ### Bug Fixes -- fixed issues with links colors and themes, fixes [#4841](https://github.com/matteobruni/tsparticles/issues/4841) ([34b570d](https://github.com/matteobruni/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/matteobruni/tsparticles/issues/4841) ([34b570d](https://github.com/matteobruni/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) ## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.2...@tsparticles/demo@2.5.3) (2022-11-07) @@ -91,7 +80,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/matteobruni/tsparticles/issues/4805) ([1d3fe78](https://github.com/matteobruni/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/matteobruni/tsparticles/issues/4805) ([1d3fe78](https://github.com/matteobruni/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) ## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.5.0...@tsparticles/demo@2.5.1) (2022-11-03) @@ -105,15 +94,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/matteobruni/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/matteobruni/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) ### Features -- added delay to root options, fixes [#4766](https://github.com/matteobruni/tsparticles/issues/4766) ([8f0c377](https://github.com/matteobruni/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/matteobruni/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/matteobruni/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/matteobruni/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/matteobruni/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- added delay to root options, fixes [#4766](https://github.com/matteobruni/tsparticles/issues/4766) ([8f0c377](https://github.com/matteobruni/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/matteobruni/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/matteobruni/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/matteobruni/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/matteobruni/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) ## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.3.3...@tsparticles/demo@2.3.4) (2022-09-30) @@ -135,18 +124,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/matteobruni/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) +- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/matteobruni/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) ### Features -- added more easing types ([5f8f1c4](https://github.com/matteobruni/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added position options to canvas mask ([8759b84](https://github.com/matteobruni/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/matteobruni/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/matteobruni/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/matteobruni/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- improved image mask plugin options ([af527bc](https://github.com/matteobruni/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/matteobruni/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- refactored image mask plugin, closes [#4492](https://github.com/matteobruni/tsparticles/issues/4492) ([15c1191](https://github.com/matteobruni/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) +- added more easing types ([5f8f1c4](https://github.com/matteobruni/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added position options to canvas mask ([8759b84](https://github.com/matteobruni/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/matteobruni/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/matteobruni/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/matteobruni/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- improved image mask plugin options ([af527bc](https://github.com/matteobruni/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/matteobruni/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- refactored image mask plugin, closes [#4492](https://github.com/matteobruni/tsparticles/issues/4492) ([15c1191](https://github.com/matteobruni/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) ## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.2.2...@tsparticles/demo@2.2.4) (2022-08-26) @@ -168,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/matteobruni/tsparticles/issues/4532) ([9119b61](https://github.com/matteobruni/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) -- improved snow preset, added a small wobble effect ([7802f55](https://github.com/matteobruni/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) -- small improvements to links interaction ([4ce54d2](https://github.com/matteobruni/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/matteobruni/tsparticles/issues/4532) ([9119b61](https://github.com/matteobruni/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- improved snow preset, added a small wobble effect ([7802f55](https://github.com/matteobruni/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) +- small improvements to links interaction ([4ce54d2](https://github.com/matteobruni/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) ### Features -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/matteobruni/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/matteobruni/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/matteobruni/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/matteobruni/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/matteobruni/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/matteobruni/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/matteobruni/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/matteobruni/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) ## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.1.3...@tsparticles/demo@2.1.4) (2022-07-28) @@ -199,7 +188,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/matteobruni/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/matteobruni/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) ## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.5...@tsparticles/demo@2.0.6) (2022-04-16) @@ -213,21 +202,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.27.1...@tsparticles/demo@2.0.3) (2022-03-11) ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.4...@tsparticles/demo@2.0.2) (2022-02-21) @@ -259,12 +248,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- more rangeable options ([a2598c0](https://github.com/matteobruni/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- more rangeable options ([a2598c0](https://github.com/matteobruni/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) ## [1.26.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.5...@tsparticles/demo@1.26.6) (2022-03-03) @@ -274,7 +263,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) ## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0...@tsparticles/demo@2.0.1) (2022-02-15) @@ -286,11 +275,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.2...@tsparticles/demo@2.0.0-beta.5) (2022-01-30) @@ -298,13 +287,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with size and opacity updaters ([f81e228](https://github.com/matteobruni/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/matteobruni/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) ## [1.26.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.1...@tsparticles/demo@1.26.2) (2022-02-16) ### Bug Fixes -- fixed tilt back/front colors ([657585f](https://github.com/matteobruni/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- fixed tilt back/front colors ([657585f](https://github.com/matteobruni/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) ## [1.26.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.26.0...@tsparticles/demo@1.26.1) (2022-02-14) @@ -326,18 +315,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added domId property to Emitters options ([9408d14](https://github.com/matteobruni/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added domId property to Emitters options ([9408d14](https://github.com/matteobruni/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) ## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.24.2...@tsparticles/demo@1.24.3) (2022-02-02) ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/matteobruni/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) # [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0-beta.3...@tsparticles/demo@2.0.0-beta.4) (2021-12-07) @@ -353,7 +342,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/matteobruni/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/matteobruni/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) # [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.6...@tsparticles/demo@1.23.0) (2021-12-29) @@ -367,18 +356,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/matteobruni/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.4...@tsparticles/demo@2.0.0-beta.2) (2021-10-06) ### Features -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.4...@tsparticles/demo@1.22.5) (2021-11-28) @@ -396,7 +385,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixes some dynamic import issues ([8ba2415](https://github.com/matteobruni/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- fixes some dynamic import issues ([8ba2415](https://github.com/matteobruni/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) ## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.22.0...@tsparticles/demo@1.22.1) (2021-10-30) @@ -410,7 +399,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/matteobruni/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/matteobruni/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) # [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@2.0.0-beta.0...@tsparticles/demo@2.0.0-beta.1) (2021-10-06) @@ -422,20 +411,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/matteobruni/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/matteobruni/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.2...@tsparticles/demo@1.20.3) (2021-10-03) ### Bug Fixes -- fixed fireworks presets ([3402e46](https://github.com/matteobruni/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) -- improved new methods without id ([9b7a106](https://github.com/matteobruni/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- fixed fireworks presets ([3402e46](https://github.com/matteobruni/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) +- improved new methods without id ([9b7a106](https://github.com/matteobruni/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) ### Features -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/matteobruni/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/matteobruni/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) ## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.20.1...@tsparticles/demo@1.20.2) (2021-09-27) @@ -449,11 +438,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/matteobruni/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/matteobruni/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) ### Features -- auto themes ([d80b78c](https://github.com/matteobruni/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- auto themes ([d80b78c](https://github.com/matteobruni/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) ## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.19.0...@tsparticles/demo@1.19.1) (2021-09-15) @@ -463,28 +452,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/matteobruni/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed wobble updater ([cd13fca](https://github.com/matteobruni/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/matteobruni/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed wobble updater ([cd13fca](https://github.com/matteobruni/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) ### Features -- added gradient options for particles ([c8ecec7](https://github.com/matteobruni/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added polygon path plugin ([623b62d](https://github.com/matteobruni/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/matteobruni/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added start count to emitters ([5403426](https://github.com/matteobruni/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added triangles preset ([2a7aa6a](https://github.com/matteobruni/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/matteobruni/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- fixed new wait life emitter option ([ae88774](https://github.com/matteobruni/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- added gradient options for particles ([c8ecec7](https://github.com/matteobruni/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added polygon path plugin ([623b62d](https://github.com/matteobruni/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/matteobruni/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added start count to emitters ([5403426](https://github.com/matteobruni/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added triangles preset ([2a7aa6a](https://github.com/matteobruni/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/matteobruni/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- fixed new wait life emitter option ([ae88774](https://github.com/matteobruni/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- improved move path generators ([9b67377](https://github.com/matteobruni/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.2...@tsparticles/demo@1.18.3) (2021-08-10) ### Bug Fixes -- fixed click handler with touch events ([ad4bf8a](https://github.com/matteobruni/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/matteobruni/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- improved out modes and spin movement ([1c811cf](https://github.com/matteobruni/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/matteobruni/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/matteobruni/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- improved out modes and spin movement ([1c811cf](https://github.com/matteobruni/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) ## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.18.1...@tsparticles/demo@1.18.2) (2021-07-31) @@ -498,15 +487,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed broken movement in 1.31 ([6787035](https://github.com/matteobruni/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed images shape options ([8964fe6](https://github.com/matteobruni/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed line shape ([5c1c612](https://github.com/matteobruni/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed pause on blur ([a7bd28f](https://github.com/matteobruni/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed broken movement in 1.31 ([6787035](https://github.com/matteobruni/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed images shape options ([8964fe6](https://github.com/matteobruni/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed line shape ([5c1c612](https://github.com/matteobruni/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed pause on blur ([a7bd28f](https://github.com/matteobruni/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) ### Features -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/matteobruni/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- spin movement enabled from v2 ([240a38f](https://github.com/matteobruni/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/matteobruni/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- spin movement enabled from v2 ([240a38f](https://github.com/matteobruni/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) ## [1.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0...@tsparticles/demo@1.3.1) (2020-10-06) @@ -536,35 +525,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added bounce to mouse hover event ([8bf39a2](https://github.com/matteobruni/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) +- added bounce to mouse hover event ([8bf39a2](https://github.com/matteobruni/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) # [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.12...@tsparticles/demo@1.3.0-beta.0) (2020-10-02) ### Bug Fixes -- fixed bounce for [#739](https://github.com/matteobruni/tsparticles/issues/739) ([738a16f](https://github.com/matteobruni/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) -- fixed rotate following path ([cd7ed78](https://github.com/matteobruni/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) +- fixed bounce for [#739](https://github.com/matteobruni/tsparticles/issues/739) ([738a16f](https://github.com/matteobruni/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) +- fixed rotate following path ([cd7ed78](https://github.com/matteobruni/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) ### Features -- added gravity and edge bounce customization ([cfdfe53](https://github.com/matteobruni/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/matteobruni/tsparticles/issues/888) ([89a4ffb](https://github.com/matteobruni/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) -- added movement speed affected by particles size ([3a3d893](https://github.com/matteobruni/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) -- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/matteobruni/tsparticles/issues/691) ([37e1c92](https://github.com/matteobruni/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) -- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/matteobruni/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) -- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/matteobruni/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) -- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/matteobruni/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) -- completed HSV support ([0cf39d0](https://github.com/matteobruni/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) -- manual particles, fixes [#839](https://github.com/matteobruni/tsparticles/issues/839) ([4531b4a](https://github.com/matteobruni/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) -- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -- particle with move max distance are now good, closes [#740](https://github.com/matteobruni/tsparticles/issues/740) ([e1453c7](https://github.com/matteobruni/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/matteobruni/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/matteobruni/tsparticles/issues/888) ([89a4ffb](https://github.com/matteobruni/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) +- added movement speed affected by particles size ([3a3d893](https://github.com/matteobruni/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) +- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/matteobruni/tsparticles/issues/691) ([37e1c92](https://github.com/matteobruni/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) +- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/matteobruni/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) +- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/matteobruni/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) +- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/matteobruni/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) +- completed HSV support ([0cf39d0](https://github.com/matteobruni/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) +- manual particles, fixes [#839](https://github.com/matteobruni/tsparticles/issues/839) ([4531b4a](https://github.com/matteobruni/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) +- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- particle with move max distance are now good, closes [#740](https://github.com/matteobruni/tsparticles/issues/740) ([e1453c7](https://github.com/matteobruni/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) # [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.9...@tsparticles/demo@1.3.0-alpha.14) (2020-08-22) ### Features -- added gravity and edge bounce customization ([cfdfe53](https://github.com/matteobruni/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/matteobruni/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.12...@tsparticles/demo@1.3.0-alpha.13) (2020-08-17) @@ -574,7 +563,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.3.0-alpha.10...@tsparticles/demo@1.3.0-alpha.11) (2020-08-13) @@ -616,7 +605,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse acts like a light source, closes [#606](https://github.com/matteobruni/tsparticles/issues/606) ([84aad25](https://github.com/matteobruni/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.7...@tsparticles/demo@1.3.0-alpha.1) (2020-08-08) @@ -638,18 +627,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/matteobruni/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) -- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/matteobruni/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) +- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- stroke color animation ([deabadd](https://github.com/matteobruni/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) -- working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) +- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- stroke color animation ([deabadd](https://github.com/matteobruni/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) +- working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) # [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.9...@tsparticles/demo@1.2.0-alpha.10) (2020-06-29) @@ -663,7 +652,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/matteobruni/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) +- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/matteobruni/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) # [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.2.0-alpha.6...@tsparticles/demo@1.2.0-alpha.7) (2020-06-26) @@ -673,65 +662,65 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) +- working on orbits for absorbers ([1f55430](https://github.com/matteobruni/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) # [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.1...@tsparticles/demo@1.2.0-alpha.5) (2020-06-23) ### Bug Fixes -- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.4) (2020-06-22) ### Bug Fixes -- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- forwad demo improved ([3bb0f74](https://github.com/matteobruni/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/matteobruni/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.3) (2020-06-21) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([ee1dd85](https://github.com/matteobruni/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.2) (2020-06-21) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/matteobruni/tsparticles/issues/408) ([f0ec58e](https://github.com/matteobruni/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/demo@1.1.0...@tsparticles/demo@1.2.0-alpha.1) (2020-06-20) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/matteobruni/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- mouse trail completed, closes [#401](https://github.com/matteobruni/tsparticles/issues/401) ([4b1bc1a](https://github.com/matteobruni/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) diff --git a/apps/demo/package.json b/apps/demo/package.json index b2877f4..5a22513 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/presets-demo", "private": true, - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", @@ -50,8 +50,8 @@ "@tsparticles/preset-hyperspace": "workspace:^", "@tsparticles/preset-links": "workspace:^", "@tsparticles/preset-sea-anemone": "workspace:^", - "@tsparticles/preset-squares": "workspace:^", "@tsparticles/preset-snow": "workspace:^", + "@tsparticles/preset-squares": "workspace:^", "@tsparticles/preset-stars": "workspace:^", "@tsparticles/preset-triangles": "workspace:^" } diff --git a/lerna.json b/lerna.json index 4c12d9a..accb8b6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "packages": [ - "apps/*", - "presets/*" - ], - "version": "3.0.0-beta.1", + "packages": ["apps/*", "presets/*"], + "version": "3.0.0-beta.2", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90c0a50..21e1953 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,47 +1,46 @@ -lockfileVersion: '6.0' +lockfileVersion: "6.0" settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: - .: dependencies: - '@babel/core': + "@babel/core": specifier: ^7.23.3 version: 7.23.3 - '@commitlint/cli': + "@commitlint/cli": specifier: ^18.4.2 version: 18.4.2(typescript@5.2.2) - '@commitlint/config-conventional': + "@commitlint/config-conventional": specifier: ^18.4.2 version: 18.4.2 - '@tsparticles/cli': + "@tsparticles/cli": specifier: ^2.0.0-beta.10 version: 2.0.0-beta.10(webpack-cli@5.1.4) - '@tsparticles/eslint-config': + "@tsparticles/eslint-config": specifier: ^2.0.0-beta.7 version: 2.0.0-beta.7 - '@tsparticles/prettier-config': + "@tsparticles/prettier-config": specifier: ^2.0.0-beta.4 version: 2.0.0-beta.4 - '@tsparticles/tsconfig': + "@tsparticles/tsconfig": specifier: ^2.0.0-beta.1 version: 2.0.0-beta.1 - '@tsparticles/webpack-plugin': + "@tsparticles/webpack-plugin": specifier: ^2.0.0-beta.12 version: 2.0.0-beta.12 - '@types/node': + "@types/node": specifier: ^20.9.0 version: 20.9.0 - '@types/webpack-env': + "@types/webpack-env": specifier: ^1.18.4 version: 1.18.4 - '@typescript-eslint/eslint-plugin': + "@typescript-eslint/eslint-plugin": specifier: ^6.11.0 version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/parser': + "@typescript-eslint/parser": specifier: ^6.11.0 version: 6.11.0(eslint@8.53.0)(typescript@5.2.2) babel-loader: @@ -101,53 +100,53 @@ importers: apps/demo: dependencies: - '@tsparticles/preset-big-circles': + "@tsparticles/preset-big-circles": specifier: workspace:^ version: link:../../presets/bigCircles/dist - '@tsparticles/preset-bubbles': + "@tsparticles/preset-bubbles": specifier: workspace:^ version: link:../../presets/bubbles/dist - '@tsparticles/preset-confetti': + "@tsparticles/preset-confetti": specifier: workspace:^ version: link:../../presets/confetti/dist - '@tsparticles/preset-fire': + "@tsparticles/preset-fire": specifier: workspace:^ version: link:../../presets/fire/dist - '@tsparticles/preset-firefly': + "@tsparticles/preset-firefly": specifier: workspace:^ version: link:../../presets/firefly/dist - '@tsparticles/preset-fireworks': + "@tsparticles/preset-fireworks": specifier: workspace:^ version: link:../../presets/fireworks/dist - '@tsparticles/preset-fountain': + "@tsparticles/preset-fountain": specifier: workspace:^ version: link:../../presets/fountain/dist - '@tsparticles/preset-hyperspace': + "@tsparticles/preset-hyperspace": specifier: workspace:^ version: link:../../presets/hyperspace/dist - '@tsparticles/preset-links': + "@tsparticles/preset-links": specifier: workspace:^ version: link:../../presets/links/dist - '@tsparticles/preset-sea-anemone': + "@tsparticles/preset-sea-anemone": specifier: workspace:^ version: link:../../presets/seaAnemone/dist - '@tsparticles/preset-snow': + "@tsparticles/preset-snow": specifier: workspace:^ version: link:../../presets/snow/dist - '@tsparticles/preset-squares': + "@tsparticles/preset-squares": specifier: workspace:^ version: link:../../presets/squares/dist - '@tsparticles/preset-stars': + "@tsparticles/preset-stars": specifier: workspace:^ version: link:../../presets/stars/dist - '@tsparticles/preset-triangles': + "@tsparticles/preset-triangles": specifier: workspace:^ version: link:../../presets/triangles/dist devDependencies: - '@fortawesome/fontawesome-free': + "@fortawesome/fontawesome-free": specifier: ^6.4.2 version: 6.4.2 - '@popperjs/core': + "@popperjs/core": specifier: ^2.11.8 version: 2.11.8 bootstrap: @@ -195,318 +194,347 @@ importers: presets/bigCircles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters-shape-square': + "@tsparticles/plugin-emitters-shape-square": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/bubbles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/confetti: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-motion': + "@tsparticles/plugin-motion": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/shape-square': + "@tsparticles/shape-square": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-roll': + "@tsparticles/updater-roll": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-tilt': + "@tsparticles/updater-tilt": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-wobble': + "@tsparticles/updater-wobble": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/fire: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/interaction-external-push': + "@tsparticles/interaction-external-push": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/firefly: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/interaction-external-trail': + "@tsparticles/interaction-external-trail": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/fireworks: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-sounds': + "@tsparticles/plugin-sounds": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/shape-line': + "@tsparticles/shape-line": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-destroy': + "@tsparticles/updater-destroy": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-stroke-color': + "@tsparticles/updater-stroke-color": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/fountain: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-destroy': + "@tsparticles/updater-destroy": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/hyperspace: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters-shape-square': + "@tsparticles/plugin-emitters-shape-square": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/links: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/interaction-particles-links': + "@tsparticles/interaction-particles-links": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/seaAnemone: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/path-curves': + "@tsparticles/path-curves": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/snow: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-wobble': + "@tsparticles/updater-wobble": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/squares: dependencies: - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/shape-square': + "@tsparticles/shape-square": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-size': + "@tsparticles/updater-size": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/updater-stroke-color': + "@tsparticles/updater-stroke-color": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/stars: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist presets/triangles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 - '@tsparticles/interaction-particles-links': + "@tsparticles/interaction-particles-links": specifier: ^3.0.0-beta.4 version: 3.0.0-beta.4 publishDirectory: dist packages: - /@aashutoshrathi/word-wrap@1.2.6: - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, + } + engines: { node: ">=0.10.0" } dev: false /@adobe/css-tools@4.3.1: - resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==} + resolution: + { + integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, + } dev: true /@ampproject/remapping@2.2.1: - resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, + } + engines: { node: ">=6.0.0" } dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@augment-vir/common@13.5.0: - resolution: {integrity: sha512-kOnAOShZTaOJ8glYyi2K3hfiYV5zQyjpfc4jmHm5lySAFNMpOjKA7pZxpl8n3RCIHAt+nFP64vuxtSI6jSWOZw==} + resolution: + { + integrity: sha512-kOnAOShZTaOJ8glYyi2K3hfiYV5zQyjpfc4jmHm5lySAFNMpOjKA7pZxpl8n3RCIHAt+nFP64vuxtSI6jSWOZw==, + } dependencies: type-fest: 3.13.1 dev: false /@augment-vir/common@21.6.0: - resolution: {integrity: sha512-biUHWaG00UpV5FhwvmsajO9wGevUR2sO19oidYx7GX+YKkp95Y9xbhE2Xnh8Uuy3h2Hdk70hX9+nrCrBGiJdgg==} + resolution: + { + integrity: sha512-biUHWaG00UpV5FhwvmsajO9wGevUR2sO19oidYx7GX+YKkp95Y9xbhE2Xnh8Uuy3h2Hdk70hX9+nrCrBGiJdgg==, + } dependencies: browser-or-node: 2.1.1 type-fest: 4.7.1 dev: false /@babel/code-frame@7.22.10: - resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/highlight': 7.22.10 + "@babel/highlight": 7.22.10 chalk: 2.4.2 dev: false /@babel/code-frame@7.22.13: - resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/highlight': 7.22.20 + "@babel/highlight": 7.22.20 chalk: 2.4.2 dev: false /@babel/compat-data@7.22.9: - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/compat-data@7.23.3: - resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/core@7.23.3: - resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helpers': 7.23.2 - '@babel/parser': 7.23.3 - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + resolution: + { + integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@ampproject/remapping": 2.2.1 + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.23.3 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) + "@babel/helpers": 7.23.2 + "@babel/parser": 7.23.3 + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.3 + "@babel/types": 7.23.3 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -517,90 +545,114 @@ packages: dev: false /@babel/generator@7.23.3: - resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.3 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + resolution: + { + integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/types": 7.23.3 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 jsesc: 2.5.2 dev: false /@babel/helper-annotate-as-pure@7.22.5: - resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.22.11 + "@babel/types": 7.22.11 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.15 + resolution: + { + integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/compat-data": 7.22.9 + "@babel/helper-validator-option": 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 dev: false /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + resolution: + { + integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, + } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0 + dependencies: + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-function-name": 7.22.5 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.22.9(@babel/core@7.23.3) + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 semver: 6.3.1 dev: false /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.23.3): - resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.3): - resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} + resolution: + { + integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.3 @@ -609,1040 +661,1334 @@ packages: dev: false /@babel/helper-environment-visitor@7.22.20: - resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-environment-visitor@7.22.5: - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-function-name@7.22.5: - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.11 + "@babel/template": 7.22.5 + "@babel/types": 7.22.11 dev: false /@babel/helper-function-name@7.23.0: - resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.3 + "@babel/template": 7.22.15 + "@babel/types": 7.23.3 dev: false /@babel/helper-hoist-variables@7.22.5: - resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-member-expression-to-functions@7.23.0: - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-module-imports@7.22.15: - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + "@babel/core": 7.23.3 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-simple-access": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/helper-validator-identifier": 7.22.20 dev: false /@babel/helper-optimise-call-expression@7.22.5: - resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.22.11 + "@babel/types": 7.22.11 dev: false /@babel/helper-plugin-utils@7.22.5: - resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3): - resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-wrap-function": 7.22.20 dev: false /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 dev: false /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.3): - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-environment-visitor": 7.22.5 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 dev: false /@babel/helper-simple-access@7.22.5: - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.22.11 + "@babel/types": 7.22.11 dev: false /@babel/helper-split-export-declaration@7.22.6: - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, + } + engines: { node: ">=6.9.0" } /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-validator-identifier@7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, + } + engines: { node: ">=6.9.0" } /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-wrap-function@7.22.20: - resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-function-name': 7.22.5 - '@babel/template': 7.22.15 - '@babel/types': 7.23.3 + "@babel/helper-function-name": 7.22.5 + "@babel/template": 7.22.15 + "@babel/types": 7.23.3 dev: false /@babel/helpers@7.23.2: - resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + resolution: + { + integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.3 + "@babel/types": 7.23.3 transitivePeerDependencies: - supports-color dev: false /@babel/highlight@7.22.10: - resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-validator-identifier': 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/highlight@7.22.20: - resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-validator-identifier': 7.22.20 + "@babel/helper-validator-identifier": 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/parser@7.22.11: - resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==, + } + engines: { node: ">=6.0.0" } hasBin: true dependencies: - '@babel/types': 7.22.11 + "@babel/types": 7.22.11 dev: false /@babel/parser@7.22.7: - resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==, + } + engines: { node: ">=6.0.0" } hasBin: true dependencies: - '@babel/types': 7.22.5 + "@babel/types": 7.22.5 dev: true /@babel/parser@7.23.3: - resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==, + } + engines: { node: ">=6.0.0" } hasBin: true dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.13.0 + "@babel/core": ^7.13.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) dev: false /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3): - resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + "@babel/core": 7.23.3 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + resolution: + { + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + resolution: + { + integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3): - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + resolution: + { + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + resolution: + { + integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + resolution: + { + integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + resolution: + { + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + resolution: + { + integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + resolution: + { + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + resolution: + { + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + resolution: + { + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + resolution: + { + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + resolution: + { + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): - resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) dev: false /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) dev: false /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.12.0 + "@babel/core": ^7.12.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) dev: false /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) - '@babel/helper-split-export-declaration': 7.22.6 + resolution: + { + integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, + } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) + "@babel/helper-split-export-declaration": 7.22.6 globals: 11.12.0 dev: false /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.15 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/template": 7.22.15 dev: false /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) dev: false /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-simple-access": 7.22.5 dev: false /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 + "@babel/core": 7.23.3 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 dev: false /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3): - resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) dev: false /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.3 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) dev: false /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) dev: false /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) dev: false /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 regenerator-transform: 0.15.2 dev: false /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: false /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.3 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/preset-env@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.3) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.3) + resolution: + { + integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==, + } + engines: { node: ">=6.9.0" } + peerDependencies: + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.3 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.3) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.3) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.3) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.3) + "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-async-generator-functions": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-class-static-block": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-dynamic-import": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-export-namespace-from": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-json-strings": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-logical-assignment-operators": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.3) + "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-nullish-coalescing-operator": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-numeric-separator": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-object-rest-spread": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-optional-catch-binding": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-private-property-in-object": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.3) + "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.3) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.3) babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) @@ -1653,57 +1999,75 @@ packages: dev: false /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3): - resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + resolution: + { + integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.22.11 + "@babel/core": 7.23.3 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/types": 7.22.11 esutils: 2.0.3 dev: false /@babel/regjsgen@0.8.0: - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + resolution: + { + integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, + } dev: false /@babel/runtime@7.22.6: - resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==, + } + engines: { node: ">=6.9.0" } dependencies: regenerator-runtime: 0.13.11 dev: false /@babel/template@7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/code-frame': 7.22.13 - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 + "@babel/code-frame": 7.22.13 + "@babel/parser": 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/template@7.22.5: - resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/code-frame': 7.22.10 - '@babel/parser': 7.22.11 - '@babel/types': 7.22.11 + "@babel/code-frame": 7.22.10 + "@babel/parser": 7.22.11 + "@babel/types": 7.22.11 dev: false /@babel/traverse@7.23.3: - resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 + resolution: + { + integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.23.3 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/parser": 7.23.3 + "@babel/types": 7.23.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1711,42 +2075,54 @@ packages: dev: false /@babel/types@7.22.11: - resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + resolution: + { + integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 to-fast-properties: 2.0.0 dev: false /@babel/types@7.22.5: - resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + resolution: + { + integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 to-fast-properties: 2.0.0 dev: true /@babel/types@7.23.3: - resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 + resolution: + { + integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 to-fast-properties: 2.0.0 dev: false /@commitlint/cli@18.4.2(typescript@5.2.2): - resolution: {integrity: sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==, + } + engines: { node: ">=v18" } hasBin: true dependencies: - '@commitlint/format': 18.4.0 - '@commitlint/lint': 18.4.2 - '@commitlint/load': 18.4.2(typescript@5.2.2) - '@commitlint/read': 18.4.0 - '@commitlint/types': 18.4.0 + "@commitlint/format": 18.4.0 + "@commitlint/lint": 18.4.2 + "@commitlint/load": 18.4.2(typescript@5.2.2) + "@commitlint/read": 18.4.0 + "@commitlint/types": 18.4.0 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -1757,25 +2133,34 @@ packages: dev: false /@commitlint/config-conventional@18.4.2: - resolution: {integrity: sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA==, + } + engines: { node: ">=v18" } dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: false /@commitlint/config-validator@18.4.0: - resolution: {integrity: sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.0 + "@commitlint/types": 18.4.0 ajv: 8.12.0 dev: false /@commitlint/ensure@18.4.0: - resolution: {integrity: sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.0 + "@commitlint/types": 18.4.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -1784,45 +2169,60 @@ packages: dev: false /@commitlint/execute-rule@18.4.0: - resolution: {integrity: sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==, + } + engines: { node: ">=v18" } dev: false /@commitlint/format@18.4.0: - resolution: {integrity: sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.0 + "@commitlint/types": 18.4.0 chalk: 4.1.2 dev: false /@commitlint/is-ignored@18.4.2: - resolution: {integrity: sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.0 + "@commitlint/types": 18.4.0 semver: 7.5.4 dev: false /@commitlint/lint@18.4.2: - resolution: {integrity: sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/is-ignored': 18.4.2 - '@commitlint/parse': 18.4.0 - '@commitlint/rules': 18.4.0 - '@commitlint/types': 18.4.0 + "@commitlint/is-ignored": 18.4.2 + "@commitlint/parse": 18.4.0 + "@commitlint/rules": 18.4.0 + "@commitlint/types": 18.4.0 dev: false /@commitlint/load@18.4.2(typescript@5.2.2): - resolution: {integrity: sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/config-validator': 18.4.0 - '@commitlint/execute-rule': 18.4.0 - '@commitlint/resolve-extends': 18.4.0 - '@commitlint/types': 18.4.0 - '@types/node': 18.18.9 + resolution: + { + integrity: sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/config-validator": 18.4.0 + "@commitlint/execute-rule": 18.4.0 + "@commitlint/resolve-extends": 18.4.0 + "@commitlint/types": 18.4.0 + "@types/node": 18.18.9 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.2.2) cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2) @@ -1835,36 +2235,48 @@ packages: dev: false /@commitlint/message@18.4.0: - resolution: {integrity: sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==, + } + engines: { node: ">=v18" } dev: false /@commitlint/parse@18.4.0: - resolution: {integrity: sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.0 + "@commitlint/types": 18.4.0 conventional-changelog-angular: 6.0.0 conventional-commits-parser: 5.0.0 dev: false /@commitlint/read@18.4.0: - resolution: {integrity: sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/top-level': 18.4.0 - '@commitlint/types': 18.4.0 + resolution: + { + integrity: sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/top-level": 18.4.0 + "@commitlint/types": 18.4.0 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: false /@commitlint/resolve-extends@18.4.0: - resolution: {integrity: sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/config-validator': 18.4.0 - '@commitlint/types': 18.4.0 + resolution: + { + integrity: sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/config-validator": 18.4.0 + "@commitlint/types": 18.4.0 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -1872,43 +2284,61 @@ packages: dev: false /@commitlint/rules@18.4.0: - resolution: {integrity: sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/ensure': 18.4.0 - '@commitlint/message': 18.4.0 - '@commitlint/to-lines': 18.4.0 - '@commitlint/types': 18.4.0 + resolution: + { + integrity: sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/ensure": 18.4.0 + "@commitlint/message": 18.4.0 + "@commitlint/to-lines": 18.4.0 + "@commitlint/types": 18.4.0 execa: 5.1.1 dev: false /@commitlint/to-lines@18.4.0: - resolution: {integrity: sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==, + } + engines: { node: ">=v18" } dev: false /@commitlint/top-level@18.4.0: - resolution: {integrity: sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==, + } + engines: { node: ">=v18" } dependencies: find-up: 5.0.0 dev: false /@commitlint/types@18.4.0: - resolution: {integrity: sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==, + } + engines: { node: ">=v18" } dependencies: chalk: 4.1.2 dev: false /@discoveryjs/json-ext@0.5.7: - resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} - engines: {node: '>=10.0.0'} + resolution: + { + integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, + } + engines: { node: ">=10.0.0" } dev: false /@es-joy/jsdoccomment@0.41.0: - resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==, + } + engines: { node: ">=16" } dependencies: comment-parser: 1.4.1 esquery: 1.5.0 @@ -1916,8 +2346,11 @@ packages: dev: false /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: @@ -1926,13 +2359,19 @@ packages: dev: false /@eslint-community/regexpp@4.6.2: - resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + resolution: + { + integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==, + } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } dev: false /@eslint/eslintrc@2.1.3: - resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -1948,21 +2387,30 @@ packages: dev: false /@eslint/js@8.53.0: - resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: false /@fortawesome/fontawesome-free@6.4.2: - resolution: {integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==, + } + engines: { node: ">=6" } requiresBuild: true dev: true /@humanwhocodes/config-array@0.11.13: - resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} - engines: {node: '>=10.10.0'} + resolution: + { + integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, + } + engines: { node: ">=10.10.0" } dependencies: - '@humanwhocodes/object-schema': 2.0.1 + "@humanwhocodes/object-schema": 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -1970,22 +2418,34 @@ packages: dev: false /@humanwhocodes/module-importer@1.0.1: - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} + resolution: + { + integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, + } + engines: { node: ">=12.22" } dev: false /@humanwhocodes/object-schema@2.0.1: - resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + resolution: + { + integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, + } dev: false /@hutson/parse-repository-url@3.0.2: - resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, + } + engines: { node: ">=6.9.0" } dev: false /@isaacs/cliui@8.0.2: - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, + } + engines: { node: ">=12" } dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 @@ -1996,56 +2456,83 @@ packages: dev: false /@jest/schemas@29.6.0: - resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - '@sinclair/typebox': 0.27.8 + "@sinclair/typebox": 0.27.8 dev: false /@jridgewell/gen-mapping@0.3.3: - resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, + } + engines: { node: ">=6.0.0" } dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/set-array": 1.1.2 + "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@jridgewell/resolve-uri@3.1.0: - resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, + } + engines: { node: ">=6.0.0" } dev: false /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, + } + engines: { node: ">=6.0.0" } dev: false /@jridgewell/source-map@0.3.5: - resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} + resolution: + { + integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==, + } dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@jridgewell/sourcemap-codec@1.4.14: - resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + resolution: + { + integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, + } dev: false /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + resolution: + { + integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, + } dev: false /@jridgewell/trace-mapping@0.3.18: - resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + resolution: + { + integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, + } dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + "@jridgewell/resolve-uri": 3.1.0 + "@jridgewell/sourcemap-codec": 1.4.14 dev: false /@lerna/child-process@7.4.2: - resolution: {integrity: sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==} - engines: {node: '>=16.0.0'} + resolution: + { + integrity: sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==, + } + engines: { node: ">=16.0.0" } dependencies: chalk: 4.1.2 execa: 5.1.1 @@ -2053,14 +2540,17 @@ packages: dev: false /@lerna/create@7.4.2: - resolution: {integrity: sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==} - engines: {node: '>=16.0.0'} - dependencies: - '@lerna/child-process': 7.4.2 - '@npmcli/run-script': 6.0.2 - '@nx/devkit': 16.6.0(nx@16.6.0) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11 + resolution: + { + integrity: sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==, + } + engines: { node: ">=16.0.0" } + dependencies: + "@lerna/child-process": 7.4.2 + "@npmcli/run-script": 6.0.2 + "@nx/devkit": 16.6.0(nx@16.6.0) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -2122,8 +2612,8 @@ packages: yargs: 16.2.0 yargs-parser: 20.2.4 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - bluebird - debug - encoding @@ -2131,51 +2621,72 @@ packages: dev: false /@microsoft/tsdoc-config@0.16.2: - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + resolution: + { + integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==, + } dependencies: - '@microsoft/tsdoc': 0.14.2 + "@microsoft/tsdoc": 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: false /@microsoft/tsdoc@0.14.2: - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + resolution: + { + integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==, + } dev: false /@nodelib/fs.scandir@2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, + } + engines: { node: ">= 8" } dependencies: - '@nodelib/fs.stat': 2.0.5 + "@nodelib/fs.stat": 2.0.5 run-parallel: 1.2.0 dev: false /@nodelib/fs.stat@2.0.5: - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, + } + engines: { node: ">= 8" } dev: false /@nodelib/fs.walk@1.2.8: - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, + } + engines: { node: ">= 8" } dependencies: - '@nodelib/fs.scandir': 2.1.5 + "@nodelib/fs.scandir": 2.1.5 fastq: 1.15.0 dev: false /@npmcli/fs@3.1.0: - resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: semver: 7.5.4 dev: false /@npmcli/git@4.1.0: - resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@npmcli/promise-spawn': 6.0.2 + "@npmcli/promise-spawn": 6.0.2 lru-cache: 7.18.3 npm-pick-manifest: 8.0.2 proc-log: 3.0.0 @@ -2188,8 +2699,11 @@ packages: dev: false /@npmcli/installed-package-contents@2.0.2: - resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: npm-bundled: 3.0.0 @@ -2197,23 +2711,32 @@ packages: dev: false /@npmcli/node-gyp@3.0.0: - resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@npmcli/promise-spawn@6.0.2: - resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: which: 3.0.1 dev: false /@npmcli/run-script@6.0.2: - resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - '@npmcli/node-gyp': 3.0.0 - '@npmcli/promise-spawn': 6.0.2 + resolution: + { + integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + dependencies: + "@npmcli/node-gyp": 3.0.0 + "@npmcli/promise-spawn": 6.0.2 node-gyp: 9.4.0 read-package-json-fast: 3.0.2 which: 3.0.1 @@ -2222,31 +2745,40 @@ packages: dev: false /@nrwl/devkit@16.6.0(nx@16.6.0): - resolution: {integrity: sha512-xZEN6wfA1uJwv+FVRQFOHsCcpvGvIYGx2zutbzungDodWkfzlJ3tzIGqYjIpPCBVT83erM6Gscnka2W46AuKfA==} + resolution: + { + integrity: sha512-xZEN6wfA1uJwv+FVRQFOHsCcpvGvIYGx2zutbzungDodWkfzlJ3tzIGqYjIpPCBVT83erM6Gscnka2W46AuKfA==, + } dependencies: - '@nx/devkit': 16.6.0(nx@16.6.0) + "@nx/devkit": 16.6.0(nx@16.6.0) transitivePeerDependencies: - nx dev: false /@nrwl/tao@16.6.0: - resolution: {integrity: sha512-NQkDhmzlR1wMuYzzpl4XrKTYgyIzELdJ+dVrNKf4+p4z5WwKGucgRBj60xMQ3kdV25IX95/fmMDB8qVp/pNQ0Q==} + resolution: + { + integrity: sha512-NQkDhmzlR1wMuYzzpl4XrKTYgyIzELdJ+dVrNKf4+p4z5WwKGucgRBj60xMQ3kdV25IX95/fmMDB8qVp/pNQ0Q==, + } hasBin: true dependencies: nx: 16.6.0 tslib: 2.6.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug dev: false /@nx/devkit@16.6.0(nx@16.6.0): - resolution: {integrity: sha512-rhJ0y+MSPHDuoZPxsOYdj/n5ks+gK74TIMgTb8eZgPT/uR86a4oxf62wUQXgECedR5HzLE2HunbnoLhhJXmpJw==} + resolution: + { + integrity: sha512-rhJ0y+MSPHDuoZPxsOYdj/n5ks+gK74TIMgTb8eZgPT/uR86a4oxf62wUQXgECedR5HzLE2HunbnoLhhJXmpJw==, + } peerDependencies: - nx: '>= 15 <= 17' + nx: ">= 15 <= 17" dependencies: - '@nrwl/devkit': 16.6.0(nx@16.6.0) + "@nrwl/devkit": 16.6.0(nx@16.6.0) ejs: 3.1.9 ignore: 5.2.4 nx: 16.6.0 @@ -2256,8 +2788,11 @@ packages: dev: false /@nx/nx-darwin-arm64@16.6.0: - resolution: {integrity: sha512-8nJuqcWG/Ob39rebgPLpv2h/V46b9Rqqm/AGH+bYV9fNJpxgMXclyincbMIWvfYN2tW+Vb9DusiTxV6RPrLapA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-8nJuqcWG/Ob39rebgPLpv2h/V46b9Rqqm/AGH+bYV9fNJpxgMXclyincbMIWvfYN2tW+Vb9DusiTxV6RPrLapA==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [darwin] requiresBuild: true @@ -2265,8 +2800,11 @@ packages: optional: true /@nx/nx-darwin-x64@16.6.0: - resolution: {integrity: sha512-T4DV0/2PkPZjzjmsmQEyjPDNBEKc4Rhf7mbIZlsHXj27BPoeNjEcbjtXKuOZHZDIpGFYECGT/sAF6C2NVYgmxw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-T4DV0/2PkPZjzjmsmQEyjPDNBEKc4Rhf7mbIZlsHXj27BPoeNjEcbjtXKuOZHZDIpGFYECGT/sAF6C2NVYgmxw==, + } + engines: { node: ">= 10" } cpu: [x64] os: [darwin] requiresBuild: true @@ -2274,8 +2812,11 @@ packages: optional: true /@nx/nx-freebsd-x64@16.6.0: - resolution: {integrity: sha512-Ck/yejYgp65dH9pbExKN/X0m22+xS3rWF1DBr2LkP6j1zJaweRc3dT83BWgt5mCjmcmZVk3J8N01AxULAzUAqA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-Ck/yejYgp65dH9pbExKN/X0m22+xS3rWF1DBr2LkP6j1zJaweRc3dT83BWgt5mCjmcmZVk3J8N01AxULAzUAqA==, + } + engines: { node: ">= 10" } cpu: [x64] os: [freebsd] requiresBuild: true @@ -2283,8 +2824,11 @@ packages: optional: true /@nx/nx-linux-arm-gnueabihf@16.6.0: - resolution: {integrity: sha512-eyk/R1mBQ3X0PCSS+Cck3onvr3wmZVmM/+x0x9Ai02Vm6q9Eq6oZ1YtZGQsklNIyw1vk2WV9rJCStfu9mLecEw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-eyk/R1mBQ3X0PCSS+Cck3onvr3wmZVmM/+x0x9Ai02Vm6q9Eq6oZ1YtZGQsklNIyw1vk2WV9rJCStfu9mLecEw==, + } + engines: { node: ">= 10" } cpu: [arm] os: [linux] requiresBuild: true @@ -2292,8 +2836,11 @@ packages: optional: true /@nx/nx-linux-arm64-gnu@16.6.0: - resolution: {integrity: sha512-S0qFFdQFDmBIEZqBAJl4K47V3YuMvDvthbYE0enXrXApWgDApmhtxINXSOjSus7DNq9kMrgtSDGkBmoBot61iw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-S0qFFdQFDmBIEZqBAJl4K47V3YuMvDvthbYE0enXrXApWgDApmhtxINXSOjSus7DNq9kMrgtSDGkBmoBot61iw==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] requiresBuild: true @@ -2301,8 +2848,11 @@ packages: optional: true /@nx/nx-linux-arm64-musl@16.6.0: - resolution: {integrity: sha512-TXWY5VYtg2wX/LWxyrUkDVpqCyJHF7fWoVMUSlFe+XQnk9wp/yIbq2s0k3h8I4biYb6AgtcVqbR4ID86lSNuMA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-TXWY5VYtg2wX/LWxyrUkDVpqCyJHF7fWoVMUSlFe+XQnk9wp/yIbq2s0k3h8I4biYb6AgtcVqbR4ID86lSNuMA==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] requiresBuild: true @@ -2310,8 +2860,11 @@ packages: optional: true /@nx/nx-linux-x64-gnu@16.6.0: - resolution: {integrity: sha512-qQIpSVN8Ij4oOJ5v+U+YztWJ3YQkeCIevr4RdCE9rDilfq9RmBD94L4VDm7NRzYBuQL8uQxqWzGqb7ZW4mfHpw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-qQIpSVN8Ij4oOJ5v+U+YztWJ3YQkeCIevr4RdCE9rDilfq9RmBD94L4VDm7NRzYBuQL8uQxqWzGqb7ZW4mfHpw==, + } + engines: { node: ">= 10" } cpu: [x64] os: [linux] requiresBuild: true @@ -2319,8 +2872,11 @@ packages: optional: true /@nx/nx-linux-x64-musl@16.6.0: - resolution: {integrity: sha512-EYOHe11lfVfEfZqSAIa1c39mx2Obr4mqd36dBZx+0UKhjrcmWiOdsIVYMQSb3n0TqB33BprjI4p9ZcFSDuoNbA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-EYOHe11lfVfEfZqSAIa1c39mx2Obr4mqd36dBZx+0UKhjrcmWiOdsIVYMQSb3n0TqB33BprjI4p9ZcFSDuoNbA==, + } + engines: { node: ">= 10" } cpu: [x64] os: [linux] requiresBuild: true @@ -2328,8 +2884,11 @@ packages: optional: true /@nx/nx-win32-arm64-msvc@16.6.0: - resolution: {integrity: sha512-f1BmuirOrsAGh5+h/utkAWNuqgohvBoekQgMxYcyJxSkFN+pxNG1U68P59Cidn0h9mkyonxGVCBvWwJa3svVFA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-f1BmuirOrsAGh5+h/utkAWNuqgohvBoekQgMxYcyJxSkFN+pxNG1U68P59Cidn0h9mkyonxGVCBvWwJa3svVFA==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [win32] requiresBuild: true @@ -2337,8 +2896,11 @@ packages: optional: true /@nx/nx-win32-x64-msvc@16.6.0: - resolution: {integrity: sha512-UmTTjFLpv4poVZE3RdUHianU8/O9zZYBiAnTRq5spwSDwxJHnLTZBUxFFf3ztCxeHOUIfSyW9utpGfCMCptzvQ==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-UmTTjFLpv4poVZE3RdUHianU8/O9zZYBiAnTRq5spwSDwxJHnLTZBUxFFf3ztCxeHOUIfSyW9utpGfCMCptzvQ==, + } + engines: { node: ">= 10" } cpu: [x64] os: [win32] requiresBuild: true @@ -2346,19 +2908,25 @@ packages: optional: true /@octokit/auth-token@3.0.4: - resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, + } + engines: { node: ">= 14" } dev: false /@octokit/core@4.2.4: - resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} - engines: {node: '>= 14'} - dependencies: - '@octokit/auth-token': 3.0.4 - '@octokit/graphql': 5.0.6 - '@octokit/request': 6.2.8 - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/auth-token": 3.0.4 + "@octokit/graphql": 5.0.6 + "@octokit/request": 6.2.8 + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: @@ -2366,78 +2934,105 @@ packages: dev: false /@octokit/endpoint@7.0.6: - resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, + } + engines: { node: ">= 14" } dependencies: - '@octokit/types': 9.3.2 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: false /@octokit/graphql@5.0.6: - resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/request': 6.2.8 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/request": 6.2.8 + "@octokit/types": 9.3.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: false /@octokit/openapi-types@18.0.0: - resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} + resolution: + { + integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, + } dev: false /@octokit/plugin-enterprise-rest@6.0.1: - resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} + resolution: + { + integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==, + } dev: false /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): - resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==, + } + engines: { node: ">= 14" } peerDependencies: - '@octokit/core': '>=4' + "@octokit/core": ">=4" dependencies: - '@octokit/core': 4.2.4 - '@octokit/tsconfig': 1.0.2 - '@octokit/types': 9.3.2 + "@octokit/core": 4.2.4 + "@octokit/tsconfig": 1.0.2 + "@octokit/types": 9.3.2 dev: false /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): - resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} + resolution: + { + integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==, + } peerDependencies: - '@octokit/core': '>=3' + "@octokit/core": ">=3" dependencies: - '@octokit/core': 4.2.4 + "@octokit/core": 4.2.4 dev: false /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): - resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==, + } + engines: { node: ">= 14" } peerDependencies: - '@octokit/core': '>=3' + "@octokit/core": ">=3" dependencies: - '@octokit/core': 4.2.4 - '@octokit/types': 10.0.0 + "@octokit/core": 4.2.4 + "@octokit/types": 10.0.0 dev: false /@octokit/request-error@3.0.3: - resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==, + } + engines: { node: ">= 14" } dependencies: - '@octokit/types': 9.3.2 + "@octokit/types": 9.3.2 deprecation: 2.3.1 once: 1.4.0 dev: false /@octokit/request@6.2.8: - resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/endpoint': 7.0.6 - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/endpoint": 7.0.6 + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 node-fetch: 2.6.7 universal-user-agent: 6.0.0 @@ -2446,36 +3041,51 @@ packages: dev: false /@octokit/rest@19.0.11: - resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/core': 4.2.4 - '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4) - '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4) - '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4) + resolution: + { + integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/core": 4.2.4 + "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4) + "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4) + "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4) transitivePeerDependencies: - encoding dev: false /@octokit/tsconfig@1.0.2: - resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} + resolution: + { + integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, + } dev: false /@octokit/types@10.0.0: - resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} + resolution: + { + integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, + } dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/openapi-types": 18.0.0 dev: false /@octokit/types@9.3.2: - resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} + resolution: + { + integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, + } dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/openapi-types": 18.0.0 dev: false /@parcel/watcher@2.0.4: - resolution: {integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==} - engines: {node: '>= 10.0.0'} + resolution: + { + integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==, + } + engines: { node: ">= 10.0.0" } requiresBuild: true dependencies: node-addon-api: 3.2.1 @@ -2483,77 +3093,110 @@ packages: dev: false /@pkgjs/parseargs@0.11.0: - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, + } + engines: { node: ">=14" } requiresBuild: true dev: false optional: true /@polka/url@1.0.0-next.21: - resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} + resolution: + { + integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, + } dev: false /@popperjs/core@2.11.8: - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + resolution: + { + integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, + } dev: true /@sigstore/bundle@1.0.0: - resolution: {integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@sigstore/protobuf-specs': 0.2.0 + "@sigstore/protobuf-specs": 0.2.0 dev: false /@sigstore/protobuf-specs@0.2.0: - resolution: {integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@sigstore/tuf@1.0.3: - resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@sigstore/protobuf-specs': 0.2.0 + "@sigstore/protobuf-specs": 0.2.0 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color dev: false /@sinclair/typebox@0.27.8: - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + resolution: + { + integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, + } dev: false /@sphinxxxx/color-conversion@2.2.2: - resolution: {integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==} + resolution: + { + integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==, + } dev: true /@tootallnate/once@2.0.0: - resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, + } + engines: { node: ">= 10" } dev: false /@tsparticles/basic@3.0.0-beta.4: - resolution: {integrity: sha512-AmiuFIkDvihsKarEQ1SzyZcZ32PAa1cXc3VM+5f16IZRX81sy2bGI8pXbQ/VyY/PY96lX8updqXR1+WK36w38Q==} + resolution: + { + integrity: sha512-AmiuFIkDvihsKarEQ1SzyZcZ32PAa1cXc3VM+5f16IZRX81sy2bGI8pXbQ/VyY/PY96lX8updqXR1+WK36w38Q==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 - '@tsparticles/move-base': 3.0.0-beta.4 - '@tsparticles/shape-circle': 3.0.0-beta.4 - '@tsparticles/updater-color': 3.0.0-beta.4 - '@tsparticles/updater-opacity': 3.0.0-beta.4 - '@tsparticles/updater-out-modes': 3.0.0-beta.4 - '@tsparticles/updater-size': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 + "@tsparticles/move-base": 3.0.0-beta.4 + "@tsparticles/shape-circle": 3.0.0-beta.4 + "@tsparticles/updater-color": 3.0.0-beta.4 + "@tsparticles/updater-opacity": 3.0.0-beta.4 + "@tsparticles/updater-out-modes": 3.0.0-beta.4 + "@tsparticles/updater-size": 3.0.0-beta.4 dev: false /@tsparticles/cli@2.0.0-beta.10(webpack-cli@5.1.4): - resolution: {integrity: sha512-GdEN4iRgzYQKjhPCMXuYcUCP0LjKXThU8oA53rG1nQlvHraeN8yZQ89sw92ZqtKctr6bjw0/zLLOMkHqtjIvPg==} + resolution: + { + integrity: sha512-GdEN4iRgzYQKjhPCMXuYcUCP0LjKXThU8oA53rG1nQlvHraeN8yZQ89sw92ZqtKctr6bjw0/zLLOMkHqtjIvPg==, + } hasBin: true dependencies: - '@tsparticles/eslint-config': 2.0.0-beta.7 - '@tsparticles/prettier-config': 2.0.0-beta.4 - '@tsparticles/tsconfig': 2.0.0-beta.1 - '@tsparticles/webpack-plugin': 2.0.0-beta.12 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@tsparticles/eslint-config": 2.0.0-beta.7 + "@tsparticles/prettier-config": 2.0.0-beta.4 + "@tsparticles/tsconfig": 2.0.0-beta.1 + "@tsparticles/webpack-plugin": 2.0.0-beta.12 + "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) commander: 11.0.0 eslint: 8.53.0 eslint-config-prettier: 9.0.0(eslint@8.53.0) @@ -2569,8 +3212,8 @@ packages: typescript: 5.2.2 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - '@swc/core' - - '@webpack-cli/generators' + - "@swc/core" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -2583,16 +3226,22 @@ packages: dev: false /@tsparticles/engine@3.0.0-beta.4: - resolution: {integrity: sha512-2PfpNBHwow9cKs2i2Oyd4Jpiv6x1GEADwjByWySmQCOqVyzp5BZLFdICZfIjm+8QIvZEMvsrWzmgUKpoohDkyQ==} + resolution: + { + integrity: sha512-2PfpNBHwow9cKs2i2Oyd4Jpiv6x1GEADwjByWySmQCOqVyzp5BZLFdICZfIjm+8QIvZEMvsrWzmgUKpoohDkyQ==, + } requiresBuild: true dev: false /@tsparticles/eslint-config@2.0.0-beta.7: - resolution: {integrity: sha512-AdTypYgw8QH8RDbStPVFMzzmYPIbTa2ErvLxhIQV8EE0rUhOIaRABDL6azgnFJ0vPM/N9JhqdqyT9Jr6hboh+Q==} - dependencies: - '@tsparticles/prettier-config': 2.0.0-beta.4 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + resolution: + { + integrity: sha512-AdTypYgw8QH8RDbStPVFMzzmYPIbTa2ErvLxhIQV8EE0rUhOIaRABDL6azgnFJ0vPM/N9JhqdqyT9Jr6hboh+Q==, + } + dependencies: + "@tsparticles/prettier-config": 2.0.0-beta.4 + "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) eslint: 8.53.0 eslint-config-prettier: 9.0.0(eslint@8.53.0) eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0) @@ -2607,169 +3256,247 @@ packages: dev: false /@tsparticles/interaction-external-push@3.0.0-beta.4: - resolution: {integrity: sha512-L2Zi3bQ3yXuueDT0/RKxvvv6oKKzRL4v8xN0IjjeOQXQKTPaTgWZMI4Cyi43AmQORroeMpVfKgHU3AF1NwDbAw==} + resolution: + { + integrity: sha512-L2Zi3bQ3yXuueDT0/RKxvvv6oKKzRL4v8xN0IjjeOQXQKTPaTgWZMI4Cyi43AmQORroeMpVfKgHU3AF1NwDbAw==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/interaction-external-trail@3.0.0-beta.4: - resolution: {integrity: sha512-pVapWy3puER+h045kkEUYblgFZIx73KOECesK7EAF9zM4Fp3B68gCnk+BTeL62ftuoE8cmuU/v/20HLZrGvjPQ==} + resolution: + { + integrity: sha512-pVapWy3puER+h045kkEUYblgFZIx73KOECesK7EAF9zM4Fp3B68gCnk+BTeL62ftuoE8cmuU/v/20HLZrGvjPQ==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/interaction-particles-links@3.0.0-beta.4: - resolution: {integrity: sha512-gh31vipDpcBIuxuYFeRfG5savAchnWJaKzmPvFSYKs7+mzwwcFdnFLI03wcxPVlcPMHFv/JlNFAV9Ep/yg8iqQ==} + resolution: + { + integrity: sha512-gh31vipDpcBIuxuYFeRfG5savAchnWJaKzmPvFSYKs7+mzwwcFdnFLI03wcxPVlcPMHFv/JlNFAV9Ep/yg8iqQ==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/move-base@3.0.0-beta.4: - resolution: {integrity: sha512-gcIaU06qM9Gc6Db82VJRZ/6gFEgkyi+yJFCCNOc7ajpq5uZ7lDnvLRFjPx3As44qha0wPRsz1PHcyRXs/6lUcA==} + resolution: + { + integrity: sha512-gcIaU06qM9Gc6Db82VJRZ/6gFEgkyi+yJFCCNOc7ajpq5uZ7lDnvLRFjPx3As44qha0wPRsz1PHcyRXs/6lUcA==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/path-curves@3.0.0-beta.4: - resolution: {integrity: sha512-jfzImPMFjZa0Vx3F0UrMymH8UQhHvYUhJBMglEvUwXUvK6IMrbdOf9RBYhvybhIOaq5u/6EIB8wDgDQeCWqY8g==} + resolution: + { + integrity: sha512-jfzImPMFjZa0Vx3F0UrMymH8UQhHvYUhJBMglEvUwXUvK6IMrbdOf9RBYhvybhIOaq5u/6EIB8wDgDQeCWqY8g==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/plugin-emitters-shape-square@3.0.0-beta.4: - resolution: {integrity: sha512-bRR+PN3KBYqfpM5dkLwDOPyxEA5/LBj0ONgj5JgvSmhzOzp3UOgvTXgTEX2zFvIo+YJg5wd30nqkejcLVU8xfA==} + resolution: + { + integrity: sha512-bRR+PN3KBYqfpM5dkLwDOPyxEA5/LBj0ONgj5JgvSmhzOzp3UOgvTXgTEX2zFvIo+YJg5wd30nqkejcLVU8xfA==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 - '@tsparticles/plugin-emitters': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 + "@tsparticles/plugin-emitters": 3.0.0-beta.4 dev: false /@tsparticles/plugin-emitters@3.0.0-beta.4: - resolution: {integrity: sha512-RbkXWu68pM2BQp0Ftv/oq+oMjjeODVVjvUw+PXPPQtupU/2ijARfnjqFfnPgZfo9l101y8MIRH62T95I4cSaIg==} + resolution: + { + integrity: sha512-RbkXWu68pM2BQp0Ftv/oq+oMjjeODVVjvUw+PXPPQtupU/2ijARfnjqFfnPgZfo9l101y8MIRH62T95I4cSaIg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/plugin-motion@3.0.0-beta.4: - resolution: {integrity: sha512-7qQcxCvxZyjiLc7rHY5WygGhV27fP8XMdC99YD8WZ9KPCwaY4VJSy6HvUuB6AO2A241pQaNSyh09Q6wJ7gJElA==} + resolution: + { + integrity: sha512-7qQcxCvxZyjiLc7rHY5WygGhV27fP8XMdC99YD8WZ9KPCwaY4VJSy6HvUuB6AO2A241pQaNSyh09Q6wJ7gJElA==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/plugin-sounds@3.0.0-beta.4: - resolution: {integrity: sha512-nAQGRhUfMToLjoTGKeVzUZpec9KyP6RVVHpGwdN8vSmQuayRNxYNqyWJLQtLl0VaFnEpbVK1WXB0CHQ44roK7Q==} + resolution: + { + integrity: sha512-nAQGRhUfMToLjoTGKeVzUZpec9KyP6RVVHpGwdN8vSmQuayRNxYNqyWJLQtLl0VaFnEpbVK1WXB0CHQ44roK7Q==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/prettier-config@2.0.0-beta.4: - resolution: {integrity: sha512-lnKJF808EudW0coLqi4TyatShqZspZqnUuAa7gMzksuy+SyHXAZ5SD+to1CZDg2eM8EC1YJqLhwKsTAcrk0ZTA==} + resolution: + { + integrity: sha512-lnKJF808EudW0coLqi4TyatShqZspZqnUuAa7gMzksuy+SyHXAZ5SD+to1CZDg2eM8EC1YJqLhwKsTAcrk0ZTA==, + } dependencies: prettier: 3.1.0 prettier-plugin-multiline-arrays: 3.0.0(prettier@3.1.0) dev: false /@tsparticles/shape-circle@3.0.0-beta.4: - resolution: {integrity: sha512-87OC6KSYtL1E5JVSMVZ6Gdcb4bom+BjbsS07yKbx8BU8XghUq09nL8eHPPMqBdXooiQjNHkDr9350jc9myuPMg==} + resolution: + { + integrity: sha512-87OC6KSYtL1E5JVSMVZ6Gdcb4bom+BjbsS07yKbx8BU8XghUq09nL8eHPPMqBdXooiQjNHkDr9350jc9myuPMg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/shape-line@3.0.0-beta.4: - resolution: {integrity: sha512-5MSHW/A4Fv6C3WRxa33IdpIxxaZPhLO4jse+GC9JWnaDxmDge/SVKhIxoRiBaGlKtI2L9HB0B4xM9/QHy3dwGw==} + resolution: + { + integrity: sha512-5MSHW/A4Fv6C3WRxa33IdpIxxaZPhLO4jse+GC9JWnaDxmDge/SVKhIxoRiBaGlKtI2L9HB0B4xM9/QHy3dwGw==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/shape-square@3.0.0-beta.4: - resolution: {integrity: sha512-EYCHnYRADVTUGdtjSugfWfOS2nT860NtpHTRKyMwyQdJLP6Zwe99b0wGifeyOIuJleAh7MZKM8UcTbimorEsnA==} + resolution: + { + integrity: sha512-EYCHnYRADVTUGdtjSugfWfOS2nT860NtpHTRKyMwyQdJLP6Zwe99b0wGifeyOIuJleAh7MZKM8UcTbimorEsnA==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/tsconfig@2.0.0-beta.1: - resolution: {integrity: sha512-KkSIPXKBibHFywdsea8gUYBtn0MA7bK4h/ujxBfYTq8a3a1H05eKRXEVl+0uACFxXZE1Mm6sroM7Jry2exh6dA==} + resolution: + { + integrity: sha512-KkSIPXKBibHFywdsea8gUYBtn0MA7bK4h/ujxBfYTq8a3a1H05eKRXEVl+0uACFxXZE1Mm6sroM7Jry2exh6dA==, + } dependencies: typescript: 5.2.2 dev: false /@tsparticles/updater-color@3.0.0-beta.4: - resolution: {integrity: sha512-WF991L3zgg8ibIRcx3KJSSC6SGBds7i5xeuiOre6dRysDr4/dXhAJ65n0nqzzb7+p/xkJCHM9jEOYCqzGtaNYg==} + resolution: + { + integrity: sha512-WF991L3zgg8ibIRcx3KJSSC6SGBds7i5xeuiOre6dRysDr4/dXhAJ65n0nqzzb7+p/xkJCHM9jEOYCqzGtaNYg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-destroy@3.0.0-beta.4: - resolution: {integrity: sha512-H1w2gcoXu1Q83um6sG71QVrRN6LN8DE2AGeqgYpY8S35050xP22wBk/u9DUHSjPhDc02IOBeRyg54lj0SpGPSg==} + resolution: + { + integrity: sha512-H1w2gcoXu1Q83um6sG71QVrRN6LN8DE2AGeqgYpY8S35050xP22wBk/u9DUHSjPhDc02IOBeRyg54lj0SpGPSg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-life@3.0.0-beta.4: - resolution: {integrity: sha512-q6ZgwXIq8/Op5xIs1UiUxAApHBiDh+QQgaSIjvmkH1iGxDFUKhcyyJRmHcbcCWNEvy2WeQn1hlmkvh5Vznv7Yg==} + resolution: + { + integrity: sha512-q6ZgwXIq8/Op5xIs1UiUxAApHBiDh+QQgaSIjvmkH1iGxDFUKhcyyJRmHcbcCWNEvy2WeQn1hlmkvh5Vznv7Yg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-opacity@3.0.0-beta.4: - resolution: {integrity: sha512-duex9bLHx9jZDaW1ofTWJ/7/gtFk/X8uBD4xe05S4MEGYLbhXwcQHpWgmHXSRUErgLrbxzoejKjopIODuQ0YfQ==} + resolution: + { + integrity: sha512-duex9bLHx9jZDaW1ofTWJ/7/gtFk/X8uBD4xe05S4MEGYLbhXwcQHpWgmHXSRUErgLrbxzoejKjopIODuQ0YfQ==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-out-modes@3.0.0-beta.4: - resolution: {integrity: sha512-Rwx0XrPUHS/rajkH9rPTjeMBlYHuU4X/wN2c4mleR5R8TMHTf8DomqC687rqtdpdENMuDr3R87z8vWgx6FFfTQ==} + resolution: + { + integrity: sha512-Rwx0XrPUHS/rajkH9rPTjeMBlYHuU4X/wN2c4mleR5R8TMHTf8DomqC687rqtdpdENMuDr3R87z8vWgx6FFfTQ==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-roll@3.0.0-beta.4: - resolution: {integrity: sha512-42CttQedWZt1rwv/9Nh31jTAYxce622ERF+c3bw6mxj1DESX1dTJWsdN9KdcFYe3aAY9OPv9UnQjMmI7Lb7ZUg==} + resolution: + { + integrity: sha512-42CttQedWZt1rwv/9Nh31jTAYxce622ERF+c3bw6mxj1DESX1dTJWsdN9KdcFYe3aAY9OPv9UnQjMmI7Lb7ZUg==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-rotate@3.0.0-beta.4: - resolution: {integrity: sha512-x1QE2EedXI32sUWyUehFJFzIWkJoFAYXGAaaWZt4UZG4OZtDWdsPmIf9b8w+tw16xQCsd1XZFAMfg+v59EFh8Q==} + resolution: + { + integrity: sha512-x1QE2EedXI32sUWyUehFJFzIWkJoFAYXGAaaWZt4UZG4OZtDWdsPmIf9b8w+tw16xQCsd1XZFAMfg+v59EFh8Q==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-size@3.0.0-beta.4: - resolution: {integrity: sha512-Bt2byJf0gmcDWqk2WshPvi0pQWxmYWz6tHYrbYiBGWPzLLiduaITK1D1q9XF7tYen3MyzewK3ZrzbO5JA4QL0A==} + resolution: + { + integrity: sha512-Bt2byJf0gmcDWqk2WshPvi0pQWxmYWz6tHYrbYiBGWPzLLiduaITK1D1q9XF7tYen3MyzewK3ZrzbO5JA4QL0A==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-stroke-color@3.0.0-beta.4: - resolution: {integrity: sha512-naZDDheRhaA2tjee2KN3as2Tdkad3LzFTrVzb+oPXmwTX0fdQQvsYsBbn3o67RAfMTWT4DSaQbQA76PKmiIscQ==} + resolution: + { + integrity: sha512-naZDDheRhaA2tjee2KN3as2Tdkad3LzFTrVzb+oPXmwTX0fdQQvsYsBbn3o67RAfMTWT4DSaQbQA76PKmiIscQ==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-tilt@3.0.0-beta.4: - resolution: {integrity: sha512-wmoPYDkBq5Bd1BdaoO/x/d4lQfPdv8Uao+nJmrbQxenWbwuTYH6axmq+UDr1GqWutPfRcwkOieUhXCy4/2pjfA==} + resolution: + { + integrity: sha512-wmoPYDkBq5Bd1BdaoO/x/d4lQfPdv8Uao+nJmrbQxenWbwuTYH6axmq+UDr1GqWutPfRcwkOieUhXCy4/2pjfA==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/updater-wobble@3.0.0-beta.4: - resolution: {integrity: sha512-sY5xQ8btfjxl3KIjqdMsh5i7semdsqWsq6AxrcLkAyFZl6dznB6KZotR+1JSnFCalUfu2MxqHZTMOjm2yIEw9g==} + resolution: + { + integrity: sha512-sY5xQ8btfjxl3KIjqdMsh5i7semdsqWsq6AxrcLkAyFZl6dznB6KZotR+1JSnFCalUfu2MxqHZTMOjm2yIEw9g==, + } dependencies: - '@tsparticles/engine': 3.0.0-beta.4 + "@tsparticles/engine": 3.0.0-beta.4 dev: false /@tsparticles/webpack-plugin@2.0.0-beta.12: - resolution: {integrity: sha512-A33cnrjYc4kpaZ51R+YA9342aQs1brcIcKM/FbZFxNrAtT2fQPXdfNrxYI/+uNLT4Xazx6TR/lI2VLH8TJ808Q==} - dependencies: - '@babel/core': 7.23.3 - '@babel/preset-env': 7.23.3(@babel/core@7.23.3) - '@tsparticles/eslint-config': 2.0.0-beta.7 - '@tsparticles/prettier-config': 2.0.0-beta.4 - '@types/node': 20.9.0 - '@types/webpack-bundle-analyzer': 4.6.3(webpack-cli@5.1.4) - '@types/webpack-env': 1.18.4 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + resolution: + { + integrity: sha512-A33cnrjYc4kpaZ51R+YA9342aQs1brcIcKM/FbZFxNrAtT2fQPXdfNrxYI/+uNLT4Xazx6TR/lI2VLH8TJ808Q==, + } + dependencies: + "@babel/core": 7.23.3 + "@babel/preset-env": 7.23.3(@babel/core@7.23.3) + "@tsparticles/eslint-config": 2.0.0-beta.7 + "@tsparticles/prettier-config": 2.0.0-beta.4 + "@types/node": 20.9.0 + "@types/webpack-bundle-analyzer": 4.6.3(webpack-cli@5.1.4) + "@types/webpack-env": 1.18.4 + "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) babel-loader: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0) browserslist: 4.22.1 copyfiles: 2.4.1 @@ -2787,8 +3514,8 @@ packages: webpack-bundle-analyzer: 4.10.1 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) transitivePeerDependencies: - - '@swc/core' - - '@webpack-cli/generators' + - "@swc/core" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -2800,106 +3527,154 @@ packages: dev: false /@tufjs/canonical-json@1.0.0: - resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@tufjs/models@1.0.4: - resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@tufjs/canonical-json': 1.0.0 + "@tufjs/canonical-json": 1.0.0 minimatch: 9.0.3 dev: false /@types/eslint-scope@3.7.4: - resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} + resolution: + { + integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, + } dependencies: - '@types/eslint': 8.44.1 - '@types/estree': 1.0.1 + "@types/eslint": 8.44.1 + "@types/estree": 1.0.1 dev: false /@types/eslint@8.44.1: - resolution: {integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==} + resolution: + { + integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==, + } dependencies: - '@types/estree': 1.0.1 - '@types/json-schema': 7.0.12 + "@types/estree": 1.0.1 + "@types/json-schema": 7.0.12 dev: false /@types/estree@1.0.1: - resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} + resolution: + { + integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, + } dev: false /@types/json-schema@7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + resolution: + { + integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, + } dev: false /@types/json5@0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + resolution: + { + integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, + } dev: false /@types/minimatch@3.0.5: - resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} + resolution: + { + integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, + } dev: false /@types/minimist@1.2.2: - resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} + resolution: + { + integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, + } dev: false /@types/node@18.18.9: - resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} + resolution: + { + integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, + } dependencies: undici-types: 5.26.5 dev: false /@types/node@20.9.0: - resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} + resolution: + { + integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==, + } dependencies: undici-types: 5.26.5 dev: false /@types/normalize-package-data@2.4.1: - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + resolution: + { + integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, + } dev: false /@types/semver@7.5.0: - resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + resolution: + { + integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, + } dev: false /@types/webpack-bundle-analyzer@4.6.3(webpack-cli@5.1.4): - resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} + resolution: + { + integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==, + } dependencies: - '@types/node': 20.9.0 + "@types/node": 20.9.0 tapable: 2.2.1 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js - webpack-cli dev: false /@types/webpack-env@1.18.4: - resolution: {integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==} + resolution: + { + integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==, + } dev: false /@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha + "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.11.0 - '@typescript-eslint/type-utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.11.0 + "@eslint-community/regexpp": 4.6.2 + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/scope-manager": 6.11.0 + "@typescript-eslint/type-utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/visitor-keys": 6.11.0 debug: 4.3.4 eslint: 8.53.0 graphemer: 1.4.0 @@ -2913,19 +3688,22 @@ packages: dev: false /@typescript-eslint/parser@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.11.0 - '@typescript-eslint/types': 6.11.0 - '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.11.0 + "@typescript-eslint/scope-manager": 6.11.0 + "@typescript-eslint/types": 6.11.0 + "@typescript-eslint/typescript-estree": 6.11.0(typescript@5.2.2) + "@typescript-eslint/visitor-keys": 6.11.0 debug: 4.3.4 eslint: 8.53.0 typescript: 5.2.2 @@ -2934,25 +3712,31 @@ packages: dev: false /@typescript-eslint/scope-manager@6.11.0: - resolution: {integrity: sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - '@typescript-eslint/types': 6.11.0 - '@typescript-eslint/visitor-keys': 6.11.0 + "@typescript-eslint/types": 6.11.0 + "@typescript-eslint/visitor-keys": 6.11.0 dev: false /@typescript-eslint/type-utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/typescript-estree": 6.11.0(typescript@5.2.2) + "@typescript-eslint/utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) debug: 4.3.4 eslint: 8.53.0 ts-api-utils: 1.0.1(typescript@5.2.2) @@ -2962,21 +3746,27 @@ packages: dev: false /@typescript-eslint/types@6.11.0: - resolution: {integrity: sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dev: false /@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): - resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.11.0 - '@typescript-eslint/visitor-keys': 6.11.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 @@ -2988,17 +3778,20 @@ packages: dev: false /@typescript-eslint/utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.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@5.2.2) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.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@5.2.2) eslint: 8.53.0 semver: 7.5.4 transitivePeerDependencies: @@ -3007,126 +3800,180 @@ packages: dev: false /@typescript-eslint/visitor-keys@6.11.0: - resolution: {integrity: sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - '@typescript-eslint/types': 6.11.0 + "@typescript-eslint/types": 6.11.0 eslint-visitor-keys: 3.4.3 dev: false /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + resolution: + { + integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, + } dev: false /@webassemblyjs/ast@1.11.6: - resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} + resolution: + { + integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, + } dependencies: - '@webassemblyjs/helper-numbers': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + "@webassemblyjs/helper-numbers": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 dev: false /@webassemblyjs/floating-point-hex-parser@1.11.6: - resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + resolution: + { + integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, + } dev: false /@webassemblyjs/helper-api-error@1.11.6: - resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + resolution: + { + integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, + } dev: false /@webassemblyjs/helper-buffer@1.11.6: - resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} + resolution: + { + integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, + } dev: false /@webassemblyjs/helper-numbers@1.11.6: - resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} + resolution: + { + integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, + } dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.6 - '@webassemblyjs/helper-api-error': 1.11.6 - '@xtuc/long': 4.2.2 + "@webassemblyjs/floating-point-hex-parser": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 + "@xtuc/long": 4.2.2 dev: false /@webassemblyjs/helper-wasm-bytecode@1.11.6: - resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + resolution: + { + integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, + } dev: false /@webassemblyjs/helper-wasm-section@1.11.6: - resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} + resolution: + { + integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 dev: false /@webassemblyjs/ieee754@1.11.6: - resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} + resolution: + { + integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, + } dependencies: - '@xtuc/ieee754': 1.2.0 + "@xtuc/ieee754": 1.2.0 dev: false /@webassemblyjs/leb128@1.11.6: - resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} + resolution: + { + integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, + } dependencies: - '@xtuc/long': 4.2.2 + "@xtuc/long": 4.2.2 dev: false /@webassemblyjs/utf8@1.11.6: - resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + resolution: + { + integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, + } dev: false /@webassemblyjs/wasm-edit@1.11.6: - resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} + resolution: + { + integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/helper-wasm-section': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 - '@webassemblyjs/wasm-opt': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 - '@webassemblyjs/wast-printer': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/helper-wasm-section": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-opt": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + "@webassemblyjs/wast-printer": 1.11.6 dev: false /@webassemblyjs/wasm-gen@1.11.6: - resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} + resolution: + { + integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 dev: false /@webassemblyjs/wasm-opt@1.11.6: - resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} + resolution: + { + integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 dev: false /@webassemblyjs/wasm-parser@1.11.6: - resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} + resolution: + { + integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-api-error': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 dev: false /@webassemblyjs/wast-printer@1.11.6: - resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} + resolution: + { + integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@xtuc/long': 4.2.2 + "@webassemblyjs/ast": 1.11.6 + "@xtuc/long": 4.2.2 dev: false /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3136,8 +3983,11 @@ packages: dev: false /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3147,12 +3997,15 @@ packages: dev: false /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - webpack-dev-server: '*' + webpack-dev-server: "*" peerDependenciesMeta: webpack-dev-server: optional: true @@ -3162,34 +4015,52 @@ packages: dev: false /@xtuc/ieee754@1.2.0: - resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + resolution: + { + integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, + } dev: false /@xtuc/long@4.2.2: - resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + resolution: + { + integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, + } dev: false /@yarnpkg/lockfile@1.1.0: - resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} + resolution: + { + integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==, + } dev: false /@yarnpkg/parsers@3.0.0-rc.46: - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==, + } + engines: { node: ">=14.15.0" } dependencies: js-yaml: 3.14.1 tslib: 2.6.1 dev: false /@zkochan/js-yaml@0.0.6: - resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} + resolution: + { + integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==, + } hasBin: true dependencies: argparse: 2.0.1 dev: false /JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + resolution: + { + integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==, + } hasBin: true dependencies: jsonparse: 1.3.1 @@ -3197,22 +4068,34 @@ packages: dev: false /abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + resolution: + { + integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, + } /accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, + } + engines: { node: ">= 0.6" } dependencies: mime-types: 2.1.35 negotiator: 0.6.3 dev: true /ace-builds@1.31.2: - resolution: {integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==} + resolution: + { + integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==, + } dev: true /acorn-import-assertions@1.9.0(acorn@8.10.0): - resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + resolution: + { + integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, + } peerDependencies: acorn: ^8 dependencies: @@ -3220,7 +4103,10 @@ packages: dev: false /acorn-jsx@5.3.2(acorn@8.10.0): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + resolution: + { + integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, + } peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -3228,29 +4114,44 @@ packages: dev: false /acorn-walk@8.2.0: - resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, + } + engines: { node: ">=0.4.0" } dev: false /acorn@7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, + } + engines: { node: ">=0.4.0" } hasBin: true dev: true /acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, + } + engines: { node: ">=0.4.0" } hasBin: true dev: false /add-stream@1.0.0: - resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} + resolution: + { + integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, + } dev: false /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} + resolution: + { + integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, + } + engines: { node: ">= 6.0.0" } dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -3258,8 +4159,11 @@ packages: dev: false /agentkeepalive@4.3.0: - resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} - engines: {node: '>= 8.0.0'} + resolution: + { + integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==, + } + engines: { node: ">= 8.0.0" } dependencies: debug: 4.3.4 depd: 2.0.0 @@ -3269,15 +4173,21 @@ packages: dev: false /aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, + } + engines: { node: ">=8" } dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 dev: false /ajv-formats@2.1.1(ajv@8.12.0): - resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + resolution: + { + integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==, + } peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -3288,7 +4198,10 @@ packages: dev: false /ajv-keywords@3.5.2(ajv@6.12.6): - resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + resolution: + { + integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==, + } peerDependencies: ajv: ^6.9.1 dependencies: @@ -3296,7 +4209,10 @@ packages: dev: false /ajv-keywords@5.1.0(ajv@8.12.0): - resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} + resolution: + { + integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==, + } peerDependencies: ajv: ^8.8.2 dependencies: @@ -3305,7 +4221,10 @@ packages: dev: false /ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + resolution: + { + integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, + } dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -3313,7 +4232,10 @@ packages: uri-js: 4.4.1 /ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + resolution: + { + integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, + } dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -3322,113 +4244,173 @@ packages: dev: false /ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, + } + engines: { node: ">=6" } dev: false /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, + } + engines: { node: ">=8" } dependencies: type-fest: 0.21.3 dev: false /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, + } + engines: { node: ">=8" } dev: false /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, + } + engines: { node: ">=12" } dev: false /ansi-sequence-parser@1.1.1: - resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} + resolution: + { + integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==, + } dev: false /ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, + } + engines: { node: ">=4" } dependencies: color-convert: 1.9.3 dev: false /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, + } + engines: { node: ">=8" } dependencies: color-convert: 2.0.1 dev: false /ansi-styles@5.2.0: - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, + } + engines: { node: ">=10" } dev: false /ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, + } + engines: { node: ">=12" } dev: false /anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, + } + engines: { node: ">= 8" } dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 dev: true /aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + resolution: + { + integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, + } dev: false /are-docs-informative@0.0.2: - resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, + } + engines: { node: ">=14" } dev: false /are-we-there-yet@3.0.1: - resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: delegates: 1.0.0 readable-stream: 3.6.2 dev: false /argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + resolution: + { + integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, + } dependencies: sprintf-js: 1.0.3 dev: false /argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + resolution: + { + integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, + } dev: false /array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + resolution: + { + integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, + } dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 dev: false /array-differ@3.0.0: - resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==, + } + engines: { node: ">=8" } dev: false /array-flatten@1.1.1: - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + resolution: + { + integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, + } dev: true /array-ify@1.0.0: - resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + resolution: + { + integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, + } dev: false /array-includes@3.1.7: - resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3438,13 +4420,19 @@ packages: dev: false /array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, + } + engines: { node: ">=8" } dev: false /array.prototype.findlastindex@1.2.3: - resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3454,8 +4442,11 @@ packages: dev: false /array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3464,8 +4455,11 @@ packages: dev: false /array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3474,8 +4468,11 @@ packages: dev: false /arraybuffer.prototype.slice@1.0.1: - resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==, + } + engines: { node: ">= 0.4" } dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 @@ -3486,38 +4483,62 @@ packages: dev: false /arrify@1.0.1: - resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, + } + engines: { node: ">=0.10.0" } dev: false /arrify@2.0.1: - resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, + } + engines: { node: ">=8" } dev: false /asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + resolution: + { + integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, + } dev: true /assert-never@1.2.1: - resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} + resolution: + { + integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==, + } dev: true /async@3.2.4: - resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + resolution: + { + integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, + } dev: false /asynckit@0.4.0: - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + resolution: + { + integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, + } dev: false /available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, + } + engines: { node: ">= 0.4" } dev: false /axios@1.4.0: - resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==} + resolution: + { + integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==, + } dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -3527,79 +4548,109 @@ packages: dev: false /babel-loader@9.1.3(@babel/core@7.23.3)(webpack@5.89.0): - resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} - engines: {node: '>= 14.15.0'} + resolution: + { + integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, + } + engines: { node: ">= 14.15.0" } peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' + "@babel/core": ^7.12.0 + webpack: ">=5" dependencies: - '@babel/core': 7.23.3 + "@babel/core": 7.23.3 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: false /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.3): - resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} + resolution: + { + integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.3 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.3): - resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} + resolution: + { + integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): - resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} + resolution: + { + integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) + "@babel/core": 7.23.3 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: false /babel-walk@3.0.0-canary-5: - resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} - engines: {node: '>= 10.0.0'} + resolution: + { + integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==, + } + engines: { node: ">= 10.0.0" } dependencies: - '@babel/types': 7.22.5 + "@babel/types": 7.22.5 dev: true /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + resolution: + { + integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, + } /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + resolution: + { + integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, + } dev: false /before-after-hook@2.2.3: - resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + resolution: + { + integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==, + } dev: false /binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, + } + engines: { node: ">=8" } dev: true /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + resolution: + { + integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, + } dependencies: buffer: 5.7.1 inherits: 2.0.4 @@ -3607,8 +4658,11 @@ packages: dev: false /body-parser@1.20.1: - resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { + integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, + } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -3627,38 +4681,56 @@ packages: dev: true /bootstrap@5.3.2(@popperjs/core@2.11.8): - resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} + resolution: + { + integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==, + } peerDependencies: - '@popperjs/core': ^2.11.8 + "@popperjs/core": ^2.11.8 dependencies: - '@popperjs/core': 2.11.8 + "@popperjs/core": 2.11.8 dev: true /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + resolution: + { + integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, + } dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 /brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + resolution: + { + integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, + } dependencies: balanced-match: 1.0.2 dev: false /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, + } + engines: { node: ">=8" } dependencies: fill-range: 7.0.1 /browser-or-node@2.1.1: - resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} + resolution: + { + integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==, + } dev: false /browserslist@4.22.1: - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + resolution: + { + integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==, + } + engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: caniuse-lite: 1.0.30001562 @@ -3668,46 +4740,70 @@ packages: dev: false /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + resolution: + { + integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, + } dev: false /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + resolution: + { + integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, + } dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, + } + engines: { node: ">=6" } dev: false /builtins@1.0.3: - resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} + resolution: + { + integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==, + } dev: false /builtins@5.0.1: - resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} + resolution: + { + integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==, + } dependencies: semver: 7.5.4 dev: false /byte-size@8.1.1: - resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} - engines: {node: '>=12.17'} + resolution: + { + integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==, + } + engines: { node: ">=12.17" } dev: false /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, + } + engines: { node: ">= 0.8" } dev: true /cacache@17.1.3: - resolution: {integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@npmcli/fs': 3.1.0 + "@npmcli/fs": 3.1.0 fs-minipass: 3.0.2 glob: 10.3.10 lru-cache: 7.18.3 @@ -3722,19 +4818,28 @@ packages: dev: false /call-bind@1.0.2: - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + resolution: + { + integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, + } dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.1 /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, + } + engines: { node: ">=6" } dev: false /camelcase-keys@6.2.2: - resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, + } + engines: { node: ">=8" } dependencies: camelcase: 5.3.1 map-obj: 4.3.0 @@ -3742,17 +4847,26 @@ packages: dev: false /camelcase@5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, + } + engines: { node: ">=6" } dev: false /caniuse-lite@1.0.30001562: - resolution: {integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==} + resolution: + { + integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==, + } dev: false /chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, + } + engines: { node: ">=4" } dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 @@ -3760,34 +4874,49 @@ packages: dev: false /chalk@4.1.0: - resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /character-parser@2.2.0: - resolution: {integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==} + resolution: + { + integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==, + } dependencies: is-regex: 1.1.4 dev: true /chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + resolution: + { + integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==, + } dev: false /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} + resolution: + { + integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, + } + engines: { node: ">= 8.10.0" } dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -3801,49 +4930,76 @@ packages: dev: true /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, + } + engines: { node: ">=10" } dev: false /chrome-trace-event@1.0.3: - resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} - engines: {node: '>=6.0'} + resolution: + { + integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, + } + engines: { node: ">=6.0" } dev: false /ci-info@3.8.0: - resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, + } + engines: { node: ">=8" } dev: false /clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, + } + engines: { node: ">=6" } dev: false /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, + } + engines: { node: ">=8" } dependencies: restore-cursor: 3.1.0 dev: false /cli-spinners@2.6.1: - resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==, + } + engines: { node: ">=6" } dev: false /cli-spinners@2.9.0: - resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, + } + engines: { node: ">=6" } dev: false /cli-width@3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, + } + engines: { node: ">= 10" } dev: false /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + resolution: + { + integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==, + } dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -3851,8 +5007,11 @@ packages: dev: false /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, + } + engines: { node: ">=12" } dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -3860,8 +5019,11 @@ packages: dev: false /clone-deep@4.0.1: - resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, + } + engines: { node: ">=6" } dependencies: is-plain-object: 2.0.4 kind-of: 6.0.3 @@ -3869,101 +5031,158 @@ packages: dev: false /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} + resolution: + { + integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, + } + engines: { node: ">=0.8" } dev: false /cmd-shim@6.0.1: - resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + resolution: + { + integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, + } dependencies: color-name: 1.1.3 dev: false /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + resolution: + { + integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, + } + engines: { node: ">=7.0.0" } dependencies: color-name: 1.1.4 dev: false /color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + resolution: + { + integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, + } dev: false /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + resolution: + { + integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, + } dev: false /color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + resolution: + { + integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, + } hasBin: true dev: false /colorette@2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + resolution: + { + integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, + } dev: false /columnify@1.6.0: - resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==, + } + engines: { node: ">=8.0.0" } dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 dev: false /combined-stream@1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, + } + engines: { node: ">= 0.8" } dependencies: delayed-stream: 1.0.0 dev: false /commander@10.0.1: - resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==, + } + engines: { node: ">=14" } dev: false /commander@11.0.0: - resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==, + } + engines: { node: ">=16" } dev: false /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + resolution: + { + integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, + } dev: false /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, + } + engines: { node: ">= 10" } dev: false /comment-parser@1.4.1: - resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} - engines: {node: '>= 12.0.0'} + resolution: + { + integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==, + } + engines: { node: ">= 12.0.0" } dev: false /common-path-prefix@3.0.0: - resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} + resolution: + { + integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==, + } dev: false /compare-func@2.0.0: - resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + resolution: + { + integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, + } dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: false /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: + { + integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, + } /concat-stream@2.0.0: - resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} - engines: {'0': node >= 6.0} + resolution: + { + integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==, + } + engines: { "0": node >= 6.0 } dependencies: buffer-from: 1.1.2 inherits: 2.0.4 @@ -3972,56 +5191,83 @@ packages: dev: false /connect-livereload@0.6.1: - resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==} + resolution: + { + integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==, + } dev: true /console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + resolution: + { + integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, + } dev: false /constantinople@4.0.1: - resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} + resolution: + { + integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==, + } dependencies: - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + "@babel/parser": 7.22.7 + "@babel/types": 7.22.5 dev: true /content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, + } + engines: { node: ">= 0.6" } dependencies: safe-buffer: 5.2.1 dev: true /content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, + } + engines: { node: ">= 0.6" } dev: true /conventional-changelog-angular@6.0.0: - resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==, + } + engines: { node: ">=14" } dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-angular@7.0.0: - resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==, + } + engines: { node: ">=16" } dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-conventionalcommits@7.0.2: - resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==, + } + engines: { node: ">=16" } dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-core@5.0.1: - resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==, + } + engines: { node: ">=14" } dependencies: add-stream: 1.0.0 conventional-changelog-writer: 6.0.1 @@ -4037,13 +5283,19 @@ packages: dev: false /conventional-changelog-preset-loader@3.0.0: - resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==, + } + engines: { node: ">=14" } dev: false /conventional-changelog-writer@6.0.1: - resolution: {integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==, + } + engines: { node: ">=14" } hasBin: true dependencies: conventional-commits-filter: 3.0.0 @@ -4056,16 +5308,22 @@ packages: dev: false /conventional-commits-filter@3.0.0: - resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, + } + engines: { node: ">=14" } dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: false /conventional-commits-parser@4.0.0: - resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, + } + engines: { node: ">=14" } hasBin: true dependencies: JSONStream: 1.3.5 @@ -4075,8 +5333,11 @@ packages: dev: false /conventional-commits-parser@5.0.0: - resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==, + } + engines: { node: ">=16" } hasBin: true dependencies: JSONStream: 1.3.5 @@ -4086,8 +5347,11 @@ packages: dev: false /conventional-recommended-bump@7.0.1: - resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==, + } + engines: { node: ">=14" } hasBin: true dependencies: concat-stream: 2.0.0 @@ -4100,20 +5364,32 @@ packages: dev: false /convert-source-map@2.0.0: - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + resolution: + { + integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, + } dev: false /cookie-signature@1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + resolution: + { + integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, + } dev: true /cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, + } + engines: { node: ">= 0.6" } dev: true /copyfiles@2.4.1: - resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} + resolution: + { + integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==, + } hasBin: true dependencies: glob: 7.2.3 @@ -4126,38 +5402,53 @@ packages: dev: false /core-js-compat@3.32.0: - resolution: {integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==} + resolution: + { + integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==, + } dependencies: browserslist: 4.22.1 dev: false /core-js-compat@3.33.2: - resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} + resolution: + { + integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==, + } dependencies: browserslist: 4.22.1 dev: false /core-util-is@1.0.3: - resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + resolution: + { + integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, + } dev: false /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2): - resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} - engines: {node: '>=v16'} + resolution: + { + integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, + } + engines: { node: ">=v16" } peerDependencies: - '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' + "@types/node": "*" + cosmiconfig: ">=8.2" + typescript: ">=4" dependencies: - '@types/node': 18.18.9 + "@types/node": 18.18.9 cosmiconfig: 8.3.6(typescript@5.2.2) jiti: 1.21.0 typescript: 5.2.2 dev: false /cosmiconfig@8.2.0: - resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==, + } + engines: { node: ">=14" } dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -4166,10 +5457,13 @@ packages: dev: false /cosmiconfig@8.3.6(typescript@5.2.2): - resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, + } + engines: { node: ">=14" } peerDependencies: - typescript: '>=4.9.5' + typescript: ">=4.9.5" peerDependenciesMeta: typescript: optional: true @@ -4182,8 +5476,11 @@ packages: dev: false /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, + } + engines: { node: ">= 8" } dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -4191,22 +5488,34 @@ packages: dev: false /dargs@7.0.0: - resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==, + } + engines: { node: ">=8" } dev: false /dateformat@3.0.3: - resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} + resolution: + { + integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==, + } dev: false /debounce@1.2.1: - resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} + resolution: + { + integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==, + } dev: false /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + resolution: + { + integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, + } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4215,9 +5524,12 @@ packages: dev: true /debug@3.2.7(supports-color@5.5.0): - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + resolution: + { + integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, + } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4226,10 +5538,13 @@ packages: supports-color: 5.5.0 /debug@4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} + resolution: + { + integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, + } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4237,153 +5552,240 @@ packages: ms: 2.1.2 /decamelize-keys@1.1.1: - resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, + } + engines: { node: ">=0.10.0" } dependencies: decamelize: 1.2.0 map-obj: 1.0.1 dev: false /decamelize@1.2.0: - resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, + } + engines: { node: ">=0.10.0" } dev: false /dedent@0.7.0: - resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} + resolution: + { + integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, + } dev: false /deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + resolution: + { + integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, + } dev: false /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + resolution: + { + integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, + } dependencies: clone: 1.0.4 dev: false /define-lazy-prop@2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, + } + engines: { node: ">=8" } dev: false /define-properties@1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, + } + engines: { node: ">= 0.4" } dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false /delayed-stream@1.0.0: - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, + } + engines: { node: ">=0.4.0" } dev: false /delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + resolution: + { + integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, + } dev: false /depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, + } + engines: { node: ">= 0.8" } /deprecation@2.3.1: - resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} + resolution: + { + integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==, + } dev: false /destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { + integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, + } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } dev: true /detect-indent@5.0.0: - resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==, + } + engines: { node: ">=4" } dev: false /diff-sequences@29.4.3: - resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dev: false /dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, + } + engines: { node: ">=8" } dependencies: path-type: 4.0.0 dev: false /doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, + } + engines: { node: ">=0.10.0" } dependencies: esutils: 2.0.3 dev: false /doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, + } + engines: { node: ">=6.0.0" } dependencies: esutils: 2.0.3 dev: false /doctypes@1.1.0: - resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} + resolution: + { + integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==, + } dev: true /dot-prop@5.3.0: - resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==, + } + engines: { node: ">=8" } dependencies: is-obj: 2.0.0 dev: false /dotenv@10.0.0: - resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==, + } + engines: { node: ">=10" } dev: false /duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + resolution: + { + integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, + } dev: false /eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + resolution: + { + integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, + } dev: false /ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + resolution: + { + integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, + } dev: true /ejs@3.1.9: - resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, + } + engines: { node: ">=0.10.0" } hasBin: true dependencies: jake: 10.8.7 dev: false /electron-to-chromium@1.4.585: - resolution: {integrity: sha512-B4yBlX0azdA3rVMxpYwLQfDpdwOgcnLCkpvSOd68iFmeedo+WYjaBJS3/W58LVD8CB2nf+o7C4K9xz1l09RkWg==} + resolution: + { + integrity: sha512-B4yBlX0azdA3rVMxpYwLQfDpdwOgcnLCkpvSOd68iFmeedo+WYjaBJS3/W58LVD8CB2nf+o7C4K9xz1l09RkWg==, + } dev: false /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + resolution: + { + integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, + } dev: false /emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + resolution: + { + integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, + } dev: false /encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, + } + engines: { node: ">= 0.8" } dev: true /encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + resolution: + { + integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, + } requiresBuild: true dependencies: iconv-lite: 0.6.3 @@ -4391,56 +5793,83 @@ packages: optional: true /end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + resolution: + { + integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, + } dependencies: once: 1.4.0 dev: false /enhanced-resolve@5.15.0: - resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, + } + engines: { node: ">=10.13.0" } dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 dev: false /enquirer@2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, + } + engines: { node: ">=8.6" } dependencies: ansi-colors: 4.1.3 dev: false /env-paths@2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, + } + engines: { node: ">=6" } dev: false /envinfo@7.10.0: - resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, + } + engines: { node: ">=4" } hasBin: true dev: false /envinfo@7.8.1: - resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, + } + engines: { node: ">=4" } hasBin: true dev: false /err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + resolution: + { + integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==, + } dev: false /error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + resolution: + { + integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, + } dependencies: is-arrayish: 0.2.1 dev: false /es-abstract@1.22.1: - resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==, + } + engines: { node: ">= 0.4" } dependencies: array-buffer-byte-length: 1.0.0 arraybuffer.prototype.slice: 1.0.1 @@ -4484,12 +5913,18 @@ packages: dev: false /es-module-lexer@1.3.0: - resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} + resolution: + { + integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==, + } dev: false /es-set-tostringtag@2.0.1: - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, + } + engines: { node: ">= 0.4" } dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -4497,14 +5932,20 @@ packages: dev: false /es-shim-unscopables@1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + resolution: + { + integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, + } dependencies: has: 1.0.3 dev: false /es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, + } + engines: { node: ">= 0.4" } dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 @@ -4512,35 +5953,53 @@ packages: dev: false /escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, + } + engines: { node: ">=6" } dev: false /escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + resolution: + { + integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, + } dev: true /escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} + resolution: + { + integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, + } + engines: { node: ">=0.8.0" } dev: false /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, + } + engines: { node: ">=10" } dev: false /eslint-config-prettier@9.0.0(eslint@8.53.0): - resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} + resolution: + { + integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==, + } hasBin: true peerDependencies: - eslint: '>=7.0.0' + eslint: ">=7.0.0" dependencies: eslint: 8.53.0 dev: false /eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + resolution: + { + integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, + } dependencies: debug: 3.2.7(supports-color@5.5.0) is-core-module: 2.13.1 @@ -4550,16 +6009,19 @@ packages: dev: false /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' + resolution: + { + integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, + } + engines: { node: ">=4" } + peerDependencies: + "@typescript-eslint/parser": "*" + eslint: "*" + eslint-import-resolver-node: "*" + eslint-import-resolver-typescript: "*" + eslint-import-resolver-webpack: "*" peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true eslint: optional: true @@ -4570,7 +6032,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) debug: 3.2.7(supports-color@5.5.0) eslint: 8.53.0 eslint-import-resolver-node: 0.3.9 @@ -4579,16 +6041,19 @@ packages: dev: false /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0): - resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==, + } + engines: { node: ">=4" } peerDependencies: - '@typescript-eslint/parser': '*' + "@typescript-eslint/parser": "*" eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true dependencies: - '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -4614,12 +6079,15 @@ packages: dev: false /eslint-plugin-jsdoc@46.9.0(eslint@8.53.0): - resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==, + } + engines: { node: ">=16" } peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.41.0 + "@es-joy/jsdoccomment": 0.41.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.4 @@ -4634,46 +6102,61 @@ packages: dev: false /eslint-plugin-tsdoc@0.2.17: - resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + resolution: + { + integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==, + } dependencies: - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 + "@microsoft/tsdoc": 0.14.2 + "@microsoft/tsdoc-config": 0.16.2 dev: false /eslint-scope@5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, + } + engines: { node: ">=8.0.0" } dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: false /eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: false /eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: false /eslint@8.53.0: - resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) - '@eslint-community/regexpp': 4.6.2 - '@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 - '@ungap/structured-clone': 1.2.0 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.0) + "@eslint-community/regexpp": 4.6.2 + "@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 + "@ungap/structured-clone": 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -4709,8 +6192,11 @@ packages: dev: false /espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) @@ -4718,57 +6204,87 @@ packages: dev: false /esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, + } + engines: { node: ">=4" } hasBin: true dev: false /esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + resolution: + { + integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, + } + engines: { node: ">=0.10" } dependencies: estraverse: 5.3.0 dev: false /esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, + } + engines: { node: ">=4.0" } dependencies: estraverse: 5.3.0 dev: false /estraverse@4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, + } + engines: { node: ">=4.0" } dev: false /estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, + } + engines: { node: ">=4.0" } dev: false /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, + } + engines: { node: ">=0.10.0" } dev: false /etag@1.8.1: - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, + } + engines: { node: ">= 0.6" } dev: true /eventemitter3@4.0.7: - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + resolution: + { + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==, + } dev: false /events@3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} + resolution: + { + integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, + } + engines: { node: ">=0.8.x" } dev: false /execa@5.0.0: - resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==, + } + engines: { node: ">=10" } dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -4782,8 +6298,11 @@ packages: dev: false /execa@5.1.1: - resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, + } + engines: { node: ">=10" } dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -4797,12 +6316,18 @@ packages: dev: false /exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + resolution: + { + integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==, + } dev: false /express-rate-limit@7.1.4(express@4.18.2): - resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==, + } + engines: { node: ">= 16" } peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 dependencies: @@ -4810,8 +6335,11 @@ packages: dev: true /express@4.18.2: - resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} - engines: {node: '>= 0.10.0'} + resolution: + { + integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, + } + engines: { node: ">= 0.10.0" } dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -4849,8 +6377,11 @@ packages: dev: true /external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, + } + engines: { node: ">=4" } dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 @@ -4858,77 +6389,113 @@ packages: dev: false /fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + resolution: + { + integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, + } /fast-glob@3.2.7: - resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} - engines: {node: '>=8'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 + resolution: + { + integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==, + } + engines: { node: ">=8" } + dependencies: + "@nodelib/fs.stat": 2.0.5 + "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-glob@3.3.1: - resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} - engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 + resolution: + { + integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, + } + engines: { node: ">=8.6.0" } + dependencies: + "@nodelib/fs.stat": 2.0.5 + "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + resolution: + { + integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, + } /fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + resolution: + { + integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, + } dev: false /fastest-levenshtein@1.0.16: - resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} - engines: {node: '>= 4.9.1'} + resolution: + { + integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==, + } + engines: { node: ">= 4.9.1" } dev: false /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + resolution: + { + integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, + } dependencies: reusify: 1.0.4 dev: false /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, + } + engines: { node: ">=8" } dependencies: escape-string-regexp: 1.0.5 dev: false /file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { + integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, + } + engines: { node: ^10.12.0 || >=12.0.0 } dependencies: flat-cache: 3.0.4 dev: false /filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + resolution: + { + integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, + } dependencies: minimatch: 5.1.6 dev: false /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, + } + engines: { node: ">=8" } dependencies: to-regex-range: 5.0.1 /finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, + } + engines: { node: ">= 0.8" } dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -4942,88 +6509,124 @@ packages: dev: true /find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + resolution: + { + integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==, + } + engines: { node: ">=14.16" } dependencies: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 dev: false /find-up@2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, + } + engines: { node: ">=4" } dependencies: locate-path: 2.0.0 dev: false /find-up@4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, + } + engines: { node: ">=8" } dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: false /find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, + } + engines: { node: ">=10" } dependencies: locate-path: 6.0.0 path-exists: 4.0.0 dev: false /find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: locate-path: 7.2.0 path-exists: 5.0.0 dev: false /flat-cache@3.0.4: - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { + integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, + } + engines: { node: ^10.12.0 || >=12.0.0 } dependencies: flatted: 3.2.7 rimraf: 3.0.2 dev: false /flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + resolution: + { + integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==, + } hasBin: true dev: false /flatted@3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + resolution: + { + integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, + } dev: false /follow-redirects@1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, + } + engines: { node: ">=4.0" } peerDependencies: - debug: '*' + debug: "*" peerDependenciesMeta: debug: optional: true dev: false /for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + resolution: + { + integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, + } dependencies: is-callable: 1.2.7 dev: false /foreground-child@3.1.1: - resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, + } + engines: { node: ">=14" } dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 dev: false /form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, + } + engines: { node: ">= 6" } dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -5031,22 +6634,34 @@ packages: dev: false /forwarded@0.2.0: - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, + } + engines: { node: ">= 0.6" } dev: true /fresh@0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, + } + engines: { node: ">= 0.6" } dev: true /fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + resolution: + { + integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, + } dev: false /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} - engines: {node: '>=14.14'} + resolution: + { + integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, + } + engines: { node: ">=14.14" } dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -5054,40 +6669,61 @@ packages: dev: false /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /fs-minipass@3.0.2: - resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 dev: false /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + resolution: + { + integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, + } /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + resolution: + { + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, + } + engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] requiresBuild: true dev: true optional: true /function-bind@1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + resolution: + { + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, + } /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + resolution: + { + integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, + } dev: false /function.prototype.name@1.1.5: - resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -5096,12 +6732,18 @@ packages: dev: false /functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + resolution: + { + integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, + } dev: false /gauge@4.0.4: - resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -5114,17 +6756,26 @@ packages: dev: false /gensync@1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, + } + engines: { node: ">=6.9.0" } dev: false /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} + resolution: + { + integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, + } + engines: { node: 6.* || 8.* || >= 10.* } dev: false /get-intrinsic@1.2.1: - resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} + resolution: + { + integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, + } dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -5132,42 +6783,60 @@ packages: has-symbols: 1.0.3 /get-pkg-repo@4.2.1: - resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==, + } + engines: { node: ">=6.9.0" } hasBin: true dependencies: - '@hutson/parse-repository-url': 3.0.2 + "@hutson/parse-repository-url": 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 dev: false /get-port@5.1.1: - resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==, + } + engines: { node: ">=8" } dev: false /get-stream@6.0.0: - resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==, + } + engines: { node: ">=10" } dev: false /get-stream@6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, + } + engines: { node: ">=10" } dev: false /get-symbol-description@1.0.0: - resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 dev: false /git-raw-commits@2.0.11: - resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==, + } + engines: { node: ">=10" } hasBin: true dependencies: dargs: 7.0.0 @@ -5178,8 +6847,11 @@ packages: dev: false /git-raw-commits@3.0.0: - resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==, + } + engines: { node: ">=14" } hasBin: true dependencies: dargs: 7.0.0 @@ -5188,16 +6860,22 @@ packages: dev: false /git-remote-origin-url@2.0.0: - resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==, + } + engines: { node: ">=4" } dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 dev: false /git-semver-tags@5.0.1: - resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==, + } + engines: { node: ">=14" } hasBin: true dependencies: meow: 8.1.2 @@ -5205,44 +6883,65 @@ packages: dev: false /git-up@7.0.0: - resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} + resolution: + { + integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==, + } dependencies: is-ssh: 1.4.0 parse-url: 8.1.0 dev: false /git-url-parse@13.1.0: - resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} + resolution: + { + integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==, + } dependencies: git-up: 7.0.0 dev: false /gitconfiglocal@1.0.0: - resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} + resolution: + { + integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==, + } dependencies: ini: 1.3.8 dev: false /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, + } + engines: { node: ">= 6" } dependencies: is-glob: 4.0.3 /glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, + } + engines: { node: ">=10.13.0" } dependencies: is-glob: 4.0.3 dev: false /glob-to-regexp@0.4.1: - resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + resolution: + { + integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, + } dev: false /glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==, + } + engines: { node: ">=16 || 14 >=14.17" } hasBin: true dependencies: foreground-child: 3.1.1 @@ -5253,7 +6952,10 @@ packages: dev: false /glob@7.1.4: - resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} + resolution: + { + integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==, + } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5264,7 +6966,10 @@ packages: dev: false /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + resolution: + { + integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, + } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5274,8 +6979,11 @@ packages: path-is-absolute: 1.0.1 /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==, + } + engines: { node: ">=12" } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5285,8 +6993,11 @@ packages: dev: false /glob@9.3.5: - resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: fs.realpath: 1.0.0 minimatch: 8.0.4 @@ -5295,34 +7006,49 @@ packages: dev: false /global-dirs@0.1.1: - resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==, + } + engines: { node: ">=4" } dependencies: ini: 1.3.8 dev: false /globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, + } + engines: { node: ">=4" } dev: false /globals@13.20.0: - resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, + } + engines: { node: ">=8" } dependencies: type-fest: 0.20.2 dev: false /globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, + } + engines: { node: ">= 0.4" } dependencies: define-properties: 1.2.0 dev: false /globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, + } + engines: { node: ">=10" } dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -5333,29 +7059,44 @@ packages: dev: false /gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + resolution: + { + integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, + } dependencies: get-intrinsic: 1.2.1 dev: false /graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + resolution: + { + integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, + } dev: false /graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + resolution: + { + integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, + } dev: false /gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, + } + engines: { node: ">=10" } dependencies: duplexer: 0.1.2 dev: false /handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} + resolution: + { + integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, + } + engines: { node: ">=0.4.7" } hasBin: true dependencies: minimist: 1.2.8 @@ -5367,101 +7108,158 @@ packages: dev: false /hard-rejection@2.1.0: - resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, + } + engines: { node: ">=6" } dev: false /has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + resolution: + { + integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, + } dev: false /has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, + } + engines: { node: ">=4" } /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, + } + engines: { node: ">=8" } dev: false /has-property-descriptors@1.0.0: - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} + resolution: + { + integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, + } dependencies: get-intrinsic: 1.2.1 dev: false /has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, + } + engines: { node: ">= 0.4" } /has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, + } + engines: { node: ">= 0.4" } /has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, + } + engines: { node: ">= 0.4" } dependencies: has-symbols: 1.0.3 /has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + resolution: + { + integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, + } dev: false /has@1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} - engines: {node: '>= 0.4.0'} + resolution: + { + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, + } + engines: { node: ">= 0.4.0" } dependencies: function-bind: 1.1.1 /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==, + } + engines: { node: ">= 0.4" } dependencies: function-bind: 1.1.2 dev: false /helmet@7.1.0: - resolution: {integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==} - engines: {node: '>=16.0.0'} + resolution: + { + integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==, + } + engines: { node: ">=16.0.0" } dev: true /hosted-git-info@2.8.9: - resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + resolution: + { + integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, + } dev: false /hosted-git-info@3.0.8: - resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==, + } + engines: { node: ">=10" } dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@4.1.0: - resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, + } + engines: { node: ">=10" } dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@6.1.1: - resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: lru-cache: 7.18.3 dev: false /html-escaper@2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + resolution: + { + integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, + } dev: false /http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + resolution: + { + integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, + } dev: false /http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, + } + engines: { node: ">= 0.8" } dependencies: depd: 2.0.0 inherits: 2.0.4 @@ -5471,10 +7269,13 @@ packages: dev: true /http-proxy-agent@5.0.0: - resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, + } + engines: { node: ">= 6" } dependencies: - '@tootallnate/once': 2.0.0 + "@tootallnate/once": 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: @@ -5482,8 +7283,11 @@ packages: dev: false /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, + } + engines: { node: ">= 6" } dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -5492,31 +7296,46 @@ packages: dev: false /human-signals@2.1.0: - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} - engines: {node: '>=10.17.0'} + resolution: + { + integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, + } + engines: { node: ">=10.17.0" } dev: false /humanize-ms@1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + resolution: + { + integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, + } dependencies: ms: 2.1.3 dev: false /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==, + } + engines: { node: ">=14" } hasBin: true dev: false /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, + } + engines: { node: ">=0.10.0" } dependencies: safer-buffer: 2.1.2 /iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, + } + engines: { node: ">=0.10.0" } requiresBuild: true dependencies: safer-buffer: 2.1.2 @@ -5524,43 +7343,64 @@ packages: optional: true /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + resolution: + { + integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, + } dev: false /ignore-by-default@1.0.1: - resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} + resolution: + { + integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==, + } dev: true /ignore-walk@5.0.1: - resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: minimatch: 5.1.6 dev: false /ignore-walk@6.0.3: - resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minimatch: 9.0.3 dev: false /ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} - engines: {node: '>= 4'} + resolution: + { + integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, + } + engines: { node: ">= 4" } dev: false /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, + } + engines: { node: ">=6" } dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: false /import-local@3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, + } + engines: { node: ">=8" } hasBin: true dependencies: pkg-dir: 4.2.0 @@ -5568,31 +7408,49 @@ packages: dev: false /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} + resolution: + { + integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, + } + engines: { node: ">=0.8.19" } dev: false /indent-string@4.0.0: - resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, + } + engines: { node: ">=8" } dev: false /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + resolution: + { + integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, + } dependencies: once: 1.4.0 wrappy: 1.0.2 /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + resolution: + { + integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, + } /ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + resolution: + { + integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, + } dev: false /init-package-json@5.0.0: - resolution: {integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-package-arg: 10.1.0 promzard: 1.0.0 @@ -5604,8 +7462,11 @@ packages: dev: false /inquirer@8.2.6: - resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} - engines: {node: '>=12.0.0'} + resolution: + { + integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==, + } + engines: { node: ">=12.0.0" } dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -5625,8 +7486,11 @@ packages: dev: false /internal-slot@1.0.5: - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, + } + engines: { node: ">= 0.4" } dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -5634,21 +7498,33 @@ packages: dev: false /interpret@3.1.1: - resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==, + } + engines: { node: ">=10.13.0" } dev: false /ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + resolution: + { + integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==, + } dev: false /ipaddr.js@1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} + resolution: + { + integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, + } + engines: { node: ">= 0.10" } dev: true /is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + resolution: + { + integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -5656,266 +7532,404 @@ packages: dev: false /is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + resolution: + { + integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, + } dev: false /is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + resolution: + { + integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, + } dependencies: has-bigints: 1.0.2 dev: false /is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, + } + engines: { node: ">=8" } dependencies: binary-extensions: 2.2.0 dev: true /is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, + } + engines: { node: ">=6" } dependencies: builtin-modules: 3.3.0 dev: false /is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, + } + engines: { node: ">= 0.4" } dev: false /is-ci@3.0.1: - resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} + resolution: + { + integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==, + } hasBin: true dependencies: ci-info: 3.8.0 dev: false /is-core-module@2.12.1: - resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + resolution: + { + integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==, + } dependencies: has: 1.0.3 /is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + resolution: + { + integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==, + } dependencies: hasown: 2.0.0 dev: false /is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-docker@2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, + } + engines: { node: ">=8" } hasBin: true dev: false /is-expression@4.0.0: - resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} + resolution: + { + integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==, + } dependencies: acorn: 7.4.1 object-assign: 4.1.1 dev: true /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, + } + engines: { node: ">=0.10.0" } /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, + } + engines: { node: ">=8" } dev: false /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, + } + engines: { node: ">=0.10.0" } dependencies: is-extglob: 2.1.1 /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, + } + engines: { node: ">=8" } dev: false /is-lambda@1.0.1: - resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + resolution: + { + integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==, + } dev: false /is-negative-zero@2.0.2: - resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, + } + engines: { node: ">= 0.4" } dev: false /is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} + resolution: + { + integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, + } + engines: { node: ">=0.12.0" } /is-obj@2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==, + } + engines: { node: ">=8" } dev: false /is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, + } + engines: { node: ">=8" } dev: false /is-plain-obj@1.1.0: - resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, + } + engines: { node: ">=0.10.0" } dev: false /is-plain-object@2.0.4: - resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, + } + engines: { node: ">=0.10.0" } dependencies: isobject: 3.0.1 dev: false /is-plain-object@5.0.0: - resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, + } + engines: { node: ">=0.10.0" } dev: false /is-promise@2.2.2: - resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + resolution: + { + integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==, + } dev: true /is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 /is-shared-array-buffer@1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + resolution: + { + integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, + } dependencies: call-bind: 1.0.2 dev: false /is-ssh@1.4.0: - resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} + resolution: + { + integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==, + } dependencies: protocols: 2.0.1 dev: false /is-stream@2.0.0: - resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==, + } + engines: { node: ">=8" } dev: false /is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, + } + engines: { node: ">=8" } dev: false /is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, + } + engines: { node: ">= 0.4" } dependencies: has-symbols: 1.0.3 dev: false /is-text-path@1.0.1: - resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==, + } + engines: { node: ">=0.10.0" } dependencies: text-extensions: 1.9.0 dev: false /is-text-path@2.0.0: - resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==, + } + engines: { node: ">=8" } dependencies: text-extensions: 2.4.0 dev: false /is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, + } + engines: { node: ">= 0.4" } dependencies: which-typed-array: 1.1.11 dev: false /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, + } + engines: { node: ">=10" } dev: false /is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + resolution: + { + integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, + } dependencies: call-bind: 1.0.2 dev: false /is-wsl@2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, + } + engines: { node: ">=8" } dependencies: is-docker: 2.2.1 dev: false /isarray@0.0.1: - resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + resolution: + { + integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==, + } dev: false /isarray@1.0.0: - resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + resolution: + { + integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, + } dev: false /isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + resolution: + { + integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, + } dev: false /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + resolution: + { + integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, + } dev: false /isobject@3.0.1: - resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, + } + engines: { node: ">=0.10.0" } dev: false /jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==, + } + engines: { node: ">=14" } dependencies: - '@isaacs/cliui': 8.0.2 + "@isaacs/cliui": 8.0.2 optionalDependencies: - '@pkgjs/parseargs': 0.11.0 + "@pkgjs/parseargs": 0.11.0 dev: false /jake@10.8.7: - resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, + } + engines: { node: ">=10" } hasBin: true dependencies: async: 3.2.4 @@ -5925,12 +7939,18 @@ packages: dev: false /javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} + resolution: + { + integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==, + } dev: true /jest-diff@29.6.2: - resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 @@ -5939,47 +7959,74 @@ packages: dev: false /jest-get-type@29.4.3: - resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dev: false /jest-worker@27.5.1: - resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, + } + engines: { node: ">= 10.13.0" } dependencies: - '@types/node': 20.9.0 + "@types/node": 20.9.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false /jiti@1.21.0: - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + resolution: + { + integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==, + } hasBin: true dev: false /jju@1.4.0: - resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + resolution: + { + integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==, + } dev: false /jmespath@0.16.0: - resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} - engines: {node: '>= 0.6.0'} + resolution: + { + integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==, + } + engines: { node: ">= 0.6.0" } dev: true /jquery@3.7.1: - resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} + resolution: + { + integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==, + } dev: true /js-stringify@1.0.2: - resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} + resolution: + { + integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==, + } dev: true /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + resolution: + { + integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, + } dev: false /js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + resolution: + { + integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, + } hasBin: true dependencies: argparse: 1.0.10 @@ -5987,79 +8034,127 @@ packages: dev: false /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + resolution: + { + integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, + } hasBin: true dependencies: argparse: 2.0.1 dev: false /jsdoc-type-pratt-parser@4.0.0: - resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} - engines: {node: '>=12.0.0'} + resolution: + { + integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, + } + engines: { node: ">=12.0.0" } dev: false /jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + resolution: + { + integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, + } hasBin: true dev: false /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, + } + engines: { node: ">=4" } hasBin: true dev: false /json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + resolution: + { + integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, + } dev: false /json-parse-even-better-errors@2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + resolution: + { + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, + } dev: false /json-parse-even-better-errors@3.0.0: - resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + resolution: + { + integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, + } /json-schema-traverse@1.0.0: - resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + resolution: + { + integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, + } dev: false /json-source-map@0.6.1: - resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} + resolution: + { + integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==, + } dev: true /json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + resolution: + { + integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, + } dev: false /json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + resolution: + { + integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==, + } dev: false /json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + resolution: + { + integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, + } hasBin: true dependencies: minimist: 1.2.8 dev: false /json5@2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, + } + engines: { node: ">=6" } hasBin: true dev: false /jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + resolution: + { + integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, + } dev: false /jsoneditor@9.10.4: - resolution: {integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==} + resolution: + { + integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==, + } dependencies: ace-builds: 1.31.2 ajv: 6.12.6 @@ -6073,7 +8168,10 @@ packages: dev: true /jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + resolution: + { + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, + } dependencies: universalify: 2.0.0 optionalDependencies: @@ -6081,48 +8179,69 @@ packages: dev: false /jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} + resolution: + { + integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==, + } + engines: { "0": node >= 0.2.0 } dev: false /jsonrepair@3.4.1: - resolution: {integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==} + resolution: + { + integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==, + } hasBin: true dev: true /jstransformer@1.0.0: - resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==} + resolution: + { + integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==, + } dependencies: is-promise: 2.2.2 promise: 7.3.1 dev: true /kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, + } + engines: { node: ">=0.10.0" } dev: false /klaw@4.1.0: - resolution: {integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==} - engines: {node: '>=14.14.0'} + resolution: + { + integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==, + } + engines: { node: ">=14.14.0" } dev: false /kleur@3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, + } + engines: { node: ">=6" } dev: false /lerna@7.4.2: - resolution: {integrity: sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==} - engines: {node: '>=16.0.0'} + resolution: + { + integrity: sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==, + } + engines: { node: ">=16.0.0" } hasBin: true dependencies: - '@lerna/child-process': 7.4.2 - '@lerna/create': 7.4.2 - '@npmcli/run-script': 6.0.2 - '@nx/devkit': 16.6.0(nx@16.6.0) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11 + "@lerna/child-process": 7.4.2 + "@lerna/create": 7.4.2 + "@npmcli/run-script": 6.0.2 + "@nx/devkit": 16.6.0(nx@16.6.0) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -6193,8 +8312,8 @@ packages: yargs: 16.2.0 yargs-parser: 20.2.4 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - bluebird - debug - encoding @@ -6202,16 +8321,22 @@ packages: dev: false /levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, + } + engines: { node: ">= 0.8.0" } dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: false /libnpmaccess@7.0.2: - resolution: {integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-package-arg: 10.1.0 npm-registry-fetch: 14.0.5 @@ -6220,8 +8345,11 @@ packages: dev: false /libnpmpublish@7.3.0: - resolution: {integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: ci-info: 3.8.0 normalize-package-data: 5.0.0 @@ -6236,21 +8364,33 @@ packages: dev: false /lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + resolution: + { + integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, + } dev: false /lines-and-columns@2.0.3: - resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dev: false /livereload-js@3.4.1: - resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} + resolution: + { + integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==, + } dev: true /livereload@0.9.3: - resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==, + } + engines: { node: ">=8.0.0" } hasBin: true dependencies: chokidar: 3.5.3 @@ -6263,8 +8403,11 @@ packages: dev: true /load-json-file@4.0.0: - resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, + } + engines: { node: ">=4" } dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 @@ -6273,8 +8416,11 @@ packages: dev: false /load-json-file@6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, + } + engines: { node: ">=8" } dependencies: graceful-fs: 4.2.11 parse-json: 5.2.0 @@ -6283,148 +8429,232 @@ packages: dev: false /loader-runner@4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} - engines: {node: '>=6.11.5'} + resolution: + { + integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, + } + engines: { node: ">=6.11.5" } dev: false /locate-path@2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, + } + engines: { node: ">=4" } dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: false /locate-path@5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, + } + engines: { node: ">=8" } dependencies: p-locate: 4.1.0 dev: false /locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, + } + engines: { node: ">=10" } dependencies: p-locate: 5.0.0 dev: false /locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: p-locate: 6.0.0 dev: false /lodash.camelcase@4.3.0: - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + resolution: + { + integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, + } dev: false /lodash.debounce@4.0.8: - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + resolution: + { + integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, + } dev: false /lodash.isfunction@3.0.9: - resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} + resolution: + { + integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==, + } dev: false /lodash.ismatch@4.4.0: - resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} + resolution: + { + integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==, + } dev: false /lodash.isplainobject@4.0.6: - resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + resolution: + { + integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, + } dev: false /lodash.kebabcase@4.1.1: - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + resolution: + { + integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==, + } dev: false /lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + resolution: + { + integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, + } dev: false /lodash.mergewith@4.6.2: - resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} + resolution: + { + integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, + } dev: false /lodash.snakecase@4.1.1: - resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} + resolution: + { + integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==, + } dev: false /lodash.startcase@4.4.0: - resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} + resolution: + { + integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==, + } dev: false /lodash.uniq@4.5.0: - resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + resolution: + { + integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==, + } dev: false /lodash.upperfirst@4.3.1: - resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} + resolution: + { + integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, + } dev: false /lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + resolution: + { + integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, + } /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, + } + engines: { node: ">=10" } dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false /lookpath@1.2.2: - resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} - engines: {npm: '>=6.13.4'} + resolution: + { + integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==, + } + engines: { npm: ">=6.13.4" } hasBin: true dev: false /lru-cache@10.0.0: - resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} - engines: {node: 14 || >=16.14} + resolution: + { + integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==, + } + engines: { node: 14 || >=16.14 } dev: false /lru-cache@5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + resolution: + { + integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, + } dependencies: yallist: 3.1.1 dev: false /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, + } + engines: { node: ">=10" } dependencies: yallist: 4.0.0 /lru-cache@7.18.3: - resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, + } + engines: { node: ">=12" } dev: false /lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + resolution: + { + integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==, + } dev: false /make-dir@2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, + } + engines: { node: ">=6" } dependencies: pify: 4.0.1 semver: 5.7.2 dev: false /make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, + } + engines: { node: ">=10" } dependencies: semver: 7.5.4 dev: false /make-fetch-happen@11.1.1: - resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: agentkeepalive: 4.3.0 cacache: 17.1.3 @@ -6446,36 +8676,54 @@ packages: dev: false /map-obj@1.0.1: - resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, + } + engines: { node: ">=0.10.0" } dev: false /map-obj@4.3.0: - resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, + } + engines: { node: ">=8" } dev: false /marked@4.3.0: - resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} - engines: {node: '>= 12'} + resolution: + { + integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==, + } + engines: { node: ">= 12" } hasBin: true dev: false /media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, + } + engines: { node: ">= 0.6" } dev: true /meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} + resolution: + { + integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==, + } + engines: { node: ">=16.10" } dev: false /meow@8.1.2: - resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==, + } + engines: { node: ">=10" } dependencies: - '@types/minimist': 1.2.2 + "@types/minimist": 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -6489,92 +8737,140 @@ packages: dev: false /merge-descriptors@1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + resolution: + { + integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==, + } dev: true /merge-stream@2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + resolution: + { + integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, + } dev: false /merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, + } + engines: { node: ">= 8" } dev: false /methods@1.1.2: - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, + } + engines: { node: ">= 0.6" } dev: true /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, + } + engines: { node: ">=8.6" } dependencies: braces: 3.0.2 picomatch: 2.3.1 dev: false /mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, + } + engines: { node: ">= 0.6" } /mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, + } + engines: { node: ">= 0.6" } dependencies: mime-db: 1.52.0 /mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, + } + engines: { node: ">=4" } hasBin: true dev: true /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, + } + engines: { node: ">=6" } dev: false /min-indent@1.0.1: - resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, + } + engines: { node: ">=4" } dev: false /minimatch@3.0.5: - resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} + resolution: + { + integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==, + } dependencies: brace-expansion: 1.1.11 dev: false /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + resolution: + { + integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, + } dependencies: brace-expansion: 1.1.11 /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, + } + engines: { node: ">=10" } dependencies: brace-expansion: 2.0.1 dev: false /minimatch@8.0.4: - resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: brace-expansion: 2.0.1 dev: false /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: brace-expansion: 2.0.1 dev: false /minimist-options@4.1.0: - resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, + } + engines: { node: ">= 6" } dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 @@ -6582,19 +8878,28 @@ packages: dev: false /minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + resolution: + { + integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, + } dev: false /minipass-collect@1.0.2: - resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /minipass-fetch@3.0.3: - resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 minipass-sized: 1.0.3 @@ -6604,98 +8909,149 @@ packages: dev: false /minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /minipass-json-stream@1.0.1: - resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} + resolution: + { + integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==, + } dependencies: jsonparse: 1.3.1 minipass: 3.3.6 dev: false /minipass-pipeline@1.2.4: - resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==, + } + engines: { node: ">=8" } dependencies: minipass: 3.3.6 dev: false /minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==, + } + engines: { node: ">=8" } dependencies: minipass: 3.3.6 dev: false /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, + } + engines: { node: ">=8" } dependencies: yallist: 4.0.0 dev: false /minipass@4.2.8: - resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==, + } + engines: { node: ">=8" } dev: false /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==, + } + engines: { node: ">=8" } dev: false /minipass@7.0.2: - resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==, + } + engines: { node: ">=16 || 14 >=14.17" } dev: false /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 yallist: 4.0.0 dev: false /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, + } + engines: { node: ">=10" } hasBin: true dev: false /mobius1-selectr@2.4.13: - resolution: {integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==} + resolution: + { + integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==, + } dev: true /modify-values@1.0.1: - resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==, + } + engines: { node: ">=0.10.0" } dev: false /mrmime@1.0.1: - resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, + } + engines: { node: ">=10" } dev: false /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + resolution: + { + integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, + } dev: true /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + resolution: + { + integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, + } /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + resolution: + { + integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, + } /multimatch@5.0.0: - resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==, + } + engines: { node: ">=10" } dependencies: - '@types/minimatch': 3.0.5 + "@types/minimatch": 3.0.5 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -6703,33 +9059,54 @@ packages: dev: false /mute-stream@0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + resolution: + { + integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, + } dev: false /mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + resolution: + { + integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, + } dev: false /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, + } + engines: { node: ">= 0.6" } /neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + resolution: + { + integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, + } dev: false /node-addon-api@3.2.1: - resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} + resolution: + { + integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==, + } dev: false /node-fetch@2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} - engines: {node: 4.x || >=6.0.0} + resolution: + { + integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, + } + engines: { node: 4.x || >=6.0.0 } peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -6740,13 +9117,19 @@ packages: dev: false /node-gyp-build@4.6.0: - resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} + resolution: + { + integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==, + } hasBin: true dev: false /node-gyp@9.4.0: - resolution: {integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==} - engines: {node: ^12.13 || ^14.13 || >=16} + resolution: + { + integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==, + } + engines: { node: ^12.13 || ^14.13 || >=16 } hasBin: true dependencies: env-paths: 2.2.1 @@ -6765,16 +9148,25 @@ packages: dev: false /node-machine-id@1.1.12: - resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} + resolution: + { + integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==, + } dev: false /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} + resolution: + { + integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, + } dev: false /nodemon@3.0.1: - resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==, + } + engines: { node: ">=10" } hasBin: true dependencies: chokidar: 3.5.3 @@ -6790,29 +9182,41 @@ packages: dev: true /noms@0.0.0: - resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} + resolution: + { + integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==, + } dependencies: inherits: 2.0.4 readable-stream: 1.0.34 dev: false /nopt@1.0.10: - resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} + resolution: + { + integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==, + } hasBin: true dependencies: abbrev: 1.1.1 dev: true /nopt@6.0.0: - resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true dependencies: abbrev: 1.1.1 dev: false /normalize-package-data@2.5.0: - resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + resolution: + { + integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, + } dependencies: hosted-git-info: 2.8.9 resolve: 1.22.3 @@ -6821,8 +9225,11 @@ packages: dev: false /normalize-package-data@3.0.3: - resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==, + } + engines: { node: ">=10" } dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.1 @@ -6831,8 +9238,11 @@ packages: dev: false /normalize-package-data@5.0.0: - resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: hosted-git-info: 6.1.1 is-core-module: 2.12.1 @@ -6841,42 +9251,63 @@ packages: dev: false /normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, + } + engines: { node: ">=0.10.0" } dev: true /npm-bundled@1.1.2: - resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} + resolution: + { + integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==, + } dependencies: npm-normalize-package-bin: 1.0.1 dev: false /npm-bundled@3.0.0: - resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-normalize-package-bin: 3.0.1 dev: false /npm-install-checks@6.1.1: - resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: semver: 7.5.4 dev: false /npm-normalize-package-bin@1.0.1: - resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} + resolution: + { + integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==, + } dev: false /npm-normalize-package-bin@3.0.1: - resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /npm-package-arg@10.1.0: - resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 @@ -6885,8 +9316,11 @@ packages: dev: false /npm-package-arg@8.1.1: - resolution: {integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==, + } + engines: { node: ">=10" } dependencies: hosted-git-info: 3.0.8 semver: 7.5.4 @@ -6894,8 +9328,11 @@ packages: dev: false /npm-packlist@5.1.1: - resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true dependencies: glob: 8.1.0 @@ -6905,15 +9342,21 @@ packages: dev: false /npm-packlist@7.0.4: - resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: ignore-walk: 6.0.3 dev: false /npm-pick-manifest@8.0.2: - resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.1 @@ -6922,8 +9365,11 @@ packages: dev: false /npm-registry-fetch@14.0.5: - resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -6937,15 +9383,21 @@ packages: dev: false /npm-run-path@4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, + } + engines: { node: ">=8" } dependencies: path-key: 3.1.1 dev: false /npmlog@6.0.2: - resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 @@ -6954,23 +9406,26 @@ packages: dev: false /nx@16.6.0: - resolution: {integrity: sha512-4UaS9nRakpZs45VOossA7hzSQY2dsr035EoPRGOc81yoMFW6Sqn1Rgq4hiLbHZOY8MnWNsLMkgolNMz1jC8YUQ==} + resolution: + { + integrity: sha512-4UaS9nRakpZs45VOossA7hzSQY2dsr035EoPRGOc81yoMFW6Sqn1Rgq4hiLbHZOY8MnWNsLMkgolNMz1jC8YUQ==, + } hasBin: true requiresBuild: true peerDependencies: - '@swc-node/register': ^1.4.2 - '@swc/core': ^1.2.173 + "@swc-node/register": ^1.4.2 + "@swc/core": ^1.2.173 peerDependenciesMeta: - '@swc-node/register': + "@swc-node/register": optional: true - '@swc/core': + "@swc/core": optional: true dependencies: - '@nrwl/tao': 16.6.0 - '@parcel/watcher': 2.0.4 - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.6 + "@nrwl/tao": 16.6.0 + "@parcel/watcher": 2.0.4 + "@yarnpkg/lockfile": 1.1.0 + "@yarnpkg/parsers": 3.0.0-rc.46 + "@zkochan/js-yaml": 0.0.6 axios: 1.4.0 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -7002,36 +9457,48 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 16.6.0 - '@nx/nx-darwin-x64': 16.6.0 - '@nx/nx-freebsd-x64': 16.6.0 - '@nx/nx-linux-arm-gnueabihf': 16.6.0 - '@nx/nx-linux-arm64-gnu': 16.6.0 - '@nx/nx-linux-arm64-musl': 16.6.0 - '@nx/nx-linux-x64-gnu': 16.6.0 - '@nx/nx-linux-x64-musl': 16.6.0 - '@nx/nx-win32-arm64-msvc': 16.6.0 - '@nx/nx-win32-x64-msvc': 16.6.0 + "@nx/nx-darwin-arm64": 16.6.0 + "@nx/nx-darwin-x64": 16.6.0 + "@nx/nx-freebsd-x64": 16.6.0 + "@nx/nx-linux-arm-gnueabihf": 16.6.0 + "@nx/nx-linux-arm64-gnu": 16.6.0 + "@nx/nx-linux-arm64-musl": 16.6.0 + "@nx/nx-linux-x64-gnu": 16.6.0 + "@nx/nx-linux-x64-musl": 16.6.0 + "@nx/nx-win32-arm64-msvc": 16.6.0 + "@nx/nx-win32-x64-msvc": 16.6.0 transitivePeerDependencies: - debug dev: false /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, + } + engines: { node: ">=0.10.0" } dev: true /object-inspect@1.12.3: - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + resolution: + { + integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, + } /object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, + } + engines: { node: ">= 0.4" } dev: false /object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7040,8 +9507,11 @@ packages: dev: false /object.fromentries@2.0.7: - resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7049,7 +9519,10 @@ packages: dev: false /object.groupby@1.0.1: - resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} + resolution: + { + integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7058,8 +9531,11 @@ packages: dev: false /object.values@1.1.7: - resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7067,27 +9543,39 @@ packages: dev: false /on-finished@2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, + } + engines: { node: ">= 0.8" } dependencies: ee-first: 1.1.1 dev: true /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + resolution: + { + integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, + } dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, + } + engines: { node: ">=6" } dependencies: mimic-fn: 2.1.0 dev: false /open@8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, + } + engines: { node: ">=12" } dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -7095,15 +9583,21 @@ packages: dev: false /opener@1.5.2: - resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} + resolution: + { + integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, + } hasBin: true dev: false /optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, + } + engines: { node: ">= 0.8.0" } dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 + "@aashutoshrathi/word-wrap": 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -7112,12 +9606,18 @@ packages: dev: false /opts@2.0.2: - resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} + resolution: + { + integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==, + } dev: true /ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, + } + engines: { node: ">=10" } dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -7131,134 +9631,194 @@ packages: dev: false /os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, + } + engines: { node: ">=0.10.0" } dev: false /p-finally@1.0.0: - resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, + } + engines: { node: ">=4" } dev: false /p-limit@1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, + } + engines: { node: ">=4" } dependencies: p-try: 1.0.0 dev: false /p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, + } + engines: { node: ">=6" } dependencies: p-try: 2.2.0 dev: false /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, + } + engines: { node: ">=10" } dependencies: yocto-queue: 0.1.0 dev: false /p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: yocto-queue: 1.0.0 dev: false /p-locate@2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, + } + engines: { node: ">=4" } dependencies: p-limit: 1.3.0 dev: false /p-locate@4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, + } + engines: { node: ">=8" } dependencies: p-limit: 2.3.0 dev: false /p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, + } + engines: { node: ">=10" } dependencies: p-limit: 3.1.0 dev: false /p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: p-limit: 4.0.0 dev: false /p-map-series@2.1.0: - resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==, + } + engines: { node: ">=8" } dev: false /p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, + } + engines: { node: ">=10" } dependencies: aggregate-error: 3.1.0 dev: false /p-pipe@3.1.0: - resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==, + } + engines: { node: ">=8" } dev: false /p-queue@6.6.2: - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, + } + engines: { node: ">=8" } dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 dev: false /p-reduce@2.1.0: - resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==, + } + engines: { node: ">=8" } dev: false /p-timeout@3.2.0: - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, + } + engines: { node: ">=8" } dependencies: p-finally: 1.0.0 dev: false /p-try@1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, + } + engines: { node: ">=4" } dev: false /p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, + } + engines: { node: ">=6" } dev: false /p-waterfall@2.1.1: - resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==, + } + engines: { node: ">=8" } dependencies: p-reduce: 2.1.0 dev: false /pacote@15.2.0: - resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: - '@npmcli/git': 4.1.0 - '@npmcli/installed-package-contents': 2.0.2 - '@npmcli/promise-spawn': 6.0.2 - '@npmcli/run-script': 6.0.2 + "@npmcli/git": 4.1.0 + "@npmcli/installed-package-contents": 2.0.2 + "@npmcli/promise-spawn": 6.0.2 + "@npmcli/run-script": 6.0.2 cacache: 17.1.3 fs-minipass: 3.0.2 minipass: 5.0.0 @@ -7279,254 +9839,383 @@ packages: dev: false /parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, + } + engines: { node: ">=6" } dependencies: callsites: 3.1.0 dev: false /parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, + } + engines: { node: ">=4" } dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 dev: false /parse-json@5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, + } + engines: { node: ">=8" } dependencies: - '@babel/code-frame': 7.22.10 + "@babel/code-frame": 7.22.10 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: false /parse-path@7.0.0: - resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} + resolution: + { + integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==, + } dependencies: protocols: 2.0.1 dev: false /parse-url@8.1.0: - resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} + resolution: + { + integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==, + } dependencies: parse-path: 7.0.0 dev: false /parseurl@1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, + } + engines: { node: ">= 0.8" } dev: true /path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, + } + engines: { node: ">=4" } dev: false /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, + } + engines: { node: ">=8" } dev: false /path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dev: false /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, + } + engines: { node: ">=0.10.0" } /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, + } + engines: { node: ">=8" } dev: false /path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + resolution: + { + integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, + } /path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: lru-cache: 10.0.0 minipass: 7.0.2 dev: false /path-to-regexp@0.1.7: - resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} + resolution: + { + integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==, + } dev: true /path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, + } + engines: { node: ">=4" } dependencies: pify: 3.0.0 dev: false /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, + } + engines: { node: ">=8" } dev: false /picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + resolution: + { + integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, + } dev: false /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, + } + engines: { node: ">=8.6" } /picomodal@3.0.0: - resolution: {integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==} + resolution: + { + integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==, + } dev: true /pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, + } + engines: { node: ">=0.10.0" } dev: false /pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, + } + engines: { node: ">=4" } dev: false /pify@4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, + } + engines: { node: ">=6" } dev: false /pify@5.0.0: - resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==, + } + engines: { node: ">=10" } dev: false /pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, + } + engines: { node: ">=8" } dependencies: find-up: 4.1.0 dev: false /pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + resolution: + { + integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==, + } + engines: { node: ">=14.16" } dependencies: find-up: 6.3.0 dev: false /popper.js@1.16.1: - resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} + resolution: + { + integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==, + } deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 dev: true /prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, + } + engines: { node: ">= 0.8.0" } dev: false /prettier-plugin-multiline-arrays@3.0.0(prettier@3.1.0): - resolution: {integrity: sha512-qEfctOpCfnTztyLRoVkKvYpOLeTiG1Sq29Guk9zMs5YeZeoRZXO6JDdWj9OJyswJHmIrOEuPCmpdS7yxkyIatw==} + resolution: + { + integrity: sha512-qEfctOpCfnTztyLRoVkKvYpOLeTiG1Sq29Guk9zMs5YeZeoRZXO6JDdWj9OJyswJHmIrOEuPCmpdS7yxkyIatw==, + } peerDependencies: prettier: ^3.0.0 dependencies: - '@augment-vir/common': 21.6.0 + "@augment-vir/common": 21.6.0 prettier: 3.1.0 proxy-vir: 0.0.1 dev: false /prettier@3.1.0: - resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==, + } + engines: { node: ">=14" } hasBin: true dev: false /pretty-format@29.6.2: - resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - '@jest/schemas': 29.6.0 + "@jest/schemas": 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 dev: false /proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /process-nextick-args@2.0.1: - resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + resolution: + { + integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, + } dev: false /promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + resolution: + { + integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, + } peerDependencies: - bluebird: '*' + bluebird: "*" peerDependenciesMeta: bluebird: optional: true dev: false /promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, + } + engines: { node: ">=10" } dependencies: err-code: 2.0.3 retry: 0.12.0 dev: false /promise@7.3.1: - resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + resolution: + { + integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==, + } dependencies: asap: 2.0.6 dev: true /prompts@2.4.2: - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, + } + engines: { node: ">= 6" } dependencies: kleur: 3.0.3 sisteransi: 1.0.5 dev: false /promzard@1.0.0: - resolution: {integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: read: 2.1.0 dev: false /protocols@2.0.1: - resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} + resolution: + { + integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==, + } dev: false /proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} - engines: {node: '>= 0.10'} + resolution: + { + integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, + } + engines: { node: ">= 0.10" } dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 dev: true /proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + resolution: + { + integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, + } dev: false /proxy-vir@0.0.1: - resolution: {integrity: sha512-K3sv2I9kigOqt17hMhvWjSiwx90hpxxD3rN+meVQhrGKoxhVbt82ulkm3i1KlenVIMS1KFskt/vltMlGHVQrMw==} + resolution: + { + integrity: sha512-K3sv2I9kigOqt17hMhvWjSiwx90hpxxD3rN+meVQhrGKoxhVbt82ulkm3i1KlenVIMS1KFskt/vltMlGHVQrMw==, + } dependencies: - '@augment-vir/common': 13.5.0 + "@augment-vir/common": 13.5.0 dev: false /pstree.remy@1.1.8: - resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} + resolution: + { + integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==, + } dev: true /pug-attrs@3.0.0: - resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} + resolution: + { + integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==, + } dependencies: constantinople: 4.0.1 js-stringify: 1.0.2 @@ -7534,7 +10223,10 @@ packages: dev: true /pug-code-gen@3.0.2: - resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} + resolution: + { + integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==, + } dependencies: constantinople: 4.0.1 doctypes: 1.1.0 @@ -7547,11 +10239,17 @@ packages: dev: true /pug-error@2.0.0: - resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} + resolution: + { + integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==, + } dev: true /pug-filters@4.0.0: - resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} + resolution: + { + integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==, + } dependencies: constantinople: 4.0.1 jstransformer: 1.0.0 @@ -7561,7 +10259,10 @@ packages: dev: true /pug-lexer@5.0.1: - resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} + resolution: + { + integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==, + } dependencies: character-parser: 2.2.0 is-expression: 4.0.0 @@ -7569,42 +10270,63 @@ packages: dev: true /pug-linker@4.0.0: - resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} + resolution: + { + integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==, + } dependencies: pug-error: 2.0.0 pug-walk: 2.0.0 dev: true /pug-load@3.0.0: - resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} + resolution: + { + integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==, + } dependencies: object-assign: 4.1.1 pug-walk: 2.0.0 dev: true /pug-parser@6.0.0: - resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} + resolution: + { + integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==, + } dependencies: pug-error: 2.0.0 token-stream: 1.0.0 dev: true /pug-runtime@3.0.1: - resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} + resolution: + { + integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==, + } dev: true /pug-strip-comments@2.0.0: - resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} + resolution: + { + integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==, + } dependencies: pug-error: 2.0.0 dev: true /pug-walk@2.0.0: - resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} + resolution: + { + integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==, + } dev: true /pug@3.0.2: - resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} + resolution: + { + integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==, + } dependencies: pug-code-gen: 3.0.2 pug-filters: 4.0.0 @@ -7617,39 +10339,60 @@ packages: dev: true /punycode@2.3.0: - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, + } + engines: { node: ">=6" } /qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} - engines: {node: '>=0.6'} + resolution: + { + integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, + } + engines: { node: ">=0.6" } dependencies: side-channel: 1.0.4 dev: true /queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + resolution: + { + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, + } dev: false /quick-lru@4.0.1: - resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, + } + engines: { node: ">=8" } dev: false /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + resolution: + { + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, + } dependencies: safe-buffer: 5.2.1 dev: false /range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, + } + engines: { node: ">= 0.6" } dev: true /raw-body@2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, + } + engines: { node: ">= 0.8" } dependencies: bytes: 3.1.2 http-errors: 2.0.0 @@ -7658,25 +10401,37 @@ packages: dev: true /react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + resolution: + { + integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, + } dev: false /read-cmd-shim@4.0.0: - resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: json-parse-even-better-errors: 3.0.0 npm-normalize-package-bin: 3.0.1 dev: false /read-package-json@6.0.4: - resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: glob: 10.3.10 json-parse-even-better-errors: 3.0.0 @@ -7685,16 +10440,22 @@ packages: dev: false /read-pkg-up@3.0.0: - resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, + } + engines: { node: ">=4" } dependencies: find-up: 2.1.0 read-pkg: 3.0.0 dev: false /read-pkg-up@7.0.1: - resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, + } + engines: { node: ">=8" } dependencies: find-up: 4.1.0 read-pkg: 5.2.0 @@ -7702,8 +10463,11 @@ packages: dev: false /read-pkg@3.0.0: - resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, + } + engines: { node: ">=4" } dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 @@ -7711,24 +10475,33 @@ packages: dev: false /read-pkg@5.2.0: - resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, + } + engines: { node: ">=8" } dependencies: - '@types/normalize-package-data': 2.4.1 + "@types/normalize-package-data": 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 dev: false /read@2.1.0: - resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: mute-stream: 1.0.0 dev: false /readable-stream@1.0.34: - resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} + resolution: + { + integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==, + } dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -7737,7 +10510,10 @@ packages: dev: false /readable-stream@2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + resolution: + { + integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==, + } dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -7749,8 +10525,11 @@ packages: dev: false /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, + } + engines: { node: ">= 6" } dependencies: inherits: 2.0.4 string_decoder: 1.3.0 @@ -7758,51 +10537,75 @@ packages: dev: false /readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + resolution: + { + integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, + } + engines: { node: ">=8.10.0" } dependencies: picomatch: 2.3.1 dev: true /rechoir@0.8.0: - resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==, + } + engines: { node: ">= 10.13.0" } dependencies: resolve: 1.22.2 dev: false /redent@3.0.0: - resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, + } + engines: { node: ">=8" } dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 dev: false /regenerate-unicode-properties@10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, + } + engines: { node: ">=4" } dependencies: regenerate: 1.4.2 dev: false /regenerate@1.4.2: - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + resolution: + { + integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, + } dev: false /regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + resolution: + { + integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, + } dev: false /regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + resolution: + { + integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, + } dependencies: - '@babel/runtime': 7.22.6 + "@babel/runtime": 7.22.6 dev: false /regexp.prototype.flags@1.5.0: - resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7810,10 +10613,13 @@ packages: dev: false /regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, + } + engines: { node: ">=4" } dependencies: - '@babel/regjsgen': 0.8.0 + "@babel/regjsgen": 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -7822,55 +10628,82 @@ packages: dev: false /regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + resolution: + { + integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, + } hasBin: true dependencies: jsesc: 0.5.0 dev: false /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, + } + engines: { node: ">=0.10.0" } dev: false /require-from-string@2.0.2: - resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, + } + engines: { node: ">=0.10.0" } dev: false /resolve-cwd@3.0.0: - resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, + } + engines: { node: ">=8" } dependencies: resolve-from: 5.0.0 dev: false /resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, + } + engines: { node: ">=4" } dev: false /resolve-from@5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, + } + engines: { node: ">=8" } dev: false /resolve-global@1.0.0: - resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==, + } + engines: { node: ">=8" } dependencies: global-dirs: 0.1.1 dev: false /resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + resolution: + { + integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==, + } dependencies: is-core-module: 2.12.1 path-parse: 1.0.7 dev: false /resolve@1.22.2: - resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + resolution: + { + integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, + } hasBin: true dependencies: is-core-module: 2.12.1 @@ -7878,7 +10711,10 @@ packages: supports-preserve-symlinks-flag: 1.0.0 /resolve@1.22.3: - resolution: {integrity: sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==} + resolution: + { + integrity: sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==, + } hasBin: true dependencies: is-core-module: 2.12.1 @@ -7887,7 +10723,10 @@ packages: dev: false /resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + resolution: + { + integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, + } hasBin: true dependencies: is-core-module: 2.13.1 @@ -7896,66 +10735,96 @@ packages: dev: false /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, + } + engines: { node: ">=8" } dependencies: onetime: 5.1.2 signal-exit: 3.0.7 dev: false /retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} + resolution: + { + integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, + } + engines: { node: ">= 4" } dev: false /reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + resolution: + { + integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, + } + engines: { iojs: ">=1.0.0", node: ">=0.10.0" } dev: false /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + resolution: + { + integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, + } hasBin: true dependencies: glob: 7.2.3 dev: false /rimraf@4.4.1: - resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==, + } + engines: { node: ">=14" } hasBin: true dependencies: glob: 9.3.5 dev: false /rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==, + } + engines: { node: ">=14" } hasBin: true dependencies: glob: 10.3.10 dev: false /run-async@2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} - engines: {node: '>=0.12.0'} + resolution: + { + integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, + } + engines: { node: ">=0.12.0" } dev: false /run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + resolution: + { + integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, + } dependencies: queue-microtask: 1.2.3 dev: false /rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + resolution: + { + integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, + } dependencies: tslib: 2.6.1 dev: false /safe-array-concat@1.0.0: - resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} - engines: {node: '>=0.4'} + resolution: + { + integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, + } + engines: { node: ">=0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7964,14 +10833,23 @@ packages: dev: false /safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + resolution: + { + integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, + } dev: false /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + resolution: + { + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, + } /safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + resolution: + { + integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7979,59 +10857,86 @@ packages: dev: false /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + resolution: + { + integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, + } /sax@1.3.0: - resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + resolution: + { + integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==, + } dev: true /schema-utils@3.3.0: - resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, + } + engines: { node: ">= 10.13.0" } dependencies: - '@types/json-schema': 7.0.12 + "@types/json-schema": 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: false /schema-utils@4.2.0: - resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} - engines: {node: '>= 12.13.0'} + resolution: + { + integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, + } + engines: { node: ">= 12.13.0" } dependencies: - '@types/json-schema': 7.0.12 + "@types/json-schema": 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) dev: false /semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + resolution: + { + integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, + } hasBin: true dev: false /semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + resolution: + { + integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, + } hasBin: true dev: false /semver@7.5.3: - resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==, + } + engines: { node: ">=10" } hasBin: true dependencies: lru-cache: 6.0.0 dev: false /semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, + } + engines: { node: ">=10" } hasBin: true dependencies: lru-cache: 6.0.0 /send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, + } + engines: { node: ">= 0.8.0" } dependencies: debug: 2.6.9 depd: 2.0.0 @@ -8051,14 +10956,20 @@ packages: dev: true /serialize-javascript@6.0.1: - resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + resolution: + { + integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==, + } dependencies: randombytes: 2.1.0 dev: false /serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, + } + engines: { node: ">= 0.8.0" } dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -8069,34 +10980,52 @@ packages: dev: true /set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + resolution: + { + integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, + } dev: false /setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + resolution: + { + integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, + } dev: true /shallow-clone@3.0.1: - resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, + } + engines: { node: ">=8" } dependencies: kind-of: 6.0.3 dev: false /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, + } + engines: { node: ">=8" } dependencies: shebang-regex: 3.0.0 dev: false /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, + } + engines: { node: ">=8" } dev: false /shiki@0.14.3: - resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} + resolution: + { + integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==, + } dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -8105,67 +11034,97 @@ packages: dev: false /side-channel@1.0.4: - resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + resolution: + { + integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 object-inspect: 1.12.3 /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + resolution: + { + integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, + } dev: false /signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, + } + engines: { node: ">=14" } dev: false /sigstore@1.8.0: - resolution: {integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: - '@sigstore/bundle': 1.0.0 - '@sigstore/protobuf-specs': 0.2.0 - '@sigstore/tuf': 1.0.3 + "@sigstore/bundle": 1.0.0 + "@sigstore/protobuf-specs": 0.2.0 + "@sigstore/tuf": 1.0.3 make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color dev: false /simple-update-notifier@2.0.0: - resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, + } + engines: { node: ">=10" } dependencies: semver: 7.5.4 dev: true /sirv@2.0.3: - resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==, + } + engines: { node: ">= 10" } dependencies: - '@polka/url': 1.0.0-next.21 + "@polka/url": 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.1 dev: false /sisteransi@1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + resolution: + { + integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, + } dev: false /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, + } + engines: { node: ">=8" } dev: false /smart-buffer@4.2.0: - resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} - engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + resolution: + { + integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, + } + engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } dev: false /socks-proxy-agent@7.0.0: - resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==, + } + engines: { node: ">= 10" } dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -8175,106 +11134,160 @@ packages: dev: false /socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + resolution: + { + integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, + } + engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } dependencies: ip: 2.0.0 smart-buffer: 4.2.0 dev: false /sort-keys@2.0.0: - resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==, + } + engines: { node: ">=4" } dependencies: is-plain-obj: 1.1.0 dev: false /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + resolution: + { + integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, + } dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: false /source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, + } + engines: { node: ">=0.10.0" } dev: false /source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, + } + engines: { node: ">= 8" } dev: true /spdx-correct@3.2.0: - resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + resolution: + { + integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==, + } dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.13 dev: false /spdx-exceptions@2.3.0: - resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + resolution: + { + integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, + } dev: false /spdx-expression-parse@3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + resolution: + { + integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, + } dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.13 dev: false /spdx-license-ids@3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + resolution: + { + integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, + } dev: false /split2@3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + resolution: + { + integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==, + } dependencies: readable-stream: 3.6.2 dev: false /split2@4.2.0: - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} - engines: {node: '>= 10.x'} + resolution: + { + integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==, + } + engines: { node: ">= 10.x" } dev: false /split@1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + resolution: + { + integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==, + } dependencies: through: 2.3.8 dev: false /sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + resolution: + { + integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, + } dev: false /ssri@10.0.4: - resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 dev: false /ssri@9.0.1: - resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: minipass: 3.3.6 dev: false /stats.ts@1.1.0: - resolution: {integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==} + resolution: + { + integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==, + } dev: true /statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, + } + engines: { node: ">= 0.8" } dev: true /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, + } + engines: { node: ">=8" } dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -8282,8 +11295,11 @@ packages: dev: false /string-width@5.1.2: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, + } + engines: { node: ">=12" } dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 @@ -8291,8 +11307,11 @@ packages: dev: false /string.prototype.trim@1.2.7: - resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8300,7 +11319,10 @@ packages: dev: false /string.prototype.trimend@1.0.6: - resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} + resolution: + { + integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8308,7 +11330,10 @@ packages: dev: false /string.prototype.trimstart@1.0.6: - resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} + resolution: + { + integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8316,65 +11341,98 @@ packages: dev: false /string_decoder@0.10.31: - resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + resolution: + { + integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==, + } dev: false /string_decoder@1.1.1: - resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + resolution: + { + integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, + } dependencies: safe-buffer: 5.1.2 dev: false /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + resolution: + { + integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, + } dependencies: safe-buffer: 5.2.1 dev: false /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, + } + engines: { node: ">=8" } dependencies: ansi-regex: 5.0.1 dev: false /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, + } + engines: { node: ">=12" } dependencies: ansi-regex: 6.0.1 dev: false /strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, + } + engines: { node: ">=4" } dev: false /strip-bom@4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, + } + engines: { node: ">=8" } dev: false /strip-final-newline@2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, + } + engines: { node: ">=6" } dev: false /strip-indent@3.0.0: - resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, + } + engines: { node: ">=8" } dependencies: min-indent: 1.0.1 dev: false /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, + } + engines: { node: ">=8" } dev: false /strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==, + } + engines: { node: ">=4" } hasBin: true dependencies: duplexer: 0.1.2 @@ -8383,10 +11441,13 @@ packages: dev: false /stylus@0.61.0: - resolution: {integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==} + resolution: + { + integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==, + } hasBin: true dependencies: - '@adobe/css-tools': 4.3.1 + "@adobe/css-tools": 4.3.1 debug: 4.3.4 glob: 7.2.3 sax: 1.3.0 @@ -8396,37 +11457,55 @@ packages: dev: true /supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, + } + engines: { node: ">=4" } dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, + } + engines: { node: ">=8" } dependencies: has-flag: 4.0.0 dev: false /supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, + } + engines: { node: ">=10" } dependencies: has-flag: 4.0.0 dev: false /supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, + } + engines: { node: ">= 0.4" } /tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, + } + engines: { node: ">=6" } dev: false /tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, + } + engines: { node: ">=6" } dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -8436,8 +11515,11 @@ packages: dev: false /tar@6.1.11: - resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, + } + engines: { node: ">= 10" } dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -8448,27 +11530,33 @@ packages: dev: false /temp-dir@1.0.0: - resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==, + } + engines: { node: ">=4" } dev: false /terser-webpack-plugin@5.3.9(webpack@5.89.0): - resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' + resolution: + { + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, + } + engines: { node: ">= 10.13.0" } + peerDependencies: + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" webpack: ^5.1.0 peerDependenciesMeta: - '@swc/core': + "@swc/core": optional: true esbuild: optional: true uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/trace-mapping": 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -8477,122 +11565,182 @@ packages: dev: false /terser@5.19.2: - resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==, + } + engines: { node: ">=10" } hasBin: true dependencies: - '@jridgewell/source-map': 0.3.5 + "@jridgewell/source-map": 0.3.5 acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 dev: false /text-extensions@1.9.0: - resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} - engines: {node: '>=0.10'} + resolution: + { + integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==, + } + engines: { node: ">=0.10" } dev: false /text-extensions@2.4.0: - resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==, + } + engines: { node: ">=8" } dev: false /text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + resolution: + { + integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, + } dev: false /through2@2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + resolution: + { + integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==, + } dependencies: readable-stream: 2.3.8 xtend: 4.0.2 dev: false /through2@4.0.2: - resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + resolution: + { + integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==, + } dependencies: readable-stream: 3.6.2 dev: false /through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + resolution: + { + integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, + } dev: false /tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + resolution: + { + integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, + } + engines: { node: ">=0.6.0" } dependencies: os-tmpdir: 1.0.2 dev: false /tmp@0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} + resolution: + { + integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==, + } + engines: { node: ">=8.17.0" } dependencies: rimraf: 3.0.2 dev: false /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, + } + engines: { node: ">=4" } /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + resolution: + { + integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, + } + engines: { node: ">=8.0" } dependencies: is-number: 7.0.0 /toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} + resolution: + { + integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, + } + engines: { node: ">=0.6" } dev: true /token-stream@1.0.0: - resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} + resolution: + { + integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==, + } dev: true /totalist@3.0.1: - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, + } + engines: { node: ">=6" } dev: false /touch@3.1.0: - resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} + resolution: + { + integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==, + } hasBin: true dependencies: nopt: 1.0.10 dev: true /tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + resolution: + { + integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, + } dev: false /trim-newlines@3.0.1: - resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, + } + engines: { node: ">=8" } dev: false /ts-api-utils@1.0.1(typescript@5.2.2): - resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} - engines: {node: '>=16.13.0'} + resolution: + { + integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==, + } + engines: { node: ">=16.13.0" } peerDependencies: - typescript: '>=4.2.0' + typescript: ">=4.2.0" dependencies: typescript: 5.2.2 dev: false /tsconfig-paths@3.14.2: - resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} + resolution: + { + integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, + } dependencies: - '@types/json5': 0.0.29 + "@types/json5": 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 dev: false /tsconfig-paths@4.2.0: - resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, + } + engines: { node: ">=6" } dependencies: json5: 2.2.3 minimist: 1.2.8 @@ -8600,14 +11748,20 @@ packages: dev: false /tslib@2.6.1: - resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} + resolution: + { + integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==, + } dev: false /tuf-js@1.1.7: - resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@tufjs/models': 1.0.4 + "@tufjs/models": 1.0.4 debug: 4.3.4 make-fetch-happen: 11.1.1 transitivePeerDependencies: @@ -8615,63 +11769,96 @@ packages: dev: false /type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, + } + engines: { node: ">= 0.8.0" } dependencies: prelude-ls: 1.2.1 dev: false /type-fest@0.18.1: - resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==, + } + engines: { node: ">=10" } dev: false /type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, + } + engines: { node: ">=10" } dev: false /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, + } + engines: { node: ">=10" } dev: false /type-fest@0.4.1: - resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==, + } + engines: { node: ">=6" } dev: false /type-fest@0.6.0: - resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, + } + engines: { node: ">=8" } dev: false /type-fest@0.8.1: - resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, + } + engines: { node: ">=8" } dev: false /type-fest@3.13.1: - resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} - engines: {node: '>=14.16'} + resolution: + { + integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==, + } + engines: { node: ">=14.16" } dev: false /type-fest@4.7.1: - resolution: {integrity: sha512-iWr8RUmzAJRfhZugX9O7nZE6pCxDU8CZ3QxsLuTnGcBLJpCaP2ll3s4eMTBoFnU/CeXY/5rfQSuAEsTGJO4y8A==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-iWr8RUmzAJRfhZugX9O7nZE6pCxDU8CZ3QxsLuTnGcBLJpCaP2ll3s4eMTBoFnU/CeXY/5rfQSuAEsTGJO4y8A==, + } + engines: { node: ">=16" } dev: false /type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, + } + engines: { node: ">= 0.6" } dependencies: media-typer: 0.3.0 mime-types: 2.1.35 dev: true /typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -8679,8 +11866,11 @@ packages: dev: false /typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -8689,8 +11879,11 @@ packages: dev: false /typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, + } + engines: { node: ">= 0.4" } dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -8700,7 +11893,10 @@ packages: dev: false /typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + resolution: + { + integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, + } dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -8708,12 +11904,18 @@ packages: dev: false /typedarray@0.0.6: - resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + resolution: + { + integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, + } dev: false /typedoc-plugin-coverage@2.2.0(typedoc@0.25.3): - resolution: {integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==, + } + engines: { node: ">= 16" } peerDependencies: typedoc: ^0.22.12 || 0.23.x || 0.24.x || 0.25.x dependencies: @@ -8721,7 +11923,10 @@ packages: dev: false /typedoc-plugin-keywords@1.5.0(typedoc@0.25.3): - resolution: {integrity: sha512-8dkuTwwiuXzyM6T1/5M85JGyqArGnEYkANqItLXLAxmfx9SNkEDSwqfDiMGBVrcJmLMc/0nuCf/H4ixyA/8/tA==} + resolution: + { + integrity: sha512-8dkuTwwiuXzyM6T1/5M85JGyqArGnEYkANqItLXLAxmfx9SNkEDSwqfDiMGBVrcJmLMc/0nuCf/H4ixyA/8/tA==, + } peerDependencies: typedoc: ^0.25.0 dependencies: @@ -8730,7 +11935,10 @@ packages: dev: false /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.3): - resolution: {integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==} + resolution: + { + integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==, + } peerDependencies: typedoc: 0.24.x || 0.25.x dependencies: @@ -8738,8 +11946,11 @@ packages: dev: false /typedoc@0.25.3(typescript@5.2.2): - resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==, + } + engines: { node: ">= 16" } hasBin: true peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x @@ -8752,21 +11963,30 @@ packages: dev: false /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} - engines: {node: '>=14.17'} + resolution: + { + integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, + } + engines: { node: ">=14.17" } hasBin: true dev: false /uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} - engines: {node: '>=0.8.0'} + resolution: + { + integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, + } + engines: { node: ">=0.8.0" } hasBin: true requiresBuild: true dev: false optional: true /unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + resolution: + { + integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, + } dependencies: call-bind: 1.0.2 has-bigints: 1.0.2 @@ -8775,79 +11995,121 @@ packages: dev: false /undefsafe@2.0.5: - resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} + resolution: + { + integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==, + } dev: true /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + resolution: + { + integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, + } dev: false /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, + } + engines: { node: ">=4" } dev: false /unicode-match-property-ecmascript@2.0.0: - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, + } + engines: { node: ">=4" } dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 dev: false /unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, + } + engines: { node: ">=4" } dev: false /unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, + } + engines: { node: ">=4" } dev: false /unique-filename@3.0.0: - resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: unique-slug: 4.0.0 dev: false /unique-slug@4.0.0: - resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: imurmurhash: 0.1.4 dev: false /universal-user-agent@6.0.0: - resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} + resolution: + { + integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==, + } dev: false /universalify@2.0.0: - resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} - engines: {node: '>= 10.0.0'} + resolution: + { + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, + } + engines: { node: ">= 10.0.0" } dev: false /unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, + } + engines: { node: ">= 0.8" } dev: true /untildify@4.0.0: - resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, + } + engines: { node: ">=8" } dev: false /upath@2.0.1: - resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, + } + engines: { node: ">=4" } dev: false /update-browserslist-db@1.0.13(browserslist@4.22.1): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + resolution: + { + integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==, + } hasBin: true peerDependencies: - browserslist: '>= 4.21.0' + browserslist: ">= 4.21.0" dependencies: browserslist: 4.22.1 escalade: 3.1.1 @@ -8855,96 +12117,147 @@ packages: dev: false /uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + resolution: + { + integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, + } dependencies: punycode: 2.3.0 /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + resolution: + { + integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, + } dev: false /utils-merge@1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} - engines: {node: '>= 0.4.0'} + resolution: + { + integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, + } + engines: { node: ">= 0.4.0" } dev: true /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + resolution: + { + integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, + } hasBin: true dev: false /v8-compile-cache@2.3.0: - resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + resolution: + { + integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, + } dev: false /validate-npm-package-license@3.0.4: - resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + resolution: + { + integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, + } dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: false /validate-npm-package-name@3.0.0: - resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} + resolution: + { + integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==, + } dependencies: builtins: 1.0.3 dev: false /validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: builtins: 5.0.1 dev: false /vanilla-picker@2.12.2: - resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} + resolution: + { + integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==, + } dependencies: - '@sphinxxxx/color-conversion': 2.2.2 + "@sphinxxxx/color-conversion": 2.2.2 dev: true /vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, + } + engines: { node: ">= 0.8" } dev: true /void-elements@3.1.0: - resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==, + } + engines: { node: ">=0.10.0" } dev: true /vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} + resolution: + { + integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, + } dev: false /vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} + resolution: + { + integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, + } dev: false /watchpack@2.4.0: - resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, + } + engines: { node: ">=10.13.0" } dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 dev: false /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + resolution: + { + integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, + } dependencies: defaults: 1.0.4 dev: false /webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + resolution: + { + integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, + } dev: false /webpack-bundle-analyzer@4.10.1: - resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==, + } + engines: { node: ">= 10.13.0" } hasBin: true dependencies: - '@discoveryjs/json-ext': 0.5.7 + "@discoveryjs/json-ext": 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 commander: 7.2.0 @@ -8963,26 +12276,29 @@ packages: dev: false /webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0): - resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==, + } + engines: { node: ">=14.15.0" } hasBin: true peerDependencies: - '@webpack-cli/generators': '*' + "@webpack-cli/generators": "*" webpack: 5.x.x - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' + webpack-bundle-analyzer: "*" + webpack-dev-server: "*" peerDependenciesMeta: - '@webpack-cli/generators': + "@webpack-cli/generators": optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) + "@discoveryjs/json-ext": 0.5.7 + "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) + "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) + "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -8997,33 +12313,42 @@ packages: dev: false /webpack-merge@5.9.0: - resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} - engines: {node: '>=10.0.0'} + resolution: + { + integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==, + } + engines: { node: ">=10.0.0" } dependencies: clone-deep: 4.0.1 wildcard: 2.0.1 dev: false /webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, + } + engines: { node: ">=10.13.0" } dev: false /webpack@5.89.0(webpack-cli@5.1.4): - resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==, + } + engines: { node: ">=10.13.0" } hasBin: true peerDependencies: - webpack-cli: '*' + webpack-cli: "*" peerDependenciesMeta: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/wasm-edit': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 + "@types/eslint-scope": 3.7.4 + "@types/estree": 1.0.1 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) browserslist: 4.22.1 @@ -9045,20 +12370,26 @@ packages: webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js dev: false /whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + resolution: + { + integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, + } dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false /which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + resolution: + { + integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, + } dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -9068,8 +12399,11 @@ packages: dev: false /which-typed-array@1.1.11: - resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, + } + engines: { node: ">= 0.4" } dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -9079,48 +12413,69 @@ packages: dev: false /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, + } + engines: { node: ">= 8" } hasBin: true dependencies: isexe: 2.0.0 dev: false /which@3.0.1: - resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: isexe: 2.0.0 dev: false /wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + resolution: + { + integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, + } dependencies: string-width: 4.2.3 dev: false /wildcard@2.0.1: - resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + resolution: + { + integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==, + } dev: false /with@7.0.2: - resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} - engines: {node: '>= 10.0.0'} - dependencies: - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + resolution: + { + integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==, + } + engines: { node: ">= 10.0.0" } + dependencies: + "@babel/parser": 7.22.7 + "@babel/types": 7.22.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true /wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + resolution: + { + integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, + } dev: false /wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, + } + engines: { node: ">=8" } dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -9128,8 +12483,11 @@ packages: dev: false /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -9137,8 +12495,11 @@ packages: dev: false /wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, + } + engines: { node: ">=12" } dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 @@ -9146,10 +12507,16 @@ packages: dev: false /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + resolution: + { + integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, + } /write-file-atomic@2.4.3: - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + resolution: + { + integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, + } dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 @@ -9157,16 +12524,22 @@ packages: dev: false /write-file-atomic@5.0.1: - resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 dev: false /write-json-file@3.2.0: - resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==, + } + engines: { node: ">=6" } dependencies: detect-indent: 5.0.0 graceful-fs: 4.2.11 @@ -9177,8 +12550,11 @@ packages: dev: false /write-pkg@4.0.0: - resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==, + } + engines: { node: ">=8" } dependencies: sort-keys: 2.0.0 type-fest: 0.4.1 @@ -9186,8 +12562,11 @@ packages: dev: false /ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} + resolution: + { + integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==, + } + engines: { node: ">=8.3.0" } peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -9198,40 +12577,64 @@ packages: optional: true /xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} + resolution: + { + integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, + } + engines: { node: ">=0.4" } dev: false /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, + } + engines: { node: ">=10" } dev: false /yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + resolution: + { + integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, + } dev: false /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + resolution: + { + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, + } /yargs-parser@20.2.4: - resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==, + } + engines: { node: ">=10" } dev: false /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, + } + engines: { node: ">=10" } dev: false /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, + } + engines: { node: ">=12" } dev: false /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, + } + engines: { node: ">=10" } dependencies: cliui: 7.0.4 escalade: 3.1.1 @@ -9243,8 +12646,11 @@ packages: dev: false /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, + } + engines: { node: ">=12" } dependencies: cliui: 8.0.1 escalade: 3.1.1 @@ -9256,11 +12662,17 @@ packages: dev: false /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, + } + engines: { node: ">=10" } dev: false /yocto-queue@1.0.0: - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} - engines: {node: '>=12.20'} + resolution: + { + integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, + } + engines: { node: ">=12.20" } dev: false diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index 1559e6d..8f05666 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-big-circles +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-big-circles # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-big-circles - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-big-circles - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-big-circles - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-big-circles@2.9.2...@tsparticles/preset-big-circles@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-big-circles diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index ef32ab5..1b7821e 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 32d4292..e8d3328 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.1", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.2", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" - } } diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index 1afc5ec..d8e369d 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-bubbles +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-bubbles # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-bubbles - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-bubbles - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-bubbles - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-bubbles@2.9.2...@tsparticles/preset-bubbles@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-bubbles diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index e0d95d2..1cb9616 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index eeb6890..c127c26 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.1", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.2", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" - } } diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index 1d94077..ee13e42 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-confetti +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-confetti # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-confetti - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-confetti - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-confetti - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-confetti@2.9.2...@tsparticles/preset-confetti@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-confetti diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index e9d7913..f811b6c 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/confetti/package.json b/presets/confetti/package.json index 855487a..43e808c 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,110 +1,110 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.1", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.2", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" - } } diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index ca804ad..55a0c18 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-fire +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-fire # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-fire - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-fire - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-fire - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fire@2.9.2...@tsparticles/preset-fire@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-fire diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index b99a50e..e4e351c 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fire/package.json b/presets/fire/package.json index e284486..dd56154 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.1", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.2", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4" - } } diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index ff56194..2682c0d 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-firefly +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-firefly # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-firefly - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-firefly - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-firefly - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-firefly@2.9.2...@tsparticles/preset-firefly@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-firefly diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 354e25c..4580a30 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/firefly/package.json b/presets/firefly/package.json index b9224cc..43f84bb 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.1", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.2", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" - } } diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index 6f615be..224afa5 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-fireworks +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-fireworks # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-fireworks - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-fireworks - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-fireworks - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fireworks@2.9.2...@tsparticles/preset-fireworks@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-fireworks diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index d993833..5fe3cfd 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index c3e3c16..8c26e42 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,109 +1,109 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.1", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.2", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" - } } diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index b31bf5a..049b3d8 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-fountain +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-fountain # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-fountain - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-fountain - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-fountain - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-fountain@2.9.2...@tsparticles/preset-fountain@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-fountain diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 7ae99eb..aaad72c 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 5dcdf53..65ccfbb 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.1", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.2", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4" - } } diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index 942748c..5bfe572 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) + +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) + +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) ### Features -* added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) +- added hyperscape preset ([5e07a70](https://github.com/tsparticles/presets/commit/5e07a709a3cc022dd2952d052b858df04e7004e6)) diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 792eeef..6530de6 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index 533426c..b22293f 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.1", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.2", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4" - } } diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index b9b46e8..cccf983 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-links +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-links # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-links - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-links - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-links - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-links@2.9.2...@tsparticles/preset-links@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-links diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 23aba41..57d46a9 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/links/package.json b/presets/links/package.json index bea0fd5..0a9b526 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.1", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.2", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" - } } diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index 6c388da..c70264b 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-sea-anemone +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-sea-anemone # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-sea-anemone - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-sea-anemone - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-sea-anemone - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-sea-anemone@2.9.2...@tsparticles/preset-sea-anemone@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-sea-anemone diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 41d666e..9f7f23f 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 29116ee..c4adb95 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.1", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.2", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" - } } diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index fe2231c..ae7fab5 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-snow +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-snow # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-snow - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-snow - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-snow - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-snow@2.9.2...@tsparticles/preset-snow@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-snow diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 78e9d3c..b155763 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/snow/package.json b/presets/snow/package.json index 954ff6b..52fdee6 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.1", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.2", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" - } } diff --git a/presets/squares/CHANGELOG.md b/presets/squares/CHANGELOG.md new file mode 100644 index 0000000..c09c49d --- /dev/null +++ b/presets/squares/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) + +### Features + +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 907180d..c575822 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/squares/package.json b/presets/squares/package.json index 164b25d..3ec2b2a 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.1", - "description": "tsParticles squares preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/squares" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-squares", + "version": "3.0.0-beta.2", + "description": "tsParticles squares preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/squares" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-size": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-size": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" - } } diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index f03dcc0..dd4979c 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-stars +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-stars # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-stars - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-stars - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-stars - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-stars@2.9.2...@tsparticles/preset-stars@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-stars diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 7515cf2..096ccb2 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/stars/package.json b/presets/stars/package.json index 9672cc8..97acc55 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,102 +1,102 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.1", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.2", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4" - } } diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index bdc49df..0816310 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,38 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) - -**Note:** Version bump only for package @tsparticles/preset-triangles +# [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) +### Features +- added squares preset ([fbeafea](https://github.com/tsparticles/presets/commit/fbeafeae2261b7c9ce3f7cc1f1d690ac68806542)) +# [3.0.0-beta.1](https://github.com/tsparticles/presets/compare/v2.11.0...v3.0.0-beta.1) (2023-08-04) +**Note:** Version bump only for package @tsparticles/preset-triangles # [2.11.0](https://github.com/tsparticles/presets/compare/v2.10.1...v2.11.0) (2023-07-13) **Note:** Version bump only for package @tsparticles/preset-triangles - - - - ## [2.10.1](https://github.com/tsparticles/presets/compare/v2.10.0...v2.10.1) (2023-06-04) **Note:** Version bump only for package @tsparticles/preset-triangles - - - - # 2.10.0 (2023-06-03) **Note:** Version bump only for package @tsparticles/preset-triangles - - - - ## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/preset-triangles@2.9.2...@tsparticles/preset-triangles@2.9.3) (2023-02-12) **Note:** Version bump only for package @tsparticles/preset-triangles diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 1bfc7df..5692f6f 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 3408dc3..2658b50 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.1", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.2", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" - } } From 12b2e780ca154b53bebbfcc576494ce3b30b9cfb Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:50:14 +0100 Subject: [PATCH 06/14] build: fixed package.json files --- presets/bigCircles/package.dist.json | 3 + presets/bigCircles/package.json | 199 ++++++++++++------------- presets/bubbles/package.dist.json | 3 + presets/bubbles/package.json | 197 ++++++++++++------------- presets/confetti/package.dist.json | 3 + presets/confetti/package.json | 211 ++++++++++++++------------- presets/fire/package.dist.json | 3 + presets/fire/package.json | 197 ++++++++++++------------- presets/firefly/package.dist.json | 3 + presets/firefly/package.json | 197 ++++++++++++------------- presets/fireworks/package.dist.json | 3 + presets/fireworks/package.json | 209 +++++++++++++------------- presets/fountain/package.dist.json | 3 + presets/fountain/package.json | 199 ++++++++++++------------- presets/hyperspace/package.dist.json | 3 + presets/hyperspace/package.json | 201 ++++++++++++------------- presets/links/package.dist.json | 3 + presets/links/package.json | 197 ++++++++++++------------- presets/seaAnemone/package.dist.json | 3 + presets/seaAnemone/package.json | 199 ++++++++++++------------- presets/snow/package.dist.json | 3 + presets/snow/package.json | 197 ++++++++++++------------- presets/squares/package.dist.json | 3 + presets/squares/package.json | 3 +- presets/stars/package.dist.json | 3 + presets/stars/package.json | 195 +++++++++++++------------ presets/triangles/package.dist.json | 3 + presets/triangles/package.json | 197 ++++++++++++------------- 28 files changed, 1348 insertions(+), 1292 deletions(-) diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 1b7821e..7b7ca74 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -91,5 +91,8 @@ "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4", "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index e8d3328..50d1409 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,104 +1,105 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.2", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.2", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" + } } diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 1cb9616..05addd1 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index c127c26..78568f6 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.2", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.2", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + } } diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index f811b6c..78f6491 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -97,5 +97,8 @@ "@tsparticles/updater-rotate": "^3.0.0-beta.4", "@tsparticles/updater-tilt": "^3.0.0-beta.4", "@tsparticles/updater-wobble": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/confetti/package.json b/presets/confetti/package.json index 43e808c..eb50042 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,110 +1,111 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.2", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.2", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" + } } diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index e4e351c..cdee905 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/interaction-external-push": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/fire/package.json b/presets/fire/package.json index dd56154..a260440 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.2", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.2", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4" + } } diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 4580a30..d0cbbb5 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 43f84bb..c7ae10c 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.2", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.2", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" + } } diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 5fe3cfd..8399ccc 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -96,5 +96,8 @@ "@tsparticles/updater-life": "^3.0.0-beta.4", "@tsparticles/updater-rotate": "^3.0.0-beta.4", "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 8c26e42..b30b087 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,109 +1,110 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.2", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.2", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + } } diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index aaad72c..9d9ecd9 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -91,5 +91,8 @@ "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4", "@tsparticles/updater-destroy": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 65ccfbb..5d4c05d 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,104 +1,105 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.2", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.2", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4" + } } diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 6530de6..a987645 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -92,5 +92,8 @@ "@tsparticles/plugin-emitters": "^3.0.0-beta.4", "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", "@tsparticles/updater-life": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index b22293f..0f9b042 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,105 +1,106 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.2", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.2", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4" + } } diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 57d46a9..227a4c3 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/links/package.json b/presets/links/package.json index 0a9b526..45f72d9 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.2", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.2", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + } } diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 9f7f23f..bc954ba 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -91,5 +91,8 @@ "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/path-curves": "^3.0.0-beta.4", "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index c4adb95..5769951 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,104 +1,105 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.2", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.2", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + } } diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index b155763..9826be8 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/updater-wobble": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/snow/package.json b/presets/snow/package.json index 52fdee6..b01d9c8 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.2", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.2", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" + } } diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index c575822..b9fa361 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -93,5 +93,8 @@ "@tsparticles/updater-rotate": "^3.0.0-beta.4", "@tsparticles/updater-size": "^3.0.0-beta.4", "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/squares/package.json b/presets/squares/package.json index 3ec2b2a..75f8d10 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -70,7 +70,8 @@ ], "publishConfig": { "directory": "dist", - "linkDirectory": true + "linkDirectory": true, + "access": "public" }, "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 096ccb2..fa03803 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -89,5 +89,8 @@ "dependencies": { "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/stars/package.json b/presets/stars/package.json index 97acc55..27fc7ab 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,102 +1,103 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.2", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.2", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4" + } } diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 5692f6f..a9ed81b 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -90,5 +90,8 @@ "@tsparticles/basic": "^3.0.0-beta.4", "@tsparticles/engine": "^3.0.0-beta.4", "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + }, + "publishConfig": { + "access": "public" } } diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 2658b50..0722000 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,103 +1,104 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.2", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.2", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + } } From 9203ef19571d695ec8a00d12355f9abc794846ed Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:50:38 +0100 Subject: [PATCH 07/14] chore(release): published new version --- CHANGELOG.md | 4 + apps/demo/CHANGELOG.md | 4 + apps/demo/package.json | 2 +- lerna.json | 2 +- presets/bigCircles/CHANGELOG.md | 4 + presets/bigCircles/package.dist.json | 2 +- presets/bigCircles/package.json | 200 ++++++++++++------------- presets/bubbles/CHANGELOG.md | 4 + presets/bubbles/package.dist.json | 2 +- presets/bubbles/package.json | 198 ++++++++++++------------- presets/confetti/CHANGELOG.md | 4 + presets/confetti/package.dist.json | 2 +- presets/confetti/package.json | 212 +++++++++++++-------------- presets/fire/CHANGELOG.md | 4 + presets/fire/package.dist.json | 2 +- presets/fire/package.json | 198 ++++++++++++------------- presets/firefly/CHANGELOG.md | 4 + presets/firefly/package.dist.json | 2 +- presets/firefly/package.json | 198 ++++++++++++------------- presets/fireworks/CHANGELOG.md | 4 + presets/fireworks/package.dist.json | 2 +- presets/fireworks/package.json | 210 +++++++++++++------------- presets/fountain/CHANGELOG.md | 4 + presets/fountain/package.dist.json | 2 +- presets/fountain/package.json | 200 ++++++++++++------------- presets/hyperspace/CHANGELOG.md | 4 + presets/hyperspace/package.dist.json | 2 +- presets/hyperspace/package.json | 202 ++++++++++++------------- presets/links/CHANGELOG.md | 4 + presets/links/package.dist.json | 2 +- presets/links/package.json | 198 ++++++++++++------------- presets/seaAnemone/CHANGELOG.md | 4 + presets/seaAnemone/package.dist.json | 2 +- presets/seaAnemone/package.json | 200 ++++++++++++------------- presets/snow/CHANGELOG.md | 4 + presets/snow/package.dist.json | 2 +- presets/snow/package.json | 198 ++++++++++++------------- presets/squares/CHANGELOG.md | 4 + presets/squares/package.dist.json | 2 +- presets/squares/package.json | 2 +- presets/stars/CHANGELOG.md | 4 + presets/stars/package.dist.json | 2 +- presets/stars/package.json | 196 ++++++++++++------------- presets/triangles/CHANGELOG.md | 4 + presets/triangles/package.dist.json | 2 +- presets/triangles/package.json | 198 ++++++++++++------------- 46 files changed, 1385 insertions(+), 1321 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de5fff6..8c13568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/presets-workspace + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Bug Fixes diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index ff59225..18c7cdb 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/presets-demo + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/apps/demo/package.json b/apps/demo/package.json index 5a22513..9a223e4 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/presets-demo", "private": true, - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", diff --git a/lerna.json b/lerna.json index accb8b6..65a1642 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["apps/*", "presets/*"], - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index 8f05666..0784594 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-big-circles + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 7b7ca74..3085b0d 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 50d1409..023b448 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.2", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.3", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" - } } diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index d8e369d..9f8b090 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-bubbles + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 05addd1..6e0a286 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 78568f6..a15805f 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.2", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.3", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" - } } diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index ee13e42..8eeb2cf 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-confetti + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 78f6491..0521174 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/confetti/package.json b/presets/confetti/package.json index eb50042..e102f9a 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.2", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.3", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-motion": "^3.0.0-beta.4", + "@tsparticles/shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-roll": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-tilt": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" - } } diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index 55a0c18..ba86f90 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fire + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index cdee905..8947f0d 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fire/package.json b/presets/fire/package.json index a260440..7c208e6 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.2", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.3", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-push": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4" - } } diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index 2682c0d..30e20ac 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-firefly + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index d0cbbb5..ef98e1f 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/firefly/package.json b/presets/firefly/package.json index c7ae10c..aced176 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.2", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.3", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" - } } diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index 224afa5..c1a3844 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fireworks + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 8399ccc..ed14a03 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index b30b087..5c9c0db 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,110 +1,110 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.2", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.3", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-sounds": "^3.0.0-beta.4", + "@tsparticles/shape-line": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4", + "@tsparticles/updater-rotate": "^3.0.0-beta.4", + "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" - } } diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index 049b3d8..80c2dd0 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fountain + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 9d9ecd9..56036c0 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 5d4c05d..23d08a1 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.2", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.3", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/updater-destroy": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4" - } } diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index 5bfe572..cb64e36 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-hyperspace + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index a987645..d4747b4 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index 0f9b042..f011504 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.2", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.3", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", + "@tsparticles/updater-life": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4" - } } diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index cccf983..b8f6299 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-links + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 227a4c3..9b41744 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/links/package.json b/presets/links/package.json index 45f72d9..7724875 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.2", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.3", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" - } } diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index c70264b..ea6c404 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-sea-anemone + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index bc954ba..9bf8485 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 5769951..b56d345 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.2", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.3", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/path-curves": "^3.0.0-beta.4", + "@tsparticles/plugin-emitters": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" - } } diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index ae7fab5..3d6718e 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-snow + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 9826be8..b695e66 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/snow/package.json b/presets/snow/package.json index b01d9c8..6bbbe71 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.2", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.3", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/updater-wobble": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" - } } diff --git a/presets/squares/CHANGELOG.md b/presets/squares/CHANGELOG.md index c09c49d..59d5531 100644 --- a/presets/squares/CHANGELOG.md +++ b/presets/squares/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-squares + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index b9fa361..0428d3c 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/squares/package.json b/presets/squares/package.json index 75f8d10..5e79aaa 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index dd4979c..e7d24cc 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-stars + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index fa03803..7b6a3c3 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/stars/package.json b/presets/stars/package.json index 27fc7ab..0512f0b 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.2", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.3", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4" - } } diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index 0816310..f575417 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-triangles + # [3.0.0-beta.2](https://github.com/tsparticles/presets/compare/v2.12.0...v3.0.0-beta.2) (2023-11-16) ### Features diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index a9ed81b..3e294de 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 0722000..e43b2a8 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.2", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "@tsparticles/preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.3", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "@tsparticles/preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0-beta.4", + "@tsparticles/engine": "^3.0.0-beta.4", + "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" - } } From 1b48e5e214c16be64e5bc06b6582b58e44fb7e60 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:50:51 +0100 Subject: [PATCH 08/14] build: fix package.json files --- presets/bigCircles/package.dist.json | 2 +- presets/bigCircles/package.json | 2 +- presets/bubbles/package.dist.json | 2 +- presets/bubbles/package.json | 2 +- presets/confetti/package.dist.json | 2 +- presets/confetti/package.json | 2 +- presets/fire/package.dist.json | 2 +- presets/fire/package.json | 2 +- presets/firefly/package.dist.json | 2 +- presets/firefly/package.json | 2 +- presets/fireworks/package.dist.json | 2 +- presets/fireworks/package.json | 2 +- presets/fountain/package.dist.json | 2 +- presets/fountain/package.json | 2 +- presets/hyperspace/package.dist.json | 2 +- presets/hyperspace/package.json | 2 +- presets/links/package.dist.json | 2 +- presets/links/package.json | 2 +- presets/seaAnemone/package.dist.json | 2 +- presets/seaAnemone/package.json | 2 +- presets/snow/package.dist.json | 2 +- presets/snow/package.json | 2 +- presets/squares/package.dist.json | 2 +- presets/squares/package.json | 2 +- presets/stars/package.dist.json | 2 +- presets/stars/package.json | 2 +- presets/triangles/package.dist.json | 2 +- presets/triangles/package.json | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 3085b0d..182d0d5 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 023b448..0bd8423 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 6e0a286..25d9fca 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index a15805f..9652b24 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 0521174..8cea98f 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/confetti/package.json b/presets/confetti/package.json index e102f9a..8957763 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index 8947f0d..0230099 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/fire/package.json b/presets/fire/package.json index 7c208e6..e0c14c3 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index ef98e1f..74ee131 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/firefly/package.json b/presets/firefly/package.json index aced176..2f4701d 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index ed14a03..4b8f906 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 5c9c0db..1e21c69 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 56036c0..3dee2dd 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 23d08a1..8e8d54e 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index d4747b4..2e14384 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index f011504..f046352 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 9b41744..bca4d0d 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/links/package.json b/presets/links/package.json index 7724875..9718968 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 9bf8485..ab79bc5 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index b56d345..e7f830d 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index b695e66..a62903a 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/snow/package.json b/presets/snow/package.json index 6bbbe71..c7d6de4 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 0428d3c..a258a6b 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/squares/package.json b/presets/squares/package.json index 5e79aaa..ab1b0a2 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 7b6a3c3..6f5b06a 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/stars/package.json b/presets/stars/package.json index 0512f0b..0f497d2 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 3e294de..b2c11fe 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -60,7 +60,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "author": "Matteo Bruni ", "license": "MIT", diff --git a/presets/triangles/package.json b/presets/triangles/package.json index e43b2a8..552a38e 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -66,7 +66,7 @@ "confettijs", "fireworksjs", "canvas-confetti", - "@tsparticles/preset" + "tsparticles-preset" ], "publishConfig": { "directory": "dist", From 01907a856a30d11cd78f6429eb8599974f0946c6 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:52:18 +0100 Subject: [PATCH 09/14] chore(release): published new version --- CHANGELOG.md | 4 ++++ apps/demo/CHANGELOG.md | 4 ++++ apps/demo/package.json | 2 +- lerna.json | 2 +- presets/bigCircles/CHANGELOG.md | 4 ++++ presets/bigCircles/package.dist.json | 2 +- presets/bigCircles/package.json | 2 +- presets/bubbles/CHANGELOG.md | 4 ++++ presets/bubbles/package.dist.json | 2 +- presets/bubbles/package.json | 2 +- presets/confetti/CHANGELOG.md | 4 ++++ presets/confetti/package.dist.json | 2 +- presets/confetti/package.json | 2 +- presets/fire/CHANGELOG.md | 4 ++++ presets/fire/package.dist.json | 2 +- presets/fire/package.json | 2 +- presets/firefly/CHANGELOG.md | 4 ++++ presets/firefly/package.dist.json | 2 +- presets/firefly/package.json | 2 +- presets/fireworks/CHANGELOG.md | 4 ++++ presets/fireworks/package.dist.json | 2 +- presets/fireworks/package.json | 2 +- presets/fountain/CHANGELOG.md | 4 ++++ presets/fountain/package.dist.json | 2 +- presets/fountain/package.json | 2 +- presets/hyperspace/CHANGELOG.md | 4 ++++ presets/hyperspace/package.dist.json | 2 +- presets/hyperspace/package.json | 2 +- presets/links/CHANGELOG.md | 4 ++++ presets/links/package.dist.json | 2 +- presets/links/package.json | 2 +- presets/seaAnemone/CHANGELOG.md | 4 ++++ presets/seaAnemone/package.dist.json | 2 +- presets/seaAnemone/package.json | 2 +- presets/snow/CHANGELOG.md | 4 ++++ presets/snow/package.dist.json | 2 +- presets/snow/package.json | 2 +- presets/squares/CHANGELOG.md | 4 ++++ presets/squares/package.dist.json | 2 +- presets/squares/package.json | 2 +- presets/stars/CHANGELOG.md | 4 ++++ presets/stars/package.dist.json | 2 +- presets/stars/package.json | 2 +- presets/triangles/CHANGELOG.md | 4 ++++ presets/triangles/package.dist.json | 2 +- presets/triangles/package.json | 2 +- 46 files changed, 94 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c13568..a92793e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/presets-workspace + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/presets-workspace diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 18c7cdb..fdd0b00 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/presets-demo + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/presets-demo diff --git a/apps/demo/package.json b/apps/demo/package.json index 9a223e4..cb2c7be 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/presets-demo", "private": true, - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", diff --git a/lerna.json b/lerna.json index 65a1642..5a501b3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["apps/*", "presets/*"], - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index 0784594..d21d68f 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-big-circles + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-big-circles diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 182d0d5..f357521 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 0bd8423..4dc2d6d 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index 9f8b090..33fb250 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-bubbles + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-bubbles diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 25d9fca..b5241f9 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 9652b24..0fb0cc5 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index 8eeb2cf..c06f683 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-confetti + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-confetti diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 8cea98f..90d1f83 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/confetti/package.json b/presets/confetti/package.json index 8957763..e8a67ec 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index ba86f90..d10a109 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fire + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fire diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index 0230099..d9bb08e 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fire/package.json b/presets/fire/package.json index e0c14c3..bc82612 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index 30e20ac..a96a27e 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-firefly + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-firefly diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 74ee131..68226b1 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 2f4701d..0c29221 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index c1a3844..1c05c09 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fireworks + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fireworks diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 4b8f906..2193d04 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 1e21c69..f823642 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index 80c2dd0..9175889 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-fountain + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fountain diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 3dee2dd..91fd333 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 8e8d54e..e948be0 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index cb64e36..56b4139 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-hyperspace + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-hyperspace diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 2e14384..29e55da 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index f046352..c810f19 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index b8f6299..8c2cd64 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-links + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-links diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index bca4d0d..45e0992 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/links/package.json b/presets/links/package.json index 9718968..1297f2e 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index ea6c404..6edd3e4 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-sea-anemone + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-sea-anemone diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index ab79bc5..34b56e7 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index e7f830d..7969f26 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index 3d6718e..ef36397 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-snow + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-snow diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index a62903a..2aa548c 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/snow/package.json b/presets/snow/package.json index c7d6de4..35bb8dc 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/squares/CHANGELOG.md b/presets/squares/CHANGELOG.md index 59d5531..0cf0bcb 100644 --- a/presets/squares/CHANGELOG.md +++ b/presets/squares/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-squares + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-squares diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index a258a6b..088ef34 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/squares/package.json b/presets/squares/package.json index ab1b0a2..9ae4174 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index e7d24cc..e3ae2d6 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-stars + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-stars diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 6f5b06a..0452120 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/stars/package.json b/presets/stars/package.json index 0f497d2..a4246a5 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index f575417..d5b0f01 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) + +**Note:** Version bump only for package @tsparticles/preset-triangles + # [3.0.0-beta.3](https://github.com/tsparticles/presets/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-triangles diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index b2c11fe..59cdf50 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 552a38e..18cea5d 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "scripts": { From a783b6a422a153fac54c97bc384914be8dd7d9db Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:32:03 +0100 Subject: [PATCH 10/14] build: updated deps and fixed errors --- package.json | 36 +- pnpm-lock.yaml | 9980 +++++++++----------------- presets/bigCircles/package.dist.json | 8 +- presets/bigCircles/package.json | 200 +- presets/bubbles/package.dist.json | 6 +- presets/bubbles/package.json | 198 +- presets/confetti/package.dist.json | 20 +- presets/confetti/package.json | 212 +- presets/fire/package.dist.json | 6 +- presets/fire/package.json | 198 +- presets/fire/src/options.ts | 1 - presets/firefly/package.dist.json | 6 +- presets/firefly/package.json | 198 +- presets/firefly/src/options.ts | 1 - presets/fireworks/package.dist.json | 18 +- presets/fireworks/package.json | 210 +- presets/fountain/package.dist.json | 8 +- presets/fountain/package.json | 200 +- presets/hyperspace/package.dist.json | 10 +- presets/hyperspace/package.json | 202 +- presets/links/package.dist.json | 6 +- presets/links/package.json | 198 +- presets/seaAnemone/package.dist.json | 8 +- presets/seaAnemone/package.json | 200 +- presets/snow/package.dist.json | 6 +- presets/snow/package.json | 198 +- presets/squares/package.dist.json | 12 +- presets/squares/package.json | 12 +- presets/stars/package.dist.json | 4 +- presets/stars/package.json | 196 +- presets/triangles/package.dist.json | 6 +- presets/triangles/package.json | 198 +- 32 files changed, 4614 insertions(+), 8148 deletions(-) diff --git a/package.json b/package.json index 0fbb012..9699d0f 100644 --- a/package.json +++ b/package.json @@ -13,33 +13,33 @@ }, "license": "MIT", "dependencies": { - "@babel/core": "^7.23.3", - "@commitlint/cli": "^18.4.2", - "@commitlint/config-conventional": "^18.4.2", - "@tsparticles/cli": "^2.0.0-beta.10", - "@tsparticles/eslint-config": "^2.0.0-beta.7", - "@tsparticles/prettier-config": "^2.0.0-beta.4", - "@tsparticles/tsconfig": "^2.0.0-beta.1", - "@tsparticles/webpack-plugin": "^2.0.0-beta.12", - "@types/node": "^20.9.0", + "@babel/core": "^7.23.5", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", + "@tsparticles/cli": "^2.0.0", + "@tsparticles/eslint-config": "^2.0.0", + "@tsparticles/prettier-config": "^2.0.0", + "@tsparticles/tsconfig": "^2.0.0", + "@tsparticles/webpack-plugin": "^2.0.0", + "@types/node": "^20.10.3", "@types/webpack-env": "^1.18.4", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", + "@typescript-eslint/eslint-plugin": "^6.13.2", + "@typescript-eslint/parser": "^6.13.2", "babel-loader": "^9.1.3", - "browserslist": "^4.22.1", + "browserslist": "^4.22.2", "copyfiles": "^2.4.1", - "eslint": "^8.53.0", - "eslint-config-prettier": "^9.0.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "husky": "^8.0.3", - "lerna": "^7.4.2", + "lerna": "^8.0.0", "prettier": "^3.1.0", "rimraf": "^5.0.5", "terser-webpack-plugin": "^5.3.9", - "typedoc": "^0.25.3", + "typedoc": "^0.25.4", "typedoc-plugin-coverage": "^2.2.0", - "typedoc-plugin-keywords": "^1.5.0", + "typedoc-plugin-keywords": "^1.6.0", "typedoc-plugin-missing-exports": "^2.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.2", "webpack": "^5.89.0", "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.1.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21e1953..4edc03a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,69 +1,70 @@ -lockfileVersion: "6.0" +lockfileVersion: '6.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: + .: dependencies: - "@babel/core": - specifier: ^7.23.3 - version: 7.23.3 - "@commitlint/cli": - specifier: ^18.4.2 - version: 18.4.2(typescript@5.2.2) - "@commitlint/config-conventional": - specifier: ^18.4.2 - version: 18.4.2 - "@tsparticles/cli": - specifier: ^2.0.0-beta.10 - version: 2.0.0-beta.10(webpack-cli@5.1.4) - "@tsparticles/eslint-config": - specifier: ^2.0.0-beta.7 - version: 2.0.0-beta.7 - "@tsparticles/prettier-config": - specifier: ^2.0.0-beta.4 - version: 2.0.0-beta.4 - "@tsparticles/tsconfig": - specifier: ^2.0.0-beta.1 - version: 2.0.0-beta.1 - "@tsparticles/webpack-plugin": - specifier: ^2.0.0-beta.12 - version: 2.0.0-beta.12 - "@types/node": - specifier: ^20.9.0 - version: 20.9.0 - "@types/webpack-env": + '@babel/core': + specifier: ^7.23.5 + version: 7.23.5 + '@commitlint/cli': + specifier: ^18.4.3 + version: 18.4.3(typescript@5.3.2) + '@commitlint/config-conventional': + specifier: ^18.4.3 + version: 18.4.3 + '@tsparticles/cli': + specifier: ^2.0.0 + version: 2.0.0(webpack-cli@5.1.4) + '@tsparticles/eslint-config': + specifier: ^2.0.0 + version: 2.0.0 + '@tsparticles/prettier-config': + specifier: ^2.0.0 + version: 2.0.0 + '@tsparticles/tsconfig': + specifier: ^2.0.0 + version: 2.0.0 + '@tsparticles/webpack-plugin': + specifier: ^2.0.0 + version: 2.0.0 + '@types/node': + specifier: ^20.10.3 + version: 20.10.3 + '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 - "@typescript-eslint/eslint-plugin": - specifier: ^6.11.0 - version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/parser": - specifier: ^6.11.0 - version: 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': + specifier: ^6.13.2 + version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': + specifier: ^6.13.2 + version: 6.13.2(eslint@8.55.0)(typescript@5.3.2) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0) + version: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) browserslist: - specifier: ^4.22.1 - version: 4.22.1 + specifier: ^4.22.2 + version: 4.22.2 copyfiles: specifier: ^2.4.1 version: 2.4.1 eslint: - specifier: ^8.53.0 - version: 8.53.0 + specifier: ^8.55.0 + version: 8.55.0 eslint-config-prettier: - specifier: ^9.0.0 - version: 9.0.0(eslint@8.53.0) + specifier: ^9.1.0 + version: 9.1.0(eslint@8.55.0) husky: specifier: ^8.0.3 version: 8.0.3 lerna: - specifier: ^7.4.2 - version: 7.4.2 + specifier: ^8.0.0 + version: 8.0.0 prettier: specifier: ^3.1.0 version: 3.1.0 @@ -74,20 +75,20 @@ importers: specifier: ^5.3.9 version: 5.3.9(webpack@5.89.0) typedoc: - specifier: ^0.25.3 - version: 0.25.3(typescript@5.2.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typedoc-plugin-coverage: specifier: ^2.2.0 - version: 2.2.0(typedoc@0.25.3) + version: 2.2.0(typedoc@0.25.4) typedoc-plugin-keywords: - specifier: ^1.5.0 - version: 1.5.0(typedoc@0.25.3) + specifier: ^1.6.0 + version: 1.6.0(typedoc@0.25.4) typedoc-plugin-missing-exports: specifier: ^2.1.0 - version: 2.1.0(typedoc@0.25.3) + version: 2.1.0(typedoc@0.25.4) typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 webpack: specifier: ^5.89.0 version: 5.89.0(webpack-cli@5.1.4) @@ -100,53 +101,53 @@ importers: apps/demo: dependencies: - "@tsparticles/preset-big-circles": + '@tsparticles/preset-big-circles': specifier: workspace:^ version: link:../../presets/bigCircles/dist - "@tsparticles/preset-bubbles": + '@tsparticles/preset-bubbles': specifier: workspace:^ version: link:../../presets/bubbles/dist - "@tsparticles/preset-confetti": + '@tsparticles/preset-confetti': specifier: workspace:^ version: link:../../presets/confetti/dist - "@tsparticles/preset-fire": + '@tsparticles/preset-fire': specifier: workspace:^ version: link:../../presets/fire/dist - "@tsparticles/preset-firefly": + '@tsparticles/preset-firefly': specifier: workspace:^ version: link:../../presets/firefly/dist - "@tsparticles/preset-fireworks": + '@tsparticles/preset-fireworks': specifier: workspace:^ version: link:../../presets/fireworks/dist - "@tsparticles/preset-fountain": + '@tsparticles/preset-fountain': specifier: workspace:^ version: link:../../presets/fountain/dist - "@tsparticles/preset-hyperspace": + '@tsparticles/preset-hyperspace': specifier: workspace:^ version: link:../../presets/hyperspace/dist - "@tsparticles/preset-links": + '@tsparticles/preset-links': specifier: workspace:^ version: link:../../presets/links/dist - "@tsparticles/preset-sea-anemone": + '@tsparticles/preset-sea-anemone': specifier: workspace:^ version: link:../../presets/seaAnemone/dist - "@tsparticles/preset-snow": + '@tsparticles/preset-snow': specifier: workspace:^ version: link:../../presets/snow/dist - "@tsparticles/preset-squares": + '@tsparticles/preset-squares': specifier: workspace:^ version: link:../../presets/squares/dist - "@tsparticles/preset-stars": + '@tsparticles/preset-stars': specifier: workspace:^ version: link:../../presets/stars/dist - "@tsparticles/preset-triangles": + '@tsparticles/preset-triangles': specifier: workspace:^ version: link:../../presets/triangles/dist devDependencies: - "@fortawesome/fontawesome-free": + '@fortawesome/fontawesome-free': specifier: ^6.4.2 version: 6.4.2 - "@popperjs/core": + '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 bootstrap: @@ -194,347 +195,308 @@ importers: presets/bigCircles: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters-shape-square": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters-shape-square': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/bubbles: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/confetti: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-motion": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/shape-square": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-life": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-roll": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-rotate": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-tilt": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-wobble": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-motion': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/shape-square': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-life': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-roll': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-rotate': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-tilt': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-wobble': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/fire: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/interaction-external-push": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/interaction-external-push': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/firefly: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/interaction-external-trail": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/interaction-external-trail': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/fireworks: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-sounds": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/shape-line": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-destroy": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-life": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-rotate": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-stroke-color": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-sounds': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/shape-line': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-destroy': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-life': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-rotate': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-stroke-color': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/fountain: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-destroy": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-destroy': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/hyperspace: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters-shape-square": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-life": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters-shape-square': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-life': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/links: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/interaction-particles-links": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/interaction-particles-links': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/seaAnemone: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/path-curves": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/path-curves': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/snow: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-wobble": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-wobble': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/squares: dependencies: - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/plugin-emitters": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/shape-square": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-rotate": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-size": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/updater-stroke-color": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/plugin-emitters': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/shape-square': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-rotate': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-size': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/updater-stroke-color': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/stars: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist presets/triangles: dependencies: - "@tsparticles/basic": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/engine": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 - "@tsparticles/interaction-particles-links": - specifier: ^3.0.0-beta.4 - version: 3.0.0-beta.4 + '@tsparticles/basic': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/engine': + specifier: ^3.0.0 + version: 3.0.0 + '@tsparticles/interaction-particles-links': + specifier: ^3.0.0 + version: 3.0.0 publishDirectory: dist packages: + /@aashutoshrathi/word-wrap@1.2.6: - resolution: - { - integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} + engines: {node: '>=0.10.0'} dev: false /@adobe/css-tools@4.3.1: - resolution: - { - integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, - } + resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==} dev: true /@ampproject/remapping@2.2.1: - resolution: - { - integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, - } - engines: { node: ">=6.0.0" } - dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 - dev: false - - /@augment-vir/common@13.5.0: - resolution: - { - integrity: sha512-kOnAOShZTaOJ8glYyi2K3hfiYV5zQyjpfc4jmHm5lySAFNMpOjKA7pZxpl8n3RCIHAt+nFP64vuxtSI6jSWOZw==, - } + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} dependencies: - type-fest: 3.13.1 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false - /@augment-vir/common@21.6.0: - resolution: - { - integrity: sha512-biUHWaG00UpV5FhwvmsajO9wGevUR2sO19oidYx7GX+YKkp95Y9xbhE2Xnh8Uuy3h2Hdk70hX9+nrCrBGiJdgg==, - } + /@augment-vir/common@22.1.0: + resolution: {integrity: sha512-qzWhzhLCjV5iYPN4agt5HA9649l28wKYDe8BE+tE2OAP9DM8qM8Te/DeqZy4U6uAExQz47Hg+gjgC5vmFcPePw==} dependencies: browser-or-node: 2.1.1 - type-fest: 4.7.1 + run-time-assertions: 0.2.1 + type-fest: 4.8.3 dev: false - /@babel/code-frame@7.22.10: - resolution: - { - integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==, - } - engines: { node: ">=6.9.0" } + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.22.10 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: false - /@babel/code-frame@7.22.13: - resolution: - { - integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, - } - engines: { node: ">=6.9.0" } + /@babel/code-frame@7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.22.20 + '@babel/highlight': 7.23.4 chalk: 2.4.2 dev: false - /@babel/compat-data@7.22.9: - resolution: - { - integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==, - } - engines: { node: ">=6.9.0" } - dev: false - /@babel/compat-data@7.23.3: - resolution: - { - integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, - } - engines: { node: ">=6.9.0" } - dev: false - - /@babel/core@7.23.3: - resolution: - { - integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helpers": 7.23.2 - "@babel/parser": 7.23.3 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/core@7.23.5: + resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helpers': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -544,1585 +506,1189 @@ packages: - supports-color dev: false - /@babel/generator@7.23.3: - resolution: - { - integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==, - } - engines: { node: ">=6.9.0" } + /@babel/generator@7.23.5: + resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@babel/types': 7.23.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 dev: false /@babel/helper-annotate-as-pure@7.22.5: - resolution: - { - integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.22.11 + '@babel/types': 7.23.3 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: - { - integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-compilation-targets@7.22.15: - resolution: - { - integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/compat-data": 7.22.9 - "@babel/helper-validator-option": 7.22.15 - browserslist: 4.22.1 + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.23.3 + '@babel/helper-validator-option': 7.22.15 + browserslist: 4.22.2 lru-cache: 5.1.1 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.9(@babel/core@7.23.3) - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - semver: 6.3.1 - dev: false - - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, - } - engines: { node: ">=6.9.0" } + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5): + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - regexpu-core: 5.3.2 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false - /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.23.3): - resolution: - { - integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==, - } - engines: { node: ">=6.9.0" } + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, - } + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.5): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.3 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false /@babel/helper-environment-visitor@7.22.20: - resolution: - { - integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, - } - engines: { node: ">=6.9.0" } - dev: false - - /@babel/helper-environment-visitor@7.22.5: - resolution: - { - integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==, - } - engines: { node: ">=6.9.0" } - dev: false - - /@babel/helper-function-name@7.22.5: - resolution: - { - integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.22.11 + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-function-name@7.23.0: - resolution: - { - integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.23.3 + '@babel/template': 7.22.15 + '@babel/types': 7.23.5 dev: false /@babel/helper-hoist-variables@7.22.5: - resolution: - { - integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.5 dev: false /@babel/helper-member-expression-to-functions@7.23.0: - resolution: - { - integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-module-imports@7.22.15: - resolution: - { - integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.5 dev: false - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, - } - engines: { node: ">=6.9.0" } + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 dev: false /@babel/helper-optimise-call-expression@7.22.5: - resolution: - { - integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.22.11 + '@babel/types': 7.23.3 dev: false /@babel/helper-plugin-utils@7.22.5: - resolution: - { - integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, - } - engines: { node: ">=6.9.0" } - dev: false - - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3): - resolution: - { - integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-wrap-function": 7.22.20 + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} dev: false - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: - { - integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, - } - engines: { node: ">=6.9.0" } + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 dev: false - /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.3): - resolution: - { - integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==, - } - engines: { node: ">=6.9.0" } + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 dev: false /@babel/helper-simple-access@7.22.5: - resolution: - { - integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: - { - integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.22.11 + '@babel/types': 7.23.3 dev: false /@babel/helper-split-export-declaration@7.22.6: - resolution: - { - integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.5 dev: false /@babel/helper-string-parser@7.22.5: - resolution: - { - integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} + + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: false /@babel/helper-validator-identifier@7.22.20: - resolution: - { - integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-validator-identifier@7.22.5: - resolution: - { - integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + engines: {node: '>=6.9.0'} + dev: true /@babel/helper-validator-option@7.22.15: - resolution: - { - integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-wrap-function@7.22.20: - resolution: - { - integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-function-name": 7.22.5 - "@babel/template": 7.22.15 - "@babel/types": 7.23.3 - dev: false - - /@babel/helpers@7.23.2: - resolution: - { - integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 - transitivePeerDependencies: - - supports-color + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 dev: false - /@babel/highlight@7.22.10: - resolution: - { - integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==, - } - engines: { node: ">=6.9.0" } + /@babel/helpers@7.23.5: + resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-validator-identifier": 7.22.5 - chalk: 2.4.2 - js-tokens: 4.0.0 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 + transitivePeerDependencies: + - supports-color dev: false /@babel/highlight@7.22.20: - resolution: - { - integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false - /@babel/parser@7.22.11: - resolution: - { - integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==, - } - engines: { node: ">=6.0.0" } - hasBin: true + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.22.11 + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 dev: false /@babel/parser@7.22.7: - resolution: - { - integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 dev: true - /@babel/parser@7.23.3: - resolution: - { - integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==, - } - engines: { node: ">=6.0.0" } + /@babel/parser@7.23.5: + resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.5 dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.13.0 + '@babel/core': ^7.13.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) dev: false - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3): - resolution: - { - integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.5 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, - } + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): - resolution: - { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, - } + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, - } + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, - } + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, - } + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, - } + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, - } + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, - } + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, - } + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, - } + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, - } + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, - } + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.12.0 + '@babel/core': ^7.12.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) - dev: false - - /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) - "@babel/helper-split-export-declaration": 7.22.6 - globals: 11.12.0 + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.15 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 dev: false - /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.15 dev: false - /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) - dev: false - - /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - regenerator-transform: 0.15.2 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + regenerator-transform: 0.15.2 dev: false - /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, - } - engines: { node: ">=6.9.0" } + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - dev: false - - /@babel/preset-env@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.3) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-async-generator-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-class-static-block": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-dynamic-import": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-export-namespace-from": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-json-strings": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-logical-assignment-operators": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.3) - "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-nullish-coalescing-operator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-numeric-separator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-object-rest-spread": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-optional-catch-binding": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-private-property-in-object": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.3) - "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.3) - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) - core-js-compat: 3.32.0 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/preset-env@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.5) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) + core-js-compat: 3.33.2 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3): - resolution: - { - integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, - } + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.5): + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: - "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/types": 7.22.11 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/types': 7.23.3 esutils: 2.0.3 dev: false /@babel/regjsgen@0.8.0: - resolution: - { - integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, - } + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false /@babel/runtime@7.22.6: - resolution: - { - integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} + engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 dev: false /@babel/template@7.22.15: - resolution: - { - integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.22.13 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 - dev: false - - /@babel/template@7.22.5: - resolution: - { - integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.22.10 - "@babel/parser": 7.22.11 - "@babel/types": 7.22.11 - dev: false - - /@babel/traverse@7.23.3: - resolution: - { - integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 + dev: false + + /@babel/traverse@7.23.5: + resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/types@7.22.11: - resolution: - { - integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - to-fast-properties: 2.0.0 - dev: false - /@babel/types@7.22.5: - resolution: - { - integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 dev: true /@babel/types@7.23.3: - resolution: - { - integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: false - /@commitlint/cli@18.4.2(typescript@5.2.2): - resolution: - { - integrity: sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==, - } - engines: { node: ">=v18" } + /@babel/types@7.23.5: + resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + + /@commitlint/cli@18.4.3(typescript@5.3.2): + resolution: {integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==} + engines: {node: '>=v18'} hasBin: true dependencies: - "@commitlint/format": 18.4.0 - "@commitlint/lint": 18.4.2 - "@commitlint/load": 18.4.2(typescript@5.2.2) - "@commitlint/read": 18.4.0 - "@commitlint/types": 18.4.0 + '@commitlint/format': 18.4.3 + '@commitlint/lint': 18.4.3 + '@commitlint/load': 18.4.3(typescript@5.3.2) + '@commitlint/read': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -2132,35 +1698,26 @@ packages: - typescript dev: false - /@commitlint/config-conventional@18.4.2: - resolution: - { - integrity: sha512-qFjIqgKGV89lzUGHxanq2WJDXk5wZIxoZmZvf0I4i4CirL06Xj8qRh1shPsXNyI15d8Rj2HExww6cGJSFU9DdA==, - } - engines: { node: ">=v18" } + /@commitlint/config-conventional@18.4.3: + resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==} + engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: false - /@commitlint/config-validator@18.4.0: - resolution: - { - integrity: sha512-1y6qHMU3o4cYQSK+Y9EnmH6H1GRiwQGjnLIUOIKlekrmfc8MrMk1ByNmb8od4vK3qHJAaL/77/5n+1uyyIF5dA==, - } - engines: { node: ">=v18" } + /@commitlint/config-validator@18.4.3: + resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.0 + '@commitlint/types': 18.4.3 ajv: 8.12.0 dev: false - /@commitlint/ensure@18.4.0: - resolution: - { - integrity: sha512-N5cJo/n61ULSwz3W5Iz/IZJ0I9H/PaHc+OMcF2XcRVbLa6B3YwzEW66XGCRKVULlsBNSrIH6tk5un9ayXAXIdw==, - } - engines: { node: ">=v18" } + /@commitlint/ensure@18.4.3: + resolution: {integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.0 + '@commitlint/types': 18.4.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -2168,64 +1725,49 @@ packages: lodash.upperfirst: 4.3.1 dev: false - /@commitlint/execute-rule@18.4.0: - resolution: - { - integrity: sha512-g013SWki6ZWhURBLOSXTaVQGWHdA0QlPJGiW4a+YpThezmJOemvc4LiKVpn13AjSKQ40QnmBqpBrxujOaSo+3A==, - } - engines: { node: ">=v18" } + /@commitlint/execute-rule@18.4.3: + resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==} + engines: {node: '>=v18'} dev: false - /@commitlint/format@18.4.0: - resolution: - { - integrity: sha512-MiAe4D5/ahty38CzULdQbpRa3ReKZtx0kyigOWcntq+N5uqez+Ac4/MO7H+3j1kC4G7nfJVfBu6TqcXeyNvhCQ==, - } - engines: { node: ">=v18" } + /@commitlint/format@18.4.3: + resolution: {integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.0 + '@commitlint/types': 18.4.3 chalk: 4.1.2 dev: false - /@commitlint/is-ignored@18.4.2: - resolution: - { - integrity: sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==, - } - engines: { node: ">=v18" } + /@commitlint/is-ignored@18.4.3: + resolution: {integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.0 + '@commitlint/types': 18.4.3 semver: 7.5.4 dev: false - /@commitlint/lint@18.4.2: - resolution: - { - integrity: sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==, - } - engines: { node: ">=v18" } + /@commitlint/lint@18.4.3: + resolution: {integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/is-ignored": 18.4.2 - "@commitlint/parse": 18.4.0 - "@commitlint/rules": 18.4.0 - "@commitlint/types": 18.4.0 + '@commitlint/is-ignored': 18.4.3 + '@commitlint/parse': 18.4.3 + '@commitlint/rules': 18.4.3 + '@commitlint/types': 18.4.3 dev: false - /@commitlint/load@18.4.2(typescript@5.2.2): - resolution: - { - integrity: sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==, - } - engines: { node: ">=v18" } + /@commitlint/load@18.4.3(typescript@5.3.2): + resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==} + engines: {node: '>=v18'} dependencies: - "@commitlint/config-validator": 18.4.0 - "@commitlint/execute-rule": 18.4.0 - "@commitlint/resolve-extends": 18.4.0 - "@commitlint/types": 18.4.0 - "@types/node": 18.18.9 + '@commitlint/config-validator': 18.4.3 + '@commitlint/execute-rule': 18.4.3 + '@commitlint/resolve-extends': 18.4.3 + '@commitlint/types': 18.4.3 + '@types/node': 18.18.9 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.2.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2) + cosmiconfig: 8.3.6(typescript@5.3.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -2234,144 +1776,105 @@ packages: - typescript dev: false - /@commitlint/message@18.4.0: - resolution: - { - integrity: sha512-3kg6NQO6pJ+VdBTWi51KInT8ngkxPJaW+iI7URtUALjKcO9K4XY3gf80ZPmS1hDessrjb7qCr1lau8eWMINAQw==, - } - engines: { node: ">=v18" } + /@commitlint/message@18.4.3: + resolution: {integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==} + engines: {node: '>=v18'} dev: false - /@commitlint/parse@18.4.0: - resolution: - { - integrity: sha512-SxTCSUZH8CJNYWOlFg18YUQ2RLz8ubXKbpHUIiSNwCbiQx7UDCydp1JnhoB4sOYOxgV8d3nuDwYluRU5KnEY4A==, - } - engines: { node: ">=v18" } + /@commitlint/parse@18.4.3: + resolution: {integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.0 - conventional-changelog-angular: 6.0.0 + '@commitlint/types': 18.4.3 + conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 dev: false - /@commitlint/read@18.4.0: - resolution: - { - integrity: sha512-IpnABCbDeOw5npZ09SZZGLfd3T7cFtsxUYm6wT3aGmIB2fXKE3fMeuj3jxXjMibiGIyA3Z5voCMuOcKWpkNySA==, - } - engines: { node: ">=v18" } + /@commitlint/read@18.4.3: + resolution: {integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/top-level": 18.4.0 - "@commitlint/types": 18.4.0 + '@commitlint/top-level': 18.4.3 + '@commitlint/types': 18.4.3 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: false - /@commitlint/resolve-extends@18.4.0: - resolution: - { - integrity: sha512-qhgU6ach+S6sJMD9NjCYiEycOObGhxzWQLQzqlScJCv9zkPs15Bg0ffLXTQ3z7ipXv46XEKYMnSJzjLRw2Tlkg==, - } - engines: { node: ">=v18" } + /@commitlint/resolve-extends@18.4.3: + resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==} + engines: {node: '>=v18'} dependencies: - "@commitlint/config-validator": 18.4.0 - "@commitlint/types": 18.4.0 + '@commitlint/config-validator': 18.4.3 + '@commitlint/types': 18.4.3 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 resolve-global: 1.0.0 dev: false - /@commitlint/rules@18.4.0: - resolution: - { - integrity: sha512-T3ChRxQZ6g0iNCpVLc6KeQId0/86TnyQA8PFkng+dWElO2DAA5km/yirgKZV1Xlc+gF7Rf6d+a0ottxdKpOY+w==, - } - engines: { node: ">=v18" } + /@commitlint/rules@18.4.3: + resolution: {integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/ensure": 18.4.0 - "@commitlint/message": 18.4.0 - "@commitlint/to-lines": 18.4.0 - "@commitlint/types": 18.4.0 + '@commitlint/ensure': 18.4.3 + '@commitlint/message': 18.4.3 + '@commitlint/to-lines': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 dev: false - /@commitlint/to-lines@18.4.0: - resolution: - { - integrity: sha512-bZXuCtfBPjNgtEnG3gwJrveIgfKK2UdhIhFvKpMTrQl/gAwoto/3mzmE7qGAHwmuP4eZ2U8X7iwMnqIlWmv2Tw==, - } - engines: { node: ">=v18" } + /@commitlint/to-lines@18.4.3: + resolution: {integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==} + engines: {node: '>=v18'} dev: false - /@commitlint/top-level@18.4.0: - resolution: - { - integrity: sha512-TfulcA8UHF7MZ6tm4Ci3aqZgMBZa1OoCg4prccWHvwG/hsHujZ7+0FKbeKqDbcSli/YWm4NJwEjl4uh5itIJeA==, - } - engines: { node: ">=v18" } + /@commitlint/top-level@18.4.3: + resolution: {integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==} + engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: false - /@commitlint/types@18.4.0: - resolution: - { - integrity: sha512-MKeaFxt0I9fhqUb2E+YIzX/gZtmkuodJET/XKiZIMvXUff8Ee4Ih86eLg+yAm2jf1pwGBmU02uNOp0y094w2Uw==, - } - engines: { node: ">=v18" } + /@commitlint/types@18.4.3: + resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==} + engines: {node: '>=v18'} dependencies: chalk: 4.1.2 dev: false /@discoveryjs/json-ext@0.5.7: - resolution: - { - integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + engines: {node: '>=10.0.0'} dev: false /@es-joy/jsdoccomment@0.41.0: - resolution: - { - integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} + engines: {node: '>=16'} dependencies: comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 dev: false - /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): - resolution: - { - integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.53.0 + eslint: 8.55.0 eslint-visitor-keys: 3.4.3 dev: false /@eslint-community/regexpp@4.6.2: - resolution: - { - integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==, - } - engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false - /@eslint/eslintrc@2.1.3: - resolution: - { - integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + /@eslint/eslintrc@2.1.4: + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -2386,31 +1889,22 @@ packages: - supports-color dev: false - /@eslint/js@8.53.0: - resolution: - { - integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + /@eslint/js@8.55.0: + resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false /@fortawesome/fontawesome-free@6.4.2: - resolution: - { - integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==} + engines: {node: '>=6'} requiresBuild: true dev: true /@humanwhocodes/config-array@0.11.13: - resolution: - { - integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, - } - engines: { node: ">=10.10.0" } + resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} + engines: {node: '>=10.10.0'} dependencies: - "@humanwhocodes/object-schema": 2.0.1 + '@humanwhocodes/object-schema': 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -2418,34 +1912,22 @@ packages: dev: false /@humanwhocodes/module-importer@1.0.1: - resolution: - { - integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, - } - engines: { node: ">=12.22" } + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} dev: false /@humanwhocodes/object-schema@2.0.1: - resolution: - { - integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, - } + resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: false /@hutson/parse-repository-url@3.0.2: - resolution: - { - integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} + engines: {node: '>=6.9.0'} dev: false /@isaacs/cliui@8.0.2: - resolution: - { - integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 @@ -2456,101 +1938,61 @@ packages: dev: false /@jest/schemas@29.6.0: - resolution: - { - integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@sinclair/typebox": 0.27.8 + '@sinclair/typebox': 0.27.8 dev: false /@jridgewell/gen-mapping@0.3.3: - resolution: - { - integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@jridgewell/resolve-uri@3.1.0: - resolution: - { - integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} dev: false /@jridgewell/set-array@1.1.2: - resolution: - { - integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} dev: false /@jridgewell/source-map@0.3.5: - resolution: - { - integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==, - } + resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@jridgewell/sourcemap-codec@1.4.14: - resolution: - { - integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, - } + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} dev: false /@jridgewell/sourcemap-codec@1.4.15: - resolution: - { - integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, - } + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} dev: false /@jridgewell/trace-mapping@0.3.18: - resolution: - { - integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, - } + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 dev: false - /@lerna/child-process@7.4.2: - resolution: - { - integrity: sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==, - } - engines: { node: ">=16.0.0" } + /@lerna/create@8.0.0(typescript@5.3.2): + resolution: {integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==} + engines: {node: '>=18.0.0'} dependencies: - chalk: 4.1.2 - execa: 5.1.1 - strong-log-transformer: 2.1.0 - dev: false - - /@lerna/create@7.4.2: - resolution: - { - integrity: sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==, - } - engines: { node: ">=16.0.0" } - dependencies: - "@lerna/child-process": 7.4.2 - "@npmcli/run-script": 6.0.2 - "@nx/devkit": 16.6.0(nx@16.6.0) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 + '@npmcli/run-script': 6.0.2 + '@nx/devkit': 17.1.3(nx@17.1.3) + '@octokit/plugin-enterprise-rest': 6.0.1 + '@octokit/rest': 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -2558,7 +2000,7 @@ packages: columnify: 1.6.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.2.0 + cosmiconfig: 8.3.6(typescript@5.3.2) dedent: 0.7.0 execa: 5.0.0 fs-extra: 11.1.1 @@ -2585,7 +2027,7 @@ packages: npm-packlist: 5.1.1 npm-registry-fetch: 14.0.5 npmlog: 6.0.2 - nx: 16.6.0 + nx: 17.1.3 p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -2609,84 +2051,64 @@ packages: validate-npm-package-name: 5.0.0 write-file-atomic: 5.0.1 write-pkg: 4.0.0 - yargs: 16.2.0 - yargs-parser: 20.2.4 + yargs: 17.7.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - bluebird - debug - encoding - supports-color + - typescript dev: false /@microsoft/tsdoc-config@0.16.2: - resolution: - { - integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==, - } + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} dependencies: - "@microsoft/tsdoc": 0.14.2 + '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: false /@microsoft/tsdoc@0.14.2: - resolution: - { - integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==, - } + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: false /@nodelib/fs.scandir@2.1.5: - resolution: - { - integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.stat": 2.0.5 + '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 dev: false /@nodelib/fs.stat@2.0.5: - resolution: - { - integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} dev: false /@nodelib/fs.walk@1.2.8: - resolution: - { - integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.scandir": 2.1.5 + '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 dev: false /@npmcli/fs@3.1.0: - resolution: - { - integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 dev: false /@npmcli/git@4.1.0: - resolution: - { - integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@npmcli/promise-spawn": 6.0.2 + '@npmcli/promise-spawn': 6.0.2 lru-cache: 7.18.3 npm-pick-manifest: 8.0.2 proc-log: 3.0.0 @@ -2699,11 +2121,8 @@ packages: dev: false /@npmcli/installed-package-contents@2.0.2: - resolution: - { - integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: npm-bundled: 3.0.0 @@ -2711,32 +2130,23 @@ packages: dev: false /@npmcli/node-gyp@3.0.0: - resolution: - { - integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@npmcli/promise-spawn@6.0.2: - resolution: - { - integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: which: 3.0.1 dev: false /@npmcli/run-script@6.0.2: - resolution: - { - integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@npmcli/node-gyp": 3.0.0 - "@npmcli/promise-spawn": 6.0.2 + resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@npmcli/node-gyp': 3.0.0 + '@npmcli/promise-spawn': 6.0.2 node-gyp: 9.4.0 read-package-json-fast: 3.0.2 which: 3.0.1 @@ -2744,163 +2154,125 @@ packages: - supports-color dev: false - /@nrwl/devkit@16.6.0(nx@16.6.0): - resolution: - { - integrity: sha512-xZEN6wfA1uJwv+FVRQFOHsCcpvGvIYGx2zutbzungDodWkfzlJ3tzIGqYjIpPCBVT83erM6Gscnka2W46AuKfA==, - } + /@nrwl/devkit@17.1.3(nx@17.1.3): + resolution: {integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==} dependencies: - "@nx/devkit": 16.6.0(nx@16.6.0) + '@nx/devkit': 17.1.3(nx@17.1.3) transitivePeerDependencies: - nx dev: false - /@nrwl/tao@16.6.0: - resolution: - { - integrity: sha512-NQkDhmzlR1wMuYzzpl4XrKTYgyIzELdJ+dVrNKf4+p4z5WwKGucgRBj60xMQ3kdV25IX95/fmMDB8qVp/pNQ0Q==, - } + /@nrwl/tao@17.1.3: + resolution: {integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==} hasBin: true dependencies: - nx: 16.6.0 + nx: 17.1.3 tslib: 2.6.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - debug dev: false - /@nx/devkit@16.6.0(nx@16.6.0): - resolution: - { - integrity: sha512-rhJ0y+MSPHDuoZPxsOYdj/n5ks+gK74TIMgTb8eZgPT/uR86a4oxf62wUQXgECedR5HzLE2HunbnoLhhJXmpJw==, - } + /@nx/devkit@17.1.3(nx@17.1.3): + resolution: {integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==} peerDependencies: - nx: ">= 15 <= 17" + nx: '>= 16 <= 18' dependencies: - "@nrwl/devkit": 16.6.0(nx@16.6.0) + '@nrwl/devkit': 17.1.3(nx@17.1.3) ejs: 3.1.9 + enquirer: 2.3.6 ignore: 5.2.4 - nx: 16.6.0 + nx: 17.1.3 semver: 7.5.3 tmp: 0.2.1 tslib: 2.6.1 dev: false - /@nx/nx-darwin-arm64@16.6.0: - resolution: - { - integrity: sha512-8nJuqcWG/Ob39rebgPLpv2h/V46b9Rqqm/AGH+bYV9fNJpxgMXclyincbMIWvfYN2tW+Vb9DusiTxV6RPrLapA==, - } - engines: { node: ">= 10" } + /@nx/nx-darwin-arm64@17.1.3: + resolution: {integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==} + engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true dev: false optional: true - /@nx/nx-darwin-x64@16.6.0: - resolution: - { - integrity: sha512-T4DV0/2PkPZjzjmsmQEyjPDNBEKc4Rhf7mbIZlsHXj27BPoeNjEcbjtXKuOZHZDIpGFYECGT/sAF6C2NVYgmxw==, - } - engines: { node: ">= 10" } + /@nx/nx-darwin-x64@17.1.3: + resolution: {integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==} + engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true dev: false optional: true - /@nx/nx-freebsd-x64@16.6.0: - resolution: - { - integrity: sha512-Ck/yejYgp65dH9pbExKN/X0m22+xS3rWF1DBr2LkP6j1zJaweRc3dT83BWgt5mCjmcmZVk3J8N01AxULAzUAqA==, - } - engines: { node: ">= 10" } + /@nx/nx-freebsd-x64@17.1.3: + resolution: {integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==} + engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true dev: false optional: true - /@nx/nx-linux-arm-gnueabihf@16.6.0: - resolution: - { - integrity: sha512-eyk/R1mBQ3X0PCSS+Cck3onvr3wmZVmM/+x0x9Ai02Vm6q9Eq6oZ1YtZGQsklNIyw1vk2WV9rJCStfu9mLecEw==, - } - engines: { node: ">= 10" } + /@nx/nx-linux-arm-gnueabihf@17.1.3: + resolution: {integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==} + engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true dev: false optional: true - /@nx/nx-linux-arm64-gnu@16.6.0: - resolution: - { - integrity: sha512-S0qFFdQFDmBIEZqBAJl4K47V3YuMvDvthbYE0enXrXApWgDApmhtxINXSOjSus7DNq9kMrgtSDGkBmoBot61iw==, - } - engines: { node: ">= 10" } + /@nx/nx-linux-arm64-gnu@17.1.3: + resolution: {integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@nx/nx-linux-arm64-musl@16.6.0: - resolution: - { - integrity: sha512-TXWY5VYtg2wX/LWxyrUkDVpqCyJHF7fWoVMUSlFe+XQnk9wp/yIbq2s0k3h8I4biYb6AgtcVqbR4ID86lSNuMA==, - } - engines: { node: ">= 10" } + /@nx/nx-linux-arm64-musl@17.1.3: + resolution: {integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@nx/nx-linux-x64-gnu@16.6.0: - resolution: - { - integrity: sha512-qQIpSVN8Ij4oOJ5v+U+YztWJ3YQkeCIevr4RdCE9rDilfq9RmBD94L4VDm7NRzYBuQL8uQxqWzGqb7ZW4mfHpw==, - } - engines: { node: ">= 10" } + /@nx/nx-linux-x64-gnu@17.1.3: + resolution: {integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@nx/nx-linux-x64-musl@16.6.0: - resolution: - { - integrity: sha512-EYOHe11lfVfEfZqSAIa1c39mx2Obr4mqd36dBZx+0UKhjrcmWiOdsIVYMQSb3n0TqB33BprjI4p9ZcFSDuoNbA==, - } - engines: { node: ">= 10" } + /@nx/nx-linux-x64-musl@17.1.3: + resolution: {integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@nx/nx-win32-arm64-msvc@16.6.0: - resolution: - { - integrity: sha512-f1BmuirOrsAGh5+h/utkAWNuqgohvBoekQgMxYcyJxSkFN+pxNG1U68P59Cidn0h9mkyonxGVCBvWwJa3svVFA==, - } - engines: { node: ">= 10" } + /@nx/nx-win32-arm64-msvc@17.1.3: + resolution: {integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==} + engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true dev: false optional: true - /@nx/nx-win32-x64-msvc@16.6.0: - resolution: - { - integrity: sha512-UmTTjFLpv4poVZE3RdUHianU8/O9zZYBiAnTRq5spwSDwxJHnLTZBUxFFf3ztCxeHOUIfSyW9utpGfCMCptzvQ==, - } - engines: { node: ">= 10" } + /@nx/nx-win32-x64-msvc@17.1.3: + resolution: {integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==} + engines: {node: '>= 10'} cpu: [x64] os: [win32] requiresBuild: true @@ -2908,25 +2280,19 @@ packages: optional: true /@octokit/auth-token@3.0.4: - resolution: - { - integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} + engines: {node: '>= 14'} dev: false /@octokit/core@4.2.4: - resolution: - { - integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/auth-token": 3.0.4 - "@octokit/graphql": 5.0.6 - "@octokit/request": 6.2.8 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} + engines: {node: '>= 14'} + dependencies: + '@octokit/auth-token': 3.0.4 + '@octokit/graphql': 5.0.6 + '@octokit/request': 6.2.8 + '@octokit/request-error': 3.0.3 + '@octokit/types': 9.3.2 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: @@ -2934,105 +2300,78 @@ packages: dev: false /@octokit/endpoint@7.0.6: - resolution: - { - integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} + engines: {node: '>= 14'} dependencies: - "@octokit/types": 9.3.2 + '@octokit/types': 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: false /@octokit/graphql@5.0.6: - resolution: - { - integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/request": 6.2.8 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/request': 6.2.8 + '@octokit/types': 9.3.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: false /@octokit/openapi-types@18.0.0: - resolution: - { - integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, - } + resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} dev: false /@octokit/plugin-enterprise-rest@6.0.1: - resolution: - { - integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==, - } + resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} dev: false /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} + engines: {node: '>= 14'} peerDependencies: - "@octokit/core": ">=4" + '@octokit/core': '>=4' dependencies: - "@octokit/core": 4.2.4 - "@octokit/tsconfig": 1.0.2 - "@octokit/types": 9.3.2 + '@octokit/core': 4.2.4 + '@octokit/tsconfig': 1.0.2 + '@octokit/types': 9.3.2 dev: false /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==, - } + resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: - "@octokit/core": ">=3" + '@octokit/core': '>=3' dependencies: - "@octokit/core": 4.2.4 + '@octokit/core': 4.2.4 dev: false /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} + engines: {node: '>= 14'} peerDependencies: - "@octokit/core": ">=3" + '@octokit/core': '>=3' dependencies: - "@octokit/core": 4.2.4 - "@octokit/types": 10.0.0 + '@octokit/core': 4.2.4 + '@octokit/types': 10.0.0 dev: false /@octokit/request-error@3.0.3: - resolution: - { - integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} + engines: {node: '>= 14'} dependencies: - "@octokit/types": 9.3.2 + '@octokit/types': 9.3.2 deprecation: 2.3.1 once: 1.4.0 dev: false /@octokit/request@6.2.8: - resolution: - { - integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/endpoint": 7.0.6 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/endpoint': 7.0.6 + '@octokit/request-error': 3.0.3 + '@octokit/types': 9.3.2 is-plain-object: 5.0.0 node-fetch: 2.6.7 universal-user-agent: 6.0.0 @@ -3041,179 +2380,123 @@ packages: dev: false /@octokit/rest@19.0.11: - resolution: - { - integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/core": 4.2.4 - "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4) - "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4) - "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4) + resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/core': 4.2.4 + '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4) + '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4) transitivePeerDependencies: - encoding dev: false /@octokit/tsconfig@1.0.2: - resolution: - { - integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, - } + resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} dev: false /@octokit/types@10.0.0: - resolution: - { - integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, - } + resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} dependencies: - "@octokit/openapi-types": 18.0.0 + '@octokit/openapi-types': 18.0.0 dev: false /@octokit/types@9.3.2: - resolution: - { - integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, - } + resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} dependencies: - "@octokit/openapi-types": 18.0.0 - dev: false - - /@parcel/watcher@2.0.4: - resolution: - { - integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==, - } - engines: { node: ">= 10.0.0" } - requiresBuild: true - dependencies: - node-addon-api: 3.2.1 - node-gyp-build: 4.6.0 + '@octokit/openapi-types': 18.0.0 dev: false /@pkgjs/parseargs@0.11.0: - resolution: - { - integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} requiresBuild: true dev: false optional: true /@polka/url@1.0.0-next.21: - resolution: - { - integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, - } + resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false /@popperjs/core@2.11.8: - resolution: - { - integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, - } + resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: true /@sigstore/bundle@1.0.0: - resolution: - { - integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@sigstore/protobuf-specs": 0.2.0 + '@sigstore/protobuf-specs': 0.2.0 dev: false /@sigstore/protobuf-specs@0.2.0: - resolution: - { - integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@sigstore/tuf@1.0.3: - resolution: - { - integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@sigstore/protobuf-specs": 0.2.0 + '@sigstore/protobuf-specs': 0.2.0 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color dev: false /@sinclair/typebox@0.27.8: - resolution: - { - integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, - } + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: false /@sphinxxxx/color-conversion@2.2.2: - resolution: - { - integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==, - } + resolution: {integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==} dev: true /@tootallnate/once@2.0.0: - resolution: - { - integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, - } - engines: { node: ">= 10" } - dev: false - - /@tsparticles/basic@3.0.0-beta.4: - resolution: - { - integrity: sha512-AmiuFIkDvihsKarEQ1SzyZcZ32PAa1cXc3VM+5f16IZRX81sy2bGI8pXbQ/VyY/PY96lX8updqXR1+WK36w38Q==, - } - dependencies: - "@tsparticles/engine": 3.0.0-beta.4 - "@tsparticles/move-base": 3.0.0-beta.4 - "@tsparticles/shape-circle": 3.0.0-beta.4 - "@tsparticles/updater-color": 3.0.0-beta.4 - "@tsparticles/updater-opacity": 3.0.0-beta.4 - "@tsparticles/updater-out-modes": 3.0.0-beta.4 - "@tsparticles/updater-size": 3.0.0-beta.4 - dev: false - - /@tsparticles/cli@2.0.0-beta.10(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-GdEN4iRgzYQKjhPCMXuYcUCP0LjKXThU8oA53rG1nQlvHraeN8yZQ89sw92ZqtKctr6bjw0/zLLOMkHqtjIvPg==, - } + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} + dev: false + + /@tsparticles/basic@3.0.0: + resolution: {integrity: sha512-eyIr/XGk5ahLIQOWqG0GQT/baT7JWwXvRQRh8uIoKb70GSFhGEd7jQLPSpopyt3KV+l0AXw4IrNLsPUr8763eQ==} + dependencies: + '@tsparticles/engine': 3.0.0 + '@tsparticles/move-base': 3.0.0 + '@tsparticles/shape-circle': 3.0.0 + '@tsparticles/updater-color': 3.0.0 + '@tsparticles/updater-opacity': 3.0.0 + '@tsparticles/updater-out-modes': 3.0.0 + '@tsparticles/updater-size': 3.0.0 + dev: false + + /@tsparticles/cli@2.0.0(webpack-cli@5.1.4): + resolution: {integrity: sha512-g1T4MmgGS+spKMxU1kaYgz7lxEvSi24C7SxfGEfC1Fr9KDiaai4iNDAzASDTCkCfq9clxrZ69FPM7f15v2Juqg==} hasBin: true dependencies: - "@tsparticles/eslint-config": 2.0.0-beta.7 - "@tsparticles/prettier-config": 2.0.0-beta.4 - "@tsparticles/tsconfig": 2.0.0-beta.1 - "@tsparticles/webpack-plugin": 2.0.0-beta.12 - "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - commander: 11.0.0 - eslint: 8.53.0 - eslint-config-prettier: 9.0.0(eslint@8.53.0) - eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) + '@tsparticles/eslint-config': 2.0.0 + '@tsparticles/prettier-config': 2.0.0 + '@tsparticles/tsconfig': 2.0.0 + '@tsparticles/webpack-plugin': 2.0.0 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + commander: 11.1.0 + eslint: 8.55.0 + eslint-config-prettier: 9.1.0(eslint@8.55.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.55.0) eslint-plugin-tsdoc: 0.2.17 fs-extra: 11.1.1 klaw: 4.1.0 lookpath: 1.2.2 path-scurry: 1.10.1 prettier: 3.1.0 + prettier-plugin-multiline-arrays: 3.0.1(prettier@3.1.0) prompts: 2.4.2 rimraf: 5.0.5 - typescript: 5.2.2 + typescript: 5.3.2 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - "@swc/core" - - "@webpack-cli/generators" + - '@swc/core' + - '@webpack-cli/generators' - bufferutil - esbuild - eslint-import-resolver-typescript @@ -3225,297 +2508,213 @@ packages: - webpack-dev-server dev: false - /@tsparticles/engine@3.0.0-beta.4: - resolution: - { - integrity: sha512-2PfpNBHwow9cKs2i2Oyd4Jpiv6x1GEADwjByWySmQCOqVyzp5BZLFdICZfIjm+8QIvZEMvsrWzmgUKpoohDkyQ==, - } + /@tsparticles/engine@3.0.0: + resolution: {integrity: sha512-gBnpL4/lXTABy2C3v0pvpIXV7bcAwaEsoVFLAHfT2BHmWJl4h6tEn7JwmwxP3EdpzYPv88OpVIxh0NRpGyqdaw==} requiresBuild: true dev: false - /@tsparticles/eslint-config@2.0.0-beta.7: - resolution: - { - integrity: sha512-AdTypYgw8QH8RDbStPVFMzzmYPIbTa2ErvLxhIQV8EE0rUhOIaRABDL6azgnFJ0vPM/N9JhqdqyT9Jr6hboh+Q==, - } + /@tsparticles/eslint-config@2.0.0: + resolution: {integrity: sha512-V1Pd5Hw57qEtGaja+7QxiKPCiIfnifFZAXEewvRlTRePoTKget9TxiGoH9Vw9T+qyZqu5UbLm596sspiRkqoFA==} dependencies: - "@tsparticles/prettier-config": 2.0.0-beta.4 - "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - eslint: 8.53.0 - eslint-config-prettier: 9.0.0(eslint@8.53.0) - eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0) - eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) + '@tsparticles/prettier-config': 2.0.0 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + eslint: 8.55.0 + eslint-config-prettier: 9.1.0(eslint@8.55.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.55.0) eslint-plugin-tsdoc: 0.2.17 prettier: 3.1.0 - typescript: 5.2.2 + typescript: 5.3.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: false - /@tsparticles/interaction-external-push@3.0.0-beta.4: - resolution: - { - integrity: sha512-L2Zi3bQ3yXuueDT0/RKxvvv6oKKzRL4v8xN0IjjeOQXQKTPaTgWZMI4Cyi43AmQORroeMpVfKgHU3AF1NwDbAw==, - } + /@tsparticles/interaction-external-push@3.0.0: + resolution: {integrity: sha512-/0wYLzGSwURoOxXbaC8/7kSkWV1W+6tFGQyoNC9WIj98Z3nCLhQR3JOJYd4MoyraTLS289IEC9sgIzLr2apn6g==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/interaction-external-trail@3.0.0-beta.4: - resolution: - { - integrity: sha512-pVapWy3puER+h045kkEUYblgFZIx73KOECesK7EAF9zM4Fp3B68gCnk+BTeL62ftuoE8cmuU/v/20HLZrGvjPQ==, - } + /@tsparticles/interaction-external-trail@3.0.0: + resolution: {integrity: sha512-PQ2gauZ2ANwADDuIImaFDIY7n7dhDHsiutIQpnXEF+miaAARB31F6YEXWFtv7/8Tq13GE7V2wBRkNAiMADws2g==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/interaction-particles-links@3.0.0-beta.4: - resolution: - { - integrity: sha512-gh31vipDpcBIuxuYFeRfG5savAchnWJaKzmPvFSYKs7+mzwwcFdnFLI03wcxPVlcPMHFv/JlNFAV9Ep/yg8iqQ==, - } + /@tsparticles/interaction-particles-links@3.0.0: + resolution: {integrity: sha512-vk2fUZ8z4ojamIH0T4dGmrXb+9bcONKm/4Q0otG0Cpgg7p/kuF2CVUIaMyxceRAhZaIFP8UfJCBvM4wL9SYFFg==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/move-base@3.0.0-beta.4: - resolution: - { - integrity: sha512-gcIaU06qM9Gc6Db82VJRZ/6gFEgkyi+yJFCCNOc7ajpq5uZ7lDnvLRFjPx3As44qha0wPRsz1PHcyRXs/6lUcA==, - } + /@tsparticles/move-base@3.0.0: + resolution: {integrity: sha512-ARPoSyJ1QJ+eEVySzj1oJNEyl1bRR83tQcGmEvOSHWhtA43b3rs7y5LnU5P+8R1i4jrLp5L+5svzEockDr2b0g==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/path-curves@3.0.0-beta.4: - resolution: - { - integrity: sha512-jfzImPMFjZa0Vx3F0UrMymH8UQhHvYUhJBMglEvUwXUvK6IMrbdOf9RBYhvybhIOaq5u/6EIB8wDgDQeCWqY8g==, - } + /@tsparticles/path-curves@3.0.0: + resolution: {integrity: sha512-3oLWzvJc92ZvifNK2Uo1qa2Xb7GUo4pDDj8R9xkeMYwTxAhoGu7GNxwpZ2Gwzz3Afhm679KG9dLNmdAn2ofgwA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/plugin-emitters-shape-square@3.0.0-beta.4: - resolution: - { - integrity: sha512-bRR+PN3KBYqfpM5dkLwDOPyxEA5/LBj0ONgj5JgvSmhzOzp3UOgvTXgTEX2zFvIo+YJg5wd30nqkejcLVU8xfA==, - } + /@tsparticles/plugin-emitters-shape-square@3.0.0: + resolution: {integrity: sha512-yj3AphJ0ogNwxOsijBfTR2sKogtmwlLeWUaCxbeZ+J0Ot77FzuHdwzbODklja9MklzZCWBHLfmJaKC2/F9zblg==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 - "@tsparticles/plugin-emitters": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 + '@tsparticles/plugin-emitters': 3.0.0 dev: false - /@tsparticles/plugin-emitters@3.0.0-beta.4: - resolution: - { - integrity: sha512-RbkXWu68pM2BQp0Ftv/oq+oMjjeODVVjvUw+PXPPQtupU/2ijARfnjqFfnPgZfo9l101y8MIRH62T95I4cSaIg==, - } + /@tsparticles/plugin-emitters@3.0.0: + resolution: {integrity: sha512-oLBPCL+c6CoI9FCcQ4HzAZmBybUu2rGAJRgoXO76YSPIUd+JKZfrktkaFtcxzlbEWKO+FonRyfTg732q9F+tJA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/plugin-motion@3.0.0-beta.4: - resolution: - { - integrity: sha512-7qQcxCvxZyjiLc7rHY5WygGhV27fP8XMdC99YD8WZ9KPCwaY4VJSy6HvUuB6AO2A241pQaNSyh09Q6wJ7gJElA==, - } + /@tsparticles/plugin-motion@3.0.0: + resolution: {integrity: sha512-mYmrEs7thm6suw8wljl2Lho9GRCDPgpuHi6dwSF3aGrphPehrt3oJ/Fktw6u09gSzRJso6MkGOLhqbrUC4GHhw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/plugin-sounds@3.0.0-beta.4: - resolution: - { - integrity: sha512-nAQGRhUfMToLjoTGKeVzUZpec9KyP6RVVHpGwdN8vSmQuayRNxYNqyWJLQtLl0VaFnEpbVK1WXB0CHQ44roK7Q==, - } + /@tsparticles/plugin-sounds@3.0.0: + resolution: {integrity: sha512-2/4GuRYzOeJphAoHwENcklcnnp0axpzhQJ52gpnzBkDXXzBSGfayNuTDRYogZZx8LDO4wzrN+3uSXFV5fon0qQ==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/prettier-config@2.0.0-beta.4: - resolution: - { - integrity: sha512-lnKJF808EudW0coLqi4TyatShqZspZqnUuAa7gMzksuy+SyHXAZ5SD+to1CZDg2eM8EC1YJqLhwKsTAcrk0ZTA==, - } + /@tsparticles/prettier-config@2.0.0: + resolution: {integrity: sha512-0cXfb2hMmA3Mu41HLu4JNCnbG/yfv9ExqVP/R5v6HSWt+uGxidYl3TJWh/bKnWwXJMK04h4Y4bLfdSZQJ7Yizw==} dependencies: prettier: 3.1.0 - prettier-plugin-multiline-arrays: 3.0.0(prettier@3.1.0) + prettier-plugin-multiline-arrays: 3.0.1(prettier@3.1.0) dev: false - /@tsparticles/shape-circle@3.0.0-beta.4: - resolution: - { - integrity: sha512-87OC6KSYtL1E5JVSMVZ6Gdcb4bom+BjbsS07yKbx8BU8XghUq09nL8eHPPMqBdXooiQjNHkDr9350jc9myuPMg==, - } + /@tsparticles/shape-circle@3.0.0: + resolution: {integrity: sha512-4m8+Q2qbpjWxcyZyd9PJlpu7t030eo9zf87eoIniIkP49AQfzeVqeVwtQkRG4Mty58trCf/KtRWxbozUzpqiPw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/shape-line@3.0.0-beta.4: - resolution: - { - integrity: sha512-5MSHW/A4Fv6C3WRxa33IdpIxxaZPhLO4jse+GC9JWnaDxmDge/SVKhIxoRiBaGlKtI2L9HB0B4xM9/QHy3dwGw==, - } + /@tsparticles/shape-line@3.0.0: + resolution: {integrity: sha512-C7xCOepUfK3iKGROfWtl/H0kn/z6dZPznYQnTuCgCQPNiwDvBEOaRov373VEOuBmlULKzjDIAFSsHHXrAgbI9Q==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/shape-square@3.0.0-beta.4: - resolution: - { - integrity: sha512-EYCHnYRADVTUGdtjSugfWfOS2nT860NtpHTRKyMwyQdJLP6Zwe99b0wGifeyOIuJleAh7MZKM8UcTbimorEsnA==, - } + /@tsparticles/shape-square@3.0.0: + resolution: {integrity: sha512-KcNVjhVYpHfhs5cRR5Y+YbXhmfcHeV9trnubJolp5HjKUmaQjMeGYKLmitJ/yetBQxAcgtkIw+RCjRADP27Wbw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/tsconfig@2.0.0-beta.1: - resolution: - { - integrity: sha512-KkSIPXKBibHFywdsea8gUYBtn0MA7bK4h/ujxBfYTq8a3a1H05eKRXEVl+0uACFxXZE1Mm6sroM7Jry2exh6dA==, - } + /@tsparticles/tsconfig@2.0.0: + resolution: {integrity: sha512-yWeTlTj13+kpHfeFgqn4XjuzDhvxtSQpBiNRsxPPPpRj3chNRNmzd1Qkq0tn3v1G6LL/Cc6eH+jopsDiCM75nQ==} dependencies: - typescript: 5.2.2 + typescript: 5.3.2 dev: false - /@tsparticles/updater-color@3.0.0-beta.4: - resolution: - { - integrity: sha512-WF991L3zgg8ibIRcx3KJSSC6SGBds7i5xeuiOre6dRysDr4/dXhAJ65n0nqzzb7+p/xkJCHM9jEOYCqzGtaNYg==, - } + /@tsparticles/updater-color@3.0.0: + resolution: {integrity: sha512-ksh8+G553kgSH4sk/oAbmfmNQ6pPkyLdF1ZNItS3Ok6/NW0xtP1WOt3SoeGyQwaSS0AdDsWiPTOQWtSMxMtGRw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-destroy@3.0.0-beta.4: - resolution: - { - integrity: sha512-H1w2gcoXu1Q83um6sG71QVrRN6LN8DE2AGeqgYpY8S35050xP22wBk/u9DUHSjPhDc02IOBeRyg54lj0SpGPSg==, - } + /@tsparticles/updater-destroy@3.0.0: + resolution: {integrity: sha512-zyHgVlDCp2RLMw9f9PkJXfhESFrT+hkSquQjENlhAUibDzZRDTl32lhw7PIYL+kQBZefpExt3u0owiTTjaILkw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-life@3.0.0-beta.4: - resolution: - { - integrity: sha512-q6ZgwXIq8/Op5xIs1UiUxAApHBiDh+QQgaSIjvmkH1iGxDFUKhcyyJRmHcbcCWNEvy2WeQn1hlmkvh5Vznv7Yg==, - } + /@tsparticles/updater-life@3.0.0: + resolution: {integrity: sha512-Gzt60d6j0QJvZ2cxKOGZNnA6bMhEDsBgYZeeRvYnT5Z8970H2aSlP2ArZqKvKNICxC7+IcOhbbGYEqlHvSZyvA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-opacity@3.0.0-beta.4: - resolution: - { - integrity: sha512-duex9bLHx9jZDaW1ofTWJ/7/gtFk/X8uBD4xe05S4MEGYLbhXwcQHpWgmHXSRUErgLrbxzoejKjopIODuQ0YfQ==, - } + /@tsparticles/updater-opacity@3.0.0: + resolution: {integrity: sha512-KY5E5kosOGi2Z4UJQFny0aSjfYSPEbyR4p0Sz+1QynbgJpD0xLf7VR7bl1Gnh8o8GelWCLaJFjk6Z7Zo8UoY5w==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-out-modes@3.0.0-beta.4: - resolution: - { - integrity: sha512-Rwx0XrPUHS/rajkH9rPTjeMBlYHuU4X/wN2c4mleR5R8TMHTf8DomqC687rqtdpdENMuDr3R87z8vWgx6FFfTQ==, - } + /@tsparticles/updater-out-modes@3.0.0: + resolution: {integrity: sha512-0VR7xbp9rmNwLQ/9gWnTwZgLKOokX0g+44cg0plrrUuZ2CDEoF2n8LJpHIAhE71uoqZ67B9rVRqno2iZzo3zCA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-roll@3.0.0-beta.4: - resolution: - { - integrity: sha512-42CttQedWZt1rwv/9Nh31jTAYxce622ERF+c3bw6mxj1DESX1dTJWsdN9KdcFYe3aAY9OPv9UnQjMmI7Lb7ZUg==, - } + /@tsparticles/updater-roll@3.0.0: + resolution: {integrity: sha512-MWSSt0x0BEgGtSdzoZw1gdPrgXDxIH/hCHgFHcZsAEHN+j+PbC15D3+XdxAudZkEcnnZ1imOayQ4m83z2zAgXQ==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-rotate@3.0.0-beta.4: - resolution: - { - integrity: sha512-x1QE2EedXI32sUWyUehFJFzIWkJoFAYXGAaaWZt4UZG4OZtDWdsPmIf9b8w+tw16xQCsd1XZFAMfg+v59EFh8Q==, - } + /@tsparticles/updater-rotate@3.0.0: + resolution: {integrity: sha512-NgMqzVjVDT0VkfJ91JsPjtDgXkouJJwqRfAaBs8yMiD7xTaRGzPiFTH+ANrbnX8ID2RUMKR3jpn3afNejTG0XA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-size@3.0.0-beta.4: - resolution: - { - integrity: sha512-Bt2byJf0gmcDWqk2WshPvi0pQWxmYWz6tHYrbYiBGWPzLLiduaITK1D1q9XF7tYen3MyzewK3ZrzbO5JA4QL0A==, - } + /@tsparticles/updater-size@3.0.0: + resolution: {integrity: sha512-GpVtEJ7G9psNxOcmftcYFaiL6LQEs0lEUkB5vYyK6XoM1H1pRG3z/qNCclPb9Hy7eGmOeycy4nRe7/FLGaSHvw==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-stroke-color@3.0.0-beta.4: - resolution: - { - integrity: sha512-naZDDheRhaA2tjee2KN3as2Tdkad3LzFTrVzb+oPXmwTX0fdQQvsYsBbn3o67RAfMTWT4DSaQbQA76PKmiIscQ==, - } + /@tsparticles/updater-stroke-color@3.0.0: + resolution: {integrity: sha512-rnXwXqiBlnwoJtnyq6uHNusPx3PnFYX99G9/dh9hDBngCAeDrIb/6zsvTAvNxmj9UvrvNOmVDVauo0z7EjPCUA==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-tilt@3.0.0-beta.4: - resolution: - { - integrity: sha512-wmoPYDkBq5Bd1BdaoO/x/d4lQfPdv8Uao+nJmrbQxenWbwuTYH6axmq+UDr1GqWutPfRcwkOieUhXCy4/2pjfA==, - } + /@tsparticles/updater-tilt@3.0.0: + resolution: {integrity: sha512-V/MiScH/SB/f7bQu6+7LD1wNA1o1yhIwaYY7x0xXJy/uAiMNGzdsRSZxeQbmCKpv+QaL+8Ll1MoKVKesQmPGUg==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/updater-wobble@3.0.0-beta.4: - resolution: - { - integrity: sha512-sY5xQ8btfjxl3KIjqdMsh5i7semdsqWsq6AxrcLkAyFZl6dznB6KZotR+1JSnFCalUfu2MxqHZTMOjm2yIEw9g==, - } + /@tsparticles/updater-wobble@3.0.0: + resolution: {integrity: sha512-nb9Il2KDdUJR9CG2aWJA99DR91PzsaaKL3M9PZuM06PQI27zK5HFF8HTYFXIRGcIhKzKNcz2RyZA3BHSDhqxbg==} dependencies: - "@tsparticles/engine": 3.0.0-beta.4 + '@tsparticles/engine': 3.0.0 dev: false - /@tsparticles/webpack-plugin@2.0.0-beta.12: - resolution: - { - integrity: sha512-A33cnrjYc4kpaZ51R+YA9342aQs1brcIcKM/FbZFxNrAtT2fQPXdfNrxYI/+uNLT4Xazx6TR/lI2VLH8TJ808Q==, - } + /@tsparticles/webpack-plugin@2.0.0: + resolution: {integrity: sha512-tk44F7oYevlLE9NAh3oj+cFd5t/ii6ru/YYxAMnRyPqVpBvuTSisxCwspbvnXInEOSpEQeXw/MtKgoeZPjHOYQ==} dependencies: - "@babel/core": 7.23.3 - "@babel/preset-env": 7.23.3(@babel/core@7.23.3) - "@tsparticles/eslint-config": 2.0.0-beta.7 - "@tsparticles/prettier-config": 2.0.0-beta.4 - "@types/node": 20.9.0 - "@types/webpack-bundle-analyzer": 4.6.3(webpack-cli@5.1.4) - "@types/webpack-env": 1.18.4 - "@typescript-eslint/eslint-plugin": 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - babel-loader: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0) - browserslist: 4.22.1 + '@babel/core': 7.23.5 + '@babel/preset-env': 7.23.3(@babel/core@7.23.5) + '@tsparticles/eslint-config': 2.0.0 + '@tsparticles/prettier-config': 2.0.0 + '@types/node': 20.10.3 + '@types/webpack-bundle-analyzer': 4.6.3(webpack-cli@5.1.4) + '@types/webpack-env': 1.18.4 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + babel-loader: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) + browserslist: 4.22.2 copyfiles: 2.4.1 - eslint: 8.53.0 - eslint-config-prettier: 9.0.0(eslint@8.53.0) - eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0) - eslint-plugin-jsdoc: 46.9.0(eslint@8.53.0) + eslint: 8.55.0 + eslint-config-prettier: 9.1.0(eslint@8.55.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0) + eslint-plugin-jsdoc: 46.9.0(eslint@8.55.0) eslint-plugin-tsdoc: 0.2.17 prettier: 3.1.0 - prettier-plugin-multiline-arrays: 3.0.0(prettier@3.1.0) + prettier-plugin-multiline-arrays: 3.0.1(prettier@3.1.0) rimraf: 5.0.5 terser-webpack-plugin: 5.3.9(webpack@5.89.0) - typescript: 5.2.2 + typescript: 5.3.2 webpack: 5.89.0(webpack-cli@5.1.4) webpack-bundle-analyzer: 4.10.1 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) transitivePeerDependencies: - - "@swc/core" - - "@webpack-cli/generators" + - '@swc/core' + - '@webpack-cli/generators' - bufferutil - esbuild - eslint-import-resolver-typescript @@ -3527,453 +2726,333 @@ packages: dev: false /@tufjs/canonical-json@1.0.0: - resolution: - { - integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@tufjs/models@1.0.4: - resolution: - { - integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@tufjs/canonical-json": 1.0.0 + '@tufjs/canonical-json': 1.0.0 minimatch: 9.0.3 dev: false /@types/eslint-scope@3.7.4: - resolution: - { - integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, - } + resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - "@types/eslint": 8.44.1 - "@types/estree": 1.0.1 + '@types/eslint': 8.44.1 + '@types/estree': 1.0.1 dev: false /@types/eslint@8.44.1: - resolution: - { - integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==, - } + resolution: {integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==} dependencies: - "@types/estree": 1.0.1 - "@types/json-schema": 7.0.12 + '@types/estree': 1.0.1 + '@types/json-schema': 7.0.12 dev: false /@types/estree@1.0.1: - resolution: - { - integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, - } + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} dev: false /@types/json-schema@7.0.12: - resolution: - { - integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, - } + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} dev: false /@types/json5@0.0.29: - resolution: - { - integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, - } + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: false /@types/minimatch@3.0.5: - resolution: - { - integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, - } + resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: false /@types/minimist@1.2.2: - resolution: - { - integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, - } + resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: false /@types/node@18.18.9: - resolution: - { - integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, - } + resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} dependencies: undici-types: 5.26.5 dev: false - /@types/node@20.9.0: - resolution: - { - integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==, - } + /@types/node@20.10.3: + resolution: {integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==} dependencies: undici-types: 5.26.5 dev: false /@types/normalize-package-data@2.4.1: - resolution: - { - integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, - } + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: false /@types/semver@7.5.0: - resolution: - { - integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, - } + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: false /@types/webpack-bundle-analyzer@4.6.3(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==, - } + resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} dependencies: - "@types/node": 20.9.0 + '@types/node': 20.10.3 tapable: 2.2.1 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - "@swc/core" + - '@swc/core' - esbuild - uglify-js - webpack-cli dev: false /@types/webpack-env@1.18.4: - resolution: - { - integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==, - } - dev: false - - /@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0)(typescript@5.2.2): - resolution: - { - integrity: sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==} + dev: false + + /@typescript-eslint/eslint-plugin@6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2): + resolution: {integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@eslint-community/regexpp": 4.6.2 - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/scope-manager": 6.11.0 - "@typescript-eslint/type-utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) - "@typescript-eslint/visitor-keys": 6.11.0 + '@eslint-community/regexpp': 4.6.2 + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/type-utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.55.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.1(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.1(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: - { - integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/parser@6.13.2(eslint@8.55.0)(typescript@5.3.2): + resolution: {integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 6.11.0 - "@typescript-eslint/types": 6.11.0 - "@typescript-eslint/typescript-estree": 6.11.0(typescript@5.2.2) - "@typescript-eslint/visitor-keys": 6.11.0 + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 - eslint: 8.53.0 - typescript: 5.2.2 + eslint: 8.55.0 + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager@6.11.0: - resolution: - { - integrity: sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/scope-manager@6.13.2: + resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.11.0 - "@typescript-eslint/visitor-keys": 6.11.0 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/visitor-keys': 6.13.2 dev: false - /@typescript-eslint/type-utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: - { - integrity: sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/type-utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): + resolution: {integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 6.11.0(typescript@5.2.2) - "@typescript-eslint/utils": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 4.3.4 - eslint: 8.53.0 - ts-api-utils: 1.0.1(typescript@5.2.2) - typescript: 5.2.2 + eslint: 8.55.0 + ts-api-utils: 1.0.1(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types@6.11.0: - resolution: - { - integrity: sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/types@6.13.2: + resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==} + engines: {node: ^16.0.0 || >=18.0.0} dev: false - /@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): - resolution: - { - integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.2): + resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/types": 6.11.0 - "@typescript-eslint/visitor-keys": 6.11.0 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.1(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.1(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils@6.11.0(eslint@8.53.0)(typescript@5.2.2): - resolution: - { - integrity: sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): + resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.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@5.2.2) - eslint: 8.53.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + eslint: 8.55.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys@6.11.0: - resolution: - { - integrity: sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + /@typescript-eslint/visitor-keys@6.13.2: + resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.11.0 + '@typescript-eslint/types': 6.13.2 eslint-visitor-keys: 3.4.3 dev: false /@ungap/structured-clone@1.2.0: - resolution: - { - integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, - } + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: false /@webassemblyjs/ast@1.11.6: - resolution: - { - integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, - } + resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: - "@webassemblyjs/helper-numbers": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 dev: false /@webassemblyjs/floating-point-hex-parser@1.11.6: - resolution: - { - integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, - } + resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} dev: false /@webassemblyjs/helper-api-error@1.11.6: - resolution: - { - integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, - } + resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} dev: false /@webassemblyjs/helper-buffer@1.11.6: - resolution: - { - integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, - } + resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} dev: false /@webassemblyjs/helper-numbers@1.11.6: - resolution: - { - integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, - } + resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} dependencies: - "@webassemblyjs/floating-point-hex-parser": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@xtuc/long': 4.2.2 dev: false /@webassemblyjs/helper-wasm-bytecode@1.11.6: - resolution: - { - integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, - } + resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} dev: false /@webassemblyjs/helper-wasm-section@1.11.6: - resolution: - { - integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, - } + resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 dev: false /@webassemblyjs/ieee754@1.11.6: - resolution: - { - integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, - } + resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: - "@xtuc/ieee754": 1.2.0 + '@xtuc/ieee754': 1.2.0 dev: false /@webassemblyjs/leb128@1.11.6: - resolution: - { - integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, - } + resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: - "@xtuc/long": 4.2.2 + '@xtuc/long': 4.2.2 dev: false /@webassemblyjs/utf8@1.11.6: - resolution: - { - integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, - } + resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} dev: false /@webassemblyjs/wasm-edit@1.11.6: - resolution: - { - integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, - } + resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/helper-wasm-section": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-opt": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 - "@webassemblyjs/wast-printer": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 dev: false /@webassemblyjs/wasm-gen@1.11.6: - resolution: - { - integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, - } + resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 dev: false /@webassemblyjs/wasm-opt@1.11.6: - resolution: - { - integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, - } + resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 dev: false /@webassemblyjs/wasm-parser@1.11.6: - resolution: - { - integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, - } + resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 dev: false /@webassemblyjs/wast-printer@1.11.6: - resolution: - { - integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, - } + resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/ast': 1.11.6 + '@xtuc/long': 4.2.2 dev: false /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3983,11 +3062,8 @@ packages: dev: false /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3997,15 +3073,12 @@ packages: dev: false /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - webpack-dev-server: "*" + webpack-dev-server: '*' peerDependenciesMeta: webpack-dev-server: optional: true @@ -4015,52 +3088,34 @@ packages: dev: false /@xtuc/ieee754@1.2.0: - resolution: - { - integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, - } + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} dev: false /@xtuc/long@4.2.2: - resolution: - { - integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, - } + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} dev: false /@yarnpkg/lockfile@1.1.0: - resolution: - { - integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==, - } + resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: false /@yarnpkg/parsers@3.0.0-rc.46: - resolution: - { - integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} + engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 tslib: 2.6.1 dev: false /@zkochan/js-yaml@0.0.6: - resolution: - { - integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==, - } + resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} hasBin: true dependencies: argparse: 2.0.1 dev: false /JSONStream@1.3.5: - resolution: - { - integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==, - } + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: jsonparse: 1.3.1 @@ -4068,34 +3123,22 @@ packages: dev: false /abbrev@1.1.1: - resolution: - { - integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, - } + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} /accepts@1.3.8: - resolution: - { - integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} dependencies: mime-types: 2.1.35 negotiator: 0.6.3 dev: true /ace-builds@1.31.2: - resolution: - { - integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==, - } + resolution: {integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==} dev: true /acorn-import-assertions@1.9.0(acorn@8.10.0): - resolution: - { - integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, - } + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: acorn: ^8 dependencies: @@ -4103,10 +3146,7 @@ packages: dev: false /acorn-jsx@5.3.2(acorn@8.10.0): - resolution: - { - integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, - } + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -4114,44 +3154,29 @@ packages: dev: false /acorn-walk@8.2.0: - resolution: - { - integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} + engines: {node: '>=0.4.0'} dev: false /acorn@7.4.1: - resolution: - { - integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} hasBin: true dev: true /acorn@8.10.0: - resolution: - { - integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} + engines: {node: '>=0.4.0'} hasBin: true dev: false /add-stream@1.0.0: - resolution: - { - integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, - } + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} dev: false /agent-base@6.0.2: - resolution: - { - integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, - } - engines: { node: ">= 6.0.0" } + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -4159,11 +3184,8 @@ packages: dev: false /agentkeepalive@4.3.0: - resolution: - { - integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==, - } - engines: { node: ">= 8.0.0" } + resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} + engines: {node: '>= 8.0.0'} dependencies: debug: 4.3.4 depd: 2.0.0 @@ -4173,21 +3195,15 @@ packages: dev: false /aggregate-error@3.1.0: - resolution: - { - integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 dev: false /ajv-formats@2.1.1(ajv@8.12.0): - resolution: - { - integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==, - } + resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -4198,10 +3214,7 @@ packages: dev: false /ajv-keywords@3.5.2(ajv@6.12.6): - resolution: - { - integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==, - } + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: ajv: ^6.9.1 dependencies: @@ -4209,10 +3222,7 @@ packages: dev: false /ajv-keywords@5.1.0(ajv@8.12.0): - resolution: - { - integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==, - } + resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: @@ -4221,10 +3231,7 @@ packages: dev: false /ajv@6.12.6: - resolution: - { - integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, - } + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -4232,10 +3239,7 @@ packages: uri-js: 4.4.1 /ajv@8.12.0: - resolution: - { - integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, - } + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -4244,173 +3248,113 @@ packages: dev: false /ansi-colors@4.1.3: - resolution: - { - integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} dev: false /ansi-escapes@4.3.2: - resolution: - { - integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.21.3 dev: false /ansi-regex@5.0.1: - resolution: - { - integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} dev: false /ansi-regex@6.0.1: - resolution: - { - integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} dev: false /ansi-sequence-parser@1.1.1: - resolution: - { - integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==, - } + resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} dev: false /ansi-styles@3.2.1: - resolution: - { - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} dependencies: color-convert: 1.9.3 dev: false /ansi-styles@4.3.0: - resolution: - { - integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} dependencies: color-convert: 2.0.1 dev: false /ansi-styles@5.2.0: - resolution: - { - integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} dev: false /ansi-styles@6.2.1: - resolution: - { - integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} dev: false /anymatch@3.1.3: - resolution: - { - integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 dev: true /aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} dev: false /are-docs-informative@0.0.2: - resolution: - { - integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} + engines: {node: '>=14'} dev: false /are-we-there-yet@3.0.1: - resolution: - { - integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: delegates: 1.0.0 readable-stream: 3.6.2 dev: false /argparse@1.0.10: - resolution: - { - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, - } + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 dev: false /argparse@2.0.1: - resolution: - { - integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, - } + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: false /array-buffer-byte-length@1.0.0: - resolution: - { - integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, - } + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 dev: false /array-differ@3.0.0: - resolution: - { - integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} + engines: {node: '>=8'} dev: false /array-flatten@1.1.1: - resolution: - { - integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, - } + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} dev: true /array-ify@1.0.0: - resolution: - { - integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, - } + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: false /array-includes@3.1.7: - resolution: - { - integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4420,19 +3364,13 @@ packages: dev: false /array-union@2.1.0: - resolution: - { - integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} dev: false /array.prototype.findlastindex@1.2.3: - resolution: - { - integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4442,11 +3380,8 @@ packages: dev: false /array.prototype.flat@1.3.2: - resolution: - { - integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4455,11 +3390,8 @@ packages: dev: false /array.prototype.flatmap@1.3.2: - resolution: - { - integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4468,11 +3400,8 @@ packages: dev: false /arraybuffer.prototype.slice@1.0.1: - resolution: - { - integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 @@ -4483,62 +3412,38 @@ packages: dev: false /arrify@1.0.1: - resolution: - { - integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} dev: false /arrify@2.0.1: - resolution: - { - integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} + engines: {node: '>=8'} dev: false /asap@2.0.6: - resolution: - { - integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, - } + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} dev: true /assert-never@1.2.1: - resolution: - { - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==, - } + resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} dev: true /async@3.2.4: - resolution: - { - integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, - } + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: false /asynckit@0.4.0: - resolution: - { - integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, - } + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: false /available-typed-arrays@1.0.5: - resolution: - { - integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} dev: false - /axios@1.4.0: - resolution: - { - integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==, - } + /axios@1.6.2: + resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -4547,110 +3452,80 @@ packages: - debug dev: false - /babel-loader@9.1.3(@babel/core@7.23.3)(webpack@5.89.0): - resolution: - { - integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, - } - engines: { node: ">= 14.15.0" } + /babel-loader@9.1.3(@babel/core@7.23.5)(webpack@5.89.0): + resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} + engines: {node: '>= 14.15.0'} peerDependencies: - "@babel/core": ^7.12.0 - webpack: ">=5" + '@babel/core': ^7.12.0 + webpack: '>=5' dependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.5 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: false - /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, - } + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, - } + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, - } + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false /babel-walk@3.0.0-canary-5: - resolution: - { - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} + engines: {node: '>= 10.0.0'} dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 dev: true /balanced-match@1.0.2: - resolution: - { - integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, - } + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} /base64-js@1.5.1: - resolution: - { - integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, - } + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false /before-after-hook@2.2.3: - resolution: - { - integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==, - } + resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} dev: false /binary-extensions@2.2.0: - resolution: - { - integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} dev: true /bl@4.1.0: - resolution: - { - integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, - } + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 @@ -4658,11 +3533,8 @@ packages: dev: false /body-parser@1.20.1: - resolution: - { - integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, - } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -4681,129 +3553,87 @@ packages: dev: true /bootstrap@5.3.2(@popperjs/core@2.11.8): - resolution: - { - integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==, - } + resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} peerDependencies: - "@popperjs/core": ^2.11.8 + '@popperjs/core': ^2.11.8 dependencies: - "@popperjs/core": 2.11.8 + '@popperjs/core': 2.11.8 dev: true /brace-expansion@1.1.11: - resolution: - { - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, - } + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 /brace-expansion@2.0.1: - resolution: - { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, - } + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 dev: false /braces@3.0.2: - resolution: - { - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} dependencies: fill-range: 7.0.1 /browser-or-node@2.1.1: - resolution: - { - integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==, - } - dev: false - - /browserslist@4.22.1: - resolution: - { - integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} + dev: false + + /browserslist@4.22.2: + resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001562 - electron-to-chromium: 1.4.585 - node-releases: 2.0.13 - update-browserslist-db: 1.0.13(browserslist@4.22.1) + caniuse-lite: 1.0.30001566 + electron-to-chromium: 1.4.603 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.22.2) dev: false /buffer-from@1.1.2: - resolution: - { - integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, - } + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false /buffer@5.7.1: - resolution: - { - integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, - } + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false /builtin-modules@3.3.0: - resolution: - { - integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} dev: false /builtins@1.0.3: - resolution: - { - integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==, - } + resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: false /builtins@5.0.1: - resolution: - { - integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==, - } + resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: semver: 7.5.4 dev: false /byte-size@8.1.1: - resolution: - { - integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==, - } - engines: { node: ">=12.17" } + resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} + engines: {node: '>=12.17'} dev: false /bytes@3.1.2: - resolution: - { - integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} dev: true /cacache@17.1.3: - resolution: - { - integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@npmcli/fs": 3.1.0 + '@npmcli/fs': 3.1.0 fs-minipass: 3.0.2 glob: 10.3.10 lru-cache: 7.18.3 @@ -4818,28 +3648,19 @@ packages: dev: false /call-bind@1.0.2: - resolution: - { - integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, - } + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.1 /callsites@3.1.0: - resolution: - { - integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} dev: false /camelcase-keys@6.2.2: - resolution: - { - integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} dependencies: camelcase: 5.3.1 map-obj: 4.3.0 @@ -4847,26 +3668,17 @@ packages: dev: false /camelcase@5.3.1: - resolution: - { - integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} dev: false - /caniuse-lite@1.0.30001562: - resolution: - { - integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==, - } + /caniuse-lite@1.0.30001566: + resolution: {integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==} dev: false /chalk@2.4.2: - resolution: - { - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 @@ -4874,49 +3686,34 @@ packages: dev: false /chalk@4.1.0: - resolution: - { - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /chalk@4.1.2: - resolution: - { - integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /character-parser@2.2.0: - resolution: - { - integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==, - } + resolution: {integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==} dependencies: is-regex: 1.1.4 dev: true /chardet@0.7.0: - resolution: - { - integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==, - } + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: false /chokidar@3.5.3: - resolution: - { - integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, - } - engines: { node: ">= 8.10.0" } + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -4930,76 +3727,49 @@ packages: dev: true /chownr@2.0.0: - resolution: - { - integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} dev: false /chrome-trace-event@1.0.3: - resolution: - { - integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} + engines: {node: '>=6.0'} dev: false /ci-info@3.8.0: - resolution: - { - integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + engines: {node: '>=8'} dev: false /clean-stack@2.2.0: - resolution: - { - integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} dev: false /cli-cursor@3.1.0: - resolution: - { - integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 dev: false /cli-spinners@2.6.1: - resolution: - { - integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} + engines: {node: '>=6'} dev: false /cli-spinners@2.9.0: - resolution: - { - integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} + engines: {node: '>=6'} dev: false /cli-width@3.0.0: - resolution: - { - integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} dev: false /cliui@7.0.4: - resolution: - { - integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==, - } + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -5007,11 +3777,8 @@ packages: dev: false /cliui@8.0.1: - resolution: - { - integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -5019,11 +3786,8 @@ packages: dev: false /clone-deep@4.0.1: - resolution: - { - integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} dependencies: is-plain-object: 2.0.4 kind-of: 6.0.3 @@ -5031,158 +3795,101 @@ packages: dev: false /clone@1.0.4: - resolution: - { - integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, - } - engines: { node: ">=0.8" } + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} dev: false /cmd-shim@6.0.1: - resolution: - { - integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /color-convert@1.9.3: - resolution: - { - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, - } + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 dev: false /color-convert@2.0.1: - resolution: - { - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, - } - engines: { node: ">=7.0.0" } + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 dev: false /color-name@1.1.3: - resolution: - { - integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, - } + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} dev: false /color-name@1.1.4: - resolution: - { - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, - } + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: false /color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} hasBin: true dev: false /colorette@2.0.20: - resolution: - { - integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, - } + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} dev: false /columnify@1.6.0: - resolution: - { - integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} + engines: {node: '>=8.0.0'} dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 dev: false /combined-stream@1.0.8: - resolution: - { - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 dev: false /commander@10.0.1: - resolution: - { - integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} dev: false - /commander@11.0.0: - resolution: - { - integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==, - } - engines: { node: ">=16" } + /commander@11.1.0: + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} dev: false /commander@2.20.3: - resolution: - { - integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, - } + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false /commander@7.2.0: - resolution: - { - integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} dev: false /comment-parser@1.4.1: - resolution: - { - integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} + engines: {node: '>= 12.0.0'} dev: false /common-path-prefix@3.0.0: - resolution: - { - integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==, - } + resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: false /compare-func@2.0.0: - resolution: - { - integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, - } + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: false /concat-map@0.0.1: - resolution: - { - integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, - } + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-stream@2.0.0: - resolution: - { - integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==, - } - engines: { "0": node >= 6.0 } + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} dependencies: buffer-from: 1.1.2 inherits: 2.0.4 @@ -5191,83 +3898,49 @@ packages: dev: false /connect-livereload@0.6.1: - resolution: - { - integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==, - } + resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==} dev: true /console-control-strings@1.1.0: - resolution: - { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, - } + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: false /constantinople@4.0.1: - resolution: - { - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==, - } + resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 dev: true /content-disposition@0.5.4: - resolution: - { - integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.2.1 dev: true /content-type@1.0.5: - resolution: - { - integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} dev: true - /conventional-changelog-angular@6.0.0: - resolution: - { - integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==, - } - engines: { node: ">=14" } - dependencies: - compare-func: 2.0.0 - dev: false - /conventional-changelog-angular@7.0.0: - resolution: - { - integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-conventionalcommits@7.0.2: - resolution: - { - integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-core@5.0.1: - resolution: - { - integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} + engines: {node: '>=14'} dependencies: add-stream: 1.0.0 conventional-changelog-writer: 6.0.1 @@ -5283,19 +3956,13 @@ packages: dev: false /conventional-changelog-preset-loader@3.0.0: - resolution: - { - integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} + engines: {node: '>=14'} dev: false /conventional-changelog-writer@6.0.1: - resolution: - { - integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==} + engines: {node: '>=14'} hasBin: true dependencies: conventional-commits-filter: 3.0.0 @@ -5308,22 +3975,16 @@ packages: dev: false /conventional-commits-filter@3.0.0: - resolution: - { - integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} + engines: {node: '>=14'} dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: false /conventional-commits-parser@4.0.0: - resolution: - { - integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} + engines: {node: '>=14'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -5333,11 +3994,8 @@ packages: dev: false /conventional-commits-parser@5.0.0: - resolution: - { - integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -5347,11 +4005,8 @@ packages: dev: false /conventional-recommended-bump@7.0.1: - resolution: - { - integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} + engines: {node: '>=14'} hasBin: true dependencies: concat-stream: 2.0.0 @@ -5364,32 +4019,20 @@ packages: dev: false /convert-source-map@2.0.0: - resolution: - { - integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, - } + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: false /cookie-signature@1.0.6: - resolution: - { - integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, - } + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: true /cookie@0.5.0: - resolution: - { - integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + engines: {node: '>= 0.6'} dev: true /copyfiles@2.4.1: - resolution: - { - integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==, - } + resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} hasBin: true dependencies: glob: 7.2.3 @@ -5401,69 +4044,35 @@ packages: yargs: 16.2.0 dev: false - /core-js-compat@3.32.0: - resolution: - { - integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==, - } - dependencies: - browserslist: 4.22.1 - dev: false - /core-js-compat@3.33.2: - resolution: - { - integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==, - } + resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} dependencies: - browserslist: 4.22.1 + browserslist: 4.22.2 dev: false /core-util-is@1.0.3: - resolution: - { - integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, - } - dev: false - - /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.2.2): - resolution: - { - integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, - } - engines: { node: ">=v16" } - peerDependencies: - "@types/node": "*" - cosmiconfig: ">=8.2" - typescript: ">=4" - dependencies: - "@types/node": 18.18.9 - cosmiconfig: 8.3.6(typescript@5.2.2) - jiti: 1.21.0 - typescript: 5.2.2 + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false - /cosmiconfig@8.2.0: - resolution: - { - integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==, - } - engines: { node: ">=14" } + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2): + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} + peerDependencies: + '@types/node': '*' + cosmiconfig: '>=8.2' + typescript: '>=4' dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 + '@types/node': 18.18.9 + cosmiconfig: 8.3.6(typescript@5.3.2) + jiti: 1.21.0 + typescript: 5.3.2 dev: false - /cosmiconfig@8.3.6(typescript@5.2.2): - resolution: - { - integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, - } - engines: { node: ">=14" } + /cosmiconfig@8.3.6(typescript@5.3.2): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} peerDependencies: - typescript: ">=4.9.5" + typescript: '>=4.9.5' peerDependenciesMeta: typescript: optional: true @@ -5472,15 +4081,12 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.2.2 + typescript: 5.3.2 dev: false /cross-spawn@7.0.3: - resolution: - { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -5488,34 +4094,22 @@ packages: dev: false /dargs@7.0.0: - resolution: - { - integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} + engines: {node: '>=8'} dev: false /dateformat@3.0.3: - resolution: - { - integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==, - } + resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: false /debounce@1.2.1: - resolution: - { - integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==, - } + resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} dev: false /debug@2.6.9: - resolution: - { - integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, - } + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5524,12 +4118,9 @@ packages: dev: true /debug@3.2.7(supports-color@5.5.0): - resolution: - { - integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, - } + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5538,13 +4129,10 @@ packages: supports-color: 5.5.0 /debug@4.3.4: - resolution: - { - integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5552,240 +4140,158 @@ packages: ms: 2.1.2 /decamelize-keys@1.1.1: - resolution: - { - integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 map-obj: 1.0.1 dev: false /decamelize@1.2.0: - resolution: - { - integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} dev: false /dedent@0.7.0: - resolution: - { - integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, - } + resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} dev: false /deep-is@0.1.4: - resolution: - { - integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, - } + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: false /defaults@1.0.4: - resolution: - { - integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, - } + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 dev: false /define-lazy-prop@2.0.0: - resolution: - { - integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} dev: false /define-properties@1.2.0: - resolution: - { - integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false /delayed-stream@1.0.0: - resolution: - { - integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} dev: false /delegates@1.0.0: - resolution: - { - integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, - } + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: false /depd@2.0.0: - resolution: - { - integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} /deprecation@2.3.1: - resolution: - { - integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==, - } + resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: false /destroy@1.2.0: - resolution: - { - integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, - } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: true /detect-indent@5.0.0: - resolution: - { - integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} + engines: {node: '>=4'} dev: false /diff-sequences@29.4.3: - resolution: - { - integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false /dir-glob@3.0.1: - resolution: - { - integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} dependencies: path-type: 4.0.0 dev: false /doctrine@2.1.0: - resolution: - { - integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: false /doctrine@3.0.0: - resolution: - { - integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: false /doctypes@1.1.0: - resolution: - { - integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==, - } + resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} dev: true /dot-prop@5.3.0: - resolution: - { - integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: false - /dotenv@10.0.0: - resolution: - { - integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==, - } - engines: { node: ">=10" } + /dotenv-expand@10.0.0: + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} + engines: {node: '>=12'} + dev: false + + /dotenv@16.3.1: + resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} + engines: {node: '>=12'} dev: false /duplexer@0.1.2: - resolution: - { - integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, - } + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: false /eastasianwidth@0.2.0: - resolution: - { - integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, - } + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: false /ee-first@1.1.1: - resolution: - { - integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, - } + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: true /ejs@3.1.9: - resolution: - { - integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} + engines: {node: '>=0.10.0'} hasBin: true dependencies: jake: 10.8.7 dev: false - /electron-to-chromium@1.4.585: - resolution: - { - integrity: sha512-B4yBlX0azdA3rVMxpYwLQfDpdwOgcnLCkpvSOd68iFmeedo+WYjaBJS3/W58LVD8CB2nf+o7C4K9xz1l09RkWg==, - } + /electron-to-chromium@1.4.603: + resolution: {integrity: sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==} dev: false /emoji-regex@8.0.0: - resolution: - { - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, - } + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: false /emoji-regex@9.2.2: - resolution: - { - integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, - } + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: false /encodeurl@1.0.2: - resolution: - { - integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} dev: true /encoding@0.1.13: - resolution: - { - integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, - } + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true dependencies: iconv-lite: 0.6.3 @@ -5793,83 +4299,56 @@ packages: optional: true /end-of-stream@1.4.4: - resolution: - { - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, - } + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 dev: false /enhanced-resolve@5.15.0: - resolution: - { - integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 dev: false /enquirer@2.3.6: - resolution: - { - integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 dev: false /env-paths@2.2.1: - resolution: - { - integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} dev: false /envinfo@7.10.0: - resolution: - { - integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} + engines: {node: '>=4'} hasBin: true dev: false /envinfo@7.8.1: - resolution: - { - integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} + engines: {node: '>=4'} hasBin: true dev: false /err-code@2.0.3: - resolution: - { - integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==, - } + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} dev: false /error-ex@1.3.2: - resolution: - { - integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, - } + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 dev: false /es-abstract@1.22.1: - resolution: - { - integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 arraybuffer.prototype.slice: 1.0.1 @@ -5913,18 +4392,12 @@ packages: dev: false /es-module-lexer@1.3.0: - resolution: - { - integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==, - } + resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} dev: false /es-set-tostringtag@2.0.1: - resolution: - { - integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -5932,20 +4405,14 @@ packages: dev: false /es-shim-unscopables@1.0.0: - resolution: - { - integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, - } + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: has: 1.0.3 dev: false /es-to-primitive@1.2.1: - resolution: - { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 @@ -5953,53 +4420,35 @@ packages: dev: false /escalade@3.1.1: - resolution: - { - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} dev: false /escape-html@1.0.3: - resolution: - { - integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, - } + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} dev: true /escape-string-regexp@1.0.5: - resolution: - { - integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, - } - engines: { node: ">=0.8.0" } + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} dev: false /escape-string-regexp@4.0.0: - resolution: - { - integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, - } - engines: { node: ">=10" } - dev: false - - /eslint-config-prettier@9.0.0(eslint@8.53.0): - resolution: - { - integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==, - } + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + dev: false + + /eslint-config-prettier@9.1.0(eslint@8.55.0): + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: - eslint: ">=7.0.0" + eslint: '>=7.0.0' dependencies: - eslint: 8.53.0 + eslint: 8.55.0 dev: false /eslint-import-resolver-node@0.3.9: - resolution: - { - integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, - } + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: debug: 3.2.7(supports-color@5.5.0) is-core-module: 2.13.1 @@ -6008,20 +4457,17 @@ packages: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0): - resolution: - { - integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, - } - engines: { node: ">=4" } + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0): + resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + engines: {node: '>=4'} peerDependencies: - "@typescript-eslint/parser": "*" - eslint: "*" - eslint-import-resolver-node: "*" - eslint-import-resolver-typescript: "*" - eslint-import-resolver-webpack: "*" + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true eslint: optional: true @@ -6032,37 +4478,34 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 3.2.7(supports-color@5.5.0) - eslint: 8.53.0 + eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.53.0): - resolution: - { - integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==, - } - engines: { node: ">=4" } + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0): + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} + engines: {node: '>=4'} peerDependencies: - "@typescript-eslint/parser": "*" + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true dependencies: - "@typescript-eslint/parser": 6.11.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7(supports-color@5.5.0) doctrine: 2.1.0 - eslint: 8.53.0 + eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint@8.53.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -6078,21 +4521,18 @@ packages: - supports-color dev: false - /eslint-plugin-jsdoc@46.9.0(eslint@8.53.0): - resolution: - { - integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==, - } - engines: { node: ">=16" } + /eslint-plugin-jsdoc@46.9.0(eslint@8.55.0): + resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} + engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@es-joy/jsdoccomment": 0.41.0 + '@es-joy/jsdoccomment': 0.41.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.53.0 + eslint: 8.55.0 esquery: 1.5.0 is-builtin-module: 3.2.1 semver: 7.5.4 @@ -6102,61 +4542,46 @@ packages: dev: false /eslint-plugin-tsdoc@0.2.17: - resolution: - { - integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==, - } + resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} dependencies: - "@microsoft/tsdoc": 0.14.2 - "@microsoft/tsdoc-config": 0.16.2 + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 dev: false /eslint-scope@5.1.1: - resolution: - { - integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: false /eslint-scope@7.2.2: - resolution: - { - integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: false /eslint-visitor-keys@3.4.3: - resolution: - { - integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dev: false - - /eslint@8.53.0: - resolution: - { - integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + + /eslint@8.55.0: + resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.0) - "@eslint-community/regexpp": 4.6.2 - "@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 - "@ungap/structured-clone": 1.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) + '@eslint-community/regexpp': 4.6.2 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.55.0 + '@humanwhocodes/config-array': 0.11.13 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -6192,11 +4617,8 @@ packages: dev: false /espree@9.6.1: - resolution: - { - integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) @@ -6204,87 +4626,57 @@ packages: dev: false /esprima@4.0.1: - resolution: - { - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} hasBin: true dev: false /esquery@1.5.0: - resolution: - { - integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, - } - engines: { node: ">=0.10" } + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: false /esrecurse@4.3.0: - resolution: - { - integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 dev: false /estraverse@4.3.0: - resolution: - { - integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} dev: false /estraverse@5.3.0: - resolution: - { - integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} dev: false /esutils@2.0.3: - resolution: - { - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} dev: false /etag@1.8.1: - resolution: - { - integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} dev: true /eventemitter3@4.0.7: - resolution: - { - integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==, - } + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} dev: false /events@3.3.0: - resolution: - { - integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, - } - engines: { node: ">=0.8.x" } + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} dev: false /execa@5.0.0: - resolution: - { - integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -6298,11 +4690,8 @@ packages: dev: false /execa@5.1.1: - resolution: - { - integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -6315,19 +4704,17 @@ packages: strip-final-newline: 2.0.0 dev: false + /expect-type@0.15.0: + resolution: {integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==} + dev: false + /exponential-backoff@3.1.1: - resolution: - { - integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==, - } + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: false /express-rate-limit@7.1.4(express@4.18.2): - resolution: - { - integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==, - } - engines: { node: ">= 16" } + resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} + engines: {node: '>= 16'} peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 dependencies: @@ -6335,11 +4722,8 @@ packages: dev: true /express@4.18.2: - resolution: - { - integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, - } - engines: { node: ">= 0.10.0" } + resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} + engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -6377,11 +4761,8 @@ packages: dev: true /external-editor@3.1.0: - resolution: - { - integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 @@ -6389,113 +4770,66 @@ packages: dev: false /fast-deep-equal@3.1.3: - resolution: - { - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, - } - - /fast-glob@3.2.7: - resolution: - { - integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==, - } - engines: { node: ">=8" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - dev: false + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} /fast-glob@3.3.1: - resolution: - { - integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, - } - engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-json-stable-stringify@2.1.0: - resolution: - { - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, - } + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} /fast-levenshtein@2.0.6: - resolution: - { - integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, - } + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} dev: false /fastest-levenshtein@1.0.16: - resolution: - { - integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==, - } - engines: { node: ">= 4.9.1" } + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} dev: false /fastq@1.15.0: - resolution: - { - integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, - } + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 dev: false /figures@3.2.0: - resolution: - { - integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 dev: false /file-entry-cache@6.0.1: - resolution: - { - integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, - } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: false /filelist@1.0.4: - resolution: - { - integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, - } + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: minimatch: 5.1.6 dev: false /fill-range@7.0.1: - resolution: - { - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 /finalhandler@1.2.0: - resolution: - { - integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -6509,124 +4843,88 @@ packages: dev: true /find-cache-dir@4.0.0: - resolution: - { - integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==, - } - engines: { node: ">=14.16" } + resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} + engines: {node: '>=14.16'} dependencies: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 dev: false /find-up@2.1.0: - resolution: - { - integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} + engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: false /find-up@4.1.0: - resolution: - { - integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: false /find-up@5.0.0: - resolution: - { - integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 dev: false /find-up@6.3.0: - resolution: - { - integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: locate-path: 7.2.0 path-exists: 5.0.0 dev: false /flat-cache@3.0.4: - resolution: - { - integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, - } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flatted: 3.2.7 rimraf: 3.0.2 dev: false /flat@5.0.2: - resolution: - { - integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==, - } + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true dev: false /flatted@3.2.7: - resolution: - { - integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, - } + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: false /follow-redirects@1.15.2: - resolution: - { - integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + engines: {node: '>=4.0'} peerDependencies: - debug: "*" + debug: '*' peerDependenciesMeta: debug: optional: true dev: false /for-each@0.3.3: - resolution: - { - integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, - } + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 dev: false /foreground-child@3.1.1: - resolution: - { - integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 dev: false /form-data@4.0.0: - resolution: - { - integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -6634,34 +4932,22 @@ packages: dev: false /forwarded@0.2.0: - resolution: - { - integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} dev: true /fresh@0.5.2: - resolution: - { - integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} dev: true /fs-constants@1.0.0: - resolution: - { - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, - } + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: false /fs-extra@11.1.1: - resolution: - { - integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, - } - engines: { node: ">=14.14" } + resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -6669,61 +4955,40 @@ packages: dev: false /fs-minipass@2.1.0: - resolution: - { - integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /fs-minipass@3.0.2: - resolution: - { - integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 dev: false /fs.realpath@1.0.0: - resolution: - { - integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, - } + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} /fsevents@2.3.2: - resolution: - { - integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, - } - engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true dev: true optional: true /function-bind@1.1.1: - resolution: - { - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, - } + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} /function-bind@1.1.2: - resolution: - { - integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, - } + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} dev: false /function.prototype.name@1.1.5: - resolution: - { - integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6732,18 +4997,12 @@ packages: dev: false /functions-have-names@1.2.3: - resolution: - { - integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, - } + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: false /gauge@4.0.4: - resolution: - { - integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -6756,26 +5015,17 @@ packages: dev: false /gensync@1.0.0-beta.2: - resolution: - { - integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} dev: false /get-caller-file@2.0.5: - resolution: - { - integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, - } - engines: { node: 6.* || 8.* || >= 10.* } + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} dev: false /get-intrinsic@1.2.1: - resolution: - { - integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, - } + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -6783,60 +5033,42 @@ packages: has-symbols: 1.0.3 /get-pkg-repo@4.2.1: - resolution: - { - integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} + engines: {node: '>=6.9.0'} hasBin: true dependencies: - "@hutson/parse-repository-url": 3.0.2 + '@hutson/parse-repository-url': 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 dev: false /get-port@5.1.1: - resolution: - { - integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} + engines: {node: '>=8'} dev: false /get-stream@6.0.0: - resolution: - { - integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} + engines: {node: '>=10'} dev: false /get-stream@6.0.1: - resolution: - { - integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} dev: false /get-symbol-description@1.0.0: - resolution: - { - integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 dev: false /git-raw-commits@2.0.11: - resolution: - { - integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} + engines: {node: '>=10'} hasBin: true dependencies: dargs: 7.0.0 @@ -6847,11 +5079,8 @@ packages: dev: false /git-raw-commits@3.0.0: - resolution: - { - integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} + engines: {node: '>=14'} hasBin: true dependencies: dargs: 7.0.0 @@ -6860,22 +5089,16 @@ packages: dev: false /git-remote-origin-url@2.0.0: - resolution: - { - integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} + engines: {node: '>=4'} dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 dev: false /git-semver-tags@5.0.1: - resolution: - { - integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} + engines: {node: '>=14'} hasBin: true dependencies: meow: 8.1.2 @@ -6883,65 +5106,44 @@ packages: dev: false /git-up@7.0.0: - resolution: - { - integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==, - } + resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} dependencies: is-ssh: 1.4.0 parse-url: 8.1.0 dev: false /git-url-parse@13.1.0: - resolution: - { - integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==, - } + resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} dependencies: git-up: 7.0.0 dev: false /gitconfiglocal@1.0.0: - resolution: - { - integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==, - } + resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} dependencies: ini: 1.3.8 dev: false /glob-parent@5.1.2: - resolution: - { - integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 /glob-parent@6.0.2: - resolution: - { - integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: false /glob-to-regexp@0.4.1: - resolution: - { - integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, - } + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: false /glob@10.3.10: - resolution: - { - integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} + engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: foreground-child: 3.1.1 @@ -6952,10 +5154,7 @@ packages: dev: false /glob@7.1.4: - resolution: - { - integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==, - } + resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6966,10 +5165,7 @@ packages: dev: false /glob@7.2.3: - resolution: - { - integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, - } + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6979,11 +5175,8 @@ packages: path-is-absolute: 1.0.1 /glob@8.1.0: - resolution: - { - integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6993,11 +5186,8 @@ packages: dev: false /glob@9.3.5: - resolution: - { - integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: fs.realpath: 1.0.0 minimatch: 8.0.4 @@ -7006,49 +5196,34 @@ packages: dev: false /global-dirs@0.1.1: - resolution: - { - integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} + engines: {node: '>=4'} dependencies: ini: 1.3.8 dev: false /globals@11.12.0: - resolution: - { - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} dev: false /globals@13.20.0: - resolution: - { - integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: false /globalthis@1.0.3: - resolution: - { - integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.0 dev: false /globby@11.1.0: - resolution: - { - integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -7059,44 +5234,29 @@ packages: dev: false /gopd@1.0.1: - resolution: - { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, - } + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.1 dev: false /graceful-fs@4.2.11: - resolution: - { - integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, - } + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false /graphemer@1.4.0: - resolution: - { - integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, - } + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: false /gzip-size@6.0.0: - resolution: - { - integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + engines: {node: '>=10'} dependencies: duplexer: 0.1.2 dev: false /handlebars@4.7.8: - resolution: - { - integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, - } - engines: { node: ">=0.4.7" } + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} hasBin: true dependencies: minimist: 1.2.8 @@ -7108,158 +5268,101 @@ packages: dev: false /hard-rejection@2.1.0: - resolution: - { - integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} dev: false /has-bigints@1.0.2: - resolution: - { - integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, - } + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: false /has-flag@3.0.0: - resolution: - { - integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} /has-flag@4.0.0: - resolution: - { - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} dev: false /has-property-descriptors@1.0.0: - resolution: - { - integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, - } + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.1 dev: false /has-proto@1.0.1: - resolution: - { - integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} /has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} /has-tostringtag@1.0.0: - resolution: - { - integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 /has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: false /has@1.0.3: - resolution: - { - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, - } - engines: { node: ">= 0.4.0" } + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 /hasown@2.0.0: - resolution: - { - integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} dependencies: function-bind: 1.1.2 dev: false /helmet@7.1.0: - resolution: - { - integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==, - } - engines: { node: ">=16.0.0" } + resolution: {integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==} + engines: {node: '>=16.0.0'} dev: true /hosted-git-info@2.8.9: - resolution: - { - integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, - } + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: false /hosted-git-info@3.0.8: - resolution: - { - integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@4.1.0: - resolution: - { - integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@6.1.1: - resolution: - { - integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: lru-cache: 7.18.3 dev: false /html-escaper@2.0.2: - resolution: - { - integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, - } + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: false /http-cache-semantics@4.1.1: - resolution: - { - integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, - } + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: false /http-errors@2.0.0: - resolution: - { - integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} dependencies: depd: 2.0.0 inherits: 2.0.4 @@ -7269,13 +5372,10 @@ packages: dev: true /http-proxy-agent@5.0.0: - resolution: - { - integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} dependencies: - "@tootallnate/once": 2.0.0 + '@tootallnate/once': 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: @@ -7283,11 +5383,8 @@ packages: dev: false /https-proxy-agent@5.0.1: - resolution: - { - integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -7296,46 +5393,31 @@ packages: dev: false /human-signals@2.1.0: - resolution: - { - integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, - } - engines: { node: ">=10.17.0" } + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} dev: false /humanize-ms@1.2.1: - resolution: - { - integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, - } + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: ms: 2.1.3 dev: false /husky@8.0.3: - resolution: - { - integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} + engines: {node: '>=14'} hasBin: true dev: false /iconv-lite@0.4.24: - resolution: - { - integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 /iconv-lite@0.6.3: - resolution: - { - integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} requiresBuild: true dependencies: safer-buffer: 2.1.2 @@ -7343,64 +5425,43 @@ packages: optional: true /ieee754@1.2.1: - resolution: - { - integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, - } + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: false /ignore-by-default@1.0.1: - resolution: - { - integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==, - } + resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} dev: true /ignore-walk@5.0.1: - resolution: - { - integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minimatch: 5.1.6 dev: false /ignore-walk@6.0.3: - resolution: - { - integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minimatch: 9.0.3 dev: false /ignore@5.2.4: - resolution: - { - integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + engines: {node: '>= 4'} dev: false /import-fresh@3.3.0: - resolution: - { - integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: false /import-local@3.1.0: - resolution: - { - integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} hasBin: true dependencies: pkg-dir: 4.2.0 @@ -7408,49 +5469,31 @@ packages: dev: false /imurmurhash@0.1.4: - resolution: - { - integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, - } - engines: { node: ">=0.8.19" } + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} dev: false /indent-string@4.0.0: - resolution: - { - integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} dev: false /inflight@1.0.6: - resolution: - { - integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, - } + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 /inherits@2.0.4: - resolution: - { - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, - } + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} /ini@1.3.8: - resolution: - { - integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, - } + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: false /init-package-json@5.0.0: - resolution: - { - integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 promzard: 1.0.0 @@ -7462,11 +5505,8 @@ packages: dev: false /inquirer@8.2.6: - resolution: - { - integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==, - } - engines: { node: ">=12.0.0" } + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -7486,11 +5526,8 @@ packages: dev: false /internal-slot@1.0.5: - resolution: - { - integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -7498,33 +5535,21 @@ packages: dev: false /interpret@3.1.1: - resolution: - { - integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} dev: false /ip@2.0.0: - resolution: - { - integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==, - } + resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} dev: false /ipaddr.js@1.9.1: - resolution: - { - integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, - } - engines: { node: ">= 0.10" } + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} dev: true /is-array-buffer@3.0.2: - resolution: - { - integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, - } + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7532,404 +5557,266 @@ packages: dev: false /is-arrayish@0.2.1: - resolution: - { - integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, - } + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: false /is-bigint@1.0.4: - resolution: - { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, - } + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 dev: false /is-binary-path@2.1.0: - resolution: - { - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 dev: true /is-boolean-object@1.1.2: - resolution: - { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-builtin-module@3.2.1: - resolution: - { - integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 dev: false /is-callable@1.2.7: - resolution: - { - integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} dev: false /is-ci@3.0.1: - resolution: - { - integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==, - } + resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: ci-info: 3.8.0 dev: false /is-core-module@2.12.1: - resolution: - { - integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==, - } + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: has: 1.0.3 /is-core-module@2.13.1: - resolution: - { - integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==, - } + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: hasown: 2.0.0 dev: false /is-date-object@1.0.5: - resolution: - { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-docker@2.2.1: - resolution: - { - integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} hasBin: true dev: false /is-expression@4.0.0: - resolution: - { - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==, - } + resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} dependencies: acorn: 7.4.1 object-assign: 4.1.1 dev: true /is-extglob@2.1.1: - resolution: - { - integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} /is-fullwidth-code-point@3.0.0: - resolution: - { - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} dev: false /is-glob@4.0.3: - resolution: - { - integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 /is-interactive@1.0.0: - resolution: - { - integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} dev: false /is-lambda@1.0.1: - resolution: - { - integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==, - } + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} dev: false /is-negative-zero@2.0.2: - resolution: - { - integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + engines: {node: '>= 0.4'} dev: false /is-number-object@1.0.7: - resolution: - { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-number@7.0.0: - resolution: - { - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, - } - engines: { node: ">=0.12.0" } + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} /is-obj@2.0.0: - resolution: - { - integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} dev: false /is-path-inside@3.0.3: - resolution: - { - integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} dev: false /is-plain-obj@1.1.0: - resolution: - { - integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} dev: false /is-plain-object@2.0.4: - resolution: - { - integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: false /is-plain-object@5.0.0: - resolution: - { - integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} dev: false /is-promise@2.2.2: - resolution: - { - integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==, - } + resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} dev: true /is-regex@1.1.4: - resolution: - { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 /is-shared-array-buffer@1.0.2: - resolution: - { - integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, - } + resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 dev: false /is-ssh@1.4.0: - resolution: - { - integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==, - } + resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} dependencies: protocols: 2.0.1 dev: false /is-stream@2.0.0: - resolution: - { - integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} + engines: {node: '>=8'} dev: false /is-stream@2.0.1: - resolution: - { - integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} dev: false /is-string@1.0.7: - resolution: - { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-symbol@1.0.4: - resolution: - { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: false /is-text-path@1.0.1: - resolution: - { - integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} + engines: {node: '>=0.10.0'} dependencies: text-extensions: 1.9.0 dev: false /is-text-path@2.0.0: - resolution: - { - integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} dependencies: text-extensions: 2.4.0 dev: false /is-typed-array@1.1.12: - resolution: - { - integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.11 dev: false /is-unicode-supported@0.1.0: - resolution: - { - integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} dev: false /is-weakref@1.0.2: - resolution: - { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, - } + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: false /is-wsl@2.2.0: - resolution: - { - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: false /isarray@0.0.1: - resolution: - { - integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==, - } + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} dev: false /isarray@1.0.0: - resolution: - { - integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, - } + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: false /isarray@2.0.5: - resolution: - { - integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, - } + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} dev: false /isexe@2.0.0: - resolution: - { - integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, - } + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: false /isobject@3.0.1: - resolution: - { - integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} dev: false /jackspeak@2.3.6: - resolution: - { - integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} dependencies: - "@isaacs/cliui": 8.0.2 + '@isaacs/cliui': 8.0.2 optionalDependencies: - "@pkgjs/parseargs": 0.11.0 + '@pkgjs/parseargs': 0.11.0 dev: false /jake@10.8.7: - resolution: - { - integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} + engines: {node: '>=10'} hasBin: true dependencies: async: 3.2.4 @@ -7939,18 +5826,12 @@ packages: dev: false /javascript-natural-sort@0.7.1: - resolution: - { - integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==, - } + resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} dev: true /jest-diff@29.6.2: - resolution: - { - integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 @@ -7959,74 +5840,47 @@ packages: dev: false /jest-get-type@29.4.3: - resolution: - { - integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false /jest-worker@27.5.1: - resolution: - { - integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} dependencies: - "@types/node": 20.9.0 + '@types/node': 20.10.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false /jiti@1.21.0: - resolution: - { - integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==, - } + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true dev: false /jju@1.4.0: - resolution: - { - integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==, - } + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: false /jmespath@0.16.0: - resolution: - { - integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==, - } - engines: { node: ">= 0.6.0" } + resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} + engines: {node: '>= 0.6.0'} dev: true /jquery@3.7.1: - resolution: - { - integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==, - } + resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} dev: true /js-stringify@1.0.2: - resolution: - { - integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==, - } + resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} dev: true /js-tokens@4.0.0: - resolution: - { - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, - } + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: false /js-yaml@3.14.1: - resolution: - { - integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, - } + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 @@ -8034,127 +5888,79 @@ packages: dev: false /js-yaml@4.1.0: - resolution: - { - integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, - } + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 dev: false /jsdoc-type-pratt-parser@4.0.0: - resolution: - { - integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, - } - engines: { node: ">=12.0.0" } + resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} + engines: {node: '>=12.0.0'} dev: false /jsesc@0.5.0: - resolution: - { - integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, - } + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true dev: false /jsesc@2.5.2: - resolution: - { - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} hasBin: true dev: false /json-parse-better-errors@1.0.2: - resolution: - { - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, - } + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} dev: false /json-parse-even-better-errors@2.3.1: - resolution: - { - integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, - } + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: false /json-parse-even-better-errors@3.0.0: - resolution: - { - integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /json-schema-traverse@0.4.1: - resolution: - { - integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, - } + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} /json-schema-traverse@1.0.0: - resolution: - { - integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, - } + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: false /json-source-map@0.6.1: - resolution: - { - integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==, - } + resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} dev: true /json-stable-stringify-without-jsonify@1.0.1: - resolution: - { - integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, - } + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: false /json-stringify-safe@5.0.1: - resolution: - { - integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==, - } + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: false /json5@1.0.2: - resolution: - { - integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, - } + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.8 dev: false /json5@2.2.3: - resolution: - { - integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} hasBin: true dev: false /jsonc-parser@3.2.0: - resolution: - { - integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, - } + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: false /jsoneditor@9.10.4: - resolution: - { - integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==, - } + resolution: {integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==} dependencies: ace-builds: 1.31.2 ajv: 6.12.6 @@ -8168,10 +5974,7 @@ packages: dev: true /jsonfile@6.1.0: - resolution: - { - integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, - } + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 optionalDependencies: @@ -8179,69 +5982,47 @@ packages: dev: false /jsonparse@1.3.1: - resolution: - { - integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==, - } - engines: { "0": node >= 0.2.0 } + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} dev: false /jsonrepair@3.4.1: - resolution: - { - integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==, - } + resolution: {integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==} hasBin: true dev: true /jstransformer@1.0.0: - resolution: - { - integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==, - } + resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==} dependencies: is-promise: 2.2.2 promise: 7.3.1 dev: true /kind-of@6.0.3: - resolution: - { - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} dev: false /klaw@4.1.0: - resolution: - { - integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==, - } - engines: { node: ">=14.14.0" } + resolution: {integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==} + engines: {node: '>=14.14.0'} dev: false /kleur@3.0.3: - resolution: - { - integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, - } - engines: { node: ">=6" } - dev: false - - /lerna@7.4.2: - resolution: - { - integrity: sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==, - } - engines: { node: ">=16.0.0" } + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + dev: false + + /lerna@8.0.0: + resolution: {integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: - "@lerna/child-process": 7.4.2 - "@lerna/create": 7.4.2 - "@npmcli/run-script": 6.0.2 - "@nx/devkit": 16.6.0(nx@16.6.0) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 + '@lerna/create': 8.0.0(typescript@5.3.2) + '@npmcli/run-script': 6.0.2 + '@nx/devkit': 17.1.3(nx@17.1.3) + '@octokit/plugin-enterprise-rest': 6.0.1 + '@octokit/rest': 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -8250,7 +6031,7 @@ packages: conventional-changelog-angular: 7.0.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.2.0 + cosmiconfig: 8.3.6(typescript@5.3.2) dedent: 0.7.0 envinfo: 7.8.1 execa: 5.0.0 @@ -8282,7 +6063,7 @@ packages: npm-packlist: 5.1.1 npm-registry-fetch: 14.0.5 npmlog: 6.0.2 - nx: 16.6.0 + nx: 17.1.3 p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -8302,18 +6083,18 @@ packages: strong-log-transformer: 2.1.0 tar: 6.1.11 temp-dir: 1.0.0 - typescript: 5.2.2 + typescript: 5.3.2 upath: 2.0.1 uuid: 9.0.0 validate-npm-package-license: 3.0.4 validate-npm-package-name: 5.0.0 write-file-atomic: 5.0.1 write-pkg: 4.0.0 - yargs: 16.2.0 - yargs-parser: 20.2.4 + yargs: 17.7.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - bluebird - debug - encoding @@ -8321,22 +6102,16 @@ packages: dev: false /levn@0.4.1: - resolution: - { - integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: false /libnpmaccess@7.0.2: - resolution: - { - integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 npm-registry-fetch: 14.0.5 @@ -8345,11 +6120,8 @@ packages: dev: false /libnpmpublish@7.3.0: - resolution: - { - integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ci-info: 3.8.0 normalize-package-data: 5.0.0 @@ -8364,33 +6136,21 @@ packages: dev: false /lines-and-columns@1.2.4: - resolution: - { - integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, - } + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: false /lines-and-columns@2.0.3: - resolution: - { - integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false /livereload-js@3.4.1: - resolution: - { - integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==, - } + resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} dev: true /livereload@0.9.3: - resolution: - { - integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} + engines: {node: '>=8.0.0'} hasBin: true dependencies: chokidar: 3.5.3 @@ -8403,11 +6163,8 @@ packages: dev: true /load-json-file@4.0.0: - resolution: - { - integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 @@ -8416,11 +6173,8 @@ packages: dev: false /load-json-file@6.2.0: - resolution: - { - integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} + engines: {node: '>=8'} dependencies: graceful-fs: 4.2.11 parse-json: 5.2.0 @@ -8429,232 +6183,148 @@ packages: dev: false /loader-runner@4.3.0: - resolution: - { - integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, - } - engines: { node: ">=6.11.5" } + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} dev: false /locate-path@2.0.0: - resolution: - { - integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} + engines: {node: '>=4'} dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: false /locate-path@5.0.0: - resolution: - { - integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} dependencies: p-locate: 4.1.0 dev: false /locate-path@6.0.0: - resolution: - { - integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} dependencies: p-locate: 5.0.0 dev: false /locate-path@7.2.0: - resolution: - { - integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: p-locate: 6.0.0 dev: false /lodash.camelcase@4.3.0: - resolution: - { - integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, - } + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: false /lodash.debounce@4.0.8: - resolution: - { - integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, - } + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false /lodash.isfunction@3.0.9: - resolution: - { - integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==, - } + resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} dev: false /lodash.ismatch@4.4.0: - resolution: - { - integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==, - } + resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} dev: false /lodash.isplainobject@4.0.6: - resolution: - { - integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, - } + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} dev: false /lodash.kebabcase@4.1.1: - resolution: - { - integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==, - } + resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} dev: false /lodash.merge@4.6.2: - resolution: - { - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, - } + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false /lodash.mergewith@4.6.2: - resolution: - { - integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, - } + resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} dev: false /lodash.snakecase@4.1.1: - resolution: - { - integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==, - } + resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} dev: false /lodash.startcase@4.4.0: - resolution: - { - integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==, - } + resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} dev: false /lodash.uniq@4.5.0: - resolution: - { - integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==, - } + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} dev: false /lodash.upperfirst@4.3.1: - resolution: - { - integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, - } + resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} dev: false /lodash@4.17.21: - resolution: - { - integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, - } + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} /log-symbols@4.1.0: - resolution: - { - integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false /lookpath@1.2.2: - resolution: - { - integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==, - } - engines: { npm: ">=6.13.4" } + resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} + engines: {npm: '>=6.13.4'} hasBin: true dev: false /lru-cache@10.0.0: - resolution: - { - integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==, - } - engines: { node: 14 || >=16.14 } + resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + engines: {node: 14 || >=16.14} dev: false /lru-cache@5.1.1: - resolution: - { - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, - } + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 dev: false /lru-cache@6.0.0: - resolution: - { - integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} dependencies: yallist: 4.0.0 /lru-cache@7.18.3: - resolution: - { - integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + engines: {node: '>=12'} dev: false /lunr@2.3.9: - resolution: - { - integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==, - } + resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} dev: false /make-dir@2.1.0: - resolution: - { - integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} dependencies: pify: 4.0.1 semver: 5.7.2 dev: false /make-dir@4.0.0: - resolution: - { - integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} dependencies: semver: 7.5.4 dev: false /make-fetch-happen@11.1.1: - resolution: - { - integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: agentkeepalive: 4.3.0 cacache: 17.1.3 @@ -8676,54 +6346,36 @@ packages: dev: false /map-obj@1.0.1: - resolution: - { - integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} dev: false /map-obj@4.3.0: - resolution: - { - integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} dev: false /marked@4.3.0: - resolution: - { - integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==, - } - engines: { node: ">= 12" } + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} hasBin: true dev: false /media-typer@0.3.0: - resolution: - { - integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} dev: true /meow@12.1.1: - resolution: - { - integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==, - } - engines: { node: ">=16.10" } + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} dev: false /meow@8.1.2: - resolution: - { - integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} + engines: {node: '>=10'} dependencies: - "@types/minimist": 1.2.2 + '@types/minimist': 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -8737,140 +6389,92 @@ packages: dev: false /merge-descriptors@1.0.1: - resolution: - { - integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==, - } + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} dev: true /merge-stream@2.0.0: - resolution: - { - integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, - } + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} dev: false /merge2@1.4.1: - resolution: - { - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} dev: false /methods@1.1.2: - resolution: - { - integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} dev: true /micromatch@4.0.5: - resolution: - { - integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.1 dev: false /mime-db@1.52.0: - resolution: - { - integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} /mime-types@2.1.35: - resolution: - { - integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 /mime@1.6.0: - resolution: - { - integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} hasBin: true dev: true /mimic-fn@2.1.0: - resolution: - { - integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} dev: false /min-indent@1.0.1: - resolution: - { - integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} dev: false /minimatch@3.0.5: - resolution: - { - integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==, - } + resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} dependencies: brace-expansion: 1.1.11 dev: false /minimatch@3.1.2: - resolution: - { - integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, - } + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 /minimatch@5.1.6: - resolution: - { - integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: false /minimatch@8.0.4: - resolution: - { - integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: false /minimatch@9.0.3: - resolution: - { - integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: false /minimist-options@4.1.0: - resolution: - { - integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 @@ -8878,28 +6482,19 @@ packages: dev: false /minimist@1.2.8: - resolution: - { - integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, - } + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} dev: false /minipass-collect@1.0.2: - resolution: - { - integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /minipass-fetch@3.0.3: - resolution: - { - integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 minipass-sized: 1.0.3 @@ -8909,149 +6504,98 @@ packages: dev: false /minipass-flush@1.0.5: - resolution: - { - integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /minipass-json-stream@1.0.1: - resolution: - { - integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==, - } + resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} dependencies: jsonparse: 1.3.1 minipass: 3.3.6 dev: false /minipass-pipeline@1.2.4: - resolution: - { - integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 dev: false /minipass-sized@1.0.3: - resolution: - { - integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 dev: false /minipass@3.3.6: - resolution: - { - integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} dependencies: yallist: 4.0.0 dev: false /minipass@4.2.8: - resolution: - { - integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} dev: false /minipass@5.0.0: - resolution: - { - integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} dev: false /minipass@7.0.2: - resolution: - { - integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} + engines: {node: '>=16 || 14 >=14.17'} dev: false /minizlib@2.1.2: - resolution: - { - integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 yallist: 4.0.0 dev: false /mkdirp@1.0.4: - resolution: - { - integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} hasBin: true dev: false /mobius1-selectr@2.4.13: - resolution: - { - integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==, - } + resolution: {integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==} dev: true /modify-values@1.0.1: - resolution: - { - integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} + engines: {node: '>=0.10.0'} dev: false /mrmime@1.0.1: - resolution: - { - integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} + engines: {node: '>=10'} dev: false /ms@2.0.0: - resolution: - { - integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, - } + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} dev: true /ms@2.1.2: - resolution: - { - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, - } + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} /ms@2.1.3: - resolution: - { - integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, - } + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} /multimatch@5.0.0: - resolution: - { - integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} + engines: {node: '>=10'} dependencies: - "@types/minimatch": 3.0.5 + '@types/minimatch': 3.0.5 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -9059,54 +6603,29 @@ packages: dev: false /mute-stream@0.0.8: - resolution: - { - integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, - } + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false /mute-stream@1.0.0: - resolution: - { - integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /natural-compare@1.4.0: - resolution: - { - integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, - } + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: false /negotiator@0.6.3: - resolution: - { - integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} /neo-async@2.6.2: - resolution: - { - integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, - } - dev: false - - /node-addon-api@3.2.1: - resolution: - { - integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==, - } + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: false /node-fetch@2.6.7: - resolution: - { - integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, - } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -9116,20 +6635,9 @@ packages: whatwg-url: 5.0.0 dev: false - /node-gyp-build@4.6.0: - resolution: - { - integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==, - } - hasBin: true - dev: false - /node-gyp@9.4.0: - resolution: - { - integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==, - } - engines: { node: ^12.13 || ^14.13 || >=16 } + resolution: {integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==} + engines: {node: ^12.13 || ^14.13 || >=16} hasBin: true dependencies: env-paths: 2.2.1 @@ -9148,25 +6656,16 @@ packages: dev: false /node-machine-id@1.1.12: - resolution: - { - integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==, - } + resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: false - /node-releases@2.0.13: - resolution: - { - integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, - } + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: false /nodemon@3.0.1: - resolution: - { - integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==} + engines: {node: '>=10'} hasBin: true dependencies: chokidar: 3.5.3 @@ -9182,132 +6681,93 @@ packages: dev: true /noms@0.0.0: - resolution: - { - integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==, - } + resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} dependencies: inherits: 2.0.4 readable-stream: 1.0.34 dev: false /nopt@1.0.10: - resolution: - { - integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==, - } + resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} hasBin: true dependencies: abbrev: 1.1.1 dev: true /nopt@6.0.0: - resolution: - { - integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: abbrev: 1.1.1 dev: false /normalize-package-data@2.5.0: - resolution: - { - integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, - } + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.3 + resolve: 1.22.8 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: false /normalize-package-data@3.0.3: - resolution: - { - integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.12.1 + is-core-module: 2.13.1 semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: false /normalize-package-data@5.0.0: - resolution: - { - integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 - is-core-module: 2.12.1 + is-core-module: 2.13.1 semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: false /normalize-path@3.0.0: - resolution: - { - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} dev: true /npm-bundled@1.1.2: - resolution: - { - integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==, - } + resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} dependencies: npm-normalize-package-bin: 1.0.1 dev: false /npm-bundled@3.0.0: - resolution: - { - integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-normalize-package-bin: 3.0.1 dev: false /npm-install-checks@6.1.1: - resolution: - { - integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 dev: false /npm-normalize-package-bin@1.0.1: - resolution: - { - integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==, - } + resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} dev: false /npm-normalize-package-bin@3.0.1: - resolution: - { - integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /npm-package-arg@10.1.0: - resolution: - { - integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 @@ -9316,11 +6776,8 @@ packages: dev: false /npm-package-arg@8.1.1: - resolution: - { - integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==} + engines: {node: '>=10'} dependencies: hosted-git-info: 3.0.8 semver: 7.5.4 @@ -9328,11 +6785,8 @@ packages: dev: false /npm-packlist@5.1.1: - resolution: - { - integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: glob: 8.1.0 @@ -9342,21 +6796,15 @@ packages: dev: false /npm-packlist@7.0.4: - resolution: - { - integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ignore-walk: 6.0.3 dev: false /npm-pick-manifest@8.0.2: - resolution: - { - integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.1 @@ -9365,11 +6813,8 @@ packages: dev: false /npm-registry-fetch@14.0.5: - resolution: - { - integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -9383,21 +6828,15 @@ packages: dev: false /npm-run-path@4.0.1: - resolution: - { - integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} dependencies: path-key: 3.1.1 dev: false /npmlog@6.0.2: - resolution: - { - integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 @@ -9405,40 +6844,37 @@ packages: set-blocking: 2.0.0 dev: false - /nx@16.6.0: - resolution: - { - integrity: sha512-4UaS9nRakpZs45VOossA7hzSQY2dsr035EoPRGOc81yoMFW6Sqn1Rgq4hiLbHZOY8MnWNsLMkgolNMz1jC8YUQ==, - } + /nx@17.1.3: + resolution: {integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==} hasBin: true requiresBuild: true peerDependencies: - "@swc-node/register": ^1.4.2 - "@swc/core": ^1.2.173 + '@swc-node/register': ^1.6.7 + '@swc/core': ^1.3.85 peerDependenciesMeta: - "@swc-node/register": + '@swc-node/register': optional: true - "@swc/core": + '@swc/core': optional: true dependencies: - "@nrwl/tao": 16.6.0 - "@parcel/watcher": 2.0.4 - "@yarnpkg/lockfile": 1.1.0 - "@yarnpkg/parsers": 3.0.0-rc.46 - "@zkochan/js-yaml": 0.0.6 - axios: 1.4.0 + '@nrwl/tao': 17.1.3 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.0-rc.46 + '@zkochan/js-yaml': 0.0.6 + axios: 1.6.2 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 - cliui: 7.0.4 - dotenv: 10.0.0 + cliui: 8.0.1 + dotenv: 16.3.1 + dotenv-expand: 10.0.0 enquirer: 2.3.6 - fast-glob: 3.2.7 figures: 3.2.0 flat: 5.0.2 fs-extra: 11.1.1 glob: 7.1.4 ignore: 5.2.4 + jest-diff: 29.6.2 js-yaml: 4.1.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 @@ -9457,48 +6893,36 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - "@nx/nx-darwin-arm64": 16.6.0 - "@nx/nx-darwin-x64": 16.6.0 - "@nx/nx-freebsd-x64": 16.6.0 - "@nx/nx-linux-arm-gnueabihf": 16.6.0 - "@nx/nx-linux-arm64-gnu": 16.6.0 - "@nx/nx-linux-arm64-musl": 16.6.0 - "@nx/nx-linux-x64-gnu": 16.6.0 - "@nx/nx-linux-x64-musl": 16.6.0 - "@nx/nx-win32-arm64-msvc": 16.6.0 - "@nx/nx-win32-x64-msvc": 16.6.0 + '@nx/nx-darwin-arm64': 17.1.3 + '@nx/nx-darwin-x64': 17.1.3 + '@nx/nx-freebsd-x64': 17.1.3 + '@nx/nx-linux-arm-gnueabihf': 17.1.3 + '@nx/nx-linux-arm64-gnu': 17.1.3 + '@nx/nx-linux-arm64-musl': 17.1.3 + '@nx/nx-linux-x64-gnu': 17.1.3 + '@nx/nx-linux-x64-musl': 17.1.3 + '@nx/nx-win32-arm64-msvc': 17.1.3 + '@nx/nx-win32-x64-msvc': 17.1.3 transitivePeerDependencies: - debug dev: false /object-assign@4.1.1: - resolution: - { - integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} dev: true /object-inspect@1.12.3: - resolution: - { - integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, - } + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} /object-keys@1.1.1: - resolution: - { - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} dev: false /object.assign@4.1.4: - resolution: - { - integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9507,11 +6931,8 @@ packages: dev: false /object.fromentries@2.0.7: - resolution: - { - integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9519,10 +6940,7 @@ packages: dev: false /object.groupby@1.0.1: - resolution: - { - integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==, - } + resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9531,11 +6949,8 @@ packages: dev: false /object.values@1.1.7: - resolution: - { - integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9543,39 +6958,27 @@ packages: dev: false /on-finished@2.4.1: - resolution: - { - integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 dev: true /once@1.4.0: - resolution: - { - integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, - } + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: - { - integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 dev: false /open@8.4.2: - resolution: - { - integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -9583,21 +6986,15 @@ packages: dev: false /opener@1.5.2: - resolution: - { - integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, - } + resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true dev: false /optionator@0.9.3: - resolution: - { - integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + engines: {node: '>= 0.8.0'} dependencies: - "@aashutoshrathi/word-wrap": 1.2.6 + '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -9606,18 +7003,12 @@ packages: dev: false /opts@2.0.2: - resolution: - { - integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==, - } + resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} dev: true /ora@5.4.1: - resolution: - { - integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -9631,194 +7022,134 @@ packages: dev: false /os-tmpdir@1.0.2: - resolution: - { - integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} dev: false /p-finally@1.0.0: - resolution: - { - integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} + engines: {node: '>=4'} dev: false /p-limit@1.3.0: - resolution: - { - integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} + engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: false /p-limit@2.3.0: - resolution: - { - integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} dependencies: p-try: 2.2.0 dev: false /p-limit@3.1.0: - resolution: - { - integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 dev: false /p-limit@4.0.0: - resolution: - { - integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: yocto-queue: 1.0.0 dev: false /p-locate@2.0.0: - resolution: - { - integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} + engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: false /p-locate@4.1.0: - resolution: - { - integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} dependencies: p-limit: 2.3.0 dev: false /p-locate@5.0.0: - resolution: - { - integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} dependencies: p-limit: 3.1.0 dev: false /p-locate@6.0.0: - resolution: - { - integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: p-limit: 4.0.0 dev: false /p-map-series@2.1.0: - resolution: - { - integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} + engines: {node: '>=8'} dev: false /p-map@4.0.0: - resolution: - { - integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 dev: false /p-pipe@3.1.0: - resolution: - { - integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} + engines: {node: '>=8'} dev: false /p-queue@6.6.2: - resolution: - { - integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} + engines: {node: '>=8'} dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 dev: false /p-reduce@2.1.0: - resolution: - { - integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} + engines: {node: '>=8'} dev: false /p-timeout@3.2.0: - resolution: - { - integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} + engines: {node: '>=8'} dependencies: p-finally: 1.0.0 dev: false /p-try@1.0.0: - resolution: - { - integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} + engines: {node: '>=4'} dev: false /p-try@2.2.0: - resolution: - { - integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} dev: false /p-waterfall@2.1.1: - resolution: - { - integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} + engines: {node: '>=8'} dependencies: p-reduce: 2.1.0 dev: false /pacote@15.2.0: - resolution: - { - integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - "@npmcli/git": 4.1.0 - "@npmcli/installed-package-contents": 2.0.2 - "@npmcli/promise-spawn": 6.0.2 - "@npmcli/run-script": 6.0.2 + '@npmcli/git': 4.1.0 + '@npmcli/installed-package-contents': 2.0.2 + '@npmcli/promise-spawn': 6.0.2 + '@npmcli/run-script': 6.0.2 cacache: 17.1.3 fs-minipass: 3.0.2 minipass: 5.0.0 @@ -9839,383 +7170,254 @@ packages: dev: false /parent-module@1.0.1: - resolution: - { - integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: false /parse-json@4.0.0: - resolution: - { - integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 dev: false /parse-json@5.2.0: - resolution: - { - integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} dependencies: - "@babel/code-frame": 7.22.10 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: false /parse-path@7.0.0: - resolution: - { - integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==, - } + resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} dependencies: protocols: 2.0.1 dev: false /parse-url@8.1.0: - resolution: - { - integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==, - } + resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} dependencies: parse-path: 7.0.0 dev: false /parseurl@1.3.3: - resolution: - { - integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} dev: true /path-exists@3.0.0: - resolution: - { - integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} dev: false /path-exists@4.0.0: - resolution: - { - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} dev: false /path-exists@5.0.0: - resolution: - { - integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false /path-is-absolute@1.0.1: - resolution: - { - integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} /path-key@3.1.1: - resolution: - { - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} dev: false /path-parse@1.0.7: - resolution: - { - integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, - } + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} /path-scurry@1.10.1: - resolution: - { - integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: lru-cache: 10.0.0 minipass: 7.0.2 dev: false /path-to-regexp@0.1.7: - resolution: - { - integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==, - } + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true /path-type@3.0.0: - resolution: - { - integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: false /path-type@4.0.0: - resolution: - { - integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} dev: false /picocolors@1.0.0: - resolution: - { - integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, - } + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: false /picomatch@2.3.1: - resolution: - { - integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} /picomodal@3.0.0: - resolution: - { - integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==, - } + resolution: {integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==} dev: true /pify@2.3.0: - resolution: - { - integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} dev: false /pify@3.0.0: - resolution: - { - integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} dev: false /pify@4.0.1: - resolution: - { - integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} dev: false /pify@5.0.0: - resolution: - { - integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} + engines: {node: '>=10'} dev: false /pkg-dir@4.2.0: - resolution: - { - integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 dev: false /pkg-dir@7.0.0: - resolution: - { - integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==, - } - engines: { node: ">=14.16" } + resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} + engines: {node: '>=14.16'} dependencies: find-up: 6.3.0 dev: false /popper.js@1.16.1: - resolution: - { - integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==, - } + resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 dev: true /prelude-ls@1.2.1: - resolution: - { - integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, - } - engines: { node: ">= 0.8.0" } - dev: false - - /prettier-plugin-multiline-arrays@3.0.0(prettier@3.1.0): - resolution: - { - integrity: sha512-qEfctOpCfnTztyLRoVkKvYpOLeTiG1Sq29Guk9zMs5YeZeoRZXO6JDdWj9OJyswJHmIrOEuPCmpdS7yxkyIatw==, - } + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + dev: false + + /prettier-plugin-multiline-arrays@3.0.1(prettier@3.1.0): + resolution: {integrity: sha512-xRwqy/6eMU7234W3/XFjviTn00X2JlXyiUUdpFk4R0HbLJ0QJDA1i5fLZnVQrcSrWzidrHvs1SauEpFsBDxWAQ==} peerDependencies: prettier: ^3.0.0 dependencies: - "@augment-vir/common": 21.6.0 + '@augment-vir/common': 22.1.0 prettier: 3.1.0 - proxy-vir: 0.0.1 + proxy-vir: 0.0.2 dev: false /prettier@3.1.0: - resolution: - { - integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} + engines: {node: '>=14'} hasBin: true dev: false /pretty-format@29.6.2: - resolution: - { - integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@jest/schemas": 29.6.0 + '@jest/schemas': 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 dev: false /proc-log@3.0.0: - resolution: - { - integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /process-nextick-args@2.0.1: - resolution: - { - integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, - } + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false /promise-inflight@1.0.1: - resolution: - { - integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, - } + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} peerDependencies: - bluebird: "*" + bluebird: '*' peerDependenciesMeta: bluebird: optional: true dev: false /promise-retry@2.0.1: - resolution: - { - integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} dependencies: err-code: 2.0.3 retry: 0.12.0 dev: false /promise@7.3.1: - resolution: - { - integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==, - } + resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 dev: true /prompts@2.4.2: - resolution: - { - integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 dev: false /promzard@1.0.0: - resolution: - { - integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: read: 2.1.0 dev: false /protocols@2.0.1: - resolution: - { - integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==, - } + resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} dev: false /proxy-addr@2.0.7: - resolution: - { - integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, - } - engines: { node: ">= 0.10" } + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 dev: true /proxy-from-env@1.1.0: - resolution: - { - integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, - } + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: false - /proxy-vir@0.0.1: - resolution: - { - integrity: sha512-K3sv2I9kigOqt17hMhvWjSiwx90hpxxD3rN+meVQhrGKoxhVbt82ulkm3i1KlenVIMS1KFskt/vltMlGHVQrMw==, - } + /proxy-vir@0.0.2: + resolution: {integrity: sha512-4yP9ol7cFb1lUwYyj0B1+M+EpQz7tAu7PTgHCqOQenn0abXOJ3epfS3d2e+9zTgpBfYFzutL5tD2hyFz/smXyw==} dependencies: - "@augment-vir/common": 13.5.0 + '@augment-vir/common': 22.1.0 dev: false /pstree.remy@1.1.8: - resolution: - { - integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==, - } + resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} dev: true /pug-attrs@3.0.0: - resolution: - { - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==, - } + resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} dependencies: constantinople: 4.0.1 js-stringify: 1.0.2 @@ -10223,10 +7425,7 @@ packages: dev: true /pug-code-gen@3.0.2: - resolution: - { - integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==, - } + resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} dependencies: constantinople: 4.0.1 doctypes: 1.1.0 @@ -10239,17 +7438,11 @@ packages: dev: true /pug-error@2.0.0: - resolution: - { - integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==, - } + resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} dev: true /pug-filters@4.0.0: - resolution: - { - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==, - } + resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} dependencies: constantinople: 4.0.1 jstransformer: 1.0.0 @@ -10259,10 +7452,7 @@ packages: dev: true /pug-lexer@5.0.1: - resolution: - { - integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==, - } + resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} dependencies: character-parser: 2.2.0 is-expression: 4.0.0 @@ -10270,63 +7460,42 @@ packages: dev: true /pug-linker@4.0.0: - resolution: - { - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==, - } + resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} dependencies: pug-error: 2.0.0 pug-walk: 2.0.0 dev: true /pug-load@3.0.0: - resolution: - { - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==, - } + resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} dependencies: object-assign: 4.1.1 pug-walk: 2.0.0 dev: true /pug-parser@6.0.0: - resolution: - { - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==, - } + resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} dependencies: pug-error: 2.0.0 token-stream: 1.0.0 dev: true /pug-runtime@3.0.1: - resolution: - { - integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==, - } + resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} dev: true /pug-strip-comments@2.0.0: - resolution: - { - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==, - } + resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} dependencies: pug-error: 2.0.0 dev: true /pug-walk@2.0.0: - resolution: - { - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==, - } + resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} dev: true /pug@3.0.2: - resolution: - { - integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==, - } + resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} dependencies: pug-code-gen: 3.0.2 pug-filters: 4.0.0 @@ -10339,60 +7508,39 @@ packages: dev: true /punycode@2.3.0: - resolution: - { - integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + engines: {node: '>=6'} /qs@6.11.0: - resolution: - { - integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, - } - engines: { node: ">=0.6" } + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 dev: true /queue-microtask@1.2.3: - resolution: - { - integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, - } + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: false /quick-lru@4.0.1: - resolution: - { - integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} dev: false /randombytes@2.1.0: - resolution: - { - integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, - } + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 dev: false /range-parser@1.2.1: - resolution: - { - integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} dev: true /raw-body@2.5.1: - resolution: - { - integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} + engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 http-errors: 2.0.0 @@ -10401,37 +7549,25 @@ packages: dev: true /react-is@18.2.0: - resolution: - { - integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, - } + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false /read-cmd-shim@4.0.0: - resolution: - { - integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /read-package-json-fast@3.0.2: - resolution: - { - integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: json-parse-even-better-errors: 3.0.0 npm-normalize-package-bin: 3.0.1 dev: false /read-package-json@6.0.4: - resolution: - { - integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: glob: 10.3.10 json-parse-even-better-errors: 3.0.0 @@ -10440,22 +7576,16 @@ packages: dev: false /read-pkg-up@3.0.0: - resolution: - { - integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} + engines: {node: '>=4'} dependencies: find-up: 2.1.0 read-pkg: 3.0.0 dev: false /read-pkg-up@7.0.1: - resolution: - { - integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 read-pkg: 5.2.0 @@ -10463,11 +7593,8 @@ packages: dev: false /read-pkg@3.0.0: - resolution: - { - integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 @@ -10475,33 +7602,24 @@ packages: dev: false /read-pkg@5.2.0: - resolution: - { - integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} dependencies: - "@types/normalize-package-data": 2.4.1 + '@types/normalize-package-data': 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 dev: false /read@2.1.0: - resolution: - { - integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: mute-stream: 1.0.0 dev: false /readable-stream@1.0.34: - resolution: - { - integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==, - } + resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -10510,10 +7628,7 @@ packages: dev: false /readable-stream@2.3.8: - resolution: - { - integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==, - } + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -10525,11 +7640,8 @@ packages: dev: false /readable-stream@3.6.2: - resolution: - { - integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 @@ -10537,75 +7649,51 @@ packages: dev: false /readdirp@3.6.0: - resolution: - { - integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, - } - engines: { node: ">=8.10.0" } + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 dev: true /rechoir@0.8.0: - resolution: - { - integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} dependencies: resolve: 1.22.2 dev: false /redent@3.0.0: - resolution: - { - integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 dev: false /regenerate-unicode-properties@10.1.0: - resolution: - { - integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: false /regenerate@1.4.2: - resolution: - { - integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, - } + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false /regenerator-runtime@0.13.11: - resolution: - { - integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, - } + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false /regenerator-transform@0.15.2: - resolution: - { - integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, - } + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - "@babel/runtime": 7.22.6 + '@babel/runtime': 7.22.6 dev: false /regexp.prototype.flags@1.5.0: - resolution: - { - integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -10613,13 +7701,10 @@ packages: dev: false /regexpu-core@5.3.2: - resolution: - { - integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} dependencies: - "@babel/regjsgen": 0.8.0 + '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -10628,105 +7713,63 @@ packages: dev: false /regjsparser@0.9.1: - resolution: - { - integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, - } + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 dev: false /require-directory@2.1.1: - resolution: - { - integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} dev: false /require-from-string@2.0.2: - resolution: - { - integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} dev: false /resolve-cwd@3.0.0: - resolution: - { - integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 dev: false /resolve-from@4.0.0: - resolution: - { - integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} dev: false /resolve-from@5.0.0: - resolution: - { - integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} dev: false /resolve-global@1.0.0: - resolution: - { - integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} + engines: {node: '>=8'} dependencies: global-dirs: 0.1.1 dev: false /resolve@1.19.0: - resolution: - { - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==, - } + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.12.1 + is-core-module: 2.13.1 path-parse: 1.0.7 dev: false /resolve@1.22.2: - resolution: - { - integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, - } - hasBin: true - dependencies: - is-core-module: 2.12.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - - /resolve@1.22.3: - resolution: - { - integrity: sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==, - } + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - dev: false /resolve@1.22.8: - resolution: - { - integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, - } + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.1 @@ -10735,96 +7778,74 @@ packages: dev: false /restore-cursor@3.1.0: - resolution: - { - integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 dev: false /retry@0.12.0: - resolution: - { - integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} dev: false /reusify@1.0.4: - resolution: - { - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, - } - engines: { iojs: ">=1.0.0", node: ">=0.10.0" } + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: false /rimraf@3.0.2: - resolution: - { - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, - } + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 dev: false /rimraf@4.4.1: - resolution: - { - integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} + engines: {node: '>=14'} hasBin: true dependencies: glob: 9.3.5 dev: false /rimraf@5.0.5: - resolution: - { - integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} + engines: {node: '>=14'} hasBin: true dependencies: glob: 10.3.10 dev: false /run-async@2.4.1: - resolution: - { - integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, - } - engines: { node: ">=0.12.0" } + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} dev: false /run-parallel@1.2.0: - resolution: - { - integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, - } + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 dev: false + /run-time-assertions@0.2.1: + resolution: {integrity: sha512-nJrck8ekwrfilGPgGREZlNDR8US7Q+aVMWAWGKxyeeEf0X8TrPM9x5aGvHiPPsGszteUfZrABepByxgHCSWbag==} + dependencies: + '@augment-vir/common': 22.1.0 + expect-type: 0.15.0 + type-fest: 4.8.3 + dev: false + /rxjs@7.8.1: - resolution: - { - integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, - } + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.6.1 dev: false /safe-array-concat@1.0.0: - resolution: - { - integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, - } - engines: { node: ">=0.4" } + resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} + engines: {node: '>=0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -10833,23 +7854,14 @@ packages: dev: false /safe-buffer@5.1.2: - resolution: - { - integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, - } + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: false /safe-buffer@5.2.1: - resolution: - { - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, - } + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} /safe-regex-test@1.0.0: - resolution: - { - integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, - } + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -10857,86 +7869,59 @@ packages: dev: false /safer-buffer@2.1.2: - resolution: - { - integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, - } + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} /sax@1.3.0: - resolution: - { - integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==, - } + resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} dev: true /schema-utils@3.3.0: - resolution: - { - integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: false /schema-utils@4.2.0: - resolution: - { - integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, - } - engines: { node: ">= 12.13.0" } + resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} + engines: {node: '>= 12.13.0'} dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) dev: false /semver@5.7.2: - resolution: - { - integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, - } + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true dev: false /semver@6.3.1: - resolution: - { - integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, - } + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true dev: false /semver@7.5.3: - resolution: - { - integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: false /semver@7.5.4: - resolution: - { - integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 /send@0.18.0: - resolution: - { - integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} dependencies: debug: 2.6.9 depd: 2.0.0 @@ -10956,20 +7941,14 @@ packages: dev: true /serialize-javascript@6.0.1: - resolution: - { - integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==, - } + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} dependencies: randombytes: 2.1.0 dev: false /serve-static@1.15.0: - resolution: - { - integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -10980,52 +7959,34 @@ packages: dev: true /set-blocking@2.0.0: - resolution: - { - integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, - } + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false /setprototypeof@1.2.0: - resolution: - { - integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, - } + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: true /shallow-clone@3.0.1: - resolution: - { - integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} dependencies: kind-of: 6.0.3 dev: false /shebang-command@2.0.0: - resolution: - { - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 dev: false /shebang-regex@3.0.0: - resolution: - { - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} dev: false /shiki@0.14.3: - resolution: - { - integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==, - } + resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -11034,97 +7995,67 @@ packages: dev: false /side-channel@1.0.4: - resolution: - { - integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, - } + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 object-inspect: 1.12.3 /signal-exit@3.0.7: - resolution: - { - integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, - } + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: false /signal-exit@4.1.0: - resolution: - { - integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} dev: false /sigstore@1.8.0: - resolution: - { - integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - "@sigstore/bundle": 1.0.0 - "@sigstore/protobuf-specs": 0.2.0 - "@sigstore/tuf": 1.0.3 + '@sigstore/bundle': 1.0.0 + '@sigstore/protobuf-specs': 0.2.0 + '@sigstore/tuf': 1.0.3 make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color dev: false /simple-update-notifier@2.0.0: - resolution: - { - integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} + engines: {node: '>=10'} dependencies: semver: 7.5.4 dev: true /sirv@2.0.3: - resolution: - { - integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} + engines: {node: '>= 10'} dependencies: - "@polka/url": 1.0.0-next.21 + '@polka/url': 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.1 dev: false /sisteransi@1.0.5: - resolution: - { - integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, - } + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false /slash@3.0.0: - resolution: - { - integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} dev: false /smart-buffer@4.2.0: - resolution: - { - integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, - } - engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: false /socks-proxy-agent@7.0.0: - resolution: - { - integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} + engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -11134,160 +8065,106 @@ packages: dev: false /socks@2.7.1: - resolution: - { - integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, - } - engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } + resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} + engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: ip: 2.0.0 smart-buffer: 4.2.0 dev: false /sort-keys@2.0.0: - resolution: - { - integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} + engines: {node: '>=4'} dependencies: is-plain-obj: 1.1.0 dev: false /source-map-support@0.5.21: - resolution: - { - integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, - } + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: false /source-map@0.6.1: - resolution: - { - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} dev: false /source-map@0.7.4: - resolution: - { - integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} dev: true /spdx-correct@3.2.0: - resolution: - { - integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==, - } + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.13 dev: false /spdx-exceptions@2.3.0: - resolution: - { - integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, - } + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} dev: false /spdx-expression-parse@3.0.1: - resolution: - { - integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, - } + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.13 dev: false /spdx-license-ids@3.0.13: - resolution: - { - integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, - } + resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} dev: false /split2@3.2.2: - resolution: - { - integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==, - } + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: readable-stream: 3.6.2 dev: false /split2@4.2.0: - resolution: - { - integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==, - } - engines: { node: ">= 10.x" } + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} dev: false /split@1.0.1: - resolution: - { - integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==, - } + resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: through: 2.3.8 dev: false /sprintf-js@1.0.3: - resolution: - { - integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, - } + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: false /ssri@10.0.4: - resolution: - { - integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 dev: false /ssri@9.0.1: - resolution: - { - integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minipass: 3.3.6 dev: false /stats.ts@1.1.0: - resolution: - { - integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==, - } + resolution: {integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==} dev: true /statuses@2.0.1: - resolution: - { - integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} dev: true /string-width@4.2.3: - resolution: - { - integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -11295,11 +8172,8 @@ packages: dev: false /string-width@5.1.2: - resolution: - { - integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 @@ -11307,11 +8181,8 @@ packages: dev: false /string.prototype.trim@1.2.7: - resolution: - { - integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11319,10 +8190,7 @@ packages: dev: false /string.prototype.trimend@1.0.6: - resolution: - { - integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, - } + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11330,10 +8198,7 @@ packages: dev: false /string.prototype.trimstart@1.0.6: - resolution: - { - integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, - } + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11341,98 +8206,65 @@ packages: dev: false /string_decoder@0.10.31: - resolution: - { - integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==, - } + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} dev: false /string_decoder@1.1.1: - resolution: - { - integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, - } + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 dev: false /string_decoder@1.3.0: - resolution: - { - integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, - } + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 dev: false /strip-ansi@6.0.1: - resolution: - { - integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 dev: false /strip-ansi@7.1.0: - resolution: - { - integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 dev: false /strip-bom@3.0.0: - resolution: - { - integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} dev: false /strip-bom@4.0.0: - resolution: - { - integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} dev: false /strip-final-newline@2.0.0: - resolution: - { - integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} dev: false /strip-indent@3.0.0: - resolution: - { - integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: false /strip-json-comments@3.1.1: - resolution: - { - integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} dev: false /strong-log-transformer@2.1.0: - resolution: - { - integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} + engines: {node: '>=4'} hasBin: true dependencies: duplexer: 0.1.2 @@ -11441,13 +8273,10 @@ packages: dev: false /stylus@0.61.0: - resolution: - { - integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==, - } + resolution: {integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==} hasBin: true dependencies: - "@adobe/css-tools": 4.3.1 + '@adobe/css-tools': 4.3.1 debug: 4.3.4 glob: 7.2.3 sax: 1.3.0 @@ -11457,55 +8286,37 @@ packages: dev: true /supports-color@5.5.0: - resolution: - { - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: - { - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 dev: false /supports-color@8.1.1: - resolution: - { - integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} dependencies: has-flag: 4.0.0 dev: false /supports-preserve-symlinks-flag@1.0.0: - resolution: - { - integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} /tapable@2.2.1: - resolution: - { - integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} dev: false /tar-stream@2.2.0: - resolution: - { - integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -11515,11 +8326,8 @@ packages: dev: false /tar@6.1.11: - resolution: - { - integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} + engines: {node: '>= 10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -11530,33 +8338,27 @@ packages: dev: false /temp-dir@1.0.0: - resolution: - { - integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} + engines: {node: '>=4'} dev: false /terser-webpack-plugin@5.3.9(webpack@5.89.0): - resolution: - { - integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} + engines: {node: '>= 10.13.0'} peerDependencies: - "@swc/core": "*" - esbuild: "*" - uglify-js: "*" + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' webpack: ^5.1.0 peerDependenciesMeta: - "@swc/core": + '@swc/core': optional: true esbuild: optional: true uglify-js: optional: true dependencies: - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/trace-mapping': 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -11565,182 +8367,122 @@ packages: dev: false /terser@5.19.2: - resolution: - { - integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==} + engines: {node: '>=10'} hasBin: true dependencies: - "@jridgewell/source-map": 0.3.5 + '@jridgewell/source-map': 0.3.5 acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 dev: false /text-extensions@1.9.0: - resolution: - { - integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==, - } - engines: { node: ">=0.10" } + resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} + engines: {node: '>=0.10'} dev: false /text-extensions@2.4.0: - resolution: - { - integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} dev: false /text-table@0.2.0: - resolution: - { - integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, - } + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: false /through2@2.0.5: - resolution: - { - integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==, - } + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: readable-stream: 2.3.8 xtend: 4.0.2 dev: false /through2@4.0.2: - resolution: - { - integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==, - } + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: readable-stream: 3.6.2 dev: false /through@2.3.8: - resolution: - { - integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, - } + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: false /tmp@0.0.33: - resolution: - { - integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, - } - engines: { node: ">=0.6.0" } + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 dev: false /tmp@0.2.1: - resolution: - { - integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==, - } - engines: { node: ">=8.17.0" } + resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} + engines: {node: '>=8.17.0'} dependencies: rimraf: 3.0.2 dev: false /to-fast-properties@2.0.0: - resolution: - { - integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} /to-regex-range@5.0.1: - resolution: - { - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, - } - engines: { node: ">=8.0" } + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 /toidentifier@1.0.1: - resolution: - { - integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, - } - engines: { node: ">=0.6" } + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} dev: true /token-stream@1.0.0: - resolution: - { - integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==, - } + resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} dev: true /totalist@3.0.1: - resolution: - { - integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} + engines: {node: '>=6'} dev: false /touch@3.1.0: - resolution: - { - integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==, - } + resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} hasBin: true dependencies: nopt: 1.0.10 dev: true /tr46@0.0.3: - resolution: - { - integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, - } + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: false /trim-newlines@3.0.1: - resolution: - { - integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, - } - engines: { node: ">=8" } - dev: false - - /ts-api-utils@1.0.1(typescript@5.2.2): - resolution: - { - integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==, - } - engines: { node: ">=16.13.0" } + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} + dev: false + + /ts-api-utils@1.0.1(typescript@5.3.2): + resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} + engines: {node: '>=16.13.0'} peerDependencies: - typescript: ">=4.2.0" + typescript: '>=4.2.0' dependencies: - typescript: 5.2.2 + typescript: 5.3.2 dev: false /tsconfig-paths@3.14.2: - resolution: - { - integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, - } + resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: - "@types/json5": 0.0.29 + '@types/json5': 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 dev: false /tsconfig-paths@4.2.0: - resolution: - { - integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} dependencies: json5: 2.2.3 minimist: 1.2.8 @@ -11748,20 +8490,14 @@ packages: dev: false /tslib@2.6.1: - resolution: - { - integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==, - } + resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: false /tuf-js@1.1.7: - resolution: - { - integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@tufjs/models": 1.0.4 + '@tufjs/models': 1.0.4 debug: 4.3.4 make-fetch-happen: 11.1.1 transitivePeerDependencies: @@ -11769,96 +8505,58 @@ packages: dev: false /type-check@0.4.0: - resolution: - { - integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: false /type-fest@0.18.1: - resolution: - { - integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} dev: false /type-fest@0.20.2: - resolution: - { - integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} dev: false /type-fest@0.21.3: - resolution: - { - integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} dev: false /type-fest@0.4.1: - resolution: - { - integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} + engines: {node: '>=6'} dev: false /type-fest@0.6.0: - resolution: - { - integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} dev: false /type-fest@0.8.1: - resolution: - { - integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, - } - engines: { node: ">=8" } - dev: false - - /type-fest@3.13.1: - resolution: - { - integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==, - } - engines: { node: ">=14.16" } + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} dev: false - /type-fest@4.7.1: - resolution: - { - integrity: sha512-iWr8RUmzAJRfhZugX9O7nZE6pCxDU8CZ3QxsLuTnGcBLJpCaP2ll3s4eMTBoFnU/CeXY/5rfQSuAEsTGJO4y8A==, - } - engines: { node: ">=16" } + /type-fest@4.8.3: + resolution: {integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==} + engines: {node: '>=16'} dev: false /type-is@1.6.18: - resolution: - { - integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 mime-types: 2.1.35 dev: true /typed-array-buffer@1.0.0: - resolution: - { - integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -11866,11 +8564,8 @@ packages: dev: false /typed-array-byte-length@1.0.0: - resolution: - { - integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -11879,11 +8574,8 @@ packages: dev: false /typed-array-byte-offset@1.0.0: - resolution: - { - integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -11893,10 +8585,7 @@ packages: dev: false /typed-array-length@1.0.4: - resolution: - { - integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, - } + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -11904,89 +8593,65 @@ packages: dev: false /typedarray@0.0.6: - resolution: - { - integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, - } - dev: false - - /typedoc-plugin-coverage@2.2.0(typedoc@0.25.3): - resolution: - { - integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==, - } - engines: { node: ">= 16" } + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: false + + /typedoc-plugin-coverage@2.2.0(typedoc@0.25.4): + resolution: {integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==} + engines: {node: '>= 16'} peerDependencies: typedoc: ^0.22.12 || 0.23.x || 0.24.x || 0.25.x dependencies: - typedoc: 0.25.3(typescript@5.2.2) + typedoc: 0.25.4(typescript@5.3.2) dev: false - /typedoc-plugin-keywords@1.5.0(typedoc@0.25.3): - resolution: - { - integrity: sha512-8dkuTwwiuXzyM6T1/5M85JGyqArGnEYkANqItLXLAxmfx9SNkEDSwqfDiMGBVrcJmLMc/0nuCf/H4ixyA/8/tA==, - } + /typedoc-plugin-keywords@1.6.0(typedoc@0.25.4): + resolution: {integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==} peerDependencies: - typedoc: ^0.25.0 + typedoc: ^0.25.4 dependencies: - typedoc: 0.25.3(typescript@5.2.2) - typescript: 5.2.2 + typedoc: 0.25.4(typescript@5.3.2) + typescript: 5.3.2 dev: false - /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.3): - resolution: - { - integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==, - } + /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.4): + resolution: {integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==} peerDependencies: typedoc: 0.24.x || 0.25.x dependencies: - typedoc: 0.25.3(typescript@5.2.2) + typedoc: 0.25.4(typescript@5.3.2) dev: false - /typedoc@0.25.3(typescript@5.2.2): - resolution: - { - integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==, - } - engines: { node: ">= 16" } + /typedoc@0.25.4(typescript@5.3.2): + resolution: {integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==} + engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x + 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 dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 shiki: 0.14.3 - typescript: 5.2.2 + typescript: 5.3.2 dev: false - /typescript@5.2.2: - resolution: - { - integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, - } - engines: { node: ">=14.17" } + /typescript@5.3.2: + resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} + engines: {node: '>=14.17'} hasBin: true dev: false /uglify-js@3.17.4: - resolution: - { - integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, - } - engines: { node: ">=0.8.0" } + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true dev: false optional: true /unbox-primitive@1.0.2: - resolution: - { - integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, - } + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 has-bigints: 1.0.2 @@ -11995,269 +8660,176 @@ packages: dev: false /undefsafe@2.0.5: - resolution: - { - integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==, - } + resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} dev: true /undici-types@5.26.5: - resolution: - { - integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, - } + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: false /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: - { - integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} dev: false /unicode-match-property-ecmascript@2.0.0: - resolution: - { - integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 dev: false /unicode-match-property-value-ecmascript@2.1.0: - resolution: - { - integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} dev: false /unicode-property-aliases-ecmascript@2.1.0: - resolution: - { - integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} dev: false /unique-filename@3.0.0: - resolution: - { - integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: unique-slug: 4.0.0 dev: false /unique-slug@4.0.0: - resolution: - { - integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 dev: false /universal-user-agent@6.0.0: - resolution: - { - integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==, - } + resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} dev: false /universalify@2.0.0: - resolution: - { - integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} + engines: {node: '>= 10.0.0'} dev: false /unpipe@1.0.0: - resolution: - { - integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} dev: true /untildify@4.0.0: - resolution: - { - integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} + engines: {node: '>=8'} dev: false /upath@2.0.1: - resolution: - { - integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, - } - engines: { node: ">=4" } - dev: false - - /update-browserslist-db@1.0.13(browserslist@4.22.1): - resolution: - { - integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==, - } + resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} + engines: {node: '>=4'} + dev: false + + /update-browserslist-db@1.0.13(browserslist@4.22.2): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + browserslist: '>= 4.21.0' dependencies: - browserslist: 4.22.1 + browserslist: 4.22.2 escalade: 3.1.1 picocolors: 1.0.0 dev: false /uri-js@4.4.1: - resolution: - { - integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, - } + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.3.0 /util-deprecate@1.0.2: - resolution: - { - integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, - } + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false /utils-merge@1.0.1: - resolution: - { - integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, - } - engines: { node: ">= 0.4.0" } + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} dev: true /uuid@9.0.0: - resolution: - { - integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, - } + resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} hasBin: true dev: false /v8-compile-cache@2.3.0: - resolution: - { - integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, - } + resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: false /validate-npm-package-license@3.0.4: - resolution: - { - integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, - } + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: false /validate-npm-package-name@3.0.0: - resolution: - { - integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==, - } + resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} dependencies: builtins: 1.0.3 dev: false /validate-npm-package-name@5.0.0: - resolution: - { - integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: builtins: 5.0.1 dev: false /vanilla-picker@2.12.2: - resolution: - { - integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==, - } + resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} dependencies: - "@sphinxxxx/color-conversion": 2.2.2 + '@sphinxxxx/color-conversion': 2.2.2 dev: true /vary@1.1.2: - resolution: - { - integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} dev: true /void-elements@3.1.0: - resolution: - { - integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} + engines: {node: '>=0.10.0'} dev: true /vscode-oniguruma@1.7.0: - resolution: - { - integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, - } + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} dev: false /vscode-textmate@8.0.0: - resolution: - { - integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, - } + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: false /watchpack@2.4.0: - resolution: - { - integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} + engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 dev: false /wcwidth@1.0.1: - resolution: - { - integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, - } + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 dev: false /webidl-conversions@3.0.1: - resolution: - { - integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, - } + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false /webpack-bundle-analyzer@4.10.1: - resolution: - { - integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==} + engines: {node: '>= 10.13.0'} hasBin: true dependencies: - "@discoveryjs/json-ext": 0.5.7 + '@discoveryjs/json-ext': 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 commander: 7.2.0 @@ -12276,29 +8848,26 @@ packages: dev: false /webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0): - resolution: - { - integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} + engines: {node: '>=14.15.0'} hasBin: true peerDependencies: - "@webpack-cli/generators": "*" + '@webpack-cli/generators': '*' webpack: 5.x.x - webpack-bundle-analyzer: "*" - webpack-dev-server: "*" + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' peerDependenciesMeta: - "@webpack-cli/generators": + '@webpack-cli/generators': optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: - "@discoveryjs/json-ext": 0.5.7 - "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) - "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) - "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -12313,45 +8882,36 @@ packages: dev: false /webpack-merge@5.9.0: - resolution: - { - integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} + engines: {node: '>=10.0.0'} dependencies: clone-deep: 4.0.1 wildcard: 2.0.1 dev: false /webpack-sources@3.2.3: - resolution: - { - integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} dev: false /webpack@5.89.0(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} + engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - webpack-cli: "*" + webpack-cli: '*' peerDependenciesMeta: webpack-cli: optional: true dependencies: - "@types/eslint-scope": 3.7.4 - "@types/estree": 1.0.1 - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/wasm-edit": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) - browserslist: 4.22.1 + browserslist: 4.22.2 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 es-module-lexer: 1.3.0 @@ -12370,26 +8930,20 @@ packages: webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: - - "@swc/core" + - '@swc/core' - esbuild - uglify-js dev: false /whatwg-url@5.0.0: - resolution: - { - integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, - } + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false /which-boxed-primitive@1.0.2: - resolution: - { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, - } + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -12399,11 +8953,8 @@ packages: dev: false /which-typed-array@1.1.11: - resolution: - { - integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -12413,69 +8964,48 @@ packages: dev: false /which@2.0.2: - resolution: - { - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 dev: false /which@3.0.1: - resolution: - { - integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: isexe: 2.0.0 dev: false /wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: string-width: 4.2.3 dev: false /wildcard@2.0.1: - resolution: - { - integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==, - } + resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} dev: false /with@7.0.2: - resolution: - { - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==, - } - engines: { node: ">= 10.0.0" } - dependencies: - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} + engines: {node: '>= 10.0.0'} + dependencies: + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true /wordwrap@1.0.0: - resolution: - { - integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, - } + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: false /wrap-ansi@6.2.0: - resolution: - { - integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -12483,11 +9013,8 @@ packages: dev: false /wrap-ansi@7.0.0: - resolution: - { - integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -12495,11 +9022,8 @@ packages: dev: false /wrap-ansi@8.1.0: - resolution: - { - integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 @@ -12507,16 +9031,10 @@ packages: dev: false /wrappy@1.0.2: - resolution: - { - integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, - } + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} /write-file-atomic@2.4.3: - resolution: - { - integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, - } + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 @@ -12524,22 +9042,16 @@ packages: dev: false /write-file-atomic@5.0.1: - resolution: - { - integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 dev: false /write-json-file@3.2.0: - resolution: - { - integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} + engines: {node: '>=6'} dependencies: detect-indent: 5.0.0 graceful-fs: 4.2.11 @@ -12550,11 +9062,8 @@ packages: dev: false /write-pkg@4.0.0: - resolution: - { - integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} + engines: {node: '>=8'} dependencies: sort-keys: 2.0.0 type-fest: 0.4.1 @@ -12562,11 +9071,8 @@ packages: dev: false /ws@7.5.9: - resolution: - { - integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==, - } - engines: { node: ">=8.3.0" } + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -12577,64 +9083,35 @@ packages: optional: true /xtend@4.0.2: - resolution: - { - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, - } - engines: { node: ">=0.4" } + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} dev: false /y18n@5.0.8: - resolution: - { - integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} dev: false /yallist@3.1.1: - resolution: - { - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, - } + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} dev: false /yallist@4.0.0: - resolution: - { - integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, - } - - /yargs-parser@20.2.4: - resolution: - { - integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==, - } - engines: { node: ">=10" } - dev: false + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} /yargs-parser@20.2.9: - resolution: - { - integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} dev: false /yargs-parser@21.1.1: - resolution: - { - integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} dev: false /yargs@16.2.0: - resolution: - { - integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} dependencies: cliui: 7.0.4 escalade: 3.1.1 @@ -12646,11 +9123,8 @@ packages: dev: false /yargs@17.7.2: - resolution: - { - integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} dependencies: cliui: 8.0.1 escalade: 3.1.1 @@ -12662,17 +9136,11 @@ packages: dev: false /yocto-queue@0.1.0: - resolution: - { - integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} dev: false /yocto-queue@1.0.0: - resolution: - { - integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, - } - engines: { node: ">=12.20" } + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} dev: false diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index f357521..8636b2a 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 4dc2d6d..53eb778 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.4", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0-beta.4", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0" + } } diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index b5241f9..8b16eeb 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 0fb0cc5..5cc1d4c 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.4", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0-beta.4", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" + } } diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 90d1f83..64a033e 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -87,16 +87,16 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-motion": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-roll": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-tilt": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/confetti/package.json b/presets/confetti/package.json index e8a67ec..42e773f 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.4", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0-beta.4", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-motion": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-roll": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-tilt": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" + } } diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index d9bb08e..d7a4f11 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-push": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/fire/package.json b/presets/fire/package.json index bc82612..c76e413 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.4", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fire", + "version": "3.0.0-beta.4", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-push": "^3.0.0" + } } diff --git a/presets/fire/src/options.ts b/presets/fire/src/options.ts index 618649f..3dce84d 100644 --- a/presets/fire/src/options.ts +++ b/presets/fire/src/options.ts @@ -31,7 +31,6 @@ export const options: ISourceOptions = { enable: true, mode: "push", }, - resize: true, }, }, background: { diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index 68226b1..baf38e0 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-trail": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 0c29221..45dc838 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.4", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0-beta.4", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-trail": "^3.0.0" + } } diff --git a/presets/firefly/src/options.ts b/presets/firefly/src/options.ts index 09fc1c1..860c976 100644 --- a/presets/firefly/src/options.ts +++ b/presets/firefly/src/options.ts @@ -46,7 +46,6 @@ export const options: ISourceOptions = { enable: true, mode: "trail", }, - resize: true, }, modes: { trail: { diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 2193d04..147e414 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -87,15 +87,15 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-sounds": "^3.0.0", + "@tsparticles/shape-line": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index f823642..4e43239 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,110 +1,110 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.4", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0-beta.4", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-sounds": "^3.0.0", + "@tsparticles/shape-line": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" + } } diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 91fd333..13f7cee 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/fountain/package.json b/presets/fountain/package.json index e948be0..936671e 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.4", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0-beta.4", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0" + } } diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 29e55da..42f8bcc 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -87,11 +87,11 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index c810f19..938e0b2 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.4", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0-beta.4", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0" + } } diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 45e0992..6133618 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/links/package.json b/presets/links/package.json index 1297f2e..37b9fc7 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.4", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-links", + "version": "3.0.0-beta.4", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" + } } diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 34b56e7..3f24b04 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/path-curves": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 7969f26..32381a5 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.4", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0-beta.4", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/path-curves": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/path-curves": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" + } } diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 2aa548c..ed91406 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/snow/package.json b/presets/snow/package.json index 35bb8dc..e158378 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.4", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-snow", + "version": "3.0.0-beta.4", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" + } } diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 088ef34..792c9d8 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -87,12 +87,12 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-size": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-size": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/squares/package.json b/presets/squares/package.json index 9ae4174..45cf010 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -97,11 +97,11 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-size": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4" + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-size": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" } } diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 0452120..df8e4ba 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/stars/package.json b/presets/stars/package.json index a4246a5..46b526b 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.4", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-stars", + "version": "3.0.0-beta.4", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0" + } } diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index 59cdf50..d046a20 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" }, "publishConfig": { "access": "public" diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 18cea5d..15180cd 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.4", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0-beta.4", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" + } } From dc0dcdd56b8517292af637f6210893ccd5374ee7 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:38:52 +0100 Subject: [PATCH 11/14] build: fixed fireworks preset --- pnpm-lock.yaml | 3 +++ presets/fireworks/package.dist.json | 1 + presets/fireworks/package.json | 1 + presets/fireworks/src/index.ts | 2 ++ 4 files changed, 7 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4edc03a..701fe01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -293,6 +293,9 @@ importers: '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 + '@tsparticles/plugin-emitters-shape-square': + specifier: ^3.0.0 + version: 3.0.0 '@tsparticles/plugin-sounds': specifier: ^3.0.0 version: 3.0.0 diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 147e414..4cb55f1 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -90,6 +90,7 @@ "@tsparticles/basic": "^3.0.0", "@tsparticles/engine": "^3.0.0", "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", "@tsparticles/plugin-sounds": "^3.0.0", "@tsparticles/shape-line": "^3.0.0", "@tsparticles/updater-destroy": "^3.0.0", diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 4e43239..bec36b7 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -100,6 +100,7 @@ "@tsparticles/basic": "^3.0.0", "@tsparticles/engine": "^3.0.0", "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", "@tsparticles/plugin-sounds": "^3.0.0", "@tsparticles/shape-line": "^3.0.0", "@tsparticles/updater-destroy": "^3.0.0", diff --git a/presets/fireworks/src/index.ts b/presets/fireworks/src/index.ts index 27b5119..9c532d6 100644 --- a/presets/fireworks/src/index.ts +++ b/presets/fireworks/src/index.ts @@ -2,6 +2,7 @@ import type { Engine } from "@tsparticles/engine"; import { loadBasic } from "@tsparticles/basic"; import { loadDestroyUpdater } from "@tsparticles/updater-destroy"; import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadEmittersShapeSquare } from "@tsparticles/plugin-emitters-shape-square"; import { loadLifeUpdater } from "@tsparticles/updater-life"; import { loadLineShape } from "@tsparticles/shape-line"; import { loadRotateUpdater } from "@tsparticles/updater-rotate"; @@ -17,6 +18,7 @@ import { options } from "./options"; export async function loadFireworksPreset(engine: Engine, refresh = true): Promise { await loadBasic(engine, false); await loadEmittersPlugin(engine, false); + await loadEmittersShapeSquare(engine, false); await loadSoundsPlugin(engine, false); await loadLineShape(engine, false); await loadRotateUpdater(engine, false); From 9586bb6b2dd366b45bc8aa114758a3048e3e1a67 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:40:17 +0100 Subject: [PATCH 12/14] chore(release): published new version --- CHANGELOG.md | 4 + apps/demo/CHANGELOG.md | 4 + apps/demo/package.json | 2 +- lerna.json | 2 +- pnpm-lock.yaml | 8817 ++++++++++++++++++-------- presets/bigCircles/CHANGELOG.md | 4 + presets/bigCircles/package.dist.json | 2 +- presets/bigCircles/package.json | 200 +- presets/bubbles/CHANGELOG.md | 4 + presets/bubbles/package.dist.json | 2 +- presets/bubbles/package.json | 198 +- presets/confetti/CHANGELOG.md | 4 + presets/confetti/package.dist.json | 2 +- presets/confetti/package.json | 212 +- presets/fire/CHANGELOG.md | 4 + presets/fire/package.dist.json | 2 +- presets/fire/package.json | 198 +- presets/firefly/CHANGELOG.md | 4 + presets/firefly/package.dist.json | 2 +- presets/firefly/package.json | 198 +- presets/fireworks/CHANGELOG.md | 4 + presets/fireworks/package.dist.json | 2 +- presets/fireworks/package.json | 212 +- presets/fountain/CHANGELOG.md | 4 + presets/fountain/package.dist.json | 2 +- presets/fountain/package.json | 200 +- presets/hyperspace/CHANGELOG.md | 4 + presets/hyperspace/package.dist.json | 2 +- presets/hyperspace/package.json | 202 +- presets/links/CHANGELOG.md | 4 + presets/links/package.dist.json | 2 +- presets/links/package.json | 198 +- presets/seaAnemone/CHANGELOG.md | 4 + presets/seaAnemone/package.dist.json | 2 +- presets/seaAnemone/package.json | 200 +- presets/snow/CHANGELOG.md | 4 + presets/snow/package.dist.json | 2 +- presets/snow/package.json | 198 +- presets/squares/CHANGELOG.md | 4 + presets/squares/package.dist.json | 2 +- presets/squares/package.json | 2 +- presets/stars/CHANGELOG.md | 4 + presets/stars/package.dist.json | 2 +- presets/stars/package.json | 196 +- presets/triangles/CHANGELOG.md | 4 + presets/triangles/package.dist.json | 2 +- presets/triangles/package.json | 198 +- 47 files changed, 7478 insertions(+), 4047 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92793e..435e6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/presets-workspace + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/presets-workspace diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index fdd0b00..bb0e11e 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/presets-demo + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/presets-demo diff --git a/apps/demo/package.json b/apps/demo/package.json index cb2c7be..fc3c060 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/presets-demo", "private": true, - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", diff --git a/lerna.json b/lerna.json index 5a501b3..9805cab 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["apps/*", "presets/*"], - "version": "3.0.0-beta.4", + "version": "3.0.0", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 701fe01..d7e917a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,47 +1,46 @@ -lockfileVersion: '6.0' +lockfileVersion: "6.0" settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: - .: dependencies: - '@babel/core': + "@babel/core": specifier: ^7.23.5 version: 7.23.5 - '@commitlint/cli': + "@commitlint/cli": specifier: ^18.4.3 version: 18.4.3(typescript@5.3.2) - '@commitlint/config-conventional': + "@commitlint/config-conventional": specifier: ^18.4.3 version: 18.4.3 - '@tsparticles/cli': + "@tsparticles/cli": specifier: ^2.0.0 version: 2.0.0(webpack-cli@5.1.4) - '@tsparticles/eslint-config': + "@tsparticles/eslint-config": specifier: ^2.0.0 version: 2.0.0 - '@tsparticles/prettier-config': + "@tsparticles/prettier-config": specifier: ^2.0.0 version: 2.0.0 - '@tsparticles/tsconfig': + "@tsparticles/tsconfig": specifier: ^2.0.0 version: 2.0.0 - '@tsparticles/webpack-plugin': + "@tsparticles/webpack-plugin": specifier: ^2.0.0 version: 2.0.0 - '@types/node': + "@types/node": specifier: ^20.10.3 version: 20.10.3 - '@types/webpack-env': + "@types/webpack-env": specifier: ^1.18.4 version: 1.18.4 - '@typescript-eslint/eslint-plugin': + "@typescript-eslint/eslint-plugin": specifier: ^6.13.2 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/parser': + "@typescript-eslint/parser": specifier: ^6.13.2 version: 6.13.2(eslint@8.55.0)(typescript@5.3.2) babel-loader: @@ -101,53 +100,53 @@ importers: apps/demo: dependencies: - '@tsparticles/preset-big-circles': + "@tsparticles/preset-big-circles": specifier: workspace:^ version: link:../../presets/bigCircles/dist - '@tsparticles/preset-bubbles': + "@tsparticles/preset-bubbles": specifier: workspace:^ version: link:../../presets/bubbles/dist - '@tsparticles/preset-confetti': + "@tsparticles/preset-confetti": specifier: workspace:^ version: link:../../presets/confetti/dist - '@tsparticles/preset-fire': + "@tsparticles/preset-fire": specifier: workspace:^ version: link:../../presets/fire/dist - '@tsparticles/preset-firefly': + "@tsparticles/preset-firefly": specifier: workspace:^ version: link:../../presets/firefly/dist - '@tsparticles/preset-fireworks': + "@tsparticles/preset-fireworks": specifier: workspace:^ version: link:../../presets/fireworks/dist - '@tsparticles/preset-fountain': + "@tsparticles/preset-fountain": specifier: workspace:^ version: link:../../presets/fountain/dist - '@tsparticles/preset-hyperspace': + "@tsparticles/preset-hyperspace": specifier: workspace:^ version: link:../../presets/hyperspace/dist - '@tsparticles/preset-links': + "@tsparticles/preset-links": specifier: workspace:^ version: link:../../presets/links/dist - '@tsparticles/preset-sea-anemone': + "@tsparticles/preset-sea-anemone": specifier: workspace:^ version: link:../../presets/seaAnemone/dist - '@tsparticles/preset-snow': + "@tsparticles/preset-snow": specifier: workspace:^ version: link:../../presets/snow/dist - '@tsparticles/preset-squares': + "@tsparticles/preset-squares": specifier: workspace:^ version: link:../../presets/squares/dist - '@tsparticles/preset-stars': + "@tsparticles/preset-stars": specifier: workspace:^ version: link:../../presets/stars/dist - '@tsparticles/preset-triangles': + "@tsparticles/preset-triangles": specifier: workspace:^ version: link:../../presets/triangles/dist devDependencies: - '@fortawesome/fontawesome-free': + "@fortawesome/fontawesome-free": specifier: ^6.4.2 version: 6.4.2 - '@popperjs/core': + "@popperjs/core": specifier: ^2.11.8 version: 2.11.8 bootstrap: @@ -195,270 +194,281 @@ importers: presets/bigCircles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters-shape-square': + "@tsparticles/plugin-emitters-shape-square": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/bubbles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/confetti: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-motion': + "@tsparticles/plugin-motion": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/shape-square': + "@tsparticles/shape-square": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-roll': + "@tsparticles/updater-roll": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-tilt': + "@tsparticles/updater-tilt": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-wobble': + "@tsparticles/updater-wobble": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fire: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/interaction-external-push': + "@tsparticles/interaction-external-push": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/firefly: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/interaction-external-trail': + "@tsparticles/interaction-external-trail": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fireworks: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters-shape-square': + "@tsparticles/plugin-emitters-shape-square": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-sounds': + "@tsparticles/plugin-sounds": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/shape-line': + "@tsparticles/shape-line": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-destroy': + "@tsparticles/updater-destroy": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-stroke-color': + "@tsparticles/updater-stroke-color": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fountain: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-destroy': + "@tsparticles/updater-destroy": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/hyperspace: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters-shape-square': + "@tsparticles/plugin-emitters-shape-square": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-life': + "@tsparticles/updater-life": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/links: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/interaction-particles-links': + "@tsparticles/interaction-particles-links": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/seaAnemone: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/path-curves': + "@tsparticles/path-curves": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/snow: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-wobble': + "@tsparticles/updater-wobble": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/squares: dependencies: - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/plugin-emitters': + "@tsparticles/plugin-emitters": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/shape-square': + "@tsparticles/shape-square": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-rotate': + "@tsparticles/updater-rotate": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-size': + "@tsparticles/updater-size": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/updater-stroke-color': + "@tsparticles/updater-stroke-color": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/stars: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/triangles: dependencies: - '@tsparticles/basic': + "@tsparticles/basic": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/engine': + "@tsparticles/engine": specifier: ^3.0.0 version: 3.0.0 - '@tsparticles/interaction-particles-links': + "@tsparticles/interaction-particles-links": specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist packages: - /@aashutoshrathi/word-wrap@1.2.6: - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, + } + engines: { node: ">=0.10.0" } dev: false /@adobe/css-tools@4.3.1: - resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==} + resolution: + { + integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, + } dev: true /@ampproject/remapping@2.2.1: - resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, + } + engines: { node: ">=6.0.0" } dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@augment-vir/common@22.1.0: - resolution: {integrity: sha512-qzWhzhLCjV5iYPN4agt5HA9649l28wKYDe8BE+tE2OAP9DM8qM8Te/DeqZy4U6uAExQz47Hg+gjgC5vmFcPePw==} + resolution: + { + integrity: sha512-qzWhzhLCjV5iYPN4agt5HA9649l28wKYDe8BE+tE2OAP9DM8qM8Te/DeqZy4U6uAExQz47Hg+gjgC5vmFcPePw==, + } dependencies: browser-or-node: 2.1.1 run-time-assertions: 0.2.1 @@ -466,40 +476,52 @@ packages: dev: false /@babel/code-frame@7.22.13: - resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/highlight': 7.22.20 + "@babel/highlight": 7.22.20 chalk: 2.4.2 dev: false /@babel/code-frame@7.23.5: - resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/highlight': 7.23.4 + "@babel/highlight": 7.23.4 chalk: 2.4.2 dev: false /@babel/compat-data@7.23.3: - resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/core@7.23.5: - resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helpers': 7.23.5 - '@babel/parser': 7.23.5 - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.5 - '@babel/types': 7.23.5 + resolution: + { + integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@ampproject/remapping": 2.2.1 + "@babel/code-frame": 7.23.5 + "@babel/generator": 7.23.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helpers": 7.23.5 + "@babel/parser": 7.23.5 + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.5 + "@babel/types": 7.23.5 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -510,78 +532,99 @@ packages: dev: false /@babel/generator@7.23.5: - resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.5 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + resolution: + { + integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/types": 7.23.5 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 jsesc: 2.5.2 dev: false /@babel/helper-annotate-as-pure@7.22.5: - resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/helper-validator-option': 7.22.15 + resolution: + { + integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/compat-data": 7.23.3 + "@babel/helper-validator-option": 7.22.15 browserslist: 4.22.2 lru-cache: 5.1.1 semver: 6.3.1 dev: false /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + "@babel/core": ^7.0.0 + dependencies: + "@babel/core": 7.23.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 semver: 6.3.1 dev: false /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): - resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.5): - resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} + resolution: + { + integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -590,1013 +633,1298 @@ packages: dev: false /@babel/helper-environment-visitor@7.22.20: - resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-function-name@7.23.0: - resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.5 + "@babel/template": 7.22.15 + "@babel/types": 7.23.5 dev: false /@babel/helper-hoist-variables@7.22.5: - resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/helper-member-expression-to-functions@7.23.0: - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-module-imports@7.22.15: - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + "@babel/core": 7.23.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-simple-access": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/helper-validator-identifier": 7.22.20 dev: false /@babel/helper-optimise-call-expression@7.22.5: - resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-plugin-utils@7.22.5: - resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): - resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 + "@babel/core": 7.23.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-wrap-function": 7.22.20 dev: false /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 dev: false /@babel/helper-simple-access@7.22.5: - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.3 + "@babel/types": 7.23.3 dev: false /@babel/helper-split-export-declaration@7.22.6: - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/types': 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, + } + engines: { node: ">=6.9.0" } /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-validator-identifier@7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, + } + engines: { node: ">=6.9.0" } dev: true /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, + } + engines: { node: ">=6.9.0" } dev: false /@babel/helper-wrap-function@7.22.20: - resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.22.15 - '@babel/types': 7.23.3 + "@babel/helper-function-name": 7.23.0 + "@babel/template": 7.22.15 + "@babel/types": 7.23.3 dev: false /@babel/helpers@7.23.5: - resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.5 - '@babel/types': 7.23.5 + resolution: + { + integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.5 + "@babel/types": 7.23.5 transitivePeerDependencies: - supports-color dev: false /@babel/highlight@7.22.20: - resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-validator-identifier': 7.22.20 + "@babel/helper-validator-identifier": 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/highlight@7.23.4: - resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/helper-validator-identifier': 7.22.20 + "@babel/helper-validator-identifier": 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/parser@7.22.7: - resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==, + } + engines: { node: ">=6.0.0" } hasBin: true dependencies: - '@babel/types': 7.22.5 + "@babel/types": 7.22.5 dev: true /@babel/parser@7.23.5: - resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==, + } + engines: { node: ">=6.0.0" } hasBin: true dependencies: - '@babel/types': 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.13.0 + "@babel/core": ^7.13.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.5) dev: false /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5): - resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 + "@babel/core": 7.23.5 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + resolution: + { + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + resolution: + { + integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + resolution: + { + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + resolution: + { + integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + resolution: + { + integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + resolution: + { + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + resolution: + { + integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + resolution: + { + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + resolution: + { + integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + resolution: + { + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + resolution: + { + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + resolution: + { + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, + } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5): - resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.5) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-module-imports": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.5) dev: false /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.12.0 + "@babel/core": ^7.12.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) dev: false /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) - '@babel/helper-split-export-declaration': 7.22.6 + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/core": 7.23.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) + "@babel/helper-split-export-declaration": 7.22.6 globals: 11.12.0 dev: false /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.15 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/template": 7.22.15 dev: false /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-simple-access": 7.22.5 dev: false /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 + "@babel/core": 7.23.5 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 dev: false /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): - resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) dev: false /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) dev: false /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 regenerator-transform: 0.15.2 dev: false /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 dev: false /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 + "@babel/core": 7.23.5 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) + "@babel/helper-plugin-utils": 7.22.5 dev: false /@babel/preset-env@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==, + } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.5) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.5) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.5) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.5) + "@babel/core": ^7.0.0-0 + dependencies: + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.5 + "@babel/helper-compilation-targets": 7.22.15 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.15 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.5) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.5) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.5) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.5) + "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-async-generator-functions": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-class-static-block": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-dynamic-import": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-export-namespace-from": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-json-strings": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-logical-assignment-operators": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.5) + "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-nullish-coalescing-operator": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-numeric-separator": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-object-rest-spread": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-optional-catch-binding": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-private-property-in-object": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.5) + "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.5) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.5) babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) @@ -1607,48 +1935,63 @@ packages: dev: false /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.5): - resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + resolution: + { + integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, + } peerDependencies: - '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.3 + "@babel/core": 7.23.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/types": 7.23.3 esutils: 2.0.3 dev: false /@babel/regjsgen@0.8.0: - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + resolution: + { + integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, + } dev: false /@babel/runtime@7.22.6: - resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==, + } + engines: { node: ">=6.9.0" } dependencies: regenerator-runtime: 0.13.11 dev: false /@babel/template@7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, + } + engines: { node: ">=6.9.0" } dependencies: - '@babel/code-frame': 7.23.5 - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 + "@babel/code-frame": 7.23.5 + "@babel/parser": 7.23.5 + "@babel/types": 7.23.5 dev: false /@babel/traverse@7.23.5: - resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 + resolution: + { + integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/code-frame": 7.23.5 + "@babel/generator": 7.23.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/parser": 7.23.5 + "@babel/types": 7.23.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1656,42 +1999,54 @@ packages: dev: false /@babel/types@7.22.5: - resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + resolution: + { + integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 to-fast-properties: 2.0.0 dev: true /@babel/types@7.23.3: - resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 + resolution: + { + integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 to-fast-properties: 2.0.0 dev: false /@babel/types@7.23.5: - resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 + resolution: + { + integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==, + } + engines: { node: ">=6.9.0" } + dependencies: + "@babel/helper-string-parser": 7.23.4 + "@babel/helper-validator-identifier": 7.22.20 to-fast-properties: 2.0.0 dev: false /@commitlint/cli@18.4.3(typescript@5.3.2): - resolution: {integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==, + } + engines: { node: ">=v18" } hasBin: true dependencies: - '@commitlint/format': 18.4.3 - '@commitlint/lint': 18.4.3 - '@commitlint/load': 18.4.3(typescript@5.3.2) - '@commitlint/read': 18.4.3 - '@commitlint/types': 18.4.3 + "@commitlint/format": 18.4.3 + "@commitlint/lint": 18.4.3 + "@commitlint/load": 18.4.3(typescript@5.3.2) + "@commitlint/read": 18.4.3 + "@commitlint/types": 18.4.3 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -1702,25 +2057,34 @@ packages: dev: false /@commitlint/config-conventional@18.4.3: - resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==, + } + engines: { node: ">=v18" } dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: false /@commitlint/config-validator@18.4.3: - resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.3 + "@commitlint/types": 18.4.3 ajv: 8.12.0 dev: false /@commitlint/ensure@18.4.3: - resolution: {integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.3 + "@commitlint/types": 18.4.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -1729,45 +2093,60 @@ packages: dev: false /@commitlint/execute-rule@18.4.3: - resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==, + } + engines: { node: ">=v18" } dev: false /@commitlint/format@18.4.3: - resolution: {integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.3 + "@commitlint/types": 18.4.3 chalk: 4.1.2 dev: false /@commitlint/is-ignored@18.4.3: - resolution: {integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.3 + "@commitlint/types": 18.4.3 semver: 7.5.4 dev: false /@commitlint/lint@18.4.3: - resolution: {integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/is-ignored': 18.4.3 - '@commitlint/parse': 18.4.3 - '@commitlint/rules': 18.4.3 - '@commitlint/types': 18.4.3 + "@commitlint/is-ignored": 18.4.3 + "@commitlint/parse": 18.4.3 + "@commitlint/rules": 18.4.3 + "@commitlint/types": 18.4.3 dev: false /@commitlint/load@18.4.3(typescript@5.3.2): - resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/config-validator': 18.4.3 - '@commitlint/execute-rule': 18.4.3 - '@commitlint/resolve-extends': 18.4.3 - '@commitlint/types': 18.4.3 - '@types/node': 18.18.9 + resolution: + { + integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/config-validator": 18.4.3 + "@commitlint/execute-rule": 18.4.3 + "@commitlint/resolve-extends": 18.4.3 + "@commitlint/types": 18.4.3 + "@types/node": 18.18.9 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.2) cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2) @@ -1780,36 +2159,48 @@ packages: dev: false /@commitlint/message@18.4.3: - resolution: {integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==, + } + engines: { node: ">=v18" } dev: false /@commitlint/parse@18.4.3: - resolution: {integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==, + } + engines: { node: ">=v18" } dependencies: - '@commitlint/types': 18.4.3 + "@commitlint/types": 18.4.3 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 dev: false /@commitlint/read@18.4.3: - resolution: {integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/top-level': 18.4.3 - '@commitlint/types': 18.4.3 + resolution: + { + integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/top-level": 18.4.3 + "@commitlint/types": 18.4.3 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: false /@commitlint/resolve-extends@18.4.3: - resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/config-validator': 18.4.3 - '@commitlint/types': 18.4.3 + resolution: + { + integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/config-validator": 18.4.3 + "@commitlint/types": 18.4.3 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -1817,43 +2208,61 @@ packages: dev: false /@commitlint/rules@18.4.3: - resolution: {integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/ensure': 18.4.3 - '@commitlint/message': 18.4.3 - '@commitlint/to-lines': 18.4.3 - '@commitlint/types': 18.4.3 + resolution: + { + integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==, + } + engines: { node: ">=v18" } + dependencies: + "@commitlint/ensure": 18.4.3 + "@commitlint/message": 18.4.3 + "@commitlint/to-lines": 18.4.3 + "@commitlint/types": 18.4.3 execa: 5.1.1 dev: false /@commitlint/to-lines@18.4.3: - resolution: {integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==, + } + engines: { node: ">=v18" } dev: false /@commitlint/top-level@18.4.3: - resolution: {integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==, + } + engines: { node: ">=v18" } dependencies: find-up: 5.0.0 dev: false /@commitlint/types@18.4.3: - resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==} - engines: {node: '>=v18'} + resolution: + { + integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==, + } + engines: { node: ">=v18" } dependencies: chalk: 4.1.2 dev: false /@discoveryjs/json-ext@0.5.7: - resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} - engines: {node: '>=10.0.0'} + resolution: + { + integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, + } + engines: { node: ">=10.0.0" } dev: false /@es-joy/jsdoccomment@0.41.0: - resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==, + } + engines: { node: ">=16" } dependencies: comment-parser: 1.4.1 esquery: 1.5.0 @@ -1861,8 +2270,11 @@ packages: dev: false /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: @@ -1871,13 +2283,19 @@ packages: dev: false /@eslint-community/regexpp@4.6.2: - resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + resolution: + { + integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==, + } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } dev: false /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -1893,21 +2311,30 @@ packages: dev: false /@eslint/js@8.55.0: - resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: false /@fortawesome/fontawesome-free@6.4.2: - resolution: {integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==, + } + engines: { node: ">=6" } requiresBuild: true dev: true /@humanwhocodes/config-array@0.11.13: - resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} - engines: {node: '>=10.10.0'} + resolution: + { + integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, + } + engines: { node: ">=10.10.0" } dependencies: - '@humanwhocodes/object-schema': 2.0.1 + "@humanwhocodes/object-schema": 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -1915,22 +2342,34 @@ packages: dev: false /@humanwhocodes/module-importer@1.0.1: - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} + resolution: + { + integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, + } + engines: { node: ">=12.22" } dev: false /@humanwhocodes/object-schema@2.0.1: - resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + resolution: + { + integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, + } dev: false /@hutson/parse-repository-url@3.0.2: - resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, + } + engines: { node: ">=6.9.0" } dev: false /@isaacs/cliui@8.0.2: - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, + } + engines: { node: ">=12" } dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 @@ -1941,61 +2380,88 @@ packages: dev: false /@jest/schemas@29.6.0: - resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - '@sinclair/typebox': 0.27.8 + "@sinclair/typebox": 0.27.8 dev: false /@jridgewell/gen-mapping@0.3.3: - resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, + } + engines: { node: ">=6.0.0" } dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/set-array": 1.1.2 + "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@jridgewell/resolve-uri@3.1.0: - resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, + } + engines: { node: ">=6.0.0" } dev: false /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, + } + engines: { node: ">=6.0.0" } dev: false /@jridgewell/source-map@0.3.5: - resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} + resolution: + { + integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==, + } dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: false /@jridgewell/sourcemap-codec@1.4.14: - resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + resolution: + { + integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, + } dev: false /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + resolution: + { + integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, + } dev: false /@jridgewell/trace-mapping@0.3.18: - resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + resolution: + { + integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, + } dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 + "@jridgewell/resolve-uri": 3.1.0 + "@jridgewell/sourcemap-codec": 1.4.14 dev: false /@lerna/create@8.0.0(typescript@5.3.2): - resolution: {integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==} - engines: {node: '>=18.0.0'} - dependencies: - '@npmcli/run-script': 6.0.2 - '@nx/devkit': 17.1.3(nx@17.1.3) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11 + resolution: + { + integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==, + } + engines: { node: ">=18.0.0" } + dependencies: + "@npmcli/run-script": 6.0.2 + "@nx/devkit": 17.1.3(nx@17.1.3) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -2057,8 +2523,8 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - bluebird - debug - encoding @@ -2067,51 +2533,72 @@ packages: dev: false /@microsoft/tsdoc-config@0.16.2: - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + resolution: + { + integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==, + } dependencies: - '@microsoft/tsdoc': 0.14.2 + "@microsoft/tsdoc": 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: false /@microsoft/tsdoc@0.14.2: - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + resolution: + { + integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==, + } dev: false /@nodelib/fs.scandir@2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, + } + engines: { node: ">= 8" } dependencies: - '@nodelib/fs.stat': 2.0.5 + "@nodelib/fs.stat": 2.0.5 run-parallel: 1.2.0 dev: false /@nodelib/fs.stat@2.0.5: - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, + } + engines: { node: ">= 8" } dev: false /@nodelib/fs.walk@1.2.8: - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, + } + engines: { node: ">= 8" } dependencies: - '@nodelib/fs.scandir': 2.1.5 + "@nodelib/fs.scandir": 2.1.5 fastq: 1.15.0 dev: false /@npmcli/fs@3.1.0: - resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: semver: 7.5.4 dev: false /@npmcli/git@4.1.0: - resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@npmcli/promise-spawn': 6.0.2 + "@npmcli/promise-spawn": 6.0.2 lru-cache: 7.18.3 npm-pick-manifest: 8.0.2 proc-log: 3.0.0 @@ -2124,8 +2611,11 @@ packages: dev: false /@npmcli/installed-package-contents@2.0.2: - resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: npm-bundled: 3.0.0 @@ -2133,23 +2623,32 @@ packages: dev: false /@npmcli/node-gyp@3.0.0: - resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@npmcli/promise-spawn@6.0.2: - resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: which: 3.0.1 dev: false /@npmcli/run-script@6.0.2: - resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - '@npmcli/node-gyp': 3.0.0 - '@npmcli/promise-spawn': 6.0.2 + resolution: + { + integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + dependencies: + "@npmcli/node-gyp": 3.0.0 + "@npmcli/promise-spawn": 6.0.2 node-gyp: 9.4.0 read-package-json-fast: 3.0.2 which: 3.0.1 @@ -2158,31 +2657,40 @@ packages: dev: false /@nrwl/devkit@17.1.3(nx@17.1.3): - resolution: {integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==} + resolution: + { + integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==, + } dependencies: - '@nx/devkit': 17.1.3(nx@17.1.3) + "@nx/devkit": 17.1.3(nx@17.1.3) transitivePeerDependencies: - nx dev: false /@nrwl/tao@17.1.3: - resolution: {integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==} + resolution: + { + integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==, + } hasBin: true dependencies: nx: 17.1.3 tslib: 2.6.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug dev: false /@nx/devkit@17.1.3(nx@17.1.3): - resolution: {integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==} + resolution: + { + integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==, + } peerDependencies: - nx: '>= 16 <= 18' + nx: ">= 16 <= 18" dependencies: - '@nrwl/devkit': 17.1.3(nx@17.1.3) + "@nrwl/devkit": 17.1.3(nx@17.1.3) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.2.4 @@ -2193,8 +2701,11 @@ packages: dev: false /@nx/nx-darwin-arm64@17.1.3: - resolution: {integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [darwin] requiresBuild: true @@ -2202,8 +2713,11 @@ packages: optional: true /@nx/nx-darwin-x64@17.1.3: - resolution: {integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==, + } + engines: { node: ">= 10" } cpu: [x64] os: [darwin] requiresBuild: true @@ -2211,8 +2725,11 @@ packages: optional: true /@nx/nx-freebsd-x64@17.1.3: - resolution: {integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==, + } + engines: { node: ">= 10" } cpu: [x64] os: [freebsd] requiresBuild: true @@ -2220,8 +2737,11 @@ packages: optional: true /@nx/nx-linux-arm-gnueabihf@17.1.3: - resolution: {integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==, + } + engines: { node: ">= 10" } cpu: [arm] os: [linux] requiresBuild: true @@ -2229,8 +2749,11 @@ packages: optional: true /@nx/nx-linux-arm64-gnu@17.1.3: - resolution: {integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] requiresBuild: true @@ -2238,8 +2761,11 @@ packages: optional: true /@nx/nx-linux-arm64-musl@17.1.3: - resolution: {integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] requiresBuild: true @@ -2247,8 +2773,11 @@ packages: optional: true /@nx/nx-linux-x64-gnu@17.1.3: - resolution: {integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==, + } + engines: { node: ">= 10" } cpu: [x64] os: [linux] requiresBuild: true @@ -2256,8 +2785,11 @@ packages: optional: true /@nx/nx-linux-x64-musl@17.1.3: - resolution: {integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==, + } + engines: { node: ">= 10" } cpu: [x64] os: [linux] requiresBuild: true @@ -2265,8 +2797,11 @@ packages: optional: true /@nx/nx-win32-arm64-msvc@17.1.3: - resolution: {integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==, + } + engines: { node: ">= 10" } cpu: [arm64] os: [win32] requiresBuild: true @@ -2274,8 +2809,11 @@ packages: optional: true /@nx/nx-win32-x64-msvc@17.1.3: - resolution: {integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==, + } + engines: { node: ">= 10" } cpu: [x64] os: [win32] requiresBuild: true @@ -2283,19 +2821,25 @@ packages: optional: true /@octokit/auth-token@3.0.4: - resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, + } + engines: { node: ">= 14" } dev: false /@octokit/core@4.2.4: - resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} - engines: {node: '>= 14'} - dependencies: - '@octokit/auth-token': 3.0.4 - '@octokit/graphql': 5.0.6 - '@octokit/request': 6.2.8 - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/auth-token": 3.0.4 + "@octokit/graphql": 5.0.6 + "@octokit/request": 6.2.8 + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: @@ -2303,78 +2847,105 @@ packages: dev: false /@octokit/endpoint@7.0.6: - resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, + } + engines: { node: ">= 14" } dependencies: - '@octokit/types': 9.3.2 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: false /@octokit/graphql@5.0.6: - resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/request': 6.2.8 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/request": 6.2.8 + "@octokit/types": 9.3.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: false /@octokit/openapi-types@18.0.0: - resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} + resolution: + { + integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, + } dev: false /@octokit/plugin-enterprise-rest@6.0.1: - resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} + resolution: + { + integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==, + } dev: false /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): - resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==, + } + engines: { node: ">= 14" } peerDependencies: - '@octokit/core': '>=4' + "@octokit/core": ">=4" dependencies: - '@octokit/core': 4.2.4 - '@octokit/tsconfig': 1.0.2 - '@octokit/types': 9.3.2 + "@octokit/core": 4.2.4 + "@octokit/tsconfig": 1.0.2 + "@octokit/types": 9.3.2 dev: false /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): - resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} + resolution: + { + integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==, + } peerDependencies: - '@octokit/core': '>=3' + "@octokit/core": ">=3" dependencies: - '@octokit/core': 4.2.4 + "@octokit/core": 4.2.4 dev: false /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): - resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==, + } + engines: { node: ">= 14" } peerDependencies: - '@octokit/core': '>=3' + "@octokit/core": ">=3" dependencies: - '@octokit/core': 4.2.4 - '@octokit/types': 10.0.0 + "@octokit/core": 4.2.4 + "@octokit/types": 10.0.0 dev: false /@octokit/request-error@3.0.3: - resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} - engines: {node: '>= 14'} + resolution: + { + integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==, + } + engines: { node: ">= 14" } dependencies: - '@octokit/types': 9.3.2 + "@octokit/types": 9.3.2 deprecation: 2.3.1 once: 1.4.0 dev: false /@octokit/request@6.2.8: - resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/endpoint': 7.0.6 - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 + resolution: + { + integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/endpoint": 7.0.6 + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 is-plain-object: 5.0.0 node-fetch: 2.6.7 universal-user-agent: 6.0.0 @@ -2383,105 +2954,150 @@ packages: dev: false /@octokit/rest@19.0.11: - resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} - engines: {node: '>= 14'} - dependencies: - '@octokit/core': 4.2.4 - '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4) - '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4) - '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4) + resolution: + { + integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==, + } + engines: { node: ">= 14" } + dependencies: + "@octokit/core": 4.2.4 + "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4) + "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4) + "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4) transitivePeerDependencies: - encoding dev: false /@octokit/tsconfig@1.0.2: - resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} + resolution: + { + integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, + } dev: false /@octokit/types@10.0.0: - resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} + resolution: + { + integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, + } dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/openapi-types": 18.0.0 dev: false /@octokit/types@9.3.2: - resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} + resolution: + { + integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, + } dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/openapi-types": 18.0.0 dev: false /@pkgjs/parseargs@0.11.0: - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, + } + engines: { node: ">=14" } requiresBuild: true dev: false optional: true /@polka/url@1.0.0-next.21: - resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} + resolution: + { + integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, + } dev: false /@popperjs/core@2.11.8: - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + resolution: + { + integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, + } dev: true /@sigstore/bundle@1.0.0: - resolution: {integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@sigstore/protobuf-specs': 0.2.0 + "@sigstore/protobuf-specs": 0.2.0 dev: false /@sigstore/protobuf-specs@0.2.0: - resolution: {integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@sigstore/tuf@1.0.3: - resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@sigstore/protobuf-specs': 0.2.0 + "@sigstore/protobuf-specs": 0.2.0 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color dev: false /@sinclair/typebox@0.27.8: - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + resolution: + { + integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, + } dev: false /@sphinxxxx/color-conversion@2.2.2: - resolution: {integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==} + resolution: + { + integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==, + } dev: true /@tootallnate/once@2.0.0: - resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, + } + engines: { node: ">= 10" } dev: false /@tsparticles/basic@3.0.0: - resolution: {integrity: sha512-eyIr/XGk5ahLIQOWqG0GQT/baT7JWwXvRQRh8uIoKb70GSFhGEd7jQLPSpopyt3KV+l0AXw4IrNLsPUr8763eQ==} + resolution: + { + integrity: sha512-eyIr/XGk5ahLIQOWqG0GQT/baT7JWwXvRQRh8uIoKb70GSFhGEd7jQLPSpopyt3KV+l0AXw4IrNLsPUr8763eQ==, + } dependencies: - '@tsparticles/engine': 3.0.0 - '@tsparticles/move-base': 3.0.0 - '@tsparticles/shape-circle': 3.0.0 - '@tsparticles/updater-color': 3.0.0 - '@tsparticles/updater-opacity': 3.0.0 - '@tsparticles/updater-out-modes': 3.0.0 - '@tsparticles/updater-size': 3.0.0 + "@tsparticles/engine": 3.0.0 + "@tsparticles/move-base": 3.0.0 + "@tsparticles/shape-circle": 3.0.0 + "@tsparticles/updater-color": 3.0.0 + "@tsparticles/updater-opacity": 3.0.0 + "@tsparticles/updater-out-modes": 3.0.0 + "@tsparticles/updater-size": 3.0.0 dev: false /@tsparticles/cli@2.0.0(webpack-cli@5.1.4): - resolution: {integrity: sha512-g1T4MmgGS+spKMxU1kaYgz7lxEvSi24C7SxfGEfC1Fr9KDiaai4iNDAzASDTCkCfq9clxrZ69FPM7f15v2Juqg==} + resolution: + { + integrity: sha512-g1T4MmgGS+spKMxU1kaYgz7lxEvSi24C7SxfGEfC1Fr9KDiaai4iNDAzASDTCkCfq9clxrZ69FPM7f15v2Juqg==, + } hasBin: true dependencies: - '@tsparticles/eslint-config': 2.0.0 - '@tsparticles/prettier-config': 2.0.0 - '@tsparticles/tsconfig': 2.0.0 - '@tsparticles/webpack-plugin': 2.0.0 - '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@tsparticles/eslint-config": 2.0.0 + "@tsparticles/prettier-config": 2.0.0 + "@tsparticles/tsconfig": 2.0.0 + "@tsparticles/webpack-plugin": 2.0.0 + "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) commander: 11.1.0 eslint: 8.55.0 eslint-config-prettier: 9.1.0(eslint@8.55.0) @@ -2498,8 +3114,8 @@ packages: typescript: 5.3.2 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - '@swc/core' - - '@webpack-cli/generators' + - "@swc/core" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -2512,16 +3128,22 @@ packages: dev: false /@tsparticles/engine@3.0.0: - resolution: {integrity: sha512-gBnpL4/lXTABy2C3v0pvpIXV7bcAwaEsoVFLAHfT2BHmWJl4h6tEn7JwmwxP3EdpzYPv88OpVIxh0NRpGyqdaw==} + resolution: + { + integrity: sha512-gBnpL4/lXTABy2C3v0pvpIXV7bcAwaEsoVFLAHfT2BHmWJl4h6tEn7JwmwxP3EdpzYPv88OpVIxh0NRpGyqdaw==, + } requiresBuild: true dev: false /@tsparticles/eslint-config@2.0.0: - resolution: {integrity: sha512-V1Pd5Hw57qEtGaja+7QxiKPCiIfnifFZAXEewvRlTRePoTKget9TxiGoH9Vw9T+qyZqu5UbLm596sspiRkqoFA==} - dependencies: - '@tsparticles/prettier-config': 2.0.0 - '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + resolution: + { + integrity: sha512-V1Pd5Hw57qEtGaja+7QxiKPCiIfnifFZAXEewvRlTRePoTKget9TxiGoH9Vw9T+qyZqu5UbLm596sspiRkqoFA==, + } + dependencies: + "@tsparticles/prettier-config": 2.0.0 + "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) eslint: 8.55.0 eslint-config-prettier: 9.1.0(eslint@8.55.0) eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0) @@ -2536,169 +3158,247 @@ packages: dev: false /@tsparticles/interaction-external-push@3.0.0: - resolution: {integrity: sha512-/0wYLzGSwURoOxXbaC8/7kSkWV1W+6tFGQyoNC9WIj98Z3nCLhQR3JOJYd4MoyraTLS289IEC9sgIzLr2apn6g==} + resolution: + { + integrity: sha512-/0wYLzGSwURoOxXbaC8/7kSkWV1W+6tFGQyoNC9WIj98Z3nCLhQR3JOJYd4MoyraTLS289IEC9sgIzLr2apn6g==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/interaction-external-trail@3.0.0: - resolution: {integrity: sha512-PQ2gauZ2ANwADDuIImaFDIY7n7dhDHsiutIQpnXEF+miaAARB31F6YEXWFtv7/8Tq13GE7V2wBRkNAiMADws2g==} + resolution: + { + integrity: sha512-PQ2gauZ2ANwADDuIImaFDIY7n7dhDHsiutIQpnXEF+miaAARB31F6YEXWFtv7/8Tq13GE7V2wBRkNAiMADws2g==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/interaction-particles-links@3.0.0: - resolution: {integrity: sha512-vk2fUZ8z4ojamIH0T4dGmrXb+9bcONKm/4Q0otG0Cpgg7p/kuF2CVUIaMyxceRAhZaIFP8UfJCBvM4wL9SYFFg==} + resolution: + { + integrity: sha512-vk2fUZ8z4ojamIH0T4dGmrXb+9bcONKm/4Q0otG0Cpgg7p/kuF2CVUIaMyxceRAhZaIFP8UfJCBvM4wL9SYFFg==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/move-base@3.0.0: - resolution: {integrity: sha512-ARPoSyJ1QJ+eEVySzj1oJNEyl1bRR83tQcGmEvOSHWhtA43b3rs7y5LnU5P+8R1i4jrLp5L+5svzEockDr2b0g==} + resolution: + { + integrity: sha512-ARPoSyJ1QJ+eEVySzj1oJNEyl1bRR83tQcGmEvOSHWhtA43b3rs7y5LnU5P+8R1i4jrLp5L+5svzEockDr2b0g==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/path-curves@3.0.0: - resolution: {integrity: sha512-3oLWzvJc92ZvifNK2Uo1qa2Xb7GUo4pDDj8R9xkeMYwTxAhoGu7GNxwpZ2Gwzz3Afhm679KG9dLNmdAn2ofgwA==} + resolution: + { + integrity: sha512-3oLWzvJc92ZvifNK2Uo1qa2Xb7GUo4pDDj8R9xkeMYwTxAhoGu7GNxwpZ2Gwzz3Afhm679KG9dLNmdAn2ofgwA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/plugin-emitters-shape-square@3.0.0: - resolution: {integrity: sha512-yj3AphJ0ogNwxOsijBfTR2sKogtmwlLeWUaCxbeZ+J0Ot77FzuHdwzbODklja9MklzZCWBHLfmJaKC2/F9zblg==} + resolution: + { + integrity: sha512-yj3AphJ0ogNwxOsijBfTR2sKogtmwlLeWUaCxbeZ+J0Ot77FzuHdwzbODklja9MklzZCWBHLfmJaKC2/F9zblg==, + } dependencies: - '@tsparticles/engine': 3.0.0 - '@tsparticles/plugin-emitters': 3.0.0 + "@tsparticles/engine": 3.0.0 + "@tsparticles/plugin-emitters": 3.0.0 dev: false /@tsparticles/plugin-emitters@3.0.0: - resolution: {integrity: sha512-oLBPCL+c6CoI9FCcQ4HzAZmBybUu2rGAJRgoXO76YSPIUd+JKZfrktkaFtcxzlbEWKO+FonRyfTg732q9F+tJA==} + resolution: + { + integrity: sha512-oLBPCL+c6CoI9FCcQ4HzAZmBybUu2rGAJRgoXO76YSPIUd+JKZfrktkaFtcxzlbEWKO+FonRyfTg732q9F+tJA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/plugin-motion@3.0.0: - resolution: {integrity: sha512-mYmrEs7thm6suw8wljl2Lho9GRCDPgpuHi6dwSF3aGrphPehrt3oJ/Fktw6u09gSzRJso6MkGOLhqbrUC4GHhw==} + resolution: + { + integrity: sha512-mYmrEs7thm6suw8wljl2Lho9GRCDPgpuHi6dwSF3aGrphPehrt3oJ/Fktw6u09gSzRJso6MkGOLhqbrUC4GHhw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/plugin-sounds@3.0.0: - resolution: {integrity: sha512-2/4GuRYzOeJphAoHwENcklcnnp0axpzhQJ52gpnzBkDXXzBSGfayNuTDRYogZZx8LDO4wzrN+3uSXFV5fon0qQ==} + resolution: + { + integrity: sha512-2/4GuRYzOeJphAoHwENcklcnnp0axpzhQJ52gpnzBkDXXzBSGfayNuTDRYogZZx8LDO4wzrN+3uSXFV5fon0qQ==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/prettier-config@2.0.0: - resolution: {integrity: sha512-0cXfb2hMmA3Mu41HLu4JNCnbG/yfv9ExqVP/R5v6HSWt+uGxidYl3TJWh/bKnWwXJMK04h4Y4bLfdSZQJ7Yizw==} + resolution: + { + integrity: sha512-0cXfb2hMmA3Mu41HLu4JNCnbG/yfv9ExqVP/R5v6HSWt+uGxidYl3TJWh/bKnWwXJMK04h4Y4bLfdSZQJ7Yizw==, + } dependencies: prettier: 3.1.0 prettier-plugin-multiline-arrays: 3.0.1(prettier@3.1.0) dev: false /@tsparticles/shape-circle@3.0.0: - resolution: {integrity: sha512-4m8+Q2qbpjWxcyZyd9PJlpu7t030eo9zf87eoIniIkP49AQfzeVqeVwtQkRG4Mty58trCf/KtRWxbozUzpqiPw==} + resolution: + { + integrity: sha512-4m8+Q2qbpjWxcyZyd9PJlpu7t030eo9zf87eoIniIkP49AQfzeVqeVwtQkRG4Mty58trCf/KtRWxbozUzpqiPw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/shape-line@3.0.0: - resolution: {integrity: sha512-C7xCOepUfK3iKGROfWtl/H0kn/z6dZPznYQnTuCgCQPNiwDvBEOaRov373VEOuBmlULKzjDIAFSsHHXrAgbI9Q==} + resolution: + { + integrity: sha512-C7xCOepUfK3iKGROfWtl/H0kn/z6dZPznYQnTuCgCQPNiwDvBEOaRov373VEOuBmlULKzjDIAFSsHHXrAgbI9Q==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/shape-square@3.0.0: - resolution: {integrity: sha512-KcNVjhVYpHfhs5cRR5Y+YbXhmfcHeV9trnubJolp5HjKUmaQjMeGYKLmitJ/yetBQxAcgtkIw+RCjRADP27Wbw==} + resolution: + { + integrity: sha512-KcNVjhVYpHfhs5cRR5Y+YbXhmfcHeV9trnubJolp5HjKUmaQjMeGYKLmitJ/yetBQxAcgtkIw+RCjRADP27Wbw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/tsconfig@2.0.0: - resolution: {integrity: sha512-yWeTlTj13+kpHfeFgqn4XjuzDhvxtSQpBiNRsxPPPpRj3chNRNmzd1Qkq0tn3v1G6LL/Cc6eH+jopsDiCM75nQ==} + resolution: + { + integrity: sha512-yWeTlTj13+kpHfeFgqn4XjuzDhvxtSQpBiNRsxPPPpRj3chNRNmzd1Qkq0tn3v1G6LL/Cc6eH+jopsDiCM75nQ==, + } dependencies: typescript: 5.3.2 dev: false /@tsparticles/updater-color@3.0.0: - resolution: {integrity: sha512-ksh8+G553kgSH4sk/oAbmfmNQ6pPkyLdF1ZNItS3Ok6/NW0xtP1WOt3SoeGyQwaSS0AdDsWiPTOQWtSMxMtGRw==} + resolution: + { + integrity: sha512-ksh8+G553kgSH4sk/oAbmfmNQ6pPkyLdF1ZNItS3Ok6/NW0xtP1WOt3SoeGyQwaSS0AdDsWiPTOQWtSMxMtGRw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-destroy@3.0.0: - resolution: {integrity: sha512-zyHgVlDCp2RLMw9f9PkJXfhESFrT+hkSquQjENlhAUibDzZRDTl32lhw7PIYL+kQBZefpExt3u0owiTTjaILkw==} + resolution: + { + integrity: sha512-zyHgVlDCp2RLMw9f9PkJXfhESFrT+hkSquQjENlhAUibDzZRDTl32lhw7PIYL+kQBZefpExt3u0owiTTjaILkw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-life@3.0.0: - resolution: {integrity: sha512-Gzt60d6j0QJvZ2cxKOGZNnA6bMhEDsBgYZeeRvYnT5Z8970H2aSlP2ArZqKvKNICxC7+IcOhbbGYEqlHvSZyvA==} + resolution: + { + integrity: sha512-Gzt60d6j0QJvZ2cxKOGZNnA6bMhEDsBgYZeeRvYnT5Z8970H2aSlP2ArZqKvKNICxC7+IcOhbbGYEqlHvSZyvA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-opacity@3.0.0: - resolution: {integrity: sha512-KY5E5kosOGi2Z4UJQFny0aSjfYSPEbyR4p0Sz+1QynbgJpD0xLf7VR7bl1Gnh8o8GelWCLaJFjk6Z7Zo8UoY5w==} + resolution: + { + integrity: sha512-KY5E5kosOGi2Z4UJQFny0aSjfYSPEbyR4p0Sz+1QynbgJpD0xLf7VR7bl1Gnh8o8GelWCLaJFjk6Z7Zo8UoY5w==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-out-modes@3.0.0: - resolution: {integrity: sha512-0VR7xbp9rmNwLQ/9gWnTwZgLKOokX0g+44cg0plrrUuZ2CDEoF2n8LJpHIAhE71uoqZ67B9rVRqno2iZzo3zCA==} + resolution: + { + integrity: sha512-0VR7xbp9rmNwLQ/9gWnTwZgLKOokX0g+44cg0plrrUuZ2CDEoF2n8LJpHIAhE71uoqZ67B9rVRqno2iZzo3zCA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-roll@3.0.0: - resolution: {integrity: sha512-MWSSt0x0BEgGtSdzoZw1gdPrgXDxIH/hCHgFHcZsAEHN+j+PbC15D3+XdxAudZkEcnnZ1imOayQ4m83z2zAgXQ==} + resolution: + { + integrity: sha512-MWSSt0x0BEgGtSdzoZw1gdPrgXDxIH/hCHgFHcZsAEHN+j+PbC15D3+XdxAudZkEcnnZ1imOayQ4m83z2zAgXQ==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-rotate@3.0.0: - resolution: {integrity: sha512-NgMqzVjVDT0VkfJ91JsPjtDgXkouJJwqRfAaBs8yMiD7xTaRGzPiFTH+ANrbnX8ID2RUMKR3jpn3afNejTG0XA==} + resolution: + { + integrity: sha512-NgMqzVjVDT0VkfJ91JsPjtDgXkouJJwqRfAaBs8yMiD7xTaRGzPiFTH+ANrbnX8ID2RUMKR3jpn3afNejTG0XA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-size@3.0.0: - resolution: {integrity: sha512-GpVtEJ7G9psNxOcmftcYFaiL6LQEs0lEUkB5vYyK6XoM1H1pRG3z/qNCclPb9Hy7eGmOeycy4nRe7/FLGaSHvw==} + resolution: + { + integrity: sha512-GpVtEJ7G9psNxOcmftcYFaiL6LQEs0lEUkB5vYyK6XoM1H1pRG3z/qNCclPb9Hy7eGmOeycy4nRe7/FLGaSHvw==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-stroke-color@3.0.0: - resolution: {integrity: sha512-rnXwXqiBlnwoJtnyq6uHNusPx3PnFYX99G9/dh9hDBngCAeDrIb/6zsvTAvNxmj9UvrvNOmVDVauo0z7EjPCUA==} + resolution: + { + integrity: sha512-rnXwXqiBlnwoJtnyq6uHNusPx3PnFYX99G9/dh9hDBngCAeDrIb/6zsvTAvNxmj9UvrvNOmVDVauo0z7EjPCUA==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-tilt@3.0.0: - resolution: {integrity: sha512-V/MiScH/SB/f7bQu6+7LD1wNA1o1yhIwaYY7x0xXJy/uAiMNGzdsRSZxeQbmCKpv+QaL+8Ll1MoKVKesQmPGUg==} + resolution: + { + integrity: sha512-V/MiScH/SB/f7bQu6+7LD1wNA1o1yhIwaYY7x0xXJy/uAiMNGzdsRSZxeQbmCKpv+QaL+8Ll1MoKVKesQmPGUg==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/updater-wobble@3.0.0: - resolution: {integrity: sha512-nb9Il2KDdUJR9CG2aWJA99DR91PzsaaKL3M9PZuM06PQI27zK5HFF8HTYFXIRGcIhKzKNcz2RyZA3BHSDhqxbg==} + resolution: + { + integrity: sha512-nb9Il2KDdUJR9CG2aWJA99DR91PzsaaKL3M9PZuM06PQI27zK5HFF8HTYFXIRGcIhKzKNcz2RyZA3BHSDhqxbg==, + } dependencies: - '@tsparticles/engine': 3.0.0 + "@tsparticles/engine": 3.0.0 dev: false /@tsparticles/webpack-plugin@2.0.0: - resolution: {integrity: sha512-tk44F7oYevlLE9NAh3oj+cFd5t/ii6ru/YYxAMnRyPqVpBvuTSisxCwspbvnXInEOSpEQeXw/MtKgoeZPjHOYQ==} - dependencies: - '@babel/core': 7.23.5 - '@babel/preset-env': 7.23.3(@babel/core@7.23.5) - '@tsparticles/eslint-config': 2.0.0 - '@tsparticles/prettier-config': 2.0.0 - '@types/node': 20.10.3 - '@types/webpack-bundle-analyzer': 4.6.3(webpack-cli@5.1.4) - '@types/webpack-env': 1.18.4 - '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + resolution: + { + integrity: sha512-tk44F7oYevlLE9NAh3oj+cFd5t/ii6ru/YYxAMnRyPqVpBvuTSisxCwspbvnXInEOSpEQeXw/MtKgoeZPjHOYQ==, + } + dependencies: + "@babel/core": 7.23.5 + "@babel/preset-env": 7.23.3(@babel/core@7.23.5) + "@tsparticles/eslint-config": 2.0.0 + "@tsparticles/prettier-config": 2.0.0 + "@types/node": 20.10.3 + "@types/webpack-bundle-analyzer": 4.6.3(webpack-cli@5.1.4) + "@types/webpack-env": 1.18.4 + "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) babel-loader: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) browserslist: 4.22.2 copyfiles: 2.4.1 @@ -2716,8 +3416,8 @@ packages: webpack-bundle-analyzer: 4.10.1 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) transitivePeerDependencies: - - '@swc/core' - - '@webpack-cli/generators' + - "@swc/core" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -2729,106 +3429,154 @@ packages: dev: false /@tufjs/canonical-json@1.0.0: - resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /@tufjs/models@1.0.4: - resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@tufjs/canonical-json': 1.0.0 + "@tufjs/canonical-json": 1.0.0 minimatch: 9.0.3 dev: false /@types/eslint-scope@3.7.4: - resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} + resolution: + { + integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, + } dependencies: - '@types/eslint': 8.44.1 - '@types/estree': 1.0.1 + "@types/eslint": 8.44.1 + "@types/estree": 1.0.1 dev: false /@types/eslint@8.44.1: - resolution: {integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==} + resolution: + { + integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==, + } dependencies: - '@types/estree': 1.0.1 - '@types/json-schema': 7.0.12 + "@types/estree": 1.0.1 + "@types/json-schema": 7.0.12 dev: false /@types/estree@1.0.1: - resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} + resolution: + { + integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, + } dev: false /@types/json-schema@7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + resolution: + { + integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, + } dev: false /@types/json5@0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + resolution: + { + integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, + } dev: false /@types/minimatch@3.0.5: - resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} + resolution: + { + integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, + } dev: false /@types/minimist@1.2.2: - resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} + resolution: + { + integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, + } dev: false /@types/node@18.18.9: - resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} + resolution: + { + integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, + } dependencies: undici-types: 5.26.5 dev: false /@types/node@20.10.3: - resolution: {integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==} + resolution: + { + integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==, + } dependencies: undici-types: 5.26.5 dev: false /@types/normalize-package-data@2.4.1: - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + resolution: + { + integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, + } dev: false /@types/semver@7.5.0: - resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + resolution: + { + integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, + } dev: false /@types/webpack-bundle-analyzer@4.6.3(webpack-cli@5.1.4): - resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} + resolution: + { + integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==, + } dependencies: - '@types/node': 20.10.3 + "@types/node": 20.10.3 tapable: 2.2.1 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js - webpack-cli dev: false /@types/webpack-env@1.18.4: - resolution: {integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==} + resolution: + { + integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==, + } dev: false /@typescript-eslint/eslint-plugin@6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2): - resolution: {integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha + "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/scope-manager': 6.13.2 - '@typescript-eslint/type-utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.13.2 + "@eslint-community/regexpp": 4.6.2 + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/scope-manager": 6.13.2 + "@typescript-eslint/type-utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/visitor-keys": 6.13.2 debug: 4.3.4 eslint: 8.55.0 graphemer: 1.4.0 @@ -2842,19 +3590,22 @@ packages: dev: false /@typescript-eslint/parser@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: {integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.13.2 - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) - '@typescript-eslint/visitor-keys': 6.13.2 + "@typescript-eslint/scope-manager": 6.13.2 + "@typescript-eslint/types": 6.13.2 + "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) + "@typescript-eslint/visitor-keys": 6.13.2 debug: 4.3.4 eslint: 8.55.0 typescript: 5.3.2 @@ -2863,25 +3614,31 @@ packages: dev: false /@typescript-eslint/scope-manager@6.13.2: - resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/visitor-keys': 6.13.2 + "@typescript-eslint/types": 6.13.2 + "@typescript-eslint/visitor-keys": 6.13.2 dev: false /@typescript-eslint/type-utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: {integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) - '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) + "@typescript-eslint/utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 4.3.4 eslint: 8.55.0 ts-api-utils: 1.0.1(typescript@5.3.2) @@ -2891,21 +3648,27 @@ packages: dev: false /@typescript-eslint/types@6.13.2: - resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dev: false /@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.2): - resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/visitor-keys': 6.13.2 + "@typescript-eslint/types": 6.13.2 + "@typescript-eslint/visitor-keys": 6.13.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2917,17 +3680,20 @@ packages: dev: false /@typescript-eslint/utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==, + } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.13.2 - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.55.0) + "@types/json-schema": 7.0.12 + "@types/semver": 7.5.0 + "@typescript-eslint/scope-manager": 6.13.2 + "@typescript-eslint/types": 6.13.2 + "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) eslint: 8.55.0 semver: 7.5.4 transitivePeerDependencies: @@ -2936,126 +3702,180 @@ packages: dev: false /@typescript-eslint/visitor-keys@6.13.2: - resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==} - engines: {node: ^16.0.0 || >=18.0.0} + resolution: + { + integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==, + } + engines: { node: ^16.0.0 || >=18.0.0 } dependencies: - '@typescript-eslint/types': 6.13.2 + "@typescript-eslint/types": 6.13.2 eslint-visitor-keys: 3.4.3 dev: false /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + resolution: + { + integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, + } dev: false /@webassemblyjs/ast@1.11.6: - resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} + resolution: + { + integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, + } dependencies: - '@webassemblyjs/helper-numbers': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + "@webassemblyjs/helper-numbers": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 dev: false /@webassemblyjs/floating-point-hex-parser@1.11.6: - resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + resolution: + { + integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, + } dev: false /@webassemblyjs/helper-api-error@1.11.6: - resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + resolution: + { + integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, + } dev: false /@webassemblyjs/helper-buffer@1.11.6: - resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} + resolution: + { + integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, + } dev: false /@webassemblyjs/helper-numbers@1.11.6: - resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} + resolution: + { + integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, + } dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.6 - '@webassemblyjs/helper-api-error': 1.11.6 - '@xtuc/long': 4.2.2 + "@webassemblyjs/floating-point-hex-parser": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 + "@xtuc/long": 4.2.2 dev: false /@webassemblyjs/helper-wasm-bytecode@1.11.6: - resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + resolution: + { + integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, + } dev: false /@webassemblyjs/helper-wasm-section@1.11.6: - resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} + resolution: + { + integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 dev: false /@webassemblyjs/ieee754@1.11.6: - resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} + resolution: + { + integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, + } dependencies: - '@xtuc/ieee754': 1.2.0 + "@xtuc/ieee754": 1.2.0 dev: false /@webassemblyjs/leb128@1.11.6: - resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} + resolution: + { + integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, + } dependencies: - '@xtuc/long': 4.2.2 + "@xtuc/long": 4.2.2 dev: false /@webassemblyjs/utf8@1.11.6: - resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + resolution: + { + integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, + } dev: false /@webassemblyjs/wasm-edit@1.11.6: - resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} + resolution: + { + integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/helper-wasm-section': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 - '@webassemblyjs/wasm-opt': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 - '@webassemblyjs/wast-printer': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/helper-wasm-section": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-opt": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 + "@webassemblyjs/wast-printer": 1.11.6 dev: false /@webassemblyjs/wasm-gen@1.11.6: - resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} + resolution: + { + integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 dev: false /@webassemblyjs/wasm-opt@1.11.6: - resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} + resolution: + { + integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-buffer': 1.11.6 - '@webassemblyjs/wasm-gen': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-buffer": 1.11.6 + "@webassemblyjs/wasm-gen": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 dev: false /@webassemblyjs/wasm-parser@1.11.6: - resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} + resolution: + { + integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/helper-api-error': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/helper-api-error": 1.11.6 + "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + "@webassemblyjs/ieee754": 1.11.6 + "@webassemblyjs/leb128": 1.11.6 + "@webassemblyjs/utf8": 1.11.6 dev: false /@webassemblyjs/wast-printer@1.11.6: - resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} + resolution: + { + integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, + } dependencies: - '@webassemblyjs/ast': 1.11.6 - '@xtuc/long': 4.2.2 + "@webassemblyjs/ast": 1.11.6 + "@xtuc/long": 4.2.2 dev: false /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3065,8 +3885,11 @@ packages: dev: false /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3076,12 +3899,15 @@ packages: dev: false /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==, + } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - webpack-dev-server: '*' + webpack-dev-server: "*" peerDependenciesMeta: webpack-dev-server: optional: true @@ -3091,34 +3917,52 @@ packages: dev: false /@xtuc/ieee754@1.2.0: - resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + resolution: + { + integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, + } dev: false /@xtuc/long@4.2.2: - resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + resolution: + { + integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, + } dev: false /@yarnpkg/lockfile@1.1.0: - resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} + resolution: + { + integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==, + } dev: false /@yarnpkg/parsers@3.0.0-rc.46: - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==, + } + engines: { node: ">=14.15.0" } dependencies: js-yaml: 3.14.1 tslib: 2.6.1 dev: false /@zkochan/js-yaml@0.0.6: - resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} + resolution: + { + integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==, + } hasBin: true dependencies: argparse: 2.0.1 dev: false /JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + resolution: + { + integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==, + } hasBin: true dependencies: jsonparse: 1.3.1 @@ -3126,22 +3970,34 @@ packages: dev: false /abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + resolution: + { + integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, + } /accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, + } + engines: { node: ">= 0.6" } dependencies: mime-types: 2.1.35 negotiator: 0.6.3 dev: true /ace-builds@1.31.2: - resolution: {integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==} + resolution: + { + integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==, + } dev: true /acorn-import-assertions@1.9.0(acorn@8.10.0): - resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + resolution: + { + integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, + } peerDependencies: acorn: ^8 dependencies: @@ -3149,7 +4005,10 @@ packages: dev: false /acorn-jsx@5.3.2(acorn@8.10.0): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + resolution: + { + integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, + } peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -3157,29 +4016,44 @@ packages: dev: false /acorn-walk@8.2.0: - resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, + } + engines: { node: ">=0.4.0" } dev: false /acorn@7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, + } + engines: { node: ">=0.4.0" } hasBin: true dev: true /acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, + } + engines: { node: ">=0.4.0" } hasBin: true dev: false /add-stream@1.0.0: - resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} + resolution: + { + integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, + } dev: false /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} + resolution: + { + integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, + } + engines: { node: ">= 6.0.0" } dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -3187,8 +4061,11 @@ packages: dev: false /agentkeepalive@4.3.0: - resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} - engines: {node: '>= 8.0.0'} + resolution: + { + integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==, + } + engines: { node: ">= 8.0.0" } dependencies: debug: 4.3.4 depd: 2.0.0 @@ -3198,15 +4075,21 @@ packages: dev: false /aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, + } + engines: { node: ">=8" } dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 dev: false /ajv-formats@2.1.1(ajv@8.12.0): - resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + resolution: + { + integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==, + } peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -3217,7 +4100,10 @@ packages: dev: false /ajv-keywords@3.5.2(ajv@6.12.6): - resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + resolution: + { + integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==, + } peerDependencies: ajv: ^6.9.1 dependencies: @@ -3225,7 +4111,10 @@ packages: dev: false /ajv-keywords@5.1.0(ajv@8.12.0): - resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} + resolution: + { + integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==, + } peerDependencies: ajv: ^8.8.2 dependencies: @@ -3234,7 +4123,10 @@ packages: dev: false /ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + resolution: + { + integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, + } dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -3242,7 +4134,10 @@ packages: uri-js: 4.4.1 /ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + resolution: + { + integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, + } dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -3251,113 +4146,173 @@ packages: dev: false /ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, + } + engines: { node: ">=6" } dev: false /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, + } + engines: { node: ">=8" } dependencies: type-fest: 0.21.3 dev: false /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, + } + engines: { node: ">=8" } dev: false /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, + } + engines: { node: ">=12" } dev: false /ansi-sequence-parser@1.1.1: - resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} + resolution: + { + integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==, + } dev: false /ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, + } + engines: { node: ">=4" } dependencies: color-convert: 1.9.3 dev: false /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, + } + engines: { node: ">=8" } dependencies: color-convert: 2.0.1 dev: false /ansi-styles@5.2.0: - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, + } + engines: { node: ">=10" } dev: false /ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, + } + engines: { node: ">=12" } dev: false /anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, + } + engines: { node: ">= 8" } dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 dev: true /aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + resolution: + { + integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, + } dev: false /are-docs-informative@0.0.2: - resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, + } + engines: { node: ">=14" } dev: false /are-we-there-yet@3.0.1: - resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: delegates: 1.0.0 readable-stream: 3.6.2 dev: false /argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + resolution: + { + integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, + } dependencies: sprintf-js: 1.0.3 dev: false /argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + resolution: + { + integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, + } dev: false /array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + resolution: + { + integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, + } dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 dev: false /array-differ@3.0.0: - resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==, + } + engines: { node: ">=8" } dev: false /array-flatten@1.1.1: - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + resolution: + { + integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, + } dev: true /array-ify@1.0.0: - resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + resolution: + { + integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, + } dev: false /array-includes@3.1.7: - resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3367,13 +4322,19 @@ packages: dev: false /array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, + } + engines: { node: ">=8" } dev: false /array.prototype.findlastindex@1.2.3: - resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3383,8 +4344,11 @@ packages: dev: false /array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3393,8 +4357,11 @@ packages: dev: false /array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -3403,8 +4370,11 @@ packages: dev: false /arraybuffer.prototype.slice@1.0.1: - resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==, + } + engines: { node: ">= 0.4" } dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 @@ -3415,38 +4385,62 @@ packages: dev: false /arrify@1.0.1: - resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, + } + engines: { node: ">=0.10.0" } dev: false /arrify@2.0.1: - resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, + } + engines: { node: ">=8" } dev: false /asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + resolution: + { + integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, + } dev: true /assert-never@1.2.1: - resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} + resolution: + { + integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==, + } dev: true /async@3.2.4: - resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + resolution: + { + integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, + } dev: false /asynckit@0.4.0: - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + resolution: + { + integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, + } dev: false /available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, + } + engines: { node: ">= 0.4" } dev: false /axios@1.6.2: - resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} + resolution: + { + integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==, + } dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -3456,79 +4450,109 @@ packages: dev: false /babel-loader@9.1.3(@babel/core@7.23.5)(webpack@5.89.0): - resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} - engines: {node: '>= 14.15.0'} + resolution: + { + integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, + } + engines: { node: ">= 14.15.0" } peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' + "@babel/core": ^7.12.0 + webpack: ">=5" dependencies: - '@babel/core': 7.23.5 + "@babel/core": 7.23.5 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: false /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): - resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} + resolution: + { + integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.5 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) + "@babel/compat-data": 7.23.3 + "@babel/core": 7.23.5 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): - resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} + resolution: + { + integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): - resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} + resolution: + { + integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, + } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.5 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) + "@babel/core": 7.23.5 + "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false /babel-walk@3.0.0-canary-5: - resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} - engines: {node: '>= 10.0.0'} + resolution: + { + integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==, + } + engines: { node: ">= 10.0.0" } dependencies: - '@babel/types': 7.22.5 + "@babel/types": 7.22.5 dev: true /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + resolution: + { + integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, + } /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + resolution: + { + integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, + } dev: false /before-after-hook@2.2.3: - resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + resolution: + { + integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==, + } dev: false /binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, + } + engines: { node: ">=8" } dev: true /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + resolution: + { + integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, + } dependencies: buffer: 5.7.1 inherits: 2.0.4 @@ -3536,8 +4560,11 @@ packages: dev: false /body-parser@1.20.1: - resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { + integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, + } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -3556,38 +4583,56 @@ packages: dev: true /bootstrap@5.3.2(@popperjs/core@2.11.8): - resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} + resolution: + { + integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==, + } peerDependencies: - '@popperjs/core': ^2.11.8 + "@popperjs/core": ^2.11.8 dependencies: - '@popperjs/core': 2.11.8 + "@popperjs/core": 2.11.8 dev: true /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + resolution: + { + integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, + } dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 /brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + resolution: + { + integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, + } dependencies: balanced-match: 1.0.2 dev: false /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, + } + engines: { node: ">=8" } dependencies: fill-range: 7.0.1 /browser-or-node@2.1.1: - resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} + resolution: + { + integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==, + } dev: false /browserslist@4.22.2: - resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + resolution: + { + integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==, + } + engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: caniuse-lite: 1.0.30001566 @@ -3597,46 +4642,70 @@ packages: dev: false /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + resolution: + { + integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, + } dev: false /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + resolution: + { + integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, + } dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, + } + engines: { node: ">=6" } dev: false /builtins@1.0.3: - resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} + resolution: + { + integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==, + } dev: false /builtins@5.0.1: - resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} + resolution: + { + integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==, + } dependencies: semver: 7.5.4 dev: false /byte-size@8.1.1: - resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} - engines: {node: '>=12.17'} + resolution: + { + integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==, + } + engines: { node: ">=12.17" } dev: false /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, + } + engines: { node: ">= 0.8" } dev: true /cacache@17.1.3: - resolution: {integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@npmcli/fs': 3.1.0 + "@npmcli/fs": 3.1.0 fs-minipass: 3.0.2 glob: 10.3.10 lru-cache: 7.18.3 @@ -3651,19 +4720,28 @@ packages: dev: false /call-bind@1.0.2: - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + resolution: + { + integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, + } dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.1 /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, + } + engines: { node: ">=6" } dev: false /camelcase-keys@6.2.2: - resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, + } + engines: { node: ">=8" } dependencies: camelcase: 5.3.1 map-obj: 4.3.0 @@ -3671,17 +4749,26 @@ packages: dev: false /camelcase@5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, + } + engines: { node: ">=6" } dev: false /caniuse-lite@1.0.30001566: - resolution: {integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==} + resolution: + { + integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==, + } dev: false /chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, + } + engines: { node: ">=4" } dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 @@ -3689,34 +4776,49 @@ packages: dev: false /chalk@4.1.0: - resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /character-parser@2.2.0: - resolution: {integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==} + resolution: + { + integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==, + } dependencies: is-regex: 1.1.4 dev: true /chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + resolution: + { + integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==, + } dev: false /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} + resolution: + { + integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, + } + engines: { node: ">= 8.10.0" } dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -3730,49 +4832,76 @@ packages: dev: true /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, + } + engines: { node: ">=10" } dev: false /chrome-trace-event@1.0.3: - resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} - engines: {node: '>=6.0'} + resolution: + { + integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, + } + engines: { node: ">=6.0" } dev: false /ci-info@3.8.0: - resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, + } + engines: { node: ">=8" } dev: false /clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, + } + engines: { node: ">=6" } dev: false /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, + } + engines: { node: ">=8" } dependencies: restore-cursor: 3.1.0 dev: false /cli-spinners@2.6.1: - resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==, + } + engines: { node: ">=6" } dev: false /cli-spinners@2.9.0: - resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, + } + engines: { node: ">=6" } dev: false /cli-width@3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, + } + engines: { node: ">= 10" } dev: false /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + resolution: + { + integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==, + } dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -3780,8 +4909,11 @@ packages: dev: false /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, + } + engines: { node: ">=12" } dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -3789,8 +4921,11 @@ packages: dev: false /clone-deep@4.0.1: - resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, + } + engines: { node: ">=6" } dependencies: is-plain-object: 2.0.4 kind-of: 6.0.3 @@ -3798,101 +4933,158 @@ packages: dev: false /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} + resolution: + { + integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, + } + engines: { node: ">=0.8" } dev: false /cmd-shim@6.0.1: - resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + resolution: + { + integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, + } dependencies: color-name: 1.1.3 dev: false /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + resolution: + { + integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, + } + engines: { node: ">=7.0.0" } dependencies: color-name: 1.1.4 dev: false /color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + resolution: + { + integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, + } dev: false /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + resolution: + { + integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, + } dev: false /color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + resolution: + { + integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, + } hasBin: true dev: false /colorette@2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + resolution: + { + integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, + } dev: false /columnify@1.6.0: - resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==, + } + engines: { node: ">=8.0.0" } dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 dev: false /combined-stream@1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, + } + engines: { node: ">= 0.8" } dependencies: delayed-stream: 1.0.0 dev: false /commander@10.0.1: - resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==, + } + engines: { node: ">=14" } dev: false /commander@11.1.0: - resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==, + } + engines: { node: ">=16" } dev: false /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + resolution: + { + integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, + } dev: false /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, + } + engines: { node: ">= 10" } dev: false /comment-parser@1.4.1: - resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} - engines: {node: '>= 12.0.0'} + resolution: + { + integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==, + } + engines: { node: ">= 12.0.0" } dev: false /common-path-prefix@3.0.0: - resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} + resolution: + { + integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==, + } dev: false /compare-func@2.0.0: - resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + resolution: + { + integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, + } dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: false /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: + { + integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, + } /concat-stream@2.0.0: - resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} - engines: {'0': node >= 6.0} + resolution: + { + integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==, + } + engines: { "0": node >= 6.0 } dependencies: buffer-from: 1.1.2 inherits: 2.0.4 @@ -3901,49 +5093,73 @@ packages: dev: false /connect-livereload@0.6.1: - resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==} + resolution: + { + integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==, + } dev: true /console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + resolution: + { + integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, + } dev: false /constantinople@4.0.1: - resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} + resolution: + { + integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==, + } dependencies: - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + "@babel/parser": 7.22.7 + "@babel/types": 7.22.5 dev: true /content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, + } + engines: { node: ">= 0.6" } dependencies: safe-buffer: 5.2.1 dev: true /content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, + } + engines: { node: ">= 0.6" } dev: true /conventional-changelog-angular@7.0.0: - resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==, + } + engines: { node: ">=16" } dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-conventionalcommits@7.0.2: - resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==, + } + engines: { node: ">=16" } dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-core@5.0.1: - resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==, + } + engines: { node: ">=14" } dependencies: add-stream: 1.0.0 conventional-changelog-writer: 6.0.1 @@ -3959,13 +5175,19 @@ packages: dev: false /conventional-changelog-preset-loader@3.0.0: - resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==, + } + engines: { node: ">=14" } dev: false /conventional-changelog-writer@6.0.1: - resolution: {integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==, + } + engines: { node: ">=14" } hasBin: true dependencies: conventional-commits-filter: 3.0.0 @@ -3978,16 +5200,22 @@ packages: dev: false /conventional-commits-filter@3.0.0: - resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, + } + engines: { node: ">=14" } dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: false /conventional-commits-parser@4.0.0: - resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, + } + engines: { node: ">=14" } hasBin: true dependencies: JSONStream: 1.3.5 @@ -3997,8 +5225,11 @@ packages: dev: false /conventional-commits-parser@5.0.0: - resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==, + } + engines: { node: ">=16" } hasBin: true dependencies: JSONStream: 1.3.5 @@ -4008,8 +5239,11 @@ packages: dev: false /conventional-recommended-bump@7.0.1: - resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==, + } + engines: { node: ">=14" } hasBin: true dependencies: concat-stream: 2.0.0 @@ -4022,20 +5256,32 @@ packages: dev: false /convert-source-map@2.0.0: - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + resolution: + { + integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, + } dev: false /cookie-signature@1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + resolution: + { + integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, + } dev: true /cookie@0.5.0: - resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, + } + engines: { node: ">= 0.6" } dev: true /copyfiles@2.4.1: - resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} + resolution: + { + integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==, + } hasBin: true dependencies: glob: 7.2.3 @@ -4048,34 +5294,46 @@ packages: dev: false /core-js-compat@3.33.2: - resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} + resolution: + { + integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==, + } dependencies: browserslist: 4.22.2 dev: false /core-util-is@1.0.3: - resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + resolution: + { + integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, + } dev: false /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2): - resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} - engines: {node: '>=v16'} + resolution: + { + integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, + } + engines: { node: ">=v16" } peerDependencies: - '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' + "@types/node": "*" + cosmiconfig: ">=8.2" + typescript: ">=4" dependencies: - '@types/node': 18.18.9 + "@types/node": 18.18.9 cosmiconfig: 8.3.6(typescript@5.3.2) jiti: 1.21.0 typescript: 5.3.2 dev: false /cosmiconfig@8.3.6(typescript@5.3.2): - resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, + } + engines: { node: ">=14" } peerDependencies: - typescript: '>=4.9.5' + typescript: ">=4.9.5" peerDependenciesMeta: typescript: optional: true @@ -4088,8 +5346,11 @@ packages: dev: false /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, + } + engines: { node: ">= 8" } dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -4097,22 +5358,34 @@ packages: dev: false /dargs@7.0.0: - resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==, + } + engines: { node: ">=8" } dev: false /dateformat@3.0.3: - resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} + resolution: + { + integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==, + } dev: false /debounce@1.2.1: - resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} + resolution: + { + integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==, + } dev: false /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + resolution: + { + integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, + } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4121,9 +5394,12 @@ packages: dev: true /debug@3.2.7(supports-color@5.5.0): - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + resolution: + { + integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, + } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4132,10 +5408,13 @@ packages: supports-color: 5.5.0 /debug@4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} + resolution: + { + integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, + } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true @@ -4143,158 +5422,248 @@ packages: ms: 2.1.2 /decamelize-keys@1.1.1: - resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, + } + engines: { node: ">=0.10.0" } dependencies: decamelize: 1.2.0 map-obj: 1.0.1 dev: false /decamelize@1.2.0: - resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, + } + engines: { node: ">=0.10.0" } dev: false /dedent@0.7.0: - resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} + resolution: + { + integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, + } dev: false /deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + resolution: + { + integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, + } dev: false /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + resolution: + { + integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, + } dependencies: clone: 1.0.4 dev: false /define-lazy-prop@2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, + } + engines: { node: ">=8" } dev: false /define-properties@1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, + } + engines: { node: ">= 0.4" } dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false /delayed-stream@1.0.0: - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} - engines: {node: '>=0.4.0'} + resolution: + { + integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, + } + engines: { node: ">=0.4.0" } dev: false /delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + resolution: + { + integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, + } dev: false /depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, + } + engines: { node: ">= 0.8" } /deprecation@2.3.1: - resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} + resolution: + { + integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==, + } dev: false /destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { + integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, + } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } dev: true /detect-indent@5.0.0: - resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==, + } + engines: { node: ">=4" } dev: false /diff-sequences@29.4.3: - resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dev: false /dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, + } + engines: { node: ">=8" } dependencies: path-type: 4.0.0 dev: false /doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, + } + engines: { node: ">=0.10.0" } dependencies: esutils: 2.0.3 dev: false /doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + resolution: + { + integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, + } + engines: { node: ">=6.0.0" } dependencies: esutils: 2.0.3 dev: false /doctypes@1.1.0: - resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} + resolution: + { + integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==, + } dev: true /dot-prop@5.3.0: - resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==, + } + engines: { node: ">=8" } dependencies: is-obj: 2.0.0 dev: false /dotenv-expand@10.0.0: - resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==, + } + engines: { node: ">=12" } dev: false /dotenv@16.3.1: - resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==, + } + engines: { node: ">=12" } dev: false /duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + resolution: + { + integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, + } dev: false /eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + resolution: + { + integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, + } dev: false /ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + resolution: + { + integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, + } dev: true /ejs@3.1.9: - resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, + } + engines: { node: ">=0.10.0" } hasBin: true dependencies: jake: 10.8.7 dev: false /electron-to-chromium@1.4.603: - resolution: {integrity: sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==} + resolution: + { + integrity: sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==, + } dev: false /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + resolution: + { + integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, + } dev: false /emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + resolution: + { + integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, + } dev: false /encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, + } + engines: { node: ">= 0.8" } dev: true /encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + resolution: + { + integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, + } requiresBuild: true dependencies: iconv-lite: 0.6.3 @@ -4302,56 +5671,83 @@ packages: optional: true /end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + resolution: + { + integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, + } dependencies: once: 1.4.0 dev: false /enhanced-resolve@5.15.0: - resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, + } + engines: { node: ">=10.13.0" } dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 dev: false /enquirer@2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, + } + engines: { node: ">=8.6" } dependencies: ansi-colors: 4.1.3 dev: false /env-paths@2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, + } + engines: { node: ">=6" } dev: false /envinfo@7.10.0: - resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, + } + engines: { node: ">=4" } hasBin: true dev: false /envinfo@7.8.1: - resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, + } + engines: { node: ">=4" } hasBin: true dev: false /err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + resolution: + { + integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==, + } dev: false /error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + resolution: + { + integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, + } dependencies: is-arrayish: 0.2.1 dev: false /es-abstract@1.22.1: - resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==, + } + engines: { node: ">= 0.4" } dependencies: array-buffer-byte-length: 1.0.0 arraybuffer.prototype.slice: 1.0.1 @@ -4395,12 +5791,18 @@ packages: dev: false /es-module-lexer@1.3.0: - resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} + resolution: + { + integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==, + } dev: false /es-set-tostringtag@2.0.1: - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, + } + engines: { node: ">= 0.4" } dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -4408,14 +5810,20 @@ packages: dev: false /es-shim-unscopables@1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + resolution: + { + integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, + } dependencies: has: 1.0.3 dev: false /es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, + } + engines: { node: ">= 0.4" } dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 @@ -4423,35 +5831,53 @@ packages: dev: false /escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, + } + engines: { node: ">=6" } dev: false /escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + resolution: + { + integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, + } dev: true /escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} + resolution: + { + integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, + } + engines: { node: ">=0.8.0" } dev: false /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, + } + engines: { node: ">=10" } dev: false /eslint-config-prettier@9.1.0(eslint@8.55.0): - resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + resolution: + { + integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==, + } hasBin: true peerDependencies: - eslint: '>=7.0.0' + eslint: ">=7.0.0" dependencies: eslint: 8.55.0 dev: false /eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + resolution: + { + integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, + } dependencies: debug: 3.2.7(supports-color@5.5.0) is-core-module: 2.13.1 @@ -4461,16 +5887,19 @@ packages: dev: false /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, + } + engines: { node: ">=4" } peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' + "@typescript-eslint/parser": "*" + eslint: "*" + eslint-import-resolver-node: "*" + eslint-import-resolver-typescript: "*" + eslint-import-resolver-webpack: "*" peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true eslint: optional: true @@ -4481,7 +5910,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 3.2.7(supports-color@5.5.0) eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 @@ -4490,16 +5919,19 @@ packages: dev: false /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0): - resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==, + } + engines: { node: ">=4" } peerDependencies: - '@typescript-eslint/parser': '*' + "@typescript-eslint/parser": "*" eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true dependencies: - '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -4525,12 +5957,15 @@ packages: dev: false /eslint-plugin-jsdoc@46.9.0(eslint@8.55.0): - resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==, + } + engines: { node: ">=16" } peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.41.0 + "@es-joy/jsdoccomment": 0.41.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.4 @@ -4545,46 +5980,61 @@ packages: dev: false /eslint-plugin-tsdoc@0.2.17: - resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + resolution: + { + integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==, + } dependencies: - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 + "@microsoft/tsdoc": 0.14.2 + "@microsoft/tsdoc-config": 0.16.2 dev: false /eslint-scope@5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, + } + engines: { node: ">=8.0.0" } dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: false /eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: false /eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: false /eslint@8.55.0: - resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) - '@eslint-community/regexpp': 4.6.2 - '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.55.0 - '@humanwhocodes/config-array': 0.11.13 - '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.55.0) + "@eslint-community/regexpp": 4.6.2 + "@eslint/eslintrc": 2.1.4 + "@eslint/js": 8.55.0 + "@humanwhocodes/config-array": 0.11.13 + "@humanwhocodes/module-importer": 1.0.1 + "@nodelib/fs.walk": 1.2.8 + "@ungap/structured-clone": 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -4620,8 +6070,11 @@ packages: dev: false /espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { + integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) @@ -4629,57 +6082,87 @@ packages: dev: false /esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, + } + engines: { node: ">=4" } hasBin: true dev: false /esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + resolution: + { + integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, + } + engines: { node: ">=0.10" } dependencies: estraverse: 5.3.0 dev: false /esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, + } + engines: { node: ">=4.0" } dependencies: estraverse: 5.3.0 dev: false /estraverse@4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, + } + engines: { node: ">=4.0" } dev: false /estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, + } + engines: { node: ">=4.0" } dev: false /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, + } + engines: { node: ">=0.10.0" } dev: false /etag@1.8.1: - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, + } + engines: { node: ">= 0.6" } dev: true /eventemitter3@4.0.7: - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + resolution: + { + integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==, + } dev: false /events@3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} + resolution: + { + integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, + } + engines: { node: ">=0.8.x" } dev: false /execa@5.0.0: - resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==, + } + engines: { node: ">=10" } dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -4693,8 +6176,11 @@ packages: dev: false /execa@5.1.1: - resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, + } + engines: { node: ">=10" } dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -4708,16 +6194,25 @@ packages: dev: false /expect-type@0.15.0: - resolution: {integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==} + resolution: + { + integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==, + } dev: false /exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + resolution: + { + integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==, + } dev: false /express-rate-limit@7.1.4(express@4.18.2): - resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==, + } + engines: { node: ">= 16" } peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 dependencies: @@ -4725,8 +6220,11 @@ packages: dev: true /express@4.18.2: - resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} - engines: {node: '>= 0.10.0'} + resolution: + { + integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, + } + engines: { node: ">= 0.10.0" } dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -4764,8 +6262,11 @@ packages: dev: true /external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, + } + engines: { node: ">=4" } dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 @@ -4773,66 +6274,99 @@ packages: dev: false /fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + resolution: + { + integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, + } /fast-glob@3.3.1: - resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} - engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 + resolution: + { + integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, + } + engines: { node: ">=8.6.0" } + dependencies: + "@nodelib/fs.stat": 2.0.5 + "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + resolution: + { + integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, + } /fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + resolution: + { + integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, + } dev: false /fastest-levenshtein@1.0.16: - resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} - engines: {node: '>= 4.9.1'} + resolution: + { + integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==, + } + engines: { node: ">= 4.9.1" } dev: false /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + resolution: + { + integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, + } dependencies: reusify: 1.0.4 dev: false /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, + } + engines: { node: ">=8" } dependencies: escape-string-regexp: 1.0.5 dev: false /file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { + integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, + } + engines: { node: ^10.12.0 || >=12.0.0 } dependencies: flat-cache: 3.0.4 dev: false /filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + resolution: + { + integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, + } dependencies: minimatch: 5.1.6 dev: false /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, + } + engines: { node: ">=8" } dependencies: to-regex-range: 5.0.1 /finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, + } + engines: { node: ">= 0.8" } dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -4846,88 +6380,124 @@ packages: dev: true /find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + resolution: + { + integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==, + } + engines: { node: ">=14.16" } dependencies: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 dev: false /find-up@2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, + } + engines: { node: ">=4" } dependencies: locate-path: 2.0.0 dev: false /find-up@4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, + } + engines: { node: ">=8" } dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: false /find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, + } + engines: { node: ">=10" } dependencies: locate-path: 6.0.0 path-exists: 4.0.0 dev: false /find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: locate-path: 7.2.0 path-exists: 5.0.0 dev: false /flat-cache@3.0.4: - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { + integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, + } + engines: { node: ^10.12.0 || >=12.0.0 } dependencies: flatted: 3.2.7 rimraf: 3.0.2 dev: false /flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + resolution: + { + integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==, + } hasBin: true dev: false /flatted@3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + resolution: + { + integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, + } dev: false /follow-redirects@1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} - engines: {node: '>=4.0'} + resolution: + { + integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, + } + engines: { node: ">=4.0" } peerDependencies: - debug: '*' + debug: "*" peerDependenciesMeta: debug: optional: true dev: false /for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + resolution: + { + integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, + } dependencies: is-callable: 1.2.7 dev: false /foreground-child@3.1.1: - resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, + } + engines: { node: ">=14" } dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 dev: false /form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, + } + engines: { node: ">= 6" } dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -4935,22 +6505,34 @@ packages: dev: false /forwarded@0.2.0: - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, + } + engines: { node: ">= 0.6" } dev: true /fresh@0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, + } + engines: { node: ">= 0.6" } dev: true /fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + resolution: + { + integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, + } dev: false /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} - engines: {node: '>=14.14'} + resolution: + { + integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, + } + engines: { node: ">=14.14" } dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -4958,40 +6540,61 @@ packages: dev: false /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /fs-minipass@3.0.2: - resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 dev: false /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + resolution: + { + integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, + } /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + resolution: + { + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, + } + engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] requiresBuild: true dev: true optional: true /function-bind@1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + resolution: + { + integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, + } /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + resolution: + { + integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, + } dev: false /function.prototype.name@1.1.5: - resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -5000,12 +6603,18 @@ packages: dev: false /functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + resolution: + { + integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, + } dev: false /gauge@4.0.4: - resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -5018,17 +6627,26 @@ packages: dev: false /gensync@1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, + } + engines: { node: ">=6.9.0" } dev: false /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} + resolution: + { + integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, + } + engines: { node: 6.* || 8.* || >= 10.* } dev: false /get-intrinsic@1.2.1: - resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} + resolution: + { + integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, + } dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -5036,42 +6654,60 @@ packages: has-symbols: 1.0.3 /get-pkg-repo@4.2.1: - resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} - engines: {node: '>=6.9.0'} + resolution: + { + integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==, + } + engines: { node: ">=6.9.0" } hasBin: true dependencies: - '@hutson/parse-repository-url': 3.0.2 + "@hutson/parse-repository-url": 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 dev: false /get-port@5.1.1: - resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==, + } + engines: { node: ">=8" } dev: false /get-stream@6.0.0: - resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==, + } + engines: { node: ">=10" } dev: false /get-stream@6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, + } + engines: { node: ">=10" } dev: false /get-symbol-description@1.0.0: - resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 dev: false /git-raw-commits@2.0.11: - resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==, + } + engines: { node: ">=10" } hasBin: true dependencies: dargs: 7.0.0 @@ -5082,8 +6718,11 @@ packages: dev: false /git-raw-commits@3.0.0: - resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==, + } + engines: { node: ">=14" } hasBin: true dependencies: dargs: 7.0.0 @@ -5092,16 +6731,22 @@ packages: dev: false /git-remote-origin-url@2.0.0: - resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==, + } + engines: { node: ">=4" } dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 dev: false /git-semver-tags@5.0.1: - resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==, + } + engines: { node: ">=14" } hasBin: true dependencies: meow: 8.1.2 @@ -5109,44 +6754,65 @@ packages: dev: false /git-up@7.0.0: - resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} + resolution: + { + integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==, + } dependencies: is-ssh: 1.4.0 parse-url: 8.1.0 dev: false /git-url-parse@13.1.0: - resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} + resolution: + { + integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==, + } dependencies: git-up: 7.0.0 dev: false /gitconfiglocal@1.0.0: - resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} + resolution: + { + integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==, + } dependencies: ini: 1.3.8 dev: false /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, + } + engines: { node: ">= 6" } dependencies: is-glob: 4.0.3 /glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, + } + engines: { node: ">=10.13.0" } dependencies: is-glob: 4.0.3 dev: false /glob-to-regexp@0.4.1: - resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + resolution: + { + integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, + } dev: false /glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==, + } + engines: { node: ">=16 || 14 >=14.17" } hasBin: true dependencies: foreground-child: 3.1.1 @@ -5157,7 +6823,10 @@ packages: dev: false /glob@7.1.4: - resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} + resolution: + { + integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==, + } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5168,7 +6837,10 @@ packages: dev: false /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + resolution: + { + integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, + } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5178,8 +6850,11 @@ packages: path-is-absolute: 1.0.1 /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==, + } + engines: { node: ">=12" } dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -5189,8 +6864,11 @@ packages: dev: false /glob@9.3.5: - resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: fs.realpath: 1.0.0 minimatch: 8.0.4 @@ -5199,34 +6877,49 @@ packages: dev: false /global-dirs@0.1.1: - resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==, + } + engines: { node: ">=4" } dependencies: ini: 1.3.8 dev: false /globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, + } + engines: { node: ">=4" } dev: false /globals@13.20.0: - resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, + } + engines: { node: ">=8" } dependencies: type-fest: 0.20.2 dev: false /globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, + } + engines: { node: ">= 0.4" } dependencies: define-properties: 1.2.0 dev: false /globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, + } + engines: { node: ">=10" } dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -5237,29 +6930,44 @@ packages: dev: false /gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + resolution: + { + integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, + } dependencies: get-intrinsic: 1.2.1 dev: false /graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + resolution: + { + integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, + } dev: false /graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + resolution: + { + integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, + } dev: false /gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, + } + engines: { node: ">=10" } dependencies: duplexer: 0.1.2 dev: false /handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} + resolution: + { + integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, + } + engines: { node: ">=0.4.7" } hasBin: true dependencies: minimist: 1.2.8 @@ -5271,101 +6979,158 @@ packages: dev: false /hard-rejection@2.1.0: - resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, + } + engines: { node: ">=6" } dev: false /has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + resolution: + { + integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, + } dev: false /has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, + } + engines: { node: ">=4" } /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, + } + engines: { node: ">=8" } dev: false /has-property-descriptors@1.0.0: - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} + resolution: + { + integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, + } dependencies: get-intrinsic: 1.2.1 dev: false /has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, + } + engines: { node: ">= 0.4" } /has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, + } + engines: { node: ">= 0.4" } /has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, + } + engines: { node: ">= 0.4" } dependencies: has-symbols: 1.0.3 /has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + resolution: + { + integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, + } dev: false /has@1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} - engines: {node: '>= 0.4.0'} + resolution: + { + integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, + } + engines: { node: ">= 0.4.0" } dependencies: function-bind: 1.1.1 /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==, + } + engines: { node: ">= 0.4" } dependencies: function-bind: 1.1.2 dev: false /helmet@7.1.0: - resolution: {integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==} - engines: {node: '>=16.0.0'} + resolution: + { + integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==, + } + engines: { node: ">=16.0.0" } dev: true /hosted-git-info@2.8.9: - resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + resolution: + { + integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, + } dev: false /hosted-git-info@3.0.8: - resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==, + } + engines: { node: ">=10" } dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@4.1.0: - resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, + } + engines: { node: ">=10" } dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@6.1.1: - resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: lru-cache: 7.18.3 dev: false /html-escaper@2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + resolution: + { + integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, + } dev: false /http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + resolution: + { + integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, + } dev: false /http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, + } + engines: { node: ">= 0.8" } dependencies: depd: 2.0.0 inherits: 2.0.4 @@ -5375,10 +7140,13 @@ packages: dev: true /http-proxy-agent@5.0.0: - resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, + } + engines: { node: ">= 6" } dependencies: - '@tootallnate/once': 2.0.0 + "@tootallnate/once": 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: @@ -5386,8 +7154,11 @@ packages: dev: false /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, + } + engines: { node: ">= 6" } dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -5396,31 +7167,46 @@ packages: dev: false /human-signals@2.1.0: - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} - engines: {node: '>=10.17.0'} + resolution: + { + integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, + } + engines: { node: ">=10.17.0" } dev: false /humanize-ms@1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + resolution: + { + integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, + } dependencies: ms: 2.1.3 dev: false /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==, + } + engines: { node: ">=14" } hasBin: true dev: false /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, + } + engines: { node: ">=0.10.0" } dependencies: safer-buffer: 2.1.2 /iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, + } + engines: { node: ">=0.10.0" } requiresBuild: true dependencies: safer-buffer: 2.1.2 @@ -5428,43 +7214,64 @@ packages: optional: true /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + resolution: + { + integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, + } dev: false /ignore-by-default@1.0.1: - resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} + resolution: + { + integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==, + } dev: true /ignore-walk@5.0.1: - resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: minimatch: 5.1.6 dev: false /ignore-walk@6.0.3: - resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minimatch: 9.0.3 dev: false /ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} - engines: {node: '>= 4'} + resolution: + { + integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, + } + engines: { node: ">= 4" } dev: false /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, + } + engines: { node: ">=6" } dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: false /import-local@3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, + } + engines: { node: ">=8" } hasBin: true dependencies: pkg-dir: 4.2.0 @@ -5472,31 +7279,49 @@ packages: dev: false /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} + resolution: + { + integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, + } + engines: { node: ">=0.8.19" } dev: false /indent-string@4.0.0: - resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, + } + engines: { node: ">=8" } dev: false /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + resolution: + { + integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, + } dependencies: once: 1.4.0 wrappy: 1.0.2 /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + resolution: + { + integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, + } /ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + resolution: + { + integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, + } dev: false /init-package-json@5.0.0: - resolution: {integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-package-arg: 10.1.0 promzard: 1.0.0 @@ -5508,8 +7333,11 @@ packages: dev: false /inquirer@8.2.6: - resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} - engines: {node: '>=12.0.0'} + resolution: + { + integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==, + } + engines: { node: ">=12.0.0" } dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -5529,8 +7357,11 @@ packages: dev: false /internal-slot@1.0.5: - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, + } + engines: { node: ">= 0.4" } dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -5538,21 +7369,33 @@ packages: dev: false /interpret@3.1.1: - resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==, + } + engines: { node: ">=10.13.0" } dev: false /ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + resolution: + { + integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==, + } dev: false /ipaddr.js@1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} + resolution: + { + integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, + } + engines: { node: ">= 0.10" } dev: true /is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + resolution: + { + integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -5560,266 +7403,404 @@ packages: dev: false /is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + resolution: + { + integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, + } dev: false /is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + resolution: + { + integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, + } dependencies: has-bigints: 1.0.2 dev: false /is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, + } + engines: { node: ">=8" } dependencies: binary-extensions: 2.2.0 dev: true /is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, + } + engines: { node: ">=6" } dependencies: builtin-modules: 3.3.0 dev: false /is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, + } + engines: { node: ">= 0.4" } dev: false /is-ci@3.0.1: - resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} + resolution: + { + integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==, + } hasBin: true dependencies: ci-info: 3.8.0 dev: false /is-core-module@2.12.1: - resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + resolution: + { + integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==, + } dependencies: has: 1.0.3 /is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + resolution: + { + integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==, + } dependencies: hasown: 2.0.0 dev: false /is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-docker@2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, + } + engines: { node: ">=8" } hasBin: true dev: false /is-expression@4.0.0: - resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} + resolution: + { + integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==, + } dependencies: acorn: 7.4.1 object-assign: 4.1.1 dev: true /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, + } + engines: { node: ">=0.10.0" } /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, + } + engines: { node: ">=8" } dev: false /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, + } + engines: { node: ">=0.10.0" } dependencies: is-extglob: 2.1.1 /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, + } + engines: { node: ">=8" } dev: false /is-lambda@1.0.1: - resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + resolution: + { + integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==, + } dev: false /is-negative-zero@2.0.2: - resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, + } + engines: { node: ">= 0.4" } dev: false /is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} + resolution: + { + integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, + } + engines: { node: ">=0.12.0" } /is-obj@2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==, + } + engines: { node: ">=8" } dev: false /is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, + } + engines: { node: ">=8" } dev: false /is-plain-obj@1.1.0: - resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, + } + engines: { node: ">=0.10.0" } dev: false /is-plain-object@2.0.4: - resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, + } + engines: { node: ">=0.10.0" } dependencies: isobject: 3.0.1 dev: false /is-plain-object@5.0.0: - resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, + } + engines: { node: ">=0.10.0" } dev: false /is-promise@2.2.2: - resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + resolution: + { + integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==, + } dev: true /is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 /is-shared-array-buffer@1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + resolution: + { + integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, + } dependencies: call-bind: 1.0.2 dev: false /is-ssh@1.4.0: - resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} + resolution: + { + integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==, + } dependencies: protocols: 2.0.1 dev: false /is-stream@2.0.0: - resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==, + } + engines: { node: ">=8" } dev: false /is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, + } + engines: { node: ">=8" } dev: false /is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, + } + engines: { node: ">= 0.4" } dependencies: has-tostringtag: 1.0.0 dev: false /is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, + } + engines: { node: ">= 0.4" } dependencies: has-symbols: 1.0.3 dev: false /is-text-path@1.0.1: - resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==, + } + engines: { node: ">=0.10.0" } dependencies: text-extensions: 1.9.0 dev: false /is-text-path@2.0.0: - resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==, + } + engines: { node: ">=8" } dependencies: text-extensions: 2.4.0 dev: false /is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, + } + engines: { node: ">= 0.4" } dependencies: which-typed-array: 1.1.11 dev: false /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, + } + engines: { node: ">=10" } dev: false /is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + resolution: + { + integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, + } dependencies: call-bind: 1.0.2 dev: false /is-wsl@2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, + } + engines: { node: ">=8" } dependencies: is-docker: 2.2.1 dev: false /isarray@0.0.1: - resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + resolution: + { + integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==, + } dev: false /isarray@1.0.0: - resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + resolution: + { + integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, + } dev: false /isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + resolution: + { + integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, + } dev: false /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + resolution: + { + integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, + } dev: false /isobject@3.0.1: - resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, + } + engines: { node: ">=0.10.0" } dev: false /jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==, + } + engines: { node: ">=14" } dependencies: - '@isaacs/cliui': 8.0.2 + "@isaacs/cliui": 8.0.2 optionalDependencies: - '@pkgjs/parseargs': 0.11.0 + "@pkgjs/parseargs": 0.11.0 dev: false /jake@10.8.7: - resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, + } + engines: { node: ">=10" } hasBin: true dependencies: async: 3.2.4 @@ -5829,12 +7810,18 @@ packages: dev: false /javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} + resolution: + { + integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==, + } dev: true /jest-diff@29.6.2: - resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 @@ -5843,47 +7830,74 @@ packages: dev: false /jest-get-type@29.4.3: - resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dev: false /jest-worker@27.5.1: - resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, + } + engines: { node: ">= 10.13.0" } dependencies: - '@types/node': 20.10.3 + "@types/node": 20.10.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false /jiti@1.21.0: - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + resolution: + { + integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==, + } hasBin: true dev: false /jju@1.4.0: - resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + resolution: + { + integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==, + } dev: false /jmespath@0.16.0: - resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} - engines: {node: '>= 0.6.0'} + resolution: + { + integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==, + } + engines: { node: ">= 0.6.0" } dev: true /jquery@3.7.1: - resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} + resolution: + { + integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==, + } dev: true /js-stringify@1.0.2: - resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} + resolution: + { + integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==, + } dev: true /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + resolution: + { + integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, + } dev: false /js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + resolution: + { + integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, + } hasBin: true dependencies: argparse: 1.0.10 @@ -5891,79 +7905,127 @@ packages: dev: false /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + resolution: + { + integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, + } hasBin: true dependencies: argparse: 2.0.1 dev: false /jsdoc-type-pratt-parser@4.0.0: - resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} - engines: {node: '>=12.0.0'} + resolution: + { + integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, + } + engines: { node: ">=12.0.0" } dev: false /jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + resolution: + { + integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, + } hasBin: true dev: false /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, + } + engines: { node: ">=4" } hasBin: true dev: false /json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + resolution: + { + integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, + } dev: false /json-parse-even-better-errors@2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + resolution: + { + integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, + } dev: false /json-parse-even-better-errors@3.0.0: - resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + resolution: + { + integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, + } /json-schema-traverse@1.0.0: - resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + resolution: + { + integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, + } dev: false /json-source-map@0.6.1: - resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} + resolution: + { + integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==, + } dev: true /json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + resolution: + { + integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, + } dev: false /json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + resolution: + { + integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==, + } dev: false /json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + resolution: + { + integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, + } hasBin: true dependencies: minimist: 1.2.8 dev: false /json5@2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, + } + engines: { node: ">=6" } hasBin: true dev: false /jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + resolution: + { + integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, + } dev: false /jsoneditor@9.10.4: - resolution: {integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==} + resolution: + { + integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==, + } dependencies: ace-builds: 1.31.2 ajv: 6.12.6 @@ -5977,7 +8039,10 @@ packages: dev: true /jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + resolution: + { + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, + } dependencies: universalify: 2.0.0 optionalDependencies: @@ -5985,47 +8050,68 @@ packages: dev: false /jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} + resolution: + { + integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==, + } + engines: { "0": node >= 0.2.0 } dev: false /jsonrepair@3.4.1: - resolution: {integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==} + resolution: + { + integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==, + } hasBin: true dev: true /jstransformer@1.0.0: - resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==} + resolution: + { + integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==, + } dependencies: is-promise: 2.2.2 promise: 7.3.1 dev: true /kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, + } + engines: { node: ">=0.10.0" } dev: false /klaw@4.1.0: - resolution: {integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==} - engines: {node: '>=14.14.0'} + resolution: + { + integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==, + } + engines: { node: ">=14.14.0" } dev: false /kleur@3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, + } + engines: { node: ">=6" } dev: false /lerna@8.0.0: - resolution: {integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==} - engines: {node: '>=18.0.0'} + resolution: + { + integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==, + } + engines: { node: ">=18.0.0" } hasBin: true dependencies: - '@lerna/create': 8.0.0(typescript@5.3.2) - '@npmcli/run-script': 6.0.2 - '@nx/devkit': 17.1.3(nx@17.1.3) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11 + "@lerna/create": 8.0.0(typescript@5.3.2) + "@npmcli/run-script": 6.0.2 + "@nx/devkit": 17.1.3(nx@17.1.3) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -6096,8 +8182,8 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - bluebird - debug - encoding @@ -6105,16 +8191,22 @@ packages: dev: false /levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, + } + engines: { node: ">= 0.8.0" } dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: false /libnpmaccess@7.0.2: - resolution: {integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-package-arg: 10.1.0 npm-registry-fetch: 14.0.5 @@ -6123,8 +8215,11 @@ packages: dev: false /libnpmpublish@7.3.0: - resolution: {integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: ci-info: 3.8.0 normalize-package-data: 5.0.0 @@ -6139,21 +8234,33 @@ packages: dev: false /lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + resolution: + { + integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, + } dev: false /lines-and-columns@2.0.3: - resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dev: false /livereload-js@3.4.1: - resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} + resolution: + { + integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==, + } dev: true /livereload@0.9.3: - resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} - engines: {node: '>=8.0.0'} + resolution: + { + integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==, + } + engines: { node: ">=8.0.0" } hasBin: true dependencies: chokidar: 3.5.3 @@ -6166,8 +8273,11 @@ packages: dev: true /load-json-file@4.0.0: - resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, + } + engines: { node: ">=4" } dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 @@ -6176,8 +8286,11 @@ packages: dev: false /load-json-file@6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, + } + engines: { node: ">=8" } dependencies: graceful-fs: 4.2.11 parse-json: 5.2.0 @@ -6186,148 +8299,232 @@ packages: dev: false /loader-runner@4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} - engines: {node: '>=6.11.5'} + resolution: + { + integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, + } + engines: { node: ">=6.11.5" } dev: false /locate-path@2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, + } + engines: { node: ">=4" } dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: false /locate-path@5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, + } + engines: { node: ">=8" } dependencies: p-locate: 4.1.0 dev: false /locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, + } + engines: { node: ">=10" } dependencies: p-locate: 5.0.0 dev: false /locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: p-locate: 6.0.0 dev: false /lodash.camelcase@4.3.0: - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + resolution: + { + integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, + } dev: false /lodash.debounce@4.0.8: - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + resolution: + { + integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, + } dev: false /lodash.isfunction@3.0.9: - resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} + resolution: + { + integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==, + } dev: false /lodash.ismatch@4.4.0: - resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} + resolution: + { + integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==, + } dev: false /lodash.isplainobject@4.0.6: - resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + resolution: + { + integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, + } dev: false /lodash.kebabcase@4.1.1: - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + resolution: + { + integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==, + } dev: false /lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + resolution: + { + integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, + } dev: false /lodash.mergewith@4.6.2: - resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} + resolution: + { + integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, + } dev: false /lodash.snakecase@4.1.1: - resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} + resolution: + { + integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==, + } dev: false /lodash.startcase@4.4.0: - resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} + resolution: + { + integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==, + } dev: false /lodash.uniq@4.5.0: - resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + resolution: + { + integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==, + } dev: false /lodash.upperfirst@4.3.1: - resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} + resolution: + { + integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, + } dev: false /lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + resolution: + { + integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, + } /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, + } + engines: { node: ">=10" } dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false /lookpath@1.2.2: - resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} - engines: {npm: '>=6.13.4'} + resolution: + { + integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==, + } + engines: { npm: ">=6.13.4" } hasBin: true dev: false /lru-cache@10.0.0: - resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} - engines: {node: 14 || >=16.14} + resolution: + { + integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==, + } + engines: { node: 14 || >=16.14 } dev: false /lru-cache@5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + resolution: + { + integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, + } dependencies: yallist: 3.1.1 dev: false /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, + } + engines: { node: ">=10" } dependencies: yallist: 4.0.0 /lru-cache@7.18.3: - resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, + } + engines: { node: ">=12" } dev: false /lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + resolution: + { + integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==, + } dev: false /make-dir@2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, + } + engines: { node: ">=6" } dependencies: pify: 4.0.1 semver: 5.7.2 dev: false /make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, + } + engines: { node: ">=10" } dependencies: semver: 7.5.4 dev: false /make-fetch-happen@11.1.1: - resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: agentkeepalive: 4.3.0 cacache: 17.1.3 @@ -6349,36 +8546,54 @@ packages: dev: false /map-obj@1.0.1: - resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, + } + engines: { node: ">=0.10.0" } dev: false /map-obj@4.3.0: - resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, + } + engines: { node: ">=8" } dev: false /marked@4.3.0: - resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} - engines: {node: '>= 12'} + resolution: + { + integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==, + } + engines: { node: ">= 12" } hasBin: true dev: false /media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, + } + engines: { node: ">= 0.6" } dev: true /meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} + resolution: + { + integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==, + } + engines: { node: ">=16.10" } dev: false /meow@8.1.2: - resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==, + } + engines: { node: ">=10" } dependencies: - '@types/minimist': 1.2.2 + "@types/minimist": 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -6392,92 +8607,140 @@ packages: dev: false /merge-descriptors@1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + resolution: + { + integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==, + } dev: true /merge-stream@2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + resolution: + { + integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, + } dev: false /merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, + } + engines: { node: ">= 8" } dev: false /methods@1.1.2: - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, + } + engines: { node: ">= 0.6" } dev: true /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, + } + engines: { node: ">=8.6" } dependencies: braces: 3.0.2 picomatch: 2.3.1 dev: false /mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, + } + engines: { node: ">= 0.6" } /mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, + } + engines: { node: ">= 0.6" } dependencies: mime-db: 1.52.0 /mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, + } + engines: { node: ">=4" } hasBin: true dev: true /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, + } + engines: { node: ">=6" } dev: false /min-indent@1.0.1: - resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, + } + engines: { node: ">=4" } dev: false /minimatch@3.0.5: - resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} + resolution: + { + integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==, + } dependencies: brace-expansion: 1.1.11 dev: false /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + resolution: + { + integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, + } dependencies: brace-expansion: 1.1.11 /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, + } + engines: { node: ">=10" } dependencies: brace-expansion: 2.0.1 dev: false /minimatch@8.0.4: - resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: brace-expansion: 2.0.1 dev: false /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: brace-expansion: 2.0.1 dev: false /minimist-options@4.1.0: - resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, + } + engines: { node: ">= 6" } dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 @@ -6485,19 +8748,28 @@ packages: dev: false /minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + resolution: + { + integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, + } dev: false /minipass-collect@1.0.2: - resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /minipass-fetch@3.0.3: - resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 minipass-sized: 1.0.3 @@ -6507,98 +8779,149 @@ packages: dev: false /minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 dev: false /minipass-json-stream@1.0.1: - resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} + resolution: + { + integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==, + } dependencies: jsonparse: 1.3.1 minipass: 3.3.6 dev: false /minipass-pipeline@1.2.4: - resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==, + } + engines: { node: ">=8" } dependencies: minipass: 3.3.6 dev: false /minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==, + } + engines: { node: ">=8" } dependencies: minipass: 3.3.6 dev: false /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, + } + engines: { node: ">=8" } dependencies: yallist: 4.0.0 dev: false /minipass@4.2.8: - resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==, + } + engines: { node: ">=8" } dev: false /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==, + } + engines: { node: ">=8" } dev: false /minipass@7.0.2: - resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==, + } + engines: { node: ">=16 || 14 >=14.17" } dev: false /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, + } + engines: { node: ">= 8" } dependencies: minipass: 3.3.6 yallist: 4.0.0 dev: false /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, + } + engines: { node: ">=10" } hasBin: true dev: false /mobius1-selectr@2.4.13: - resolution: {integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==} + resolution: + { + integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==, + } dev: true /modify-values@1.0.1: - resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==, + } + engines: { node: ">=0.10.0" } dev: false /mrmime@1.0.1: - resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, + } + engines: { node: ">=10" } dev: false /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + resolution: + { + integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, + } dev: true /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + resolution: + { + integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, + } /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + resolution: + { + integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, + } /multimatch@5.0.0: - resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==, + } + engines: { node: ">=10" } dependencies: - '@types/minimatch': 3.0.5 + "@types/minimatch": 3.0.5 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -6606,29 +8929,47 @@ packages: dev: false /mute-stream@0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + resolution: + { + integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, + } dev: false /mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + resolution: + { + integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, + } dev: false /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, + } + engines: { node: ">= 0.6" } /neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + resolution: + { + integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, + } dev: false /node-fetch@2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} - engines: {node: 4.x || >=6.0.0} + resolution: + { + integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, + } + engines: { node: 4.x || >=6.0.0 } peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -6639,8 +8980,11 @@ packages: dev: false /node-gyp@9.4.0: - resolution: {integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==} - engines: {node: ^12.13 || ^14.13 || >=16} + resolution: + { + integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==, + } + engines: { node: ^12.13 || ^14.13 || >=16 } hasBin: true dependencies: env-paths: 2.2.1 @@ -6659,16 +9003,25 @@ packages: dev: false /node-machine-id@1.1.12: - resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} + resolution: + { + integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==, + } dev: false /node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + resolution: + { + integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==, + } dev: false /nodemon@3.0.1: - resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==, + } + engines: { node: ">=10" } hasBin: true dependencies: chokidar: 3.5.3 @@ -6684,29 +9037,41 @@ packages: dev: true /noms@0.0.0: - resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} + resolution: + { + integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==, + } dependencies: inherits: 2.0.4 readable-stream: 1.0.34 dev: false /nopt@1.0.10: - resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} + resolution: + { + integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==, + } hasBin: true dependencies: abbrev: 1.1.1 dev: true /nopt@6.0.0: - resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true dependencies: abbrev: 1.1.1 dev: false /normalize-package-data@2.5.0: - resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + resolution: + { + integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, + } dependencies: hosted-git-info: 2.8.9 resolve: 1.22.8 @@ -6715,8 +9080,11 @@ packages: dev: false /normalize-package-data@3.0.3: - resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==, + } + engines: { node: ">=10" } dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.1 @@ -6725,8 +9093,11 @@ packages: dev: false /normalize-package-data@5.0.0: - resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.1 @@ -6735,42 +9106,63 @@ packages: dev: false /normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, + } + engines: { node: ">=0.10.0" } dev: true /npm-bundled@1.1.2: - resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} + resolution: + { + integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==, + } dependencies: npm-normalize-package-bin: 1.0.1 dev: false /npm-bundled@3.0.0: - resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-normalize-package-bin: 3.0.1 dev: false /npm-install-checks@6.1.1: - resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: semver: 7.5.4 dev: false /npm-normalize-package-bin@1.0.1: - resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} + resolution: + { + integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==, + } dev: false /npm-normalize-package-bin@3.0.1: - resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /npm-package-arg@10.1.0: - resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 @@ -6779,8 +9171,11 @@ packages: dev: false /npm-package-arg@8.1.1: - resolution: {integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==, + } + engines: { node: ">=10" } dependencies: hosted-git-info: 3.0.8 semver: 7.5.4 @@ -6788,8 +9183,11 @@ packages: dev: false /npm-packlist@5.1.1: - resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true dependencies: glob: 8.1.0 @@ -6799,15 +9197,21 @@ packages: dev: false /npm-packlist@7.0.4: - resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: ignore-walk: 6.0.3 dev: false /npm-pick-manifest@8.0.2: - resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.1 @@ -6816,8 +9220,11 @@ packages: dev: false /npm-registry-fetch@14.0.5: - resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -6831,15 +9238,21 @@ packages: dev: false /npm-run-path@4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, + } + engines: { node: ">=8" } dependencies: path-key: 3.1.1 dev: false /npmlog@6.0.2: - resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 @@ -6848,22 +9261,25 @@ packages: dev: false /nx@17.1.3: - resolution: {integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==} + resolution: + { + integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==, + } hasBin: true requiresBuild: true peerDependencies: - '@swc-node/register': ^1.6.7 - '@swc/core': ^1.3.85 + "@swc-node/register": ^1.6.7 + "@swc/core": ^1.3.85 peerDependenciesMeta: - '@swc-node/register': + "@swc-node/register": optional: true - '@swc/core': + "@swc/core": optional: true dependencies: - '@nrwl/tao': 17.1.3 - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.6 + "@nrwl/tao": 17.1.3 + "@yarnpkg/lockfile": 1.1.0 + "@yarnpkg/parsers": 3.0.0-rc.46 + "@zkochan/js-yaml": 0.0.6 axios: 1.6.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -6896,36 +9312,48 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 17.1.3 - '@nx/nx-darwin-x64': 17.1.3 - '@nx/nx-freebsd-x64': 17.1.3 - '@nx/nx-linux-arm-gnueabihf': 17.1.3 - '@nx/nx-linux-arm64-gnu': 17.1.3 - '@nx/nx-linux-arm64-musl': 17.1.3 - '@nx/nx-linux-x64-gnu': 17.1.3 - '@nx/nx-linux-x64-musl': 17.1.3 - '@nx/nx-win32-arm64-msvc': 17.1.3 - '@nx/nx-win32-x64-msvc': 17.1.3 + "@nx/nx-darwin-arm64": 17.1.3 + "@nx/nx-darwin-x64": 17.1.3 + "@nx/nx-freebsd-x64": 17.1.3 + "@nx/nx-linux-arm-gnueabihf": 17.1.3 + "@nx/nx-linux-arm64-gnu": 17.1.3 + "@nx/nx-linux-arm64-musl": 17.1.3 + "@nx/nx-linux-x64-gnu": 17.1.3 + "@nx/nx-linux-x64-musl": 17.1.3 + "@nx/nx-win32-arm64-msvc": 17.1.3 + "@nx/nx-win32-x64-msvc": 17.1.3 transitivePeerDependencies: - debug dev: false /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, + } + engines: { node: ">=0.10.0" } dev: true /object-inspect@1.12.3: - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + resolution: + { + integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, + } /object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, + } + engines: { node: ">= 0.4" } dev: false /object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6934,8 +9362,11 @@ packages: dev: false /object.fromentries@2.0.7: - resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6943,7 +9374,10 @@ packages: dev: false /object.groupby@1.0.1: - resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} + resolution: + { + integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6952,8 +9386,11 @@ packages: dev: false /object.values@1.1.7: - resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6961,27 +9398,39 @@ packages: dev: false /on-finished@2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, + } + engines: { node: ">= 0.8" } dependencies: ee-first: 1.1.1 dev: true /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + resolution: + { + integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, + } dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, + } + engines: { node: ">=6" } dependencies: mimic-fn: 2.1.0 dev: false /open@8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, + } + engines: { node: ">=12" } dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -6989,15 +9438,21 @@ packages: dev: false /opener@1.5.2: - resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} + resolution: + { + integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, + } hasBin: true dev: false /optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, + } + engines: { node: ">= 0.8.0" } dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 + "@aashutoshrathi/word-wrap": 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -7006,12 +9461,18 @@ packages: dev: false /opts@2.0.2: - resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} + resolution: + { + integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==, + } dev: true /ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, + } + engines: { node: ">=10" } dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -7025,134 +9486,194 @@ packages: dev: false /os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, + } + engines: { node: ">=0.10.0" } dev: false /p-finally@1.0.0: - resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, + } + engines: { node: ">=4" } dev: false /p-limit@1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, + } + engines: { node: ">=4" } dependencies: p-try: 1.0.0 dev: false /p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, + } + engines: { node: ">=6" } dependencies: p-try: 2.2.0 dev: false /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, + } + engines: { node: ">=10" } dependencies: yocto-queue: 0.1.0 dev: false /p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: yocto-queue: 1.0.0 dev: false /p-locate@2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, + } + engines: { node: ">=4" } dependencies: p-limit: 1.3.0 dev: false /p-locate@4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, + } + engines: { node: ">=8" } dependencies: p-limit: 2.3.0 dev: false /p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, + } + engines: { node: ">=10" } dependencies: p-limit: 3.1.0 dev: false /p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dependencies: p-limit: 4.0.0 dev: false /p-map-series@2.1.0: - resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==, + } + engines: { node: ">=8" } dev: false /p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, + } + engines: { node: ">=10" } dependencies: aggregate-error: 3.1.0 dev: false /p-pipe@3.1.0: - resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==, + } + engines: { node: ">=8" } dev: false /p-queue@6.6.2: - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, + } + engines: { node: ">=8" } dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 dev: false /p-reduce@2.1.0: - resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==, + } + engines: { node: ">=8" } dev: false /p-timeout@3.2.0: - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, + } + engines: { node: ">=8" } dependencies: p-finally: 1.0.0 dev: false /p-try@1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, + } + engines: { node: ">=4" } dev: false /p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, + } + engines: { node: ">=6" } dev: false /p-waterfall@2.1.1: - resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==, + } + engines: { node: ">=8" } dependencies: p-reduce: 2.1.0 dev: false /pacote@15.2.0: - resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: - '@npmcli/git': 4.1.0 - '@npmcli/installed-package-contents': 2.0.2 - '@npmcli/promise-spawn': 6.0.2 - '@npmcli/run-script': 6.0.2 + "@npmcli/git": 4.1.0 + "@npmcli/installed-package-contents": 2.0.2 + "@npmcli/promise-spawn": 6.0.2 + "@npmcli/run-script": 6.0.2 cacache: 17.1.3 fs-minipass: 3.0.2 minipass: 5.0.0 @@ -7173,254 +9694,383 @@ packages: dev: false /parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, + } + engines: { node: ">=6" } dependencies: callsites: 3.1.0 dev: false /parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, + } + engines: { node: ">=4" } dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 dev: false /parse-json@5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, + } + engines: { node: ">=8" } dependencies: - '@babel/code-frame': 7.22.13 + "@babel/code-frame": 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: false /parse-path@7.0.0: - resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} + resolution: + { + integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==, + } dependencies: protocols: 2.0.1 dev: false /parse-url@8.1.0: - resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} + resolution: + { + integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==, + } dependencies: parse-path: 7.0.0 dev: false /parseurl@1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, + } + engines: { node: ">= 0.8" } dev: true /path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, + } + engines: { node: ">=4" } dev: false /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, + } + engines: { node: ">=8" } dev: false /path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { + integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==, + } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } dev: false /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, + } + engines: { node: ">=0.10.0" } /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, + } + engines: { node: ">=8" } dev: false /path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + resolution: + { + integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, + } /path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { + integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==, + } + engines: { node: ">=16 || 14 >=14.17" } dependencies: lru-cache: 10.0.0 minipass: 7.0.2 dev: false /path-to-regexp@0.1.7: - resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} + resolution: + { + integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==, + } dev: true /path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, + } + engines: { node: ">=4" } dependencies: pify: 3.0.0 dev: false /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, + } + engines: { node: ">=8" } dev: false /picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + resolution: + { + integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, + } dev: false /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} + resolution: + { + integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, + } + engines: { node: ">=8.6" } /picomodal@3.0.0: - resolution: {integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==} + resolution: + { + integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==, + } dev: true /pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, + } + engines: { node: ">=0.10.0" } dev: false /pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, + } + engines: { node: ">=4" } dev: false /pify@4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, + } + engines: { node: ">=6" } dev: false /pify@5.0.0: - resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==, + } + engines: { node: ">=10" } dev: false /pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, + } + engines: { node: ">=8" } dependencies: find-up: 4.1.0 dev: false /pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + resolution: + { + integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==, + } + engines: { node: ">=14.16" } dependencies: find-up: 6.3.0 dev: false /popper.js@1.16.1: - resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} + resolution: + { + integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==, + } deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 dev: true /prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, + } + engines: { node: ">= 0.8.0" } dev: false /prettier-plugin-multiline-arrays@3.0.1(prettier@3.1.0): - resolution: {integrity: sha512-xRwqy/6eMU7234W3/XFjviTn00X2JlXyiUUdpFk4R0HbLJ0QJDA1i5fLZnVQrcSrWzidrHvs1SauEpFsBDxWAQ==} + resolution: + { + integrity: sha512-xRwqy/6eMU7234W3/XFjviTn00X2JlXyiUUdpFk4R0HbLJ0QJDA1i5fLZnVQrcSrWzidrHvs1SauEpFsBDxWAQ==, + } peerDependencies: prettier: ^3.0.0 dependencies: - '@augment-vir/common': 22.1.0 + "@augment-vir/common": 22.1.0 prettier: 3.1.0 proxy-vir: 0.0.2 dev: false /prettier@3.1.0: - resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==, + } + engines: { node: ">=14" } hasBin: true dev: false /pretty-format@29.6.2: - resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { + integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==, + } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: - '@jest/schemas': 29.6.0 + "@jest/schemas": 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 dev: false /proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /process-nextick-args@2.0.1: - resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + resolution: + { + integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, + } dev: false /promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + resolution: + { + integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, + } peerDependencies: - bluebird: '*' + bluebird: "*" peerDependenciesMeta: bluebird: optional: true dev: false /promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, + } + engines: { node: ">=10" } dependencies: err-code: 2.0.3 retry: 0.12.0 dev: false /promise@7.3.1: - resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + resolution: + { + integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==, + } dependencies: asap: 2.0.6 dev: true /prompts@2.4.2: - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, + } + engines: { node: ">= 6" } dependencies: kleur: 3.0.3 sisteransi: 1.0.5 dev: false /promzard@1.0.0: - resolution: {integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: read: 2.1.0 dev: false /protocols@2.0.1: - resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} + resolution: + { + integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==, + } dev: false /proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} - engines: {node: '>= 0.10'} + resolution: + { + integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, + } + engines: { node: ">= 0.10" } dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 dev: true /proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + resolution: + { + integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, + } dev: false /proxy-vir@0.0.2: - resolution: {integrity: sha512-4yP9ol7cFb1lUwYyj0B1+M+EpQz7tAu7PTgHCqOQenn0abXOJ3epfS3d2e+9zTgpBfYFzutL5tD2hyFz/smXyw==} + resolution: + { + integrity: sha512-4yP9ol7cFb1lUwYyj0B1+M+EpQz7tAu7PTgHCqOQenn0abXOJ3epfS3d2e+9zTgpBfYFzutL5tD2hyFz/smXyw==, + } dependencies: - '@augment-vir/common': 22.1.0 + "@augment-vir/common": 22.1.0 dev: false /pstree.remy@1.1.8: - resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} + resolution: + { + integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==, + } dev: true /pug-attrs@3.0.0: - resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} + resolution: + { + integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==, + } dependencies: constantinople: 4.0.1 js-stringify: 1.0.2 @@ -7428,7 +10078,10 @@ packages: dev: true /pug-code-gen@3.0.2: - resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} + resolution: + { + integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==, + } dependencies: constantinople: 4.0.1 doctypes: 1.1.0 @@ -7441,11 +10094,17 @@ packages: dev: true /pug-error@2.0.0: - resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} + resolution: + { + integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==, + } dev: true /pug-filters@4.0.0: - resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} + resolution: + { + integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==, + } dependencies: constantinople: 4.0.1 jstransformer: 1.0.0 @@ -7455,7 +10114,10 @@ packages: dev: true /pug-lexer@5.0.1: - resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} + resolution: + { + integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==, + } dependencies: character-parser: 2.2.0 is-expression: 4.0.0 @@ -7463,42 +10125,63 @@ packages: dev: true /pug-linker@4.0.0: - resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} + resolution: + { + integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==, + } dependencies: pug-error: 2.0.0 pug-walk: 2.0.0 dev: true /pug-load@3.0.0: - resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} + resolution: + { + integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==, + } dependencies: object-assign: 4.1.1 pug-walk: 2.0.0 dev: true /pug-parser@6.0.0: - resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} + resolution: + { + integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==, + } dependencies: pug-error: 2.0.0 token-stream: 1.0.0 dev: true /pug-runtime@3.0.1: - resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} + resolution: + { + integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==, + } dev: true /pug-strip-comments@2.0.0: - resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} + resolution: + { + integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==, + } dependencies: pug-error: 2.0.0 dev: true /pug-walk@2.0.0: - resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} + resolution: + { + integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==, + } dev: true /pug@3.0.2: - resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} + resolution: + { + integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==, + } dependencies: pug-code-gen: 3.0.2 pug-filters: 4.0.0 @@ -7511,39 +10194,60 @@ packages: dev: true /punycode@2.3.0: - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, + } + engines: { node: ">=6" } /qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} - engines: {node: '>=0.6'} + resolution: + { + integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, + } + engines: { node: ">=0.6" } dependencies: side-channel: 1.0.4 dev: true /queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + resolution: + { + integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, + } dev: false /quick-lru@4.0.1: - resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, + } + engines: { node: ">=8" } dev: false /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + resolution: + { + integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, + } dependencies: safe-buffer: 5.2.1 dev: false /range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, + } + engines: { node: ">= 0.6" } dev: true /raw-body@2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, + } + engines: { node: ">= 0.8" } dependencies: bytes: 3.1.2 http-errors: 2.0.0 @@ -7552,25 +10256,37 @@ packages: dev: true /react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + resolution: + { + integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, + } dev: false /read-cmd-shim@4.0.0: - resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dev: false /read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: json-parse-even-better-errors: 3.0.0 npm-normalize-package-bin: 3.0.1 dev: false /read-package-json@6.0.4: - resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: glob: 10.3.10 json-parse-even-better-errors: 3.0.0 @@ -7579,16 +10295,22 @@ packages: dev: false /read-pkg-up@3.0.0: - resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, + } + engines: { node: ">=4" } dependencies: find-up: 2.1.0 read-pkg: 3.0.0 dev: false /read-pkg-up@7.0.1: - resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, + } + engines: { node: ">=8" } dependencies: find-up: 4.1.0 read-pkg: 5.2.0 @@ -7596,8 +10318,11 @@ packages: dev: false /read-pkg@3.0.0: - resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, + } + engines: { node: ">=4" } dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 @@ -7605,24 +10330,33 @@ packages: dev: false /read-pkg@5.2.0: - resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, + } + engines: { node: ">=8" } dependencies: - '@types/normalize-package-data': 2.4.1 + "@types/normalize-package-data": 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 dev: false /read@2.1.0: - resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: mute-stream: 1.0.0 dev: false /readable-stream@1.0.34: - resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} + resolution: + { + integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==, + } dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -7631,7 +10365,10 @@ packages: dev: false /readable-stream@2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + resolution: + { + integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==, + } dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -7643,8 +10380,11 @@ packages: dev: false /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + resolution: + { + integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, + } + engines: { node: ">= 6" } dependencies: inherits: 2.0.4 string_decoder: 1.3.0 @@ -7652,51 +10392,75 @@ packages: dev: false /readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + resolution: + { + integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, + } + engines: { node: ">=8.10.0" } dependencies: picomatch: 2.3.1 dev: true /rechoir@0.8.0: - resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==, + } + engines: { node: ">= 10.13.0" } dependencies: resolve: 1.22.2 dev: false /redent@3.0.0: - resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, + } + engines: { node: ">=8" } dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 dev: false /regenerate-unicode-properties@10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, + } + engines: { node: ">=4" } dependencies: regenerate: 1.4.2 dev: false /regenerate@1.4.2: - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + resolution: + { + integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, + } dev: false /regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + resolution: + { + integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, + } dev: false /regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + resolution: + { + integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, + } dependencies: - '@babel/runtime': 7.22.6 + "@babel/runtime": 7.22.6 dev: false /regexp.prototype.flags@1.5.0: - resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -7704,10 +10468,13 @@ packages: dev: false /regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, + } + engines: { node: ">=4" } dependencies: - '@babel/regjsgen': 0.8.0 + "@babel/regjsgen": 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -7716,55 +10483,82 @@ packages: dev: false /regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + resolution: + { + integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, + } hasBin: true dependencies: jsesc: 0.5.0 dev: false /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, + } + engines: { node: ">=0.10.0" } dev: false /require-from-string@2.0.2: - resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, + } + engines: { node: ">=0.10.0" } dev: false /resolve-cwd@3.0.0: - resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, + } + engines: { node: ">=8" } dependencies: resolve-from: 5.0.0 dev: false /resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, + } + engines: { node: ">=4" } dev: false /resolve-from@5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, + } + engines: { node: ">=8" } dev: false /resolve-global@1.0.0: - resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==, + } + engines: { node: ">=8" } dependencies: global-dirs: 0.1.1 dev: false /resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + resolution: + { + integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==, + } dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 dev: false /resolve@1.22.2: - resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + resolution: + { + integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, + } hasBin: true dependencies: is-core-module: 2.12.1 @@ -7772,7 +10566,10 @@ packages: supports-preserve-symlinks-flag: 1.0.0 /resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + resolution: + { + integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, + } hasBin: true dependencies: is-core-module: 2.13.1 @@ -7781,74 +10578,107 @@ packages: dev: false /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, + } + engines: { node: ">=8" } dependencies: onetime: 5.1.2 signal-exit: 3.0.7 dev: false /retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} + resolution: + { + integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, + } + engines: { node: ">= 4" } dev: false /reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + resolution: + { + integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, + } + engines: { iojs: ">=1.0.0", node: ">=0.10.0" } dev: false /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + resolution: + { + integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, + } hasBin: true dependencies: glob: 7.2.3 dev: false /rimraf@4.4.1: - resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==, + } + engines: { node: ">=14" } hasBin: true dependencies: glob: 9.3.5 dev: false /rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==, + } + engines: { node: ">=14" } hasBin: true dependencies: glob: 10.3.10 dev: false /run-async@2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} - engines: {node: '>=0.12.0'} + resolution: + { + integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, + } + engines: { node: ">=0.12.0" } dev: false /run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + resolution: + { + integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, + } dependencies: queue-microtask: 1.2.3 dev: false /run-time-assertions@0.2.1: - resolution: {integrity: sha512-nJrck8ekwrfilGPgGREZlNDR8US7Q+aVMWAWGKxyeeEf0X8TrPM9x5aGvHiPPsGszteUfZrABepByxgHCSWbag==} + resolution: + { + integrity: sha512-nJrck8ekwrfilGPgGREZlNDR8US7Q+aVMWAWGKxyeeEf0X8TrPM9x5aGvHiPPsGszteUfZrABepByxgHCSWbag==, + } dependencies: - '@augment-vir/common': 22.1.0 + "@augment-vir/common": 22.1.0 expect-type: 0.15.0 type-fest: 4.8.3 dev: false /rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + resolution: + { + integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, + } dependencies: tslib: 2.6.1 dev: false /safe-array-concat@1.0.0: - resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} - engines: {node: '>=0.4'} + resolution: + { + integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, + } + engines: { node: ">=0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7857,14 +10687,23 @@ packages: dev: false /safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + resolution: + { + integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, + } dev: false /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + resolution: + { + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, + } /safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + resolution: + { + integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7872,59 +10711,86 @@ packages: dev: false /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + resolution: + { + integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, + } /sax@1.3.0: - resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + resolution: + { + integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==, + } dev: true /schema-utils@3.3.0: - resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, + } + engines: { node: ">= 10.13.0" } dependencies: - '@types/json-schema': 7.0.12 + "@types/json-schema": 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: false /schema-utils@4.2.0: - resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} - engines: {node: '>= 12.13.0'} + resolution: + { + integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, + } + engines: { node: ">= 12.13.0" } dependencies: - '@types/json-schema': 7.0.12 + "@types/json-schema": 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) dev: false /semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + resolution: + { + integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, + } hasBin: true dev: false /semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + resolution: + { + integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, + } hasBin: true dev: false /semver@7.5.3: - resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==, + } + engines: { node: ">=10" } hasBin: true dependencies: lru-cache: 6.0.0 dev: false /semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, + } + engines: { node: ">=10" } hasBin: true dependencies: lru-cache: 6.0.0 /send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, + } + engines: { node: ">= 0.8.0" } dependencies: debug: 2.6.9 depd: 2.0.0 @@ -7944,14 +10810,20 @@ packages: dev: true /serialize-javascript@6.0.1: - resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + resolution: + { + integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==, + } dependencies: randombytes: 2.1.0 dev: false /serve-static@1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, + } + engines: { node: ">= 0.8.0" } dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -7962,34 +10834,52 @@ packages: dev: true /set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + resolution: + { + integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, + } dev: false /setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + resolution: + { + integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, + } dev: true /shallow-clone@3.0.1: - resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, + } + engines: { node: ">=8" } dependencies: kind-of: 6.0.3 dev: false /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, + } + engines: { node: ">=8" } dependencies: shebang-regex: 3.0.0 dev: false /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, + } + engines: { node: ">=8" } dev: false /shiki@0.14.3: - resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} + resolution: + { + integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==, + } dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -7998,67 +10888,97 @@ packages: dev: false /side-channel@1.0.4: - resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + resolution: + { + integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, + } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 object-inspect: 1.12.3 /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + resolution: + { + integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, + } dev: false /signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} + resolution: + { + integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, + } + engines: { node: ">=14" } dev: false /sigstore@1.8.0: - resolution: {integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: - '@sigstore/bundle': 1.0.0 - '@sigstore/protobuf-specs': 0.2.0 - '@sigstore/tuf': 1.0.3 + "@sigstore/bundle": 1.0.0 + "@sigstore/protobuf-specs": 0.2.0 + "@sigstore/tuf": 1.0.3 make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color dev: false /simple-update-notifier@2.0.0: - resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, + } + engines: { node: ">=10" } dependencies: semver: 7.5.4 dev: true /sirv@2.0.3: - resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==, + } + engines: { node: ">= 10" } dependencies: - '@polka/url': 1.0.0-next.21 + "@polka/url": 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.1 dev: false /sisteransi@1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + resolution: + { + integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, + } dev: false /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, + } + engines: { node: ">=8" } dev: false /smart-buffer@4.2.0: - resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} - engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + resolution: + { + integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, + } + engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } dev: false /socks-proxy-agent@7.0.0: - resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==, + } + engines: { node: ">= 10" } dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -8068,106 +10988,160 @@ packages: dev: false /socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + resolution: + { + integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, + } + engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } dependencies: ip: 2.0.0 smart-buffer: 4.2.0 dev: false /sort-keys@2.0.0: - resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==, + } + engines: { node: ">=4" } dependencies: is-plain-obj: 1.1.0 dev: false /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + resolution: + { + integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, + } dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: false /source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, + } + engines: { node: ">=0.10.0" } dev: false /source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, + } + engines: { node: ">= 8" } dev: true /spdx-correct@3.2.0: - resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + resolution: + { + integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==, + } dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.13 dev: false /spdx-exceptions@2.3.0: - resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + resolution: + { + integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, + } dev: false /spdx-expression-parse@3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + resolution: + { + integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, + } dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.13 dev: false /spdx-license-ids@3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + resolution: + { + integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, + } dev: false /split2@3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + resolution: + { + integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==, + } dependencies: readable-stream: 3.6.2 dev: false /split2@4.2.0: - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} - engines: {node: '>= 10.x'} + resolution: + { + integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==, + } + engines: { node: ">= 10.x" } dev: false /split@1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + resolution: + { + integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==, + } dependencies: through: 2.3.8 dev: false /sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + resolution: + { + integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, + } dev: false /ssri@10.0.4: - resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: minipass: 5.0.0 dev: false /ssri@9.0.1: - resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + resolution: + { + integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==, + } + engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } dependencies: minipass: 3.3.6 dev: false /stats.ts@1.1.0: - resolution: {integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==} + resolution: + { + integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==, + } dev: true /statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, + } + engines: { node: ">= 0.8" } dev: true /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, + } + engines: { node: ">=8" } dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -8175,8 +11149,11 @@ packages: dev: false /string-width@5.1.2: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, + } + engines: { node: ">=12" } dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 @@ -8184,8 +11161,11 @@ packages: dev: false /string.prototype.trim@1.2.7: - resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8193,7 +11173,10 @@ packages: dev: false /string.prototype.trimend@1.0.6: - resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} + resolution: + { + integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8201,7 +11184,10 @@ packages: dev: false /string.prototype.trimstart@1.0.6: - resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} + resolution: + { + integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, + } dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -8209,65 +11195,98 @@ packages: dev: false /string_decoder@0.10.31: - resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + resolution: + { + integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==, + } dev: false /string_decoder@1.1.1: - resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + resolution: + { + integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, + } dependencies: safe-buffer: 5.1.2 dev: false /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + resolution: + { + integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, + } dependencies: safe-buffer: 5.2.1 dev: false /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, + } + engines: { node: ">=8" } dependencies: ansi-regex: 5.0.1 dev: false /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, + } + engines: { node: ">=12" } dependencies: ansi-regex: 6.0.1 dev: false /strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, + } + engines: { node: ">=4" } dev: false /strip-bom@4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, + } + engines: { node: ">=8" } dev: false /strip-final-newline@2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, + } + engines: { node: ">=6" } dev: false /strip-indent@3.0.0: - resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, + } + engines: { node: ">=8" } dependencies: min-indent: 1.0.1 dev: false /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, + } + engines: { node: ">=8" } dev: false /strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==, + } + engines: { node: ">=4" } hasBin: true dependencies: duplexer: 0.1.2 @@ -8276,10 +11295,13 @@ packages: dev: false /stylus@0.61.0: - resolution: {integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==} + resolution: + { + integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==, + } hasBin: true dependencies: - '@adobe/css-tools': 4.3.1 + "@adobe/css-tools": 4.3.1 debug: 4.3.4 glob: 7.2.3 sax: 1.3.0 @@ -8289,37 +11311,55 @@ packages: dev: true /supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, + } + engines: { node: ">=4" } dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, + } + engines: { node: ">=8" } dependencies: has-flag: 4.0.0 dev: false /supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, + } + engines: { node: ">=10" } dependencies: has-flag: 4.0.0 dev: false /supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, + } + engines: { node: ">= 0.4" } /tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, + } + engines: { node: ">=6" } dev: false /tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, + } + engines: { node: ">=6" } dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -8329,8 +11369,11 @@ packages: dev: false /tar@6.1.11: - resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} - engines: {node: '>= 10'} + resolution: + { + integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, + } + engines: { node: ">= 10" } dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -8341,27 +11384,33 @@ packages: dev: false /temp-dir@1.0.0: - resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==, + } + engines: { node: ">=4" } dev: false /terser-webpack-plugin@5.3.9(webpack@5.89.0): - resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, + } + engines: { node: ">= 10.13.0" } peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" webpack: ^5.1.0 peerDependenciesMeta: - '@swc/core': + "@swc/core": optional: true esbuild: optional: true uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.18 + "@jridgewell/trace-mapping": 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -8370,122 +11419,182 @@ packages: dev: false /terser@5.19.2: - resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==, + } + engines: { node: ">=10" } hasBin: true dependencies: - '@jridgewell/source-map': 0.3.5 + "@jridgewell/source-map": 0.3.5 acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 dev: false /text-extensions@1.9.0: - resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} - engines: {node: '>=0.10'} + resolution: + { + integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==, + } + engines: { node: ">=0.10" } dev: false /text-extensions@2.4.0: - resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==, + } + engines: { node: ">=8" } dev: false /text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + resolution: + { + integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, + } dev: false /through2@2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + resolution: + { + integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==, + } dependencies: readable-stream: 2.3.8 xtend: 4.0.2 dev: false /through2@4.0.2: - resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + resolution: + { + integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==, + } dependencies: readable-stream: 3.6.2 dev: false /through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + resolution: + { + integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, + } dev: false /tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + resolution: + { + integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, + } + engines: { node: ">=0.6.0" } dependencies: os-tmpdir: 1.0.2 dev: false /tmp@0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} + resolution: + { + integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==, + } + engines: { node: ">=8.17.0" } dependencies: rimraf: 3.0.2 dev: false /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, + } + engines: { node: ">=4" } /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + resolution: + { + integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, + } + engines: { node: ">=8.0" } dependencies: is-number: 7.0.0 /toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} + resolution: + { + integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, + } + engines: { node: ">=0.6" } dev: true /token-stream@1.0.0: - resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} + resolution: + { + integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==, + } dev: true /totalist@3.0.1: - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, + } + engines: { node: ">=6" } dev: false /touch@3.1.0: - resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} + resolution: + { + integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==, + } hasBin: true dependencies: nopt: 1.0.10 dev: true /tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + resolution: + { + integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, + } dev: false /trim-newlines@3.0.1: - resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, + } + engines: { node: ">=8" } dev: false /ts-api-utils@1.0.1(typescript@5.3.2): - resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} - engines: {node: '>=16.13.0'} + resolution: + { + integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==, + } + engines: { node: ">=16.13.0" } peerDependencies: - typescript: '>=4.2.0' + typescript: ">=4.2.0" dependencies: typescript: 5.3.2 dev: false /tsconfig-paths@3.14.2: - resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} + resolution: + { + integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, + } dependencies: - '@types/json5': 0.0.29 + "@types/json5": 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 dev: false /tsconfig-paths@4.2.0: - resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, + } + engines: { node: ">=6" } dependencies: json5: 2.2.3 minimist: 1.2.8 @@ -8493,14 +11602,20 @@ packages: dev: false /tslib@2.6.1: - resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} + resolution: + { + integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==, + } dev: false /tuf-js@1.1.7: - resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: - '@tufjs/models': 1.0.4 + "@tufjs/models": 1.0.4 debug: 4.3.4 make-fetch-happen: 11.1.1 transitivePeerDependencies: @@ -8508,58 +11623,88 @@ packages: dev: false /type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + resolution: + { + integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, + } + engines: { node: ">= 0.8.0" } dependencies: prelude-ls: 1.2.1 dev: false /type-fest@0.18.1: - resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==, + } + engines: { node: ">=10" } dev: false /type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, + } + engines: { node: ">=10" } dev: false /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, + } + engines: { node: ">=10" } dev: false /type-fest@0.4.1: - resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==, + } + engines: { node: ">=6" } dev: false /type-fest@0.6.0: - resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, + } + engines: { node: ">=8" } dev: false /type-fest@0.8.1: - resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, + } + engines: { node: ">=8" } dev: false /type-fest@4.8.3: - resolution: {integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==} - engines: {node: '>=16'} + resolution: + { + integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==, + } + engines: { node: ">=16" } dev: false /type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} + resolution: + { + integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, + } + engines: { node: ">= 0.6" } dependencies: media-typer: 0.3.0 mime-types: 2.1.35 dev: true /typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -8567,8 +11712,11 @@ packages: dev: false /typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, + } + engines: { node: ">= 0.4" } dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -8577,8 +11725,11 @@ packages: dev: false /typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, + } + engines: { node: ">= 0.4" } dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -8588,7 +11739,10 @@ packages: dev: false /typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + resolution: + { + integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, + } dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -8596,12 +11750,18 @@ packages: dev: false /typedarray@0.0.6: - resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + resolution: + { + integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, + } dev: false /typedoc-plugin-coverage@2.2.0(typedoc@0.25.4): - resolution: {integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==, + } + engines: { node: ">= 16" } peerDependencies: typedoc: ^0.22.12 || 0.23.x || 0.24.x || 0.25.x dependencies: @@ -8609,7 +11769,10 @@ packages: dev: false /typedoc-plugin-keywords@1.6.0(typedoc@0.25.4): - resolution: {integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==} + resolution: + { + integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==, + } peerDependencies: typedoc: ^0.25.4 dependencies: @@ -8618,7 +11781,10 @@ packages: dev: false /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.4): - resolution: {integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==} + resolution: + { + integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==, + } peerDependencies: typedoc: 0.24.x || 0.25.x dependencies: @@ -8626,8 +11792,11 @@ packages: dev: false /typedoc@0.25.4(typescript@5.3.2): - resolution: {integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==} - engines: {node: '>= 16'} + resolution: + { + integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==, + } + engines: { node: ">= 16" } hasBin: true peerDependencies: 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 @@ -8640,21 +11809,30 @@ packages: dev: false /typescript@5.3.2: - resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} - engines: {node: '>=14.17'} + resolution: + { + integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==, + } + engines: { node: ">=14.17" } hasBin: true dev: false /uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} - engines: {node: '>=0.8.0'} + resolution: + { + integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, + } + engines: { node: ">=0.8.0" } hasBin: true requiresBuild: true dev: false optional: true /unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + resolution: + { + integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, + } dependencies: call-bind: 1.0.2 has-bigints: 1.0.2 @@ -8663,79 +11841,121 @@ packages: dev: false /undefsafe@2.0.5: - resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} + resolution: + { + integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==, + } dev: true /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + resolution: + { + integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, + } dev: false /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, + } + engines: { node: ">=4" } dev: false /unicode-match-property-ecmascript@2.0.0: - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, + } + engines: { node: ">=4" } dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 dev: false /unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, + } + engines: { node: ">=4" } dev: false /unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, + } + engines: { node: ">=4" } dev: false /unique-filename@3.0.0: - resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: unique-slug: 4.0.0 dev: false /unique-slug@4.0.0: - resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: imurmurhash: 0.1.4 dev: false /universal-user-agent@6.0.0: - resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} + resolution: + { + integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==, + } dev: false /universalify@2.0.0: - resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} - engines: {node: '>= 10.0.0'} + resolution: + { + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, + } + engines: { node: ">= 10.0.0" } dev: false /unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, + } + engines: { node: ">= 0.8" } dev: true /untildify@4.0.0: - resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, + } + engines: { node: ">=8" } dev: false /upath@2.0.1: - resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} - engines: {node: '>=4'} + resolution: + { + integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, + } + engines: { node: ">=4" } dev: false /update-browserslist-db@1.0.13(browserslist@4.22.2): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + resolution: + { + integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==, + } hasBin: true peerDependencies: - browserslist: '>= 4.21.0' + browserslist: ">= 4.21.0" dependencies: browserslist: 4.22.2 escalade: 3.1.1 @@ -8743,96 +11963,147 @@ packages: dev: false /uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + resolution: + { + integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, + } dependencies: punycode: 2.3.0 /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + resolution: + { + integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, + } dev: false /utils-merge@1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} - engines: {node: '>= 0.4.0'} + resolution: + { + integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, + } + engines: { node: ">= 0.4.0" } dev: true /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + resolution: + { + integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, + } hasBin: true dev: false /v8-compile-cache@2.3.0: - resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + resolution: + { + integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, + } dev: false /validate-npm-package-license@3.0.4: - resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + resolution: + { + integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, + } dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: false /validate-npm-package-name@3.0.0: - resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} + resolution: + { + integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==, + } dependencies: builtins: 1.0.3 dev: false /validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: builtins: 5.0.1 dev: false /vanilla-picker@2.12.2: - resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} + resolution: + { + integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==, + } dependencies: - '@sphinxxxx/color-conversion': 2.2.2 + "@sphinxxxx/color-conversion": 2.2.2 dev: true /vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} + resolution: + { + integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, + } + engines: { node: ">= 0.8" } dev: true /void-elements@3.1.0: - resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} - engines: {node: '>=0.10.0'} + resolution: + { + integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==, + } + engines: { node: ">=0.10.0" } dev: true /vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} + resolution: + { + integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, + } dev: false /vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} + resolution: + { + integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, + } dev: false /watchpack@2.4.0: - resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, + } + engines: { node: ">=10.13.0" } dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 dev: false /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + resolution: + { + integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, + } dependencies: defaults: 1.0.4 dev: false /webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + resolution: + { + integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, + } dev: false /webpack-bundle-analyzer@4.10.1: - resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==} - engines: {node: '>= 10.13.0'} + resolution: + { + integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==, + } + engines: { node: ">= 10.13.0" } hasBin: true dependencies: - '@discoveryjs/json-ext': 0.5.7 + "@discoveryjs/json-ext": 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 commander: 7.2.0 @@ -8851,26 +12122,29 @@ packages: dev: false /webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0): - resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} - engines: {node: '>=14.15.0'} + resolution: + { + integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==, + } + engines: { node: ">=14.15.0" } hasBin: true peerDependencies: - '@webpack-cli/generators': '*' + "@webpack-cli/generators": "*" webpack: 5.x.x - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' + webpack-bundle-analyzer: "*" + webpack-dev-server: "*" peerDependenciesMeta: - '@webpack-cli/generators': + "@webpack-cli/generators": optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) + "@discoveryjs/json-ext": 0.5.7 + "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) + "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) + "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -8885,33 +12159,42 @@ packages: dev: false /webpack-merge@5.9.0: - resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} - engines: {node: '>=10.0.0'} + resolution: + { + integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==, + } + engines: { node: ">=10.0.0" } dependencies: clone-deep: 4.0.1 wildcard: 2.0.1 dev: false /webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, + } + engines: { node: ">=10.13.0" } dev: false /webpack@5.89.0(webpack-cli@5.1.4): - resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} - engines: {node: '>=10.13.0'} + resolution: + { + integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==, + } + engines: { node: ">=10.13.0" } hasBin: true peerDependencies: - webpack-cli: '*' + webpack-cli: "*" peerDependenciesMeta: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/wasm-edit': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 + "@types/eslint-scope": 3.7.4 + "@types/estree": 1.0.1 + "@webassemblyjs/ast": 1.11.6 + "@webassemblyjs/wasm-edit": 1.11.6 + "@webassemblyjs/wasm-parser": 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) browserslist: 4.22.2 @@ -8933,20 +12216,26 @@ packages: webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js dev: false /whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + resolution: + { + integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, + } dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false /which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + resolution: + { + integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, + } dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -8956,8 +12245,11 @@ packages: dev: false /which-typed-array@1.1.11: - resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} - engines: {node: '>= 0.4'} + resolution: + { + integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, + } + engines: { node: ">= 0.4" } dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -8967,48 +12259,69 @@ packages: dev: false /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} + resolution: + { + integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, + } + engines: { node: ">= 8" } hasBin: true dependencies: isexe: 2.0.0 dev: false /which@3.0.1: - resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true dependencies: isexe: 2.0.0 dev: false /wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + resolution: + { + integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, + } dependencies: string-width: 4.2.3 dev: false /wildcard@2.0.1: - resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + resolution: + { + integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==, + } dev: false /with@7.0.2: - resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} - engines: {node: '>= 10.0.0'} - dependencies: - '@babel/parser': 7.22.7 - '@babel/types': 7.22.5 + resolution: + { + integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==, + } + engines: { node: ">= 10.0.0" } + dependencies: + "@babel/parser": 7.22.7 + "@babel/types": 7.22.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true /wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + resolution: + { + integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, + } dev: false /wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, + } + engines: { node: ">=8" } dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -9016,8 +12329,11 @@ packages: dev: false /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, + } + engines: { node: ">=10" } dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -9025,8 +12341,11 @@ packages: dev: false /wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, + } + engines: { node: ">=12" } dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 @@ -9034,10 +12353,16 @@ packages: dev: false /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + resolution: + { + integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, + } /write-file-atomic@2.4.3: - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + resolution: + { + integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, + } dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 @@ -9045,16 +12370,22 @@ packages: dev: false /write-file-atomic@5.0.1: - resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { + integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==, + } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 dev: false /write-json-file@3.2.0: - resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} - engines: {node: '>=6'} + resolution: + { + integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==, + } + engines: { node: ">=6" } dependencies: detect-indent: 5.0.0 graceful-fs: 4.2.11 @@ -9065,8 +12396,11 @@ packages: dev: false /write-pkg@4.0.0: - resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} - engines: {node: '>=8'} + resolution: + { + integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==, + } + engines: { node: ">=8" } dependencies: sort-keys: 2.0.0 type-fest: 0.4.1 @@ -9074,8 +12408,11 @@ packages: dev: false /ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} + resolution: + { + integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==, + } + engines: { node: ">=8.3.0" } peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -9086,35 +12423,56 @@ packages: optional: true /xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} + resolution: + { + integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, + } + engines: { node: ">=0.4" } dev: false /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, + } + engines: { node: ">=10" } dev: false /yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + resolution: + { + integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, + } dev: false /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + resolution: + { + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, + } /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, + } + engines: { node: ">=10" } dev: false /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, + } + engines: { node: ">=12" } dev: false /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, + } + engines: { node: ">=10" } dependencies: cliui: 7.0.4 escalade: 3.1.1 @@ -9126,8 +12484,11 @@ packages: dev: false /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + resolution: + { + integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, + } + engines: { node: ">=12" } dependencies: cliui: 8.0.1 escalade: 3.1.1 @@ -9139,11 +12500,17 @@ packages: dev: false /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} + resolution: + { + integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, + } + engines: { node: ">=10" } dev: false /yocto-queue@1.0.0: - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} - engines: {node: '>=12.20'} + resolution: + { + integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, + } + engines: { node: ">=12.20" } dev: false diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index d21d68f..e20cce3 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-big-circles + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-big-circles diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index 8636b2a..78b9478 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 53eb778..e498f1f 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0-beta.4", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0" - } } diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index 33fb250..3f74c0b 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-bubbles + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-bubbles diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 8b16eeb..4944fb1 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index 5cc1d4c..db7fa98 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0-beta.4", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0" - } } diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index c06f683..bbf47d5 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-confetti + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-confetti diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 64a033e..0a865a1 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/confetti/package.json b/presets/confetti/package.json index 42e773f..70d2a76 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0-beta.4", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-motion": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-roll": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-tilt": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-motion": "^3.0.0", - "@tsparticles/shape-square": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0", - "@tsparticles/updater-roll": "^3.0.0", - "@tsparticles/updater-rotate": "^3.0.0", - "@tsparticles/updater-tilt": "^3.0.0", - "@tsparticles/updater-wobble": "^3.0.0" - } } diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index d10a109..ce28a58 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-fire + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fire diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index d7a4f11..9cd00bb 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fire/package.json b/presets/fire/package.json index c76e413..1c383eb 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0-beta.4", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fire", + "version": "3.0.0", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-push": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-external-push": "^3.0.0" - } } diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index a96a27e..61d4300 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-firefly + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-firefly diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index baf38e0..2d9c1bc 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 45dc838..85e682b 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0-beta.4", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-trail": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-external-trail": "^3.0.0" - } } diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index 1c05c09..5a47052 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-fireworks + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fireworks diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 4cb55f1..ecd7202 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index bec36b7..923b7b2 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0-beta.4", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/plugin-sounds": "^3.0.0", + "@tsparticles/shape-line": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0", - "@tsparticles/plugin-sounds": "^3.0.0", - "@tsparticles/shape-line": "^3.0.0", - "@tsparticles/updater-destroy": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0", - "@tsparticles/updater-rotate": "^3.0.0", - "@tsparticles/updater-stroke-color": "^3.0.0" - } } diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index 9175889..36125e1 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-fountain + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-fountain diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 13f7cee..095f70b 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 936671e..775f46a 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0-beta.4", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/updater-destroy": "^3.0.0" - } } diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index 56b4139..a232df7 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-hyperspace + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-hyperspace diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 42f8bcc..57292f2 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index 938e0b2..f8a4e50 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0-beta.4", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0" - } } diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index 8c2cd64..d1623e7 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-links + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-links diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index 6133618..18660ca 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/links/package.json b/presets/links/package.json index 37b9fc7..b71ca99 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0-beta.4", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-links", + "version": "3.0.0", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-particles-links": "^3.0.0" - } } diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index 6edd3e4..a3f77a8 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-sea-anemone + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-sea-anemone diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index 3f24b04..62a767d 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 32381a5..09fc52e 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0-beta.4", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/path-curves": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/path-curves": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0" - } } diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index ef36397..86cb19a 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-snow + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-snow diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index ed91406..2cb24fc 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/snow/package.json b/presets/snow/package.json index e158378..6c0b40d 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0-beta.4", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-snow", + "version": "3.0.0", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/updater-wobble": "^3.0.0" - } } diff --git a/presets/squares/CHANGELOG.md b/presets/squares/CHANGELOG.md index 0cf0bcb..b013abf 100644 --- a/presets/squares/CHANGELOG.md +++ b/presets/squares/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-squares + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-squares diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 792c9d8..c7c9291 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/squares/package.json b/presets/squares/package.json index 45cf010..463e196 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "scripts": { diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index e3ae2d6..4e06547 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-stars + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-stars diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index df8e4ba..1684e7a 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/stars/package.json b/presets/stars/package.json index 46b526b..b5eda8b 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0-beta.4", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-stars", + "version": "3.0.0", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0" - } } diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index d5b0f01..66f5015 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/tsparticles/presets/compare/v3.0.0-beta.4...v3.0.0) (2023-12-05) + +**Note:** Version bump only for package @tsparticles/preset-triangles + # [3.0.0-beta.4](https://github.com/tsparticles/presets/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) **Note:** Version bump only for package @tsparticles/preset-triangles diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index d046a20..390507a 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 15180cd..aca9551 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0-beta.4", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-particles-links": "^3.0.0" - } } From dbe0088d042f7c7ab1a6366e8e0a815e1a258b3b Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:27:18 +0100 Subject: [PATCH 13/14] build updated deps --- pnpm-lock.yaml | 8823 +++++++++++++++--------------------------------- 1 file changed, 2728 insertions(+), 6095 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7e917a..d129e5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,46 +1,47 @@ -lockfileVersion: "6.0" +lockfileVersion: '6.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: + .: dependencies: - "@babel/core": + '@babel/core': specifier: ^7.23.5 version: 7.23.5 - "@commitlint/cli": + '@commitlint/cli': specifier: ^18.4.3 version: 18.4.3(typescript@5.3.2) - "@commitlint/config-conventional": + '@commitlint/config-conventional': specifier: ^18.4.3 version: 18.4.3 - "@tsparticles/cli": + '@tsparticles/cli': specifier: ^2.0.0 version: 2.0.0(webpack-cli@5.1.4) - "@tsparticles/eslint-config": + '@tsparticles/eslint-config': specifier: ^2.0.0 version: 2.0.0 - "@tsparticles/prettier-config": + '@tsparticles/prettier-config': specifier: ^2.0.0 version: 2.0.0 - "@tsparticles/tsconfig": + '@tsparticles/tsconfig': specifier: ^2.0.0 version: 2.0.0 - "@tsparticles/webpack-plugin": + '@tsparticles/webpack-plugin': specifier: ^2.0.0 version: 2.0.0 - "@types/node": + '@types/node': specifier: ^20.10.3 version: 20.10.3 - "@types/webpack-env": + '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 - "@typescript-eslint/eslint-plugin": + '@typescript-eslint/eslint-plugin': specifier: ^6.13.2 version: 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/parser": + '@typescript-eslint/parser': specifier: ^6.13.2 version: 6.13.2(eslint@8.55.0)(typescript@5.3.2) babel-loader: @@ -100,53 +101,53 @@ importers: apps/demo: dependencies: - "@tsparticles/preset-big-circles": + '@tsparticles/preset-big-circles': specifier: workspace:^ version: link:../../presets/bigCircles/dist - "@tsparticles/preset-bubbles": + '@tsparticles/preset-bubbles': specifier: workspace:^ version: link:../../presets/bubbles/dist - "@tsparticles/preset-confetti": + '@tsparticles/preset-confetti': specifier: workspace:^ version: link:../../presets/confetti/dist - "@tsparticles/preset-fire": + '@tsparticles/preset-fire': specifier: workspace:^ version: link:../../presets/fire/dist - "@tsparticles/preset-firefly": + '@tsparticles/preset-firefly': specifier: workspace:^ version: link:../../presets/firefly/dist - "@tsparticles/preset-fireworks": + '@tsparticles/preset-fireworks': specifier: workspace:^ version: link:../../presets/fireworks/dist - "@tsparticles/preset-fountain": + '@tsparticles/preset-fountain': specifier: workspace:^ version: link:../../presets/fountain/dist - "@tsparticles/preset-hyperspace": + '@tsparticles/preset-hyperspace': specifier: workspace:^ version: link:../../presets/hyperspace/dist - "@tsparticles/preset-links": + '@tsparticles/preset-links': specifier: workspace:^ version: link:../../presets/links/dist - "@tsparticles/preset-sea-anemone": + '@tsparticles/preset-sea-anemone': specifier: workspace:^ version: link:../../presets/seaAnemone/dist - "@tsparticles/preset-snow": + '@tsparticles/preset-snow': specifier: workspace:^ version: link:../../presets/snow/dist - "@tsparticles/preset-squares": + '@tsparticles/preset-squares': specifier: workspace:^ version: link:../../presets/squares/dist - "@tsparticles/preset-stars": + '@tsparticles/preset-stars': specifier: workspace:^ version: link:../../presets/stars/dist - "@tsparticles/preset-triangles": + '@tsparticles/preset-triangles': specifier: workspace:^ version: link:../../presets/triangles/dist devDependencies: - "@fortawesome/fontawesome-free": + '@fortawesome/fontawesome-free': specifier: ^6.4.2 version: 6.4.2 - "@popperjs/core": + '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 bootstrap: @@ -189,286 +190,275 @@ importers: specifier: ^1.1.0 version: 1.1.0 stylus: - specifier: ^0.61.0 - version: 0.61.0 + specifier: ^0.62.0 + version: 0.62.0 presets/bigCircles: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters-shape-square": + '@tsparticles/plugin-emitters-shape-square': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/bubbles: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/confetti: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-motion": + '@tsparticles/plugin-motion': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/shape-square": + '@tsparticles/shape-square': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-life": + '@tsparticles/updater-life': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-roll": + '@tsparticles/updater-roll': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-rotate": + '@tsparticles/updater-rotate': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-tilt": + '@tsparticles/updater-tilt': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-wobble": + '@tsparticles/updater-wobble': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fire: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/interaction-external-push": + '@tsparticles/interaction-external-push': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/firefly: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/interaction-external-trail": + '@tsparticles/interaction-external-trail': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fireworks: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters-shape-square": + '@tsparticles/plugin-emitters-shape-square': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-sounds": + '@tsparticles/plugin-sounds': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/shape-line": + '@tsparticles/shape-line': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-destroy": + '@tsparticles/updater-destroy': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-life": + '@tsparticles/updater-life': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-rotate": + '@tsparticles/updater-rotate': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-stroke-color": + '@tsparticles/updater-stroke-color': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/fountain: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-destroy": + '@tsparticles/updater-destroy': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/hyperspace: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters-shape-square": + '@tsparticles/plugin-emitters-shape-square': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-life": + '@tsparticles/updater-life': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/links: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/interaction-particles-links": + '@tsparticles/interaction-particles-links': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/seaAnemone: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/path-curves": + '@tsparticles/path-curves': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/snow: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-wobble": + '@tsparticles/updater-wobble': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/squares: dependencies: - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/plugin-emitters": + '@tsparticles/plugin-emitters': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/shape-square": + '@tsparticles/shape-square': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-rotate": + '@tsparticles/updater-rotate': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-size": + '@tsparticles/updater-size': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/updater-stroke-color": + '@tsparticles/updater-stroke-color': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/stars: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist presets/triangles: dependencies: - "@tsparticles/basic": + '@tsparticles/basic': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/engine": + '@tsparticles/engine': specifier: ^3.0.0 version: 3.0.0 - "@tsparticles/interaction-particles-links": + '@tsparticles/interaction-particles-links': specifier: ^3.0.0 version: 3.0.0 publishDirectory: dist packages: + /@aashutoshrathi/word-wrap@1.2.6: - resolution: - { - integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} + engines: {node: '>=0.10.0'} dev: false /@adobe/css-tools@4.3.1: - resolution: - { - integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, - } + resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==} dev: true /@ampproject/remapping@2.2.1: - resolution: - { - integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@augment-vir/common@22.1.0: - resolution: - { - integrity: sha512-qzWhzhLCjV5iYPN4agt5HA9649l28wKYDe8BE+tE2OAP9DM8qM8Te/DeqZy4U6uAExQz47Hg+gjgC5vmFcPePw==, - } + resolution: {integrity: sha512-qzWhzhLCjV5iYPN4agt5HA9649l28wKYDe8BE+tE2OAP9DM8qM8Te/DeqZy4U6uAExQz47Hg+gjgC5vmFcPePw==} dependencies: browser-or-node: 2.1.1 run-time-assertions: 0.2.1 @@ -476,52 +466,40 @@ packages: dev: false /@babel/code-frame@7.22.13: - resolution: - { - integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.22.20 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: false /@babel/code-frame@7.23.5: - resolution: - { - integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.23.4 + '@babel/highlight': 7.23.4 chalk: 2.4.2 dev: false /@babel/compat-data@7.23.3: - resolution: - { - integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + engines: {node: '>=6.9.0'} dev: false /@babel/core@7.23.5: - resolution: - { - integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.23.5 - "@babel/generator": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helpers": 7.23.5 - "@babel/parser": 7.23.5 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helpers': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -532,99 +510,78 @@ packages: dev: false /@babel/generator@7.23.5: - resolution: - { - integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 dev: false /@babel/helper-annotate-as-pure@7.22.5: - resolution: - { - integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: - { - integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-compilation-targets@7.22.15: - resolution: - { - integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/compat-data": 7.23.3 - "@babel/helper-validator-option": 7.22.15 + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.23.3 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.2 lru-cache: 5.1.1 semver: 6.3.1 dev: false /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5): - resolution: - { - integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.23.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: false /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): - resolution: - { - integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-annotate-as-pure": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: false /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, - } + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -633,1298 +590,1013 @@ packages: dev: false /@babel/helper-environment-visitor@7.22.20: - resolution: - { - integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-function-name@7.23.0: - resolution: - { - integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.23.5 + '@babel/template': 7.22.15 + '@babel/types': 7.23.5 dev: false /@babel/helper-hoist-variables@7.22.5: - resolution: - { - integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/helper-member-expression-to-functions@7.23.0: - resolution: - { - integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-module-imports@7.22.15: - resolution: - { - integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 dev: false /@babel/helper-optimise-call-expression@7.22.5: - resolution: - { - integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-plugin-utils@7.22.5: - resolution: - { - integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): - resolution: - { - integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-wrap-function": 7.22.20 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 dev: false /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): - resolution: - { - integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 dev: false /@babel/helper-simple-access@7.22.5: - resolution: - { - integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: - { - integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: false /@babel/helper-split-export-declaration@7.22.6: - resolution: - { - integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/helper-string-parser@7.22.5: - resolution: - { - integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} /@babel/helper-string-parser@7.23.4: - resolution: - { - integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-validator-identifier@7.22.20: - resolution: - { - integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-validator-identifier@7.22.5: - resolution: - { - integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + engines: {node: '>=6.9.0'} dev: true /@babel/helper-validator-option@7.22.15: - resolution: - { - integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-wrap-function@7.22.20: - resolution: - { - integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-function-name": 7.23.0 - "@babel/template": 7.22.15 - "@babel/types": 7.23.3 + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 dev: false /@babel/helpers@7.23.5: - resolution: - { - integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.5 - "@babel/types": 7.23.5 + resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 transitivePeerDependencies: - supports-color dev: false /@babel/highlight@7.22.20: - resolution: - { - integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/highlight@7.23.4: - resolution: - { - integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false /@babel/parser@7.22.7: - resolution: - { - integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 dev: true /@babel/parser@7.23.5: - resolution: - { - integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.13.0 + '@babel/core': ^7.13.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) dev: false /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5): - resolution: - { - integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 + '@babel/core': 7.23.5 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): - resolution: - { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, - } + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): - resolution: - { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, - } + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): - resolution: - { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, - } + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, - } + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): - resolution: - { - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, - } + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, - } + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): - resolution: - { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, - } + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, - } + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): - resolution: - { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, - } + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, - } + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, - } + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, - } + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): - resolution: - { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): - resolution: - { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5): - resolution: - { - integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) dev: false /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.12.0 + '@babel/core': ^7.12.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) dev: false /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.23.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) - "@babel/helper-split-export-declaration": 7.22.6 + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: false /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.15 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.15 dev: false /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 dev: false /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: false /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): - resolution: - { - integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) dev: false /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) dev: false /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) dev: false /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) dev: false /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: false /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: false /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/preset-env@7.23.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.5) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.5) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.5) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.5) - "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-async-generator-functions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-class-static-block": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-dynamic-import": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-export-namespace-from": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-json-strings": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-logical-assignment-operators": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.5) - "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-nullish-coalescing-operator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-numeric-separator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-object-rest-spread": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-optional-catch-binding": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-private-property-in-object": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.5) - "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.5) - "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.5) + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.5) babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) @@ -1935,63 +1607,48 @@ packages: dev: false /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.5): - resolution: - { - integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, - } + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: - "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/types": 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/types': 7.23.3 esutils: 2.0.3 dev: false /@babel/regjsgen@0.8.0: - resolution: - { - integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, - } + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: false /@babel/runtime@7.22.6: - resolution: - { - integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} + engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 dev: false /@babel/template@7.22.15: - resolution: - { - integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/code-frame": 7.23.5 - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/traverse@7.23.5: - resolution: - { - integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.23.5 - "@babel/generator": 7.23.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.5 - "@babel/types": 7.23.5 + resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1999,54 +1656,42 @@ packages: dev: false /@babel/types@7.22.5: - resolution: - { - integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 dev: true /@babel/types@7.23.3: - resolution: - { - integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: false /@babel/types@7.23.5: - resolution: - { - integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==, - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.23.4 - "@babel/helper-validator-identifier": 7.22.20 + resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: false /@commitlint/cli@18.4.3(typescript@5.3.2): - resolution: - { - integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==} + engines: {node: '>=v18'} hasBin: true dependencies: - "@commitlint/format": 18.4.3 - "@commitlint/lint": 18.4.3 - "@commitlint/load": 18.4.3(typescript@5.3.2) - "@commitlint/read": 18.4.3 - "@commitlint/types": 18.4.3 + '@commitlint/format': 18.4.3 + '@commitlint/lint': 18.4.3 + '@commitlint/load': 18.4.3(typescript@5.3.2) + '@commitlint/read': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -2057,34 +1702,25 @@ packages: dev: false /@commitlint/config-conventional@18.4.3: - resolution: - { - integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==} + engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: false /@commitlint/config-validator@18.4.3: - resolution: - { - integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.3 + '@commitlint/types': 18.4.3 ajv: 8.12.0 dev: false /@commitlint/ensure@18.4.3: - resolution: - { - integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.3 + '@commitlint/types': 18.4.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -2093,60 +1729,45 @@ packages: dev: false /@commitlint/execute-rule@18.4.3: - resolution: - { - integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==} + engines: {node: '>=v18'} dev: false /@commitlint/format@18.4.3: - resolution: - { - integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.3 + '@commitlint/types': 18.4.3 chalk: 4.1.2 dev: false /@commitlint/is-ignored@18.4.3: - resolution: - { - integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.3 + '@commitlint/types': 18.4.3 semver: 7.5.4 dev: false /@commitlint/lint@18.4.3: - resolution: - { - integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/is-ignored": 18.4.3 - "@commitlint/parse": 18.4.3 - "@commitlint/rules": 18.4.3 - "@commitlint/types": 18.4.3 + '@commitlint/is-ignored': 18.4.3 + '@commitlint/parse': 18.4.3 + '@commitlint/rules': 18.4.3 + '@commitlint/types': 18.4.3 dev: false /@commitlint/load@18.4.3(typescript@5.3.2): - resolution: - { - integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==, - } - engines: { node: ">=v18" } - dependencies: - "@commitlint/config-validator": 18.4.3 - "@commitlint/execute-rule": 18.4.3 - "@commitlint/resolve-extends": 18.4.3 - "@commitlint/types": 18.4.3 - "@types/node": 18.18.9 + resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==} + engines: {node: '>=v18'} + dependencies: + '@commitlint/config-validator': 18.4.3 + '@commitlint/execute-rule': 18.4.3 + '@commitlint/resolve-extends': 18.4.3 + '@commitlint/types': 18.4.3 + '@types/node': 18.18.9 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.2) cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2) @@ -2159,48 +1780,36 @@ packages: dev: false /@commitlint/message@18.4.3: - resolution: - { - integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==} + engines: {node: '>=v18'} dev: false /@commitlint/parse@18.4.3: - resolution: - { - integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.4.3 + '@commitlint/types': 18.4.3 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 dev: false /@commitlint/read@18.4.3: - resolution: - { - integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==, - } - engines: { node: ">=v18" } - dependencies: - "@commitlint/top-level": 18.4.3 - "@commitlint/types": 18.4.3 + resolution: {integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==} + engines: {node: '>=v18'} + dependencies: + '@commitlint/top-level': 18.4.3 + '@commitlint/types': 18.4.3 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: false /@commitlint/resolve-extends@18.4.3: - resolution: - { - integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==, - } - engines: { node: ">=v18" } - dependencies: - "@commitlint/config-validator": 18.4.3 - "@commitlint/types": 18.4.3 + resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==} + engines: {node: '>=v18'} + dependencies: + '@commitlint/config-validator': 18.4.3 + '@commitlint/types': 18.4.3 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -2208,61 +1817,43 @@ packages: dev: false /@commitlint/rules@18.4.3: - resolution: - { - integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==, - } - engines: { node: ">=v18" } - dependencies: - "@commitlint/ensure": 18.4.3 - "@commitlint/message": 18.4.3 - "@commitlint/to-lines": 18.4.3 - "@commitlint/types": 18.4.3 + resolution: {integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==} + engines: {node: '>=v18'} + dependencies: + '@commitlint/ensure': 18.4.3 + '@commitlint/message': 18.4.3 + '@commitlint/to-lines': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 dev: false /@commitlint/to-lines@18.4.3: - resolution: - { - integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==} + engines: {node: '>=v18'} dev: false /@commitlint/top-level@18.4.3: - resolution: - { - integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==} + engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: false /@commitlint/types@18.4.3: - resolution: - { - integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==} + engines: {node: '>=v18'} dependencies: chalk: 4.1.2 dev: false /@discoveryjs/json-ext@0.5.7: - resolution: - { - integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + engines: {node: '>=10.0.0'} dev: false /@es-joy/jsdoccomment@0.41.0: - resolution: - { - integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} + engines: {node: '>=16'} dependencies: comment-parser: 1.4.1 esquery: 1.5.0 @@ -2270,11 +1861,8 @@ packages: dev: false /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0): - resolution: - { - integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: @@ -2283,19 +1871,13 @@ packages: dev: false /@eslint-community/regexpp@4.6.2: - resolution: - { - integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==, - } - engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: false /@eslint/eslintrc@2.1.4: - resolution: - { - integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -2311,30 +1893,21 @@ packages: dev: false /@eslint/js@8.55.0: - resolution: - { - integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false /@fortawesome/fontawesome-free@6.4.2: - resolution: - { - integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==} + engines: {node: '>=6'} requiresBuild: true dev: true /@humanwhocodes/config-array@0.11.13: - resolution: - { - integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, - } - engines: { node: ">=10.10.0" } + resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} + engines: {node: '>=10.10.0'} dependencies: - "@humanwhocodes/object-schema": 2.0.1 + '@humanwhocodes/object-schema': 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -2342,34 +1915,22 @@ packages: dev: false /@humanwhocodes/module-importer@1.0.1: - resolution: - { - integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, - } - engines: { node: ">=12.22" } + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} dev: false /@humanwhocodes/object-schema@2.0.1: - resolution: - { - integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, - } + resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: false /@hutson/parse-repository-url@3.0.2: - resolution: - { - integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} + engines: {node: '>=6.9.0'} dev: false /@isaacs/cliui@8.0.2: - resolution: - { - integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 @@ -2380,88 +1941,61 @@ packages: dev: false /@jest/schemas@29.6.0: - resolution: - { - integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@sinclair/typebox": 0.27.8 + '@sinclair/typebox': 0.27.8 dev: false /@jridgewell/gen-mapping@0.3.3: - resolution: - { - integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@jridgewell/resolve-uri@3.1.0: - resolution: - { - integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} dev: false /@jridgewell/set-array@1.1.2: - resolution: - { - integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} dev: false /@jridgewell/source-map@0.3.5: - resolution: - { - integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==, - } + resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@jridgewell/sourcemap-codec@1.4.14: - resolution: - { - integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, - } + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} dev: false /@jridgewell/sourcemap-codec@1.4.15: - resolution: - { - integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, - } + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} dev: false /@jridgewell/trace-mapping@0.3.18: - resolution: - { - integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, - } + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 dev: false /@lerna/create@8.0.0(typescript@5.3.2): - resolution: - { - integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==, - } - engines: { node: ">=18.0.0" } - dependencies: - "@npmcli/run-script": 6.0.2 - "@nx/devkit": 17.1.3(nx@17.1.3) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 + resolution: {integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==} + engines: {node: '>=18.0.0'} + dependencies: + '@npmcli/run-script': 6.0.2 + '@nx/devkit': 17.1.3(nx@17.1.3) + '@octokit/plugin-enterprise-rest': 6.0.1 + '@octokit/rest': 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -2523,8 +2057,8 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - bluebird - debug - encoding @@ -2533,72 +2067,51 @@ packages: dev: false /@microsoft/tsdoc-config@0.16.2: - resolution: - { - integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==, - } + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} dependencies: - "@microsoft/tsdoc": 0.14.2 + '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: false /@microsoft/tsdoc@0.14.2: - resolution: - { - integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==, - } + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: false /@nodelib/fs.scandir@2.1.5: - resolution: - { - integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.stat": 2.0.5 + '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 dev: false /@nodelib/fs.stat@2.0.5: - resolution: - { - integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} dev: false /@nodelib/fs.walk@1.2.8: - resolution: - { - integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} dependencies: - "@nodelib/fs.scandir": 2.1.5 + '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 dev: false /@npmcli/fs@3.1.0: - resolution: - { - integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 dev: false /@npmcli/git@4.1.0: - resolution: - { - integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@npmcli/promise-spawn": 6.0.2 + '@npmcli/promise-spawn': 6.0.2 lru-cache: 7.18.3 npm-pick-manifest: 8.0.2 proc-log: 3.0.0 @@ -2611,11 +2124,8 @@ packages: dev: false /@npmcli/installed-package-contents@2.0.2: - resolution: - { - integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: npm-bundled: 3.0.0 @@ -2623,32 +2133,23 @@ packages: dev: false /@npmcli/node-gyp@3.0.0: - resolution: - { - integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@npmcli/promise-spawn@6.0.2: - resolution: - { - integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: which: 3.0.1 dev: false /@npmcli/run-script@6.0.2: - resolution: - { - integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@npmcli/node-gyp": 3.0.0 - "@npmcli/promise-spawn": 6.0.2 + resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@npmcli/node-gyp': 3.0.0 + '@npmcli/promise-spawn': 6.0.2 node-gyp: 9.4.0 read-package-json-fast: 3.0.2 which: 3.0.1 @@ -2657,40 +2158,31 @@ packages: dev: false /@nrwl/devkit@17.1.3(nx@17.1.3): - resolution: - { - integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==, - } + resolution: {integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==} dependencies: - "@nx/devkit": 17.1.3(nx@17.1.3) + '@nx/devkit': 17.1.3(nx@17.1.3) transitivePeerDependencies: - nx dev: false /@nrwl/tao@17.1.3: - resolution: - { - integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==, - } + resolution: {integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==} hasBin: true dependencies: nx: 17.1.3 tslib: 2.6.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - debug dev: false /@nx/devkit@17.1.3(nx@17.1.3): - resolution: - { - integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==, - } + resolution: {integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==} peerDependencies: - nx: ">= 16 <= 18" + nx: '>= 16 <= 18' dependencies: - "@nrwl/devkit": 17.1.3(nx@17.1.3) + '@nrwl/devkit': 17.1.3(nx@17.1.3) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.2.4 @@ -2701,11 +2193,8 @@ packages: dev: false /@nx/nx-darwin-arm64@17.1.3: - resolution: - { - integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==} + engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true @@ -2713,11 +2202,8 @@ packages: optional: true /@nx/nx-darwin-x64@17.1.3: - resolution: - { - integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==} + engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true @@ -2725,11 +2211,8 @@ packages: optional: true /@nx/nx-freebsd-x64@17.1.3: - resolution: - { - integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==} + engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true @@ -2737,11 +2220,8 @@ packages: optional: true /@nx/nx-linux-arm-gnueabihf@17.1.3: - resolution: - { - integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==} + engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true @@ -2749,11 +2229,8 @@ packages: optional: true /@nx/nx-linux-arm64-gnu@17.1.3: - resolution: - { - integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true @@ -2761,11 +2238,8 @@ packages: optional: true /@nx/nx-linux-arm64-musl@17.1.3: - resolution: - { - integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true @@ -2773,11 +2247,8 @@ packages: optional: true /@nx/nx-linux-x64-gnu@17.1.3: - resolution: - { - integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true @@ -2785,11 +2256,8 @@ packages: optional: true /@nx/nx-linux-x64-musl@17.1.3: - resolution: - { - integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true @@ -2797,11 +2265,8 @@ packages: optional: true /@nx/nx-win32-arm64-msvc@17.1.3: - resolution: - { - integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==} + engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true @@ -2809,11 +2274,8 @@ packages: optional: true /@nx/nx-win32-x64-msvc@17.1.3: - resolution: - { - integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==} + engines: {node: '>= 10'} cpu: [x64] os: [win32] requiresBuild: true @@ -2821,25 +2283,19 @@ packages: optional: true /@octokit/auth-token@3.0.4: - resolution: - { - integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} + engines: {node: '>= 14'} dev: false /@octokit/core@4.2.4: - resolution: - { - integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/auth-token": 3.0.4 - "@octokit/graphql": 5.0.6 - "@octokit/request": 6.2.8 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} + engines: {node: '>= 14'} + dependencies: + '@octokit/auth-token': 3.0.4 + '@octokit/graphql': 5.0.6 + '@octokit/request': 6.2.8 + '@octokit/request-error': 3.0.3 + '@octokit/types': 9.3.2 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 transitivePeerDependencies: @@ -2847,105 +2303,78 @@ packages: dev: false /@octokit/endpoint@7.0.6: - resolution: - { - integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} + engines: {node: '>= 14'} dependencies: - "@octokit/types": 9.3.2 + '@octokit/types': 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 dev: false /@octokit/graphql@5.0.6: - resolution: - { - integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/request": 6.2.8 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/request': 6.2.8 + '@octokit/types': 9.3.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding dev: false /@octokit/openapi-types@18.0.0: - resolution: - { - integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, - } + resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} dev: false /@octokit/plugin-enterprise-rest@6.0.1: - resolution: - { - integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==, - } + resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} dev: false /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} + engines: {node: '>= 14'} peerDependencies: - "@octokit/core": ">=4" + '@octokit/core': '>=4' dependencies: - "@octokit/core": 4.2.4 - "@octokit/tsconfig": 1.0.2 - "@octokit/types": 9.3.2 + '@octokit/core': 4.2.4 + '@octokit/tsconfig': 1.0.2 + '@octokit/types': 9.3.2 dev: false /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==, - } + resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: - "@octokit/core": ">=3" + '@octokit/core': '>=3' dependencies: - "@octokit/core": 4.2.4 + '@octokit/core': 4.2.4 dev: false /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): - resolution: - { - integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} + engines: {node: '>= 14'} peerDependencies: - "@octokit/core": ">=3" + '@octokit/core': '>=3' dependencies: - "@octokit/core": 4.2.4 - "@octokit/types": 10.0.0 + '@octokit/core': 4.2.4 + '@octokit/types': 10.0.0 dev: false /@octokit/request-error@3.0.3: - resolution: - { - integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} + engines: {node: '>= 14'} dependencies: - "@octokit/types": 9.3.2 + '@octokit/types': 9.3.2 deprecation: 2.3.1 once: 1.4.0 dev: false /@octokit/request@6.2.8: - resolution: - { - integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/endpoint": 7.0.6 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 + resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/endpoint': 7.0.6 + '@octokit/request-error': 3.0.3 + '@octokit/types': 9.3.2 is-plain-object: 5.0.0 node-fetch: 2.6.7 universal-user-agent: 6.0.0 @@ -2954,150 +2383,105 @@ packages: dev: false /@octokit/rest@19.0.11: - resolution: - { - integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==, - } - engines: { node: ">= 14" } - dependencies: - "@octokit/core": 4.2.4 - "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4) - "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4) - "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4) + resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} + engines: {node: '>= 14'} + dependencies: + '@octokit/core': 4.2.4 + '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4) + '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4) transitivePeerDependencies: - encoding dev: false /@octokit/tsconfig@1.0.2: - resolution: - { - integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, - } + resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} dev: false /@octokit/types@10.0.0: - resolution: - { - integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, - } + resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} dependencies: - "@octokit/openapi-types": 18.0.0 + '@octokit/openapi-types': 18.0.0 dev: false /@octokit/types@9.3.2: - resolution: - { - integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, - } + resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} dependencies: - "@octokit/openapi-types": 18.0.0 + '@octokit/openapi-types': 18.0.0 dev: false /@pkgjs/parseargs@0.11.0: - resolution: - { - integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} requiresBuild: true dev: false optional: true /@polka/url@1.0.0-next.21: - resolution: - { - integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==, - } + resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false /@popperjs/core@2.11.8: - resolution: - { - integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==, - } + resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: true /@sigstore/bundle@1.0.0: - resolution: - { - integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@sigstore/protobuf-specs": 0.2.0 + '@sigstore/protobuf-specs': 0.2.0 dev: false /@sigstore/protobuf-specs@0.2.0: - resolution: - { - integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@sigstore/tuf@1.0.3: - resolution: - { - integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@sigstore/protobuf-specs": 0.2.0 + '@sigstore/protobuf-specs': 0.2.0 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color dev: false /@sinclair/typebox@0.27.8: - resolution: - { - integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, - } + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: false /@sphinxxxx/color-conversion@2.2.2: - resolution: - { - integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==, - } + resolution: {integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==} dev: true /@tootallnate/once@2.0.0: - resolution: - { - integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} dev: false /@tsparticles/basic@3.0.0: - resolution: - { - integrity: sha512-eyIr/XGk5ahLIQOWqG0GQT/baT7JWwXvRQRh8uIoKb70GSFhGEd7jQLPSpopyt3KV+l0AXw4IrNLsPUr8763eQ==, - } + resolution: {integrity: sha512-eyIr/XGk5ahLIQOWqG0GQT/baT7JWwXvRQRh8uIoKb70GSFhGEd7jQLPSpopyt3KV+l0AXw4IrNLsPUr8763eQ==} dependencies: - "@tsparticles/engine": 3.0.0 - "@tsparticles/move-base": 3.0.0 - "@tsparticles/shape-circle": 3.0.0 - "@tsparticles/updater-color": 3.0.0 - "@tsparticles/updater-opacity": 3.0.0 - "@tsparticles/updater-out-modes": 3.0.0 - "@tsparticles/updater-size": 3.0.0 + '@tsparticles/engine': 3.0.0 + '@tsparticles/move-base': 3.0.0 + '@tsparticles/shape-circle': 3.0.0 + '@tsparticles/updater-color': 3.0.0 + '@tsparticles/updater-opacity': 3.0.0 + '@tsparticles/updater-out-modes': 3.0.0 + '@tsparticles/updater-size': 3.0.0 dev: false /@tsparticles/cli@2.0.0(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-g1T4MmgGS+spKMxU1kaYgz7lxEvSi24C7SxfGEfC1Fr9KDiaai4iNDAzASDTCkCfq9clxrZ69FPM7f15v2Juqg==, - } + resolution: {integrity: sha512-g1T4MmgGS+spKMxU1kaYgz7lxEvSi24C7SxfGEfC1Fr9KDiaai4iNDAzASDTCkCfq9clxrZ69FPM7f15v2Juqg==} hasBin: true dependencies: - "@tsparticles/eslint-config": 2.0.0 - "@tsparticles/prettier-config": 2.0.0 - "@tsparticles/tsconfig": 2.0.0 - "@tsparticles/webpack-plugin": 2.0.0 - "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@tsparticles/eslint-config': 2.0.0 + '@tsparticles/prettier-config': 2.0.0 + '@tsparticles/tsconfig': 2.0.0 + '@tsparticles/webpack-plugin': 2.0.0 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) commander: 11.1.0 eslint: 8.55.0 eslint-config-prettier: 9.1.0(eslint@8.55.0) @@ -3114,8 +2498,8 @@ packages: typescript: 5.3.2 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - "@swc/core" - - "@webpack-cli/generators" + - '@swc/core' + - '@webpack-cli/generators' - bufferutil - esbuild - eslint-import-resolver-typescript @@ -3128,22 +2512,16 @@ packages: dev: false /@tsparticles/engine@3.0.0: - resolution: - { - integrity: sha512-gBnpL4/lXTABy2C3v0pvpIXV7bcAwaEsoVFLAHfT2BHmWJl4h6tEn7JwmwxP3EdpzYPv88OpVIxh0NRpGyqdaw==, - } + resolution: {integrity: sha512-gBnpL4/lXTABy2C3v0pvpIXV7bcAwaEsoVFLAHfT2BHmWJl4h6tEn7JwmwxP3EdpzYPv88OpVIxh0NRpGyqdaw==} requiresBuild: true dev: false /@tsparticles/eslint-config@2.0.0: - resolution: - { - integrity: sha512-V1Pd5Hw57qEtGaja+7QxiKPCiIfnifFZAXEewvRlTRePoTKget9TxiGoH9Vw9T+qyZqu5UbLm596sspiRkqoFA==, - } - dependencies: - "@tsparticles/prettier-config": 2.0.0 - "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + resolution: {integrity: sha512-V1Pd5Hw57qEtGaja+7QxiKPCiIfnifFZAXEewvRlTRePoTKget9TxiGoH9Vw9T+qyZqu5UbLm596sspiRkqoFA==} + dependencies: + '@tsparticles/prettier-config': 2.0.0 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) eslint: 8.55.0 eslint-config-prettier: 9.1.0(eslint@8.55.0) eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0) @@ -3158,247 +2536,169 @@ packages: dev: false /@tsparticles/interaction-external-push@3.0.0: - resolution: - { - integrity: sha512-/0wYLzGSwURoOxXbaC8/7kSkWV1W+6tFGQyoNC9WIj98Z3nCLhQR3JOJYd4MoyraTLS289IEC9sgIzLr2apn6g==, - } + resolution: {integrity: sha512-/0wYLzGSwURoOxXbaC8/7kSkWV1W+6tFGQyoNC9WIj98Z3nCLhQR3JOJYd4MoyraTLS289IEC9sgIzLr2apn6g==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/interaction-external-trail@3.0.0: - resolution: - { - integrity: sha512-PQ2gauZ2ANwADDuIImaFDIY7n7dhDHsiutIQpnXEF+miaAARB31F6YEXWFtv7/8Tq13GE7V2wBRkNAiMADws2g==, - } + resolution: {integrity: sha512-PQ2gauZ2ANwADDuIImaFDIY7n7dhDHsiutIQpnXEF+miaAARB31F6YEXWFtv7/8Tq13GE7V2wBRkNAiMADws2g==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/interaction-particles-links@3.0.0: - resolution: - { - integrity: sha512-vk2fUZ8z4ojamIH0T4dGmrXb+9bcONKm/4Q0otG0Cpgg7p/kuF2CVUIaMyxceRAhZaIFP8UfJCBvM4wL9SYFFg==, - } + resolution: {integrity: sha512-vk2fUZ8z4ojamIH0T4dGmrXb+9bcONKm/4Q0otG0Cpgg7p/kuF2CVUIaMyxceRAhZaIFP8UfJCBvM4wL9SYFFg==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/move-base@3.0.0: - resolution: - { - integrity: sha512-ARPoSyJ1QJ+eEVySzj1oJNEyl1bRR83tQcGmEvOSHWhtA43b3rs7y5LnU5P+8R1i4jrLp5L+5svzEockDr2b0g==, - } + resolution: {integrity: sha512-ARPoSyJ1QJ+eEVySzj1oJNEyl1bRR83tQcGmEvOSHWhtA43b3rs7y5LnU5P+8R1i4jrLp5L+5svzEockDr2b0g==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/path-curves@3.0.0: - resolution: - { - integrity: sha512-3oLWzvJc92ZvifNK2Uo1qa2Xb7GUo4pDDj8R9xkeMYwTxAhoGu7GNxwpZ2Gwzz3Afhm679KG9dLNmdAn2ofgwA==, - } + resolution: {integrity: sha512-3oLWzvJc92ZvifNK2Uo1qa2Xb7GUo4pDDj8R9xkeMYwTxAhoGu7GNxwpZ2Gwzz3Afhm679KG9dLNmdAn2ofgwA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/plugin-emitters-shape-square@3.0.0: - resolution: - { - integrity: sha512-yj3AphJ0ogNwxOsijBfTR2sKogtmwlLeWUaCxbeZ+J0Ot77FzuHdwzbODklja9MklzZCWBHLfmJaKC2/F9zblg==, - } + resolution: {integrity: sha512-yj3AphJ0ogNwxOsijBfTR2sKogtmwlLeWUaCxbeZ+J0Ot77FzuHdwzbODklja9MklzZCWBHLfmJaKC2/F9zblg==} dependencies: - "@tsparticles/engine": 3.0.0 - "@tsparticles/plugin-emitters": 3.0.0 + '@tsparticles/engine': 3.0.0 + '@tsparticles/plugin-emitters': 3.0.0 dev: false /@tsparticles/plugin-emitters@3.0.0: - resolution: - { - integrity: sha512-oLBPCL+c6CoI9FCcQ4HzAZmBybUu2rGAJRgoXO76YSPIUd+JKZfrktkaFtcxzlbEWKO+FonRyfTg732q9F+tJA==, - } + resolution: {integrity: sha512-oLBPCL+c6CoI9FCcQ4HzAZmBybUu2rGAJRgoXO76YSPIUd+JKZfrktkaFtcxzlbEWKO+FonRyfTg732q9F+tJA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/plugin-motion@3.0.0: - resolution: - { - integrity: sha512-mYmrEs7thm6suw8wljl2Lho9GRCDPgpuHi6dwSF3aGrphPehrt3oJ/Fktw6u09gSzRJso6MkGOLhqbrUC4GHhw==, - } + resolution: {integrity: sha512-mYmrEs7thm6suw8wljl2Lho9GRCDPgpuHi6dwSF3aGrphPehrt3oJ/Fktw6u09gSzRJso6MkGOLhqbrUC4GHhw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/plugin-sounds@3.0.0: - resolution: - { - integrity: sha512-2/4GuRYzOeJphAoHwENcklcnnp0axpzhQJ52gpnzBkDXXzBSGfayNuTDRYogZZx8LDO4wzrN+3uSXFV5fon0qQ==, - } + resolution: {integrity: sha512-2/4GuRYzOeJphAoHwENcklcnnp0axpzhQJ52gpnzBkDXXzBSGfayNuTDRYogZZx8LDO4wzrN+3uSXFV5fon0qQ==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/prettier-config@2.0.0: - resolution: - { - integrity: sha512-0cXfb2hMmA3Mu41HLu4JNCnbG/yfv9ExqVP/R5v6HSWt+uGxidYl3TJWh/bKnWwXJMK04h4Y4bLfdSZQJ7Yizw==, - } + resolution: {integrity: sha512-0cXfb2hMmA3Mu41HLu4JNCnbG/yfv9ExqVP/R5v6HSWt+uGxidYl3TJWh/bKnWwXJMK04h4Y4bLfdSZQJ7Yizw==} dependencies: prettier: 3.1.0 prettier-plugin-multiline-arrays: 3.0.1(prettier@3.1.0) dev: false /@tsparticles/shape-circle@3.0.0: - resolution: - { - integrity: sha512-4m8+Q2qbpjWxcyZyd9PJlpu7t030eo9zf87eoIniIkP49AQfzeVqeVwtQkRG4Mty58trCf/KtRWxbozUzpqiPw==, - } + resolution: {integrity: sha512-4m8+Q2qbpjWxcyZyd9PJlpu7t030eo9zf87eoIniIkP49AQfzeVqeVwtQkRG4Mty58trCf/KtRWxbozUzpqiPw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/shape-line@3.0.0: - resolution: - { - integrity: sha512-C7xCOepUfK3iKGROfWtl/H0kn/z6dZPznYQnTuCgCQPNiwDvBEOaRov373VEOuBmlULKzjDIAFSsHHXrAgbI9Q==, - } + resolution: {integrity: sha512-C7xCOepUfK3iKGROfWtl/H0kn/z6dZPznYQnTuCgCQPNiwDvBEOaRov373VEOuBmlULKzjDIAFSsHHXrAgbI9Q==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/shape-square@3.0.0: - resolution: - { - integrity: sha512-KcNVjhVYpHfhs5cRR5Y+YbXhmfcHeV9trnubJolp5HjKUmaQjMeGYKLmitJ/yetBQxAcgtkIw+RCjRADP27Wbw==, - } + resolution: {integrity: sha512-KcNVjhVYpHfhs5cRR5Y+YbXhmfcHeV9trnubJolp5HjKUmaQjMeGYKLmitJ/yetBQxAcgtkIw+RCjRADP27Wbw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/tsconfig@2.0.0: - resolution: - { - integrity: sha512-yWeTlTj13+kpHfeFgqn4XjuzDhvxtSQpBiNRsxPPPpRj3chNRNmzd1Qkq0tn3v1G6LL/Cc6eH+jopsDiCM75nQ==, - } + resolution: {integrity: sha512-yWeTlTj13+kpHfeFgqn4XjuzDhvxtSQpBiNRsxPPPpRj3chNRNmzd1Qkq0tn3v1G6LL/Cc6eH+jopsDiCM75nQ==} dependencies: typescript: 5.3.2 dev: false /@tsparticles/updater-color@3.0.0: - resolution: - { - integrity: sha512-ksh8+G553kgSH4sk/oAbmfmNQ6pPkyLdF1ZNItS3Ok6/NW0xtP1WOt3SoeGyQwaSS0AdDsWiPTOQWtSMxMtGRw==, - } + resolution: {integrity: sha512-ksh8+G553kgSH4sk/oAbmfmNQ6pPkyLdF1ZNItS3Ok6/NW0xtP1WOt3SoeGyQwaSS0AdDsWiPTOQWtSMxMtGRw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-destroy@3.0.0: - resolution: - { - integrity: sha512-zyHgVlDCp2RLMw9f9PkJXfhESFrT+hkSquQjENlhAUibDzZRDTl32lhw7PIYL+kQBZefpExt3u0owiTTjaILkw==, - } + resolution: {integrity: sha512-zyHgVlDCp2RLMw9f9PkJXfhESFrT+hkSquQjENlhAUibDzZRDTl32lhw7PIYL+kQBZefpExt3u0owiTTjaILkw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-life@3.0.0: - resolution: - { - integrity: sha512-Gzt60d6j0QJvZ2cxKOGZNnA6bMhEDsBgYZeeRvYnT5Z8970H2aSlP2ArZqKvKNICxC7+IcOhbbGYEqlHvSZyvA==, - } + resolution: {integrity: sha512-Gzt60d6j0QJvZ2cxKOGZNnA6bMhEDsBgYZeeRvYnT5Z8970H2aSlP2ArZqKvKNICxC7+IcOhbbGYEqlHvSZyvA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-opacity@3.0.0: - resolution: - { - integrity: sha512-KY5E5kosOGi2Z4UJQFny0aSjfYSPEbyR4p0Sz+1QynbgJpD0xLf7VR7bl1Gnh8o8GelWCLaJFjk6Z7Zo8UoY5w==, - } + resolution: {integrity: sha512-KY5E5kosOGi2Z4UJQFny0aSjfYSPEbyR4p0Sz+1QynbgJpD0xLf7VR7bl1Gnh8o8GelWCLaJFjk6Z7Zo8UoY5w==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-out-modes@3.0.0: - resolution: - { - integrity: sha512-0VR7xbp9rmNwLQ/9gWnTwZgLKOokX0g+44cg0plrrUuZ2CDEoF2n8LJpHIAhE71uoqZ67B9rVRqno2iZzo3zCA==, - } + resolution: {integrity: sha512-0VR7xbp9rmNwLQ/9gWnTwZgLKOokX0g+44cg0plrrUuZ2CDEoF2n8LJpHIAhE71uoqZ67B9rVRqno2iZzo3zCA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-roll@3.0.0: - resolution: - { - integrity: sha512-MWSSt0x0BEgGtSdzoZw1gdPrgXDxIH/hCHgFHcZsAEHN+j+PbC15D3+XdxAudZkEcnnZ1imOayQ4m83z2zAgXQ==, - } + resolution: {integrity: sha512-MWSSt0x0BEgGtSdzoZw1gdPrgXDxIH/hCHgFHcZsAEHN+j+PbC15D3+XdxAudZkEcnnZ1imOayQ4m83z2zAgXQ==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-rotate@3.0.0: - resolution: - { - integrity: sha512-NgMqzVjVDT0VkfJ91JsPjtDgXkouJJwqRfAaBs8yMiD7xTaRGzPiFTH+ANrbnX8ID2RUMKR3jpn3afNejTG0XA==, - } + resolution: {integrity: sha512-NgMqzVjVDT0VkfJ91JsPjtDgXkouJJwqRfAaBs8yMiD7xTaRGzPiFTH+ANrbnX8ID2RUMKR3jpn3afNejTG0XA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-size@3.0.0: - resolution: - { - integrity: sha512-GpVtEJ7G9psNxOcmftcYFaiL6LQEs0lEUkB5vYyK6XoM1H1pRG3z/qNCclPb9Hy7eGmOeycy4nRe7/FLGaSHvw==, - } + resolution: {integrity: sha512-GpVtEJ7G9psNxOcmftcYFaiL6LQEs0lEUkB5vYyK6XoM1H1pRG3z/qNCclPb9Hy7eGmOeycy4nRe7/FLGaSHvw==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-stroke-color@3.0.0: - resolution: - { - integrity: sha512-rnXwXqiBlnwoJtnyq6uHNusPx3PnFYX99G9/dh9hDBngCAeDrIb/6zsvTAvNxmj9UvrvNOmVDVauo0z7EjPCUA==, - } + resolution: {integrity: sha512-rnXwXqiBlnwoJtnyq6uHNusPx3PnFYX99G9/dh9hDBngCAeDrIb/6zsvTAvNxmj9UvrvNOmVDVauo0z7EjPCUA==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-tilt@3.0.0: - resolution: - { - integrity: sha512-V/MiScH/SB/f7bQu6+7LD1wNA1o1yhIwaYY7x0xXJy/uAiMNGzdsRSZxeQbmCKpv+QaL+8Ll1MoKVKesQmPGUg==, - } + resolution: {integrity: sha512-V/MiScH/SB/f7bQu6+7LD1wNA1o1yhIwaYY7x0xXJy/uAiMNGzdsRSZxeQbmCKpv+QaL+8Ll1MoKVKesQmPGUg==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/updater-wobble@3.0.0: - resolution: - { - integrity: sha512-nb9Il2KDdUJR9CG2aWJA99DR91PzsaaKL3M9PZuM06PQI27zK5HFF8HTYFXIRGcIhKzKNcz2RyZA3BHSDhqxbg==, - } + resolution: {integrity: sha512-nb9Il2KDdUJR9CG2aWJA99DR91PzsaaKL3M9PZuM06PQI27zK5HFF8HTYFXIRGcIhKzKNcz2RyZA3BHSDhqxbg==} dependencies: - "@tsparticles/engine": 3.0.0 + '@tsparticles/engine': 3.0.0 dev: false /@tsparticles/webpack-plugin@2.0.0: - resolution: - { - integrity: sha512-tk44F7oYevlLE9NAh3oj+cFd5t/ii6ru/YYxAMnRyPqVpBvuTSisxCwspbvnXInEOSpEQeXw/MtKgoeZPjHOYQ==, - } - dependencies: - "@babel/core": 7.23.5 - "@babel/preset-env": 7.23.3(@babel/core@7.23.5) - "@tsparticles/eslint-config": 2.0.0 - "@tsparticles/prettier-config": 2.0.0 - "@types/node": 20.10.3 - "@types/webpack-bundle-analyzer": 4.6.3(webpack-cli@5.1.4) - "@types/webpack-env": 1.18.4 - "@typescript-eslint/eslint-plugin": 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + resolution: {integrity: sha512-tk44F7oYevlLE9NAh3oj+cFd5t/ii6ru/YYxAMnRyPqVpBvuTSisxCwspbvnXInEOSpEQeXw/MtKgoeZPjHOYQ==} + dependencies: + '@babel/core': 7.23.5 + '@babel/preset-env': 7.23.3(@babel/core@7.23.5) + '@tsparticles/eslint-config': 2.0.0 + '@tsparticles/prettier-config': 2.0.0 + '@types/node': 20.10.3 + '@types/webpack-bundle-analyzer': 4.6.3(webpack-cli@5.1.4) + '@types/webpack-env': 1.18.4 + '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) babel-loader: 9.1.3(@babel/core@7.23.5)(webpack@5.89.0) browserslist: 4.22.2 copyfiles: 2.4.1 @@ -3416,8 +2716,8 @@ packages: webpack-bundle-analyzer: 4.10.1 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) transitivePeerDependencies: - - "@swc/core" - - "@webpack-cli/generators" + - '@swc/core' + - '@webpack-cli/generators' - bufferutil - esbuild - eslint-import-resolver-typescript @@ -3429,154 +2729,106 @@ packages: dev: false /@tufjs/canonical-json@1.0.0: - resolution: - { - integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /@tufjs/models@1.0.4: - resolution: - { - integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@tufjs/canonical-json": 1.0.0 + '@tufjs/canonical-json': 1.0.0 minimatch: 9.0.3 dev: false /@types/eslint-scope@3.7.4: - resolution: - { - integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, - } + resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - "@types/eslint": 8.44.1 - "@types/estree": 1.0.1 + '@types/eslint': 8.44.1 + '@types/estree': 1.0.1 dev: false /@types/eslint@8.44.1: - resolution: - { - integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==, - } + resolution: {integrity: sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==} dependencies: - "@types/estree": 1.0.1 - "@types/json-schema": 7.0.12 + '@types/estree': 1.0.1 + '@types/json-schema': 7.0.12 dev: false /@types/estree@1.0.1: - resolution: - { - integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, - } + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} dev: false /@types/json-schema@7.0.12: - resolution: - { - integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, - } + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} dev: false /@types/json5@0.0.29: - resolution: - { - integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, - } + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: false /@types/minimatch@3.0.5: - resolution: - { - integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, - } + resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: false /@types/minimist@1.2.2: - resolution: - { - integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, - } + resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: false /@types/node@18.18.9: - resolution: - { - integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, - } + resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} dependencies: undici-types: 5.26.5 dev: false /@types/node@20.10.3: - resolution: - { - integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==, - } + resolution: {integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==} dependencies: undici-types: 5.26.5 dev: false /@types/normalize-package-data@2.4.1: - resolution: - { - integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, - } + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: false /@types/semver@7.5.0: - resolution: - { - integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, - } + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: false /@types/webpack-bundle-analyzer@4.6.3(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==, - } + resolution: {integrity: sha512-XYU3m7oRb1tlE8YhwkKLi1xba2buNB9V4VkQtOVTfJuUm/413pE/UCMVcPDFFBwpzGkr9y1WbSEvdPjKVPt0gw==} dependencies: - "@types/node": 20.10.3 + '@types/node': 20.10.3 tapable: 2.2.1 webpack: 5.89.0(webpack-cli@5.1.4) transitivePeerDependencies: - - "@swc/core" + - '@swc/core' - esbuild - uglify-js - webpack-cli dev: false /@types/webpack-env@1.18.4: - resolution: - { - integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==, - } + resolution: {integrity: sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==} dev: false /@typescript-eslint/eslint-plugin@6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.2): - resolution: - { - integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@eslint-community/regexpp": 4.6.2 - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/scope-manager": 6.13.2 - "@typescript-eslint/type-utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.13.2 + '@eslint-community/regexpp': 4.6.2 + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/type-utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 eslint: 8.55.0 graphemer: 1.4.0 @@ -3590,22 +2842,19 @@ packages: dev: false /@typescript-eslint/parser@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: - { - integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 6.13.2 - "@typescript-eslint/types": 6.13.2 - "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.13.2 + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 eslint: 8.55.0 typescript: 5.3.2 @@ -3614,31 +2863,25 @@ packages: dev: false /@typescript-eslint/scope-manager@6.13.2: - resolution: - { - integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.13.2 - "@typescript-eslint/visitor-keys": 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/visitor-keys': 6.13.2 dev: false /@typescript-eslint/type-utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: - { - integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) - "@typescript-eslint/utils": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 4.3.4 eslint: 8.55.0 ts-api-utils: 1.0.1(typescript@5.3.2) @@ -3648,27 +2891,21 @@ packages: dev: false /@typescript-eslint/types@6.13.2: - resolution: - { - integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==} + engines: {node: ^16.0.0 || >=18.0.0} dev: false /@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.2): - resolution: - { - integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/types": 6.13.2 - "@typescript-eslint/visitor-keys": 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/visitor-keys': 6.13.2 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3680,20 +2917,17 @@ packages: dev: false /@typescript-eslint/utils@6.13.2(eslint@8.55.0)(typescript@5.3.2): - resolution: - { - integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.55.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.5.0 - "@typescript-eslint/scope-manager": 6.13.2 - "@typescript-eslint/types": 6.13.2 - "@typescript-eslint/typescript-estree": 6.13.2(typescript@5.3.2) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 6.13.2 + '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.2) eslint: 8.55.0 semver: 7.5.4 transitivePeerDependencies: @@ -3702,180 +2936,126 @@ packages: dev: false /@typescript-eslint/visitor-keys@6.13.2: - resolution: - { - integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.13.2 + '@typescript-eslint/types': 6.13.2 eslint-visitor-keys: 3.4.3 dev: false /@ungap/structured-clone@1.2.0: - resolution: - { - integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, - } + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: false /@webassemblyjs/ast@1.11.6: - resolution: - { - integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, - } + resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: - "@webassemblyjs/helper-numbers": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 dev: false /@webassemblyjs/floating-point-hex-parser@1.11.6: - resolution: - { - integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, - } + resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} dev: false /@webassemblyjs/helper-api-error@1.11.6: - resolution: - { - integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, - } + resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} dev: false /@webassemblyjs/helper-buffer@1.11.6: - resolution: - { - integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, - } + resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} dev: false /@webassemblyjs/helper-numbers@1.11.6: - resolution: - { - integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, - } + resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} dependencies: - "@webassemblyjs/floating-point-hex-parser": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@xtuc/long': 4.2.2 dev: false /@webassemblyjs/helper-wasm-bytecode@1.11.6: - resolution: - { - integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, - } + resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} dev: false /@webassemblyjs/helper-wasm-section@1.11.6: - resolution: - { - integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, - } + resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 dev: false /@webassemblyjs/ieee754@1.11.6: - resolution: - { - integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, - } + resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: - "@xtuc/ieee754": 1.2.0 + '@xtuc/ieee754': 1.2.0 dev: false /@webassemblyjs/leb128@1.11.6: - resolution: - { - integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, - } + resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: - "@xtuc/long": 4.2.2 + '@xtuc/long': 4.2.2 dev: false /@webassemblyjs/utf8@1.11.6: - resolution: - { - integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, - } + resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} dev: false /@webassemblyjs/wasm-edit@1.11.6: - resolution: - { - integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, - } + resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/helper-wasm-section": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-opt": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 - "@webassemblyjs/wast-printer": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 dev: false /@webassemblyjs/wasm-gen@1.11.6: - resolution: - { - integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, - } + resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 dev: false /@webassemblyjs/wasm-opt@1.11.6: - resolution: - { - integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, - } + resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 dev: false /@webassemblyjs/wasm-parser@1.11.6: - resolution: - { - integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, - } + resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 dev: false /@webassemblyjs/wast-printer@1.11.6: - resolution: - { - integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, - } + resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} dependencies: - "@webassemblyjs/ast": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/ast': 1.11.6 + '@xtuc/long': 4.2.2 dev: false /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3885,11 +3065,8 @@ packages: dev: false /@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x @@ -3899,15 +3076,12 @@ packages: dev: false /@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.89.0): - resolution: - { - integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} + engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - webpack-dev-server: "*" + webpack-dev-server: '*' peerDependenciesMeta: webpack-dev-server: optional: true @@ -3917,52 +3091,34 @@ packages: dev: false /@xtuc/ieee754@1.2.0: - resolution: - { - integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, - } + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} dev: false /@xtuc/long@4.2.2: - resolution: - { - integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, - } + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} dev: false /@yarnpkg/lockfile@1.1.0: - resolution: - { - integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==, - } + resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: false /@yarnpkg/parsers@3.0.0-rc.46: - resolution: - { - integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} + engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 tslib: 2.6.1 dev: false /@zkochan/js-yaml@0.0.6: - resolution: - { - integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==, - } + resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} hasBin: true dependencies: argparse: 2.0.1 dev: false /JSONStream@1.3.5: - resolution: - { - integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==, - } + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: jsonparse: 1.3.1 @@ -3970,34 +3126,22 @@ packages: dev: false /abbrev@1.1.1: - resolution: - { - integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, - } + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} /accepts@1.3.8: - resolution: - { - integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} dependencies: mime-types: 2.1.35 negotiator: 0.6.3 dev: true /ace-builds@1.31.2: - resolution: - { - integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==, - } + resolution: {integrity: sha512-IeZI9ytPA6mB+goPxPkUPW4vXBoLuaBl5czu2tjtKrMi7mdRgyIUA/8e5JlrI1mqKoMeWHoUujzMTWkyutTdBw==} dev: true /acorn-import-assertions@1.9.0(acorn@8.10.0): - resolution: - { - integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, - } + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: acorn: ^8 dependencies: @@ -4005,10 +3149,7 @@ packages: dev: false /acorn-jsx@5.3.2(acorn@8.10.0): - resolution: - { - integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, - } + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -4016,44 +3157,29 @@ packages: dev: false /acorn-walk@8.2.0: - resolution: - { - integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} + engines: {node: '>=0.4.0'} dev: false /acorn@7.4.1: - resolution: - { - integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} hasBin: true dev: true /acorn@8.10.0: - resolution: - { - integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} + engines: {node: '>=0.4.0'} hasBin: true dev: false /add-stream@1.0.0: - resolution: - { - integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, - } + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} dev: false /agent-base@6.0.2: - resolution: - { - integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, - } - engines: { node: ">= 6.0.0" } + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -4061,11 +3187,8 @@ packages: dev: false /agentkeepalive@4.3.0: - resolution: - { - integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==, - } - engines: { node: ">= 8.0.0" } + resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} + engines: {node: '>= 8.0.0'} dependencies: debug: 4.3.4 depd: 2.0.0 @@ -4075,21 +3198,15 @@ packages: dev: false /aggregate-error@3.1.0: - resolution: - { - integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 dev: false /ajv-formats@2.1.1(ajv@8.12.0): - resolution: - { - integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==, - } + resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -4100,10 +3217,7 @@ packages: dev: false /ajv-keywords@3.5.2(ajv@6.12.6): - resolution: - { - integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==, - } + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: ajv: ^6.9.1 dependencies: @@ -4111,10 +3225,7 @@ packages: dev: false /ajv-keywords@5.1.0(ajv@8.12.0): - resolution: - { - integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==, - } + resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: @@ -4123,10 +3234,7 @@ packages: dev: false /ajv@6.12.6: - resolution: - { - integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, - } + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -4134,10 +3242,7 @@ packages: uri-js: 4.4.1 /ajv@8.12.0: - resolution: - { - integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==, - } + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -4146,173 +3251,113 @@ packages: dev: false /ansi-colors@4.1.3: - resolution: - { - integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} dev: false /ansi-escapes@4.3.2: - resolution: - { - integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.21.3 dev: false /ansi-regex@5.0.1: - resolution: - { - integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} dev: false /ansi-regex@6.0.1: - resolution: - { - integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} dev: false /ansi-sequence-parser@1.1.1: - resolution: - { - integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==, - } + resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} dev: false /ansi-styles@3.2.1: - resolution: - { - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} dependencies: color-convert: 1.9.3 dev: false /ansi-styles@4.3.0: - resolution: - { - integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} dependencies: color-convert: 2.0.1 dev: false /ansi-styles@5.2.0: - resolution: - { - integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} dev: false /ansi-styles@6.2.1: - resolution: - { - integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} dev: false /anymatch@3.1.3: - resolution: - { - integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 dev: true /aproba@2.0.0: - resolution: - { - integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, - } + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} dev: false /are-docs-informative@0.0.2: - resolution: - { - integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} + engines: {node: '>=14'} dev: false /are-we-there-yet@3.0.1: - resolution: - { - integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: delegates: 1.0.0 readable-stream: 3.6.2 dev: false /argparse@1.0.10: - resolution: - { - integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, - } + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 dev: false /argparse@2.0.1: - resolution: - { - integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, - } + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: false /array-buffer-byte-length@1.0.0: - resolution: - { - integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, - } + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 dev: false /array-differ@3.0.0: - resolution: - { - integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} + engines: {node: '>=8'} dev: false /array-flatten@1.1.1: - resolution: - { - integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, - } + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} dev: true /array-ify@1.0.0: - resolution: - { - integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, - } + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: false /array-includes@3.1.7: - resolution: - { - integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4322,19 +3367,13 @@ packages: dev: false /array-union@2.1.0: - resolution: - { - integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} dev: false /array.prototype.findlastindex@1.2.3: - resolution: - { - integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4344,11 +3383,8 @@ packages: dev: false /array.prototype.flat@1.3.2: - resolution: - { - integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4357,11 +3393,8 @@ packages: dev: false /array.prototype.flatmap@1.3.2: - resolution: - { - integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -4370,11 +3403,8 @@ packages: dev: false /arraybuffer.prototype.slice@1.0.1: - resolution: - { - integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 @@ -4385,62 +3415,38 @@ packages: dev: false /arrify@1.0.1: - resolution: - { - integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} dev: false /arrify@2.0.1: - resolution: - { - integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} + engines: {node: '>=8'} dev: false /asap@2.0.6: - resolution: - { - integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, - } + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} dev: true /assert-never@1.2.1: - resolution: - { - integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==, - } + resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} dev: true /async@3.2.4: - resolution: - { - integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, - } + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: false /asynckit@0.4.0: - resolution: - { - integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, - } + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: false /available-typed-arrays@1.0.5: - resolution: - { - integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} dev: false /axios@1.6.2: - resolution: - { - integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==, - } + resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -4450,109 +3456,79 @@ packages: dev: false /babel-loader@9.1.3(@babel/core@7.23.5)(webpack@5.89.0): - resolution: - { - integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==, - } - engines: { node: ">= 14.15.0" } + resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} + engines: {node: '>= 14.15.0'} peerDependencies: - "@babel/core": ^7.12.0 - webpack: ">=5" + '@babel/core': ^7.12.0 + webpack: '>=5' dependencies: - "@babel/core": 7.23.5 + '@babel/core': 7.23.5 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: false /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): - resolution: - { - integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, - } + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): - resolution: - { - integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, - } + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: false /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): - resolution: - { - integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, - } + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.5 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.5) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false /babel-walk@3.0.0-canary-5: - resolution: - { - integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} + engines: {node: '>= 10.0.0'} dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 dev: true /balanced-match@1.0.2: - resolution: - { - integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, - } + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} /base64-js@1.5.1: - resolution: - { - integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, - } + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false /before-after-hook@2.2.3: - resolution: - { - integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==, - } + resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} dev: false /binary-extensions@2.2.0: - resolution: - { - integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} dev: true /bl@4.1.0: - resolution: - { - integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, - } + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 @@ -4560,11 +3536,8 @@ packages: dev: false /body-parser@1.20.1: - resolution: - { - integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, - } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -4583,56 +3556,38 @@ packages: dev: true /bootstrap@5.3.2(@popperjs/core@2.11.8): - resolution: - { - integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==, - } + resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} peerDependencies: - "@popperjs/core": ^2.11.8 + '@popperjs/core': ^2.11.8 dependencies: - "@popperjs/core": 2.11.8 + '@popperjs/core': 2.11.8 dev: true /brace-expansion@1.1.11: - resolution: - { - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, - } + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 /brace-expansion@2.0.1: - resolution: - { - integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, - } + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 dev: false /braces@3.0.2: - resolution: - { - integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} dependencies: fill-range: 7.0.1 /browser-or-node@2.1.1: - resolution: - { - integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==, - } + resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} dev: false /browserslist@4.22.2: - resolution: - { - integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==, - } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: caniuse-lite: 1.0.30001566 @@ -4642,70 +3597,46 @@ packages: dev: false /buffer-from@1.1.2: - resolution: - { - integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, - } + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false /buffer@5.7.1: - resolution: - { - integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, - } + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false /builtin-modules@3.3.0: - resolution: - { - integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} dev: false /builtins@1.0.3: - resolution: - { - integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==, - } + resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: false /builtins@5.0.1: - resolution: - { - integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==, - } + resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: semver: 7.5.4 dev: false /byte-size@8.1.1: - resolution: - { - integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==, - } - engines: { node: ">=12.17" } + resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} + engines: {node: '>=12.17'} dev: false /bytes@3.1.2: - resolution: - { - integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} dev: true /cacache@17.1.3: - resolution: - { - integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@npmcli/fs": 3.1.0 + '@npmcli/fs': 3.1.0 fs-minipass: 3.0.2 glob: 10.3.10 lru-cache: 7.18.3 @@ -4720,28 +3651,19 @@ packages: dev: false /call-bind@1.0.2: - resolution: - { - integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, - } + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.1 /callsites@3.1.0: - resolution: - { - integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} dev: false /camelcase-keys@6.2.2: - resolution: - { - integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} dependencies: camelcase: 5.3.1 map-obj: 4.3.0 @@ -4749,26 +3671,17 @@ packages: dev: false /camelcase@5.3.1: - resolution: - { - integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} dev: false /caniuse-lite@1.0.30001566: - resolution: - { - integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==, - } + resolution: {integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==} dev: false /chalk@2.4.2: - resolution: - { - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 @@ -4776,49 +3689,34 @@ packages: dev: false /chalk@4.1.0: - resolution: - { - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /chalk@4.1.2: - resolution: - { - integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false /character-parser@2.2.0: - resolution: - { - integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==, - } + resolution: {integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==} dependencies: is-regex: 1.1.4 dev: true /chardet@0.7.0: - resolution: - { - integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==, - } + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: false /chokidar@3.5.3: - resolution: - { - integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, - } - engines: { node: ">= 8.10.0" } + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -4832,76 +3730,49 @@ packages: dev: true /chownr@2.0.0: - resolution: - { - integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} dev: false /chrome-trace-event@1.0.3: - resolution: - { - integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} + engines: {node: '>=6.0'} dev: false /ci-info@3.8.0: - resolution: - { - integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + engines: {node: '>=8'} dev: false /clean-stack@2.2.0: - resolution: - { - integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} dev: false /cli-cursor@3.1.0: - resolution: - { - integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 dev: false /cli-spinners@2.6.1: - resolution: - { - integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} + engines: {node: '>=6'} dev: false /cli-spinners@2.9.0: - resolution: - { - integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} + engines: {node: '>=6'} dev: false /cli-width@3.0.0: - resolution: - { - integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} dev: false /cliui@7.0.4: - resolution: - { - integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==, - } + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -4909,11 +3780,8 @@ packages: dev: false /cliui@8.0.1: - resolution: - { - integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 @@ -4921,11 +3789,8 @@ packages: dev: false /clone-deep@4.0.1: - resolution: - { - integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} dependencies: is-plain-object: 2.0.4 kind-of: 6.0.3 @@ -4933,158 +3798,101 @@ packages: dev: false /clone@1.0.4: - resolution: - { - integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, - } - engines: { node: ">=0.8" } + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} dev: false /cmd-shim@6.0.1: - resolution: - { - integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /color-convert@1.9.3: - resolution: - { - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, - } + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 dev: false /color-convert@2.0.1: - resolution: - { - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, - } - engines: { node: ">=7.0.0" } + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 dev: false /color-name@1.1.3: - resolution: - { - integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, - } + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} dev: false /color-name@1.1.4: - resolution: - { - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, - } + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: false /color-support@1.1.3: - resolution: - { - integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, - } + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} hasBin: true dev: false /colorette@2.0.20: - resolution: - { - integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, - } + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} dev: false /columnify@1.6.0: - resolution: - { - integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} + engines: {node: '>=8.0.0'} dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 dev: false /combined-stream@1.0.8: - resolution: - { - integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 dev: false /commander@10.0.1: - resolution: - { - integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} dev: false /commander@11.1.0: - resolution: - { - integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} dev: false /commander@2.20.3: - resolution: - { - integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, - } + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: false /commander@7.2.0: - resolution: - { - integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} dev: false /comment-parser@1.4.1: - resolution: - { - integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==, - } - engines: { node: ">= 12.0.0" } + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} + engines: {node: '>= 12.0.0'} dev: false /common-path-prefix@3.0.0: - resolution: - { - integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==, - } + resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: false /compare-func@2.0.0: - resolution: - { - integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, - } + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: false /concat-map@0.0.1: - resolution: - { - integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, - } + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-stream@2.0.0: - resolution: - { - integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==, - } - engines: { "0": node >= 6.0 } + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} dependencies: buffer-from: 1.1.2 inherits: 2.0.4 @@ -5093,73 +3901,49 @@ packages: dev: false /connect-livereload@0.6.1: - resolution: - { - integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==, - } + resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==} dev: true /console-control-strings@1.1.0: - resolution: - { - integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, - } + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: false /constantinople@4.0.1: - resolution: - { - integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==, - } + resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 dev: true /content-disposition@0.5.4: - resolution: - { - integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.2.1 dev: true /content-type@1.0.5: - resolution: - { - integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} dev: true /conventional-changelog-angular@7.0.0: - resolution: - { - integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-conventionalcommits@7.0.2: - resolution: - { - integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: false /conventional-changelog-core@5.0.1: - resolution: - { - integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} + engines: {node: '>=14'} dependencies: add-stream: 1.0.0 conventional-changelog-writer: 6.0.1 @@ -5175,19 +3959,13 @@ packages: dev: false /conventional-changelog-preset-loader@3.0.0: - resolution: - { - integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} + engines: {node: '>=14'} dev: false /conventional-changelog-writer@6.0.1: - resolution: - { - integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==} + engines: {node: '>=14'} hasBin: true dependencies: conventional-commits-filter: 3.0.0 @@ -5200,22 +3978,16 @@ packages: dev: false /conventional-commits-filter@3.0.0: - resolution: - { - integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} + engines: {node: '>=14'} dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: false /conventional-commits-parser@4.0.0: - resolution: - { - integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} + engines: {node: '>=14'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -5225,11 +3997,8 @@ packages: dev: false /conventional-commits-parser@5.0.0: - resolution: - { - integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -5239,11 +4008,8 @@ packages: dev: false /conventional-recommended-bump@7.0.1: - resolution: - { - integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} + engines: {node: '>=14'} hasBin: true dependencies: concat-stream: 2.0.0 @@ -5256,32 +4022,20 @@ packages: dev: false /convert-source-map@2.0.0: - resolution: - { - integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, - } + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: false /cookie-signature@1.0.6: - resolution: - { - integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, - } + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: true /cookie@0.5.0: - resolution: - { - integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} + engines: {node: '>= 0.6'} dev: true /copyfiles@2.4.1: - resolution: - { - integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==, - } + resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} hasBin: true dependencies: glob: 7.2.3 @@ -5294,46 +4048,34 @@ packages: dev: false /core-js-compat@3.33.2: - resolution: - { - integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==, - } + resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} dependencies: browserslist: 4.22.2 dev: false /core-util-is@1.0.3: - resolution: - { - integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, - } + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@5.3.2): - resolution: - { - integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, - } - engines: { node: ">=v16" } + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} peerDependencies: - "@types/node": "*" - cosmiconfig: ">=8.2" - typescript: ">=4" + '@types/node': '*' + cosmiconfig: '>=8.2' + typescript: '>=4' dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 cosmiconfig: 8.3.6(typescript@5.3.2) jiti: 1.21.0 typescript: 5.3.2 dev: false /cosmiconfig@8.3.6(typescript@5.3.2): - resolution: - { - integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} peerDependencies: - typescript: ">=4.9.5" + typescript: '>=4.9.5' peerDependenciesMeta: typescript: optional: true @@ -5346,11 +4088,8 @@ packages: dev: false /cross-spawn@7.0.3: - resolution: - { - integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -5358,34 +4097,22 @@ packages: dev: false /dargs@7.0.0: - resolution: - { - integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} + engines: {node: '>=8'} dev: false /dateformat@3.0.3: - resolution: - { - integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==, - } + resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: false /debounce@1.2.1: - resolution: - { - integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==, - } + resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} dev: false /debug@2.6.9: - resolution: - { - integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, - } + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5394,12 +4121,9 @@ packages: dev: true /debug@3.2.7(supports-color@5.5.0): - resolution: - { - integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, - } + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5408,13 +4132,10 @@ packages: supports-color: 5.5.0 /debug@4.3.4: - resolution: - { - integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, - } - engines: { node: ">=6.0" } + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -5422,248 +4143,158 @@ packages: ms: 2.1.2 /decamelize-keys@1.1.1: - resolution: - { - integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 map-obj: 1.0.1 dev: false /decamelize@1.2.0: - resolution: - { - integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} dev: false /dedent@0.7.0: - resolution: - { - integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, - } + resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} dev: false /deep-is@0.1.4: - resolution: - { - integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, - } + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: false /defaults@1.0.4: - resolution: - { - integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, - } + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 dev: false /define-lazy-prop@2.0.0: - resolution: - { - integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} dev: false /define-properties@1.2.0: - resolution: - { - integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false /delayed-stream@1.0.0: - resolution: - { - integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, - } - engines: { node: ">=0.4.0" } + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} dev: false /delegates@1.0.0: - resolution: - { - integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, - } + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: false /depd@2.0.0: - resolution: - { - integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} /deprecation@2.3.1: - resolution: - { - integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==, - } + resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: false /destroy@1.2.0: - resolution: - { - integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, - } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dev: true /detect-indent@5.0.0: - resolution: - { - integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} + engines: {node: '>=4'} dev: false /diff-sequences@29.4.3: - resolution: - { - integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false /dir-glob@3.0.1: - resolution: - { - integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} dependencies: path-type: 4.0.0 dev: false /doctrine@2.1.0: - resolution: - { - integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: false /doctrine@3.0.0: - resolution: - { - integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: false /doctypes@1.1.0: - resolution: - { - integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==, - } + resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} dev: true /dot-prop@5.3.0: - resolution: - { - integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: false /dotenv-expand@10.0.0: - resolution: - { - integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} + engines: {node: '>=12'} dev: false /dotenv@16.3.1: - resolution: - { - integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} + engines: {node: '>=12'} dev: false /duplexer@0.1.2: - resolution: - { - integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, - } + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: false /eastasianwidth@0.2.0: - resolution: - { - integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, - } + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: false /ee-first@1.1.1: - resolution: - { - integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, - } + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: true /ejs@3.1.9: - resolution: - { - integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} + engines: {node: '>=0.10.0'} hasBin: true dependencies: jake: 10.8.7 dev: false /electron-to-chromium@1.4.603: - resolution: - { - integrity: sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==, - } + resolution: {integrity: sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==} dev: false /emoji-regex@8.0.0: - resolution: - { - integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, - } + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: false /emoji-regex@9.2.2: - resolution: - { - integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, - } + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: false /encodeurl@1.0.2: - resolution: - { - integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} dev: true /encoding@0.1.13: - resolution: - { - integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, - } + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true dependencies: iconv-lite: 0.6.3 @@ -5671,83 +4302,56 @@ packages: optional: true /end-of-stream@1.4.4: - resolution: - { - integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, - } + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 dev: false /enhanced-resolve@5.15.0: - resolution: - { - integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 dev: false /enquirer@2.3.6: - resolution: - { - integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 dev: false /env-paths@2.2.1: - resolution: - { - integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} dev: false /envinfo@7.10.0: - resolution: - { - integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} + engines: {node: '>=4'} hasBin: true dev: false /envinfo@7.8.1: - resolution: - { - integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} + engines: {node: '>=4'} hasBin: true dev: false /err-code@2.0.3: - resolution: - { - integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==, - } + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} dev: false /error-ex@1.3.2: - resolution: - { - integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, - } + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 dev: false /es-abstract@1.22.1: - resolution: - { - integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 arraybuffer.prototype.slice: 1.0.1 @@ -5791,18 +4395,12 @@ packages: dev: false /es-module-lexer@1.3.0: - resolution: - { - integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==, - } + resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} dev: false /es-set-tostringtag@2.0.1: - resolution: - { - integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -5810,20 +4408,14 @@ packages: dev: false /es-shim-unscopables@1.0.0: - resolution: - { - integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, - } + resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: has: 1.0.3 dev: false /es-to-primitive@1.2.1: - resolution: - { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 @@ -5831,53 +4423,35 @@ packages: dev: false /escalade@3.1.1: - resolution: - { - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} dev: false /escape-html@1.0.3: - resolution: - { - integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, - } + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} dev: true /escape-string-regexp@1.0.5: - resolution: - { - integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, - } - engines: { node: ">=0.8.0" } + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} dev: false /escape-string-regexp@4.0.0: - resolution: - { - integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} dev: false /eslint-config-prettier@9.1.0(eslint@8.55.0): - resolution: - { - integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==, - } + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: - eslint: ">=7.0.0" + eslint: '>=7.0.0' dependencies: eslint: 8.55.0 dev: false /eslint-import-resolver-node@0.3.9: - resolution: - { - integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, - } + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: debug: 3.2.7(supports-color@5.5.0) is-core-module: 2.13.1 @@ -5887,19 +4461,16 @@ packages: dev: false /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.13.2)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0): - resolution: - { - integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + engines: {node: '>=4'} peerDependencies: - "@typescript-eslint/parser": "*" - eslint: "*" - eslint-import-resolver-node: "*" - eslint-import-resolver-typescript: "*" - eslint-import-resolver-webpack: "*" + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true eslint: optional: true @@ -5910,7 +4481,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) debug: 3.2.7(supports-color@5.5.0) eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 @@ -5919,19 +4490,16 @@ packages: dev: false /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.13.2)(eslint@8.55.0): - resolution: - { - integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} + engines: {node: '>=4'} peerDependencies: - "@typescript-eslint/parser": "*" + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true dependencies: - "@typescript-eslint/parser": 6.13.2(eslint@8.55.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.13.2(eslint@8.55.0)(typescript@5.3.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -5957,15 +4525,12 @@ packages: dev: false /eslint-plugin-jsdoc@46.9.0(eslint@8.55.0): - resolution: - { - integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} + engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@es-joy/jsdoccomment": 0.41.0 + '@es-joy/jsdoccomment': 0.41.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.4 @@ -5980,61 +4545,46 @@ packages: dev: false /eslint-plugin-tsdoc@0.2.17: - resolution: - { - integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==, - } + resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} dependencies: - "@microsoft/tsdoc": 0.14.2 - "@microsoft/tsdoc-config": 0.16.2 + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 dev: false /eslint-scope@5.1.1: - resolution: - { - integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: false /eslint-scope@7.2.2: - resolution: - { - integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: false /eslint-visitor-keys@3.4.3: - resolution: - { - integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false /eslint@8.55.0: - resolution: - { - integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.55.0) - "@eslint-community/regexpp": 4.6.2 - "@eslint/eslintrc": 2.1.4 - "@eslint/js": 8.55.0 - "@humanwhocodes/config-array": 0.11.13 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0) + '@eslint-community/regexpp': 4.6.2 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.55.0 + '@humanwhocodes/config-array': 0.11.13 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -6070,11 +4620,8 @@ packages: dev: false /espree@9.6.1: - resolution: - { - integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) @@ -6082,87 +4629,57 @@ packages: dev: false /esprima@4.0.1: - resolution: - { - integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} hasBin: true dev: false /esquery@1.5.0: - resolution: - { - integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, - } - engines: { node: ">=0.10" } + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: false /esrecurse@4.3.0: - resolution: - { - integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 dev: false /estraverse@4.3.0: - resolution: - { - integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} dev: false /estraverse@5.3.0: - resolution: - { - integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} dev: false /esutils@2.0.3: - resolution: - { - integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} dev: false /etag@1.8.1: - resolution: - { - integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} dev: true /eventemitter3@4.0.7: - resolution: - { - integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==, - } + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} dev: false /events@3.3.0: - resolution: - { - integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, - } - engines: { node: ">=0.8.x" } + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} dev: false /execa@5.0.0: - resolution: - { - integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -6176,11 +4693,8 @@ packages: dev: false /execa@5.1.1: - resolution: - { - integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -6194,25 +4708,16 @@ packages: dev: false /expect-type@0.15.0: - resolution: - { - integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==, - } + resolution: {integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==} dev: false /exponential-backoff@3.1.1: - resolution: - { - integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==, - } + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: false /express-rate-limit@7.1.4(express@4.18.2): - resolution: - { - integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==, - } - engines: { node: ">= 16" } + resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} + engines: {node: '>= 16'} peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 dependencies: @@ -6220,11 +4725,8 @@ packages: dev: true /express@4.18.2: - resolution: - { - integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, - } - engines: { node: ">= 0.10.0" } + resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} + engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -6262,11 +4764,8 @@ packages: dev: true /external-editor@3.1.0: - resolution: - { - integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 @@ -6274,99 +4773,66 @@ packages: dev: false /fast-deep-equal@3.1.3: - resolution: - { - integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, - } + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} /fast-glob@3.3.1: - resolution: - { - integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, - } - engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 dev: false /fast-json-stable-stringify@2.1.0: - resolution: - { - integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, - } + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} /fast-levenshtein@2.0.6: - resolution: - { - integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, - } + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} dev: false /fastest-levenshtein@1.0.16: - resolution: - { - integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==, - } - engines: { node: ">= 4.9.1" } + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} dev: false /fastq@1.15.0: - resolution: - { - integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, - } + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 dev: false /figures@3.2.0: - resolution: - { - integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 dev: false /file-entry-cache@6.0.1: - resolution: - { - integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, - } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: false /filelist@1.0.4: - resolution: - { - integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, - } + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: minimatch: 5.1.6 dev: false /fill-range@7.0.1: - resolution: - { - integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 /finalhandler@1.2.0: - resolution: - { - integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -6380,124 +4846,88 @@ packages: dev: true /find-cache-dir@4.0.0: - resolution: - { - integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==, - } - engines: { node: ">=14.16" } + resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} + engines: {node: '>=14.16'} dependencies: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 dev: false /find-up@2.1.0: - resolution: - { - integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} + engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: false /find-up@4.1.0: - resolution: - { - integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 dev: false /find-up@5.0.0: - resolution: - { - integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 dev: false /find-up@6.3.0: - resolution: - { - integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: locate-path: 7.2.0 path-exists: 5.0.0 dev: false /flat-cache@3.0.4: - resolution: - { - integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, - } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flatted: 3.2.7 rimraf: 3.0.2 dev: false /flat@5.0.2: - resolution: - { - integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==, - } + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true dev: false /flatted@3.2.7: - resolution: - { - integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, - } + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: false /follow-redirects@1.15.2: - resolution: - { - integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, - } - engines: { node: ">=4.0" } + resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + engines: {node: '>=4.0'} peerDependencies: - debug: "*" + debug: '*' peerDependenciesMeta: debug: optional: true dev: false /for-each@0.3.3: - resolution: - { - integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, - } + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 dev: false /foreground-child@3.1.1: - resolution: - { - integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 dev: false /form-data@4.0.0: - resolution: - { - integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -6505,34 +4935,22 @@ packages: dev: false /forwarded@0.2.0: - resolution: - { - integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} dev: true /fresh@0.5.2: - resolution: - { - integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} dev: true /fs-constants@1.0.0: - resolution: - { - integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, - } + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: false /fs-extra@11.1.1: - resolution: - { - integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, - } - engines: { node: ">=14.14" } + resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -6540,61 +4958,40 @@ packages: dev: false /fs-minipass@2.1.0: - resolution: - { - integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /fs-minipass@3.0.2: - resolution: - { - integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 dev: false /fs.realpath@1.0.0: - resolution: - { - integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, - } + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} /fsevents@2.3.2: - resolution: - { - integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, - } - engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true dev: true optional: true /function-bind@1.1.1: - resolution: - { - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, - } + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} /function-bind@1.1.2: - resolution: - { - integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==, - } + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} dev: false /function.prototype.name@1.1.5: - resolution: - { - integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -6603,18 +5000,12 @@ packages: dev: false /functions-have-names@1.2.3: - resolution: - { - integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, - } + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: false /gauge@4.0.4: - resolution: - { - integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -6627,26 +5018,17 @@ packages: dev: false /gensync@1.0.0-beta.2: - resolution: - { - integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} dev: false /get-caller-file@2.0.5: - resolution: - { - integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, - } - engines: { node: 6.* || 8.* || >= 10.* } + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} dev: false /get-intrinsic@1.2.1: - resolution: - { - integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, - } + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -6654,60 +5036,42 @@ packages: has-symbols: 1.0.3 /get-pkg-repo@4.2.1: - resolution: - { - integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} + engines: {node: '>=6.9.0'} hasBin: true dependencies: - "@hutson/parse-repository-url": 3.0.2 + '@hutson/parse-repository-url': 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 dev: false /get-port@5.1.1: - resolution: - { - integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} + engines: {node: '>=8'} dev: false /get-stream@6.0.0: - resolution: - { - integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} + engines: {node: '>=10'} dev: false /get-stream@6.0.1: - resolution: - { - integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} dev: false /get-symbol-description@1.0.0: - resolution: - { - integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 dev: false /git-raw-commits@2.0.11: - resolution: - { - integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} + engines: {node: '>=10'} hasBin: true dependencies: dargs: 7.0.0 @@ -6718,11 +5082,8 @@ packages: dev: false /git-raw-commits@3.0.0: - resolution: - { - integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} + engines: {node: '>=14'} hasBin: true dependencies: dargs: 7.0.0 @@ -6731,22 +5092,16 @@ packages: dev: false /git-remote-origin-url@2.0.0: - resolution: - { - integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} + engines: {node: '>=4'} dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 dev: false /git-semver-tags@5.0.1: - resolution: - { - integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} + engines: {node: '>=14'} hasBin: true dependencies: meow: 8.1.2 @@ -6754,65 +5109,44 @@ packages: dev: false /git-up@7.0.0: - resolution: - { - integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==, - } + resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} dependencies: is-ssh: 1.4.0 parse-url: 8.1.0 dev: false /git-url-parse@13.1.0: - resolution: - { - integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==, - } + resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} dependencies: git-up: 7.0.0 dev: false /gitconfiglocal@1.0.0: - resolution: - { - integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==, - } + resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} dependencies: ini: 1.3.8 dev: false /glob-parent@5.1.2: - resolution: - { - integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 /glob-parent@6.0.2: - resolution: - { - integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: false /glob-to-regexp@0.4.1: - resolution: - { - integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, - } + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: false /glob@10.3.10: - resolution: - { - integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} + engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: foreground-child: 3.1.1 @@ -6823,10 +5157,7 @@ packages: dev: false /glob@7.1.4: - resolution: - { - integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==, - } + resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6837,10 +5168,7 @@ packages: dev: false /glob@7.2.3: - resolution: - { - integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, - } + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6850,11 +5178,8 @@ packages: path-is-absolute: 1.0.1 /glob@8.1.0: - resolution: - { - integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -6864,11 +5189,8 @@ packages: dev: false /glob@9.3.5: - resolution: - { - integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: fs.realpath: 1.0.0 minimatch: 8.0.4 @@ -6877,49 +5199,34 @@ packages: dev: false /global-dirs@0.1.1: - resolution: - { - integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} + engines: {node: '>=4'} dependencies: ini: 1.3.8 dev: false /globals@11.12.0: - resolution: - { - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} dev: false /globals@13.20.0: - resolution: - { - integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: false /globalthis@1.0.3: - resolution: - { - integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.0 dev: false /globby@11.1.0: - resolution: - { - integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -6930,44 +5237,29 @@ packages: dev: false /gopd@1.0.1: - resolution: - { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, - } + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.1 dev: false /graceful-fs@4.2.11: - resolution: - { - integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, - } + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: false /graphemer@1.4.0: - resolution: - { - integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, - } + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: false /gzip-size@6.0.0: - resolution: - { - integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + engines: {node: '>=10'} dependencies: duplexer: 0.1.2 dev: false /handlebars@4.7.8: - resolution: - { - integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, - } - engines: { node: ">=0.4.7" } + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} hasBin: true dependencies: minimist: 1.2.8 @@ -6979,158 +5271,101 @@ packages: dev: false /hard-rejection@2.1.0: - resolution: - { - integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} dev: false /has-bigints@1.0.2: - resolution: - { - integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, - } + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: false /has-flag@3.0.0: - resolution: - { - integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} /has-flag@4.0.0: - resolution: - { - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} dev: false /has-property-descriptors@1.0.0: - resolution: - { - integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, - } + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.1 dev: false /has-proto@1.0.1: - resolution: - { - integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} /has-symbols@1.0.3: - resolution: - { - integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} /has-tostringtag@1.0.0: - resolution: - { - integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 /has-unicode@2.0.1: - resolution: - { - integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, - } + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: false /has@1.0.3: - resolution: - { - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, - } - engines: { node: ">= 0.4.0" } + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 /hasown@2.0.0: - resolution: - { - integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} dependencies: function-bind: 1.1.2 dev: false /helmet@7.1.0: - resolution: - { - integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==, - } - engines: { node: ">=16.0.0" } + resolution: {integrity: sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==} + engines: {node: '>=16.0.0'} dev: true /hosted-git-info@2.8.9: - resolution: - { - integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, - } + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: false /hosted-git-info@3.0.8: - resolution: - { - integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@4.1.0: - resolution: - { - integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: false /hosted-git-info@6.1.1: - resolution: - { - integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: lru-cache: 7.18.3 dev: false /html-escaper@2.0.2: - resolution: - { - integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, - } + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: false /http-cache-semantics@4.1.1: - resolution: - { - integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, - } + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: false /http-errors@2.0.0: - resolution: - { - integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} dependencies: depd: 2.0.0 inherits: 2.0.4 @@ -7140,13 +5375,10 @@ packages: dev: true /http-proxy-agent@5.0.0: - resolution: - { - integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} dependencies: - "@tootallnate/once": 2.0.0 + '@tootallnate/once': 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: @@ -7154,11 +5386,8 @@ packages: dev: false /https-proxy-agent@5.0.1: - resolution: - { - integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -7167,46 +5396,31 @@ packages: dev: false /human-signals@2.1.0: - resolution: - { - integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, - } - engines: { node: ">=10.17.0" } + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} dev: false /humanize-ms@1.2.1: - resolution: - { - integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, - } + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: ms: 2.1.3 dev: false /husky@8.0.3: - resolution: - { - integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} + engines: {node: '>=14'} hasBin: true dev: false /iconv-lite@0.4.24: - resolution: - { - integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 /iconv-lite@0.6.3: - resolution: - { - integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} requiresBuild: true dependencies: safer-buffer: 2.1.2 @@ -7214,64 +5428,43 @@ packages: optional: true /ieee754@1.2.1: - resolution: - { - integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, - } + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: false /ignore-by-default@1.0.1: - resolution: - { - integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==, - } + resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} dev: true /ignore-walk@5.0.1: - resolution: - { - integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minimatch: 5.1.6 dev: false /ignore-walk@6.0.3: - resolution: - { - integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minimatch: 9.0.3 dev: false /ignore@5.2.4: - resolution: - { - integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + engines: {node: '>= 4'} dev: false /import-fresh@3.3.0: - resolution: - { - integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: false /import-local@3.1.0: - resolution: - { - integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} hasBin: true dependencies: pkg-dir: 4.2.0 @@ -7279,49 +5472,31 @@ packages: dev: false /imurmurhash@0.1.4: - resolution: - { - integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, - } - engines: { node: ">=0.8.19" } + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} dev: false /indent-string@4.0.0: - resolution: - { - integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} dev: false /inflight@1.0.6: - resolution: - { - integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, - } + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 /inherits@2.0.4: - resolution: - { - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, - } + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} /ini@1.3.8: - resolution: - { - integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, - } + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: false /init-package-json@5.0.0: - resolution: - { - integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 promzard: 1.0.0 @@ -7333,11 +5508,8 @@ packages: dev: false /inquirer@8.2.6: - resolution: - { - integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==, - } - engines: { node: ">=12.0.0" } + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -7357,11 +5529,8 @@ packages: dev: false /internal-slot@1.0.5: - resolution: - { - integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 has: 1.0.3 @@ -7369,33 +5538,21 @@ packages: dev: false /interpret@3.1.1: - resolution: - { - integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} dev: false /ip@2.0.0: - resolution: - { - integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==, - } + resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} dev: false /ipaddr.js@1.9.1: - resolution: - { - integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, - } - engines: { node: ">= 0.10" } + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} dev: true /is-array-buffer@3.0.2: - resolution: - { - integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, - } + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -7403,404 +5560,266 @@ packages: dev: false /is-arrayish@0.2.1: - resolution: - { - integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, - } + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: false /is-bigint@1.0.4: - resolution: - { - integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, - } + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 dev: false /is-binary-path@2.1.0: - resolution: - { - integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 dev: true /is-boolean-object@1.1.2: - resolution: - { - integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 dev: false /is-builtin-module@3.2.1: - resolution: - { - integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 dev: false /is-callable@1.2.7: - resolution: - { - integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} dev: false /is-ci@3.0.1: - resolution: - { - integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==, - } + resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: ci-info: 3.8.0 dev: false /is-core-module@2.12.1: - resolution: - { - integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==, - } + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: has: 1.0.3 /is-core-module@2.13.1: - resolution: - { - integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==, - } + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: hasown: 2.0.0 dev: false /is-date-object@1.0.5: - resolution: - { - integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-docker@2.2.1: - resolution: - { - integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} hasBin: true dev: false /is-expression@4.0.0: - resolution: - { - integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==, - } + resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} dependencies: acorn: 7.4.1 object-assign: 4.1.1 dev: true /is-extglob@2.1.1: - resolution: - { - integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} /is-fullwidth-code-point@3.0.0: - resolution: - { - integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} dev: false /is-glob@4.0.3: - resolution: - { - integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 /is-interactive@1.0.0: - resolution: - { - integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} dev: false /is-lambda@1.0.1: - resolution: - { - integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==, - } + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} dev: false /is-negative-zero@2.0.2: - resolution: - { - integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + engines: {node: '>= 0.4'} dev: false /is-number-object@1.0.7: - resolution: - { - integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-number@7.0.0: - resolution: - { - integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, - } - engines: { node: ">=0.12.0" } + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} /is-obj@2.0.0: - resolution: - { - integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} dev: false /is-path-inside@3.0.3: - resolution: - { - integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} dev: false /is-plain-obj@1.1.0: - resolution: - { - integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} dev: false /is-plain-object@2.0.4: - resolution: - { - integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: false /is-plain-object@5.0.0: - resolution: - { - integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} dev: false /is-promise@2.2.2: - resolution: - { - integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==, - } + resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} dev: true /is-regex@1.1.4: - resolution: - { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 /is-shared-array-buffer@1.0.2: - resolution: - { - integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, - } + resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 dev: false /is-ssh@1.4.0: - resolution: - { - integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==, - } + resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} dependencies: protocols: 2.0.1 dev: false /is-stream@2.0.0: - resolution: - { - integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} + engines: {node: '>=8'} dev: false /is-stream@2.0.1: - resolution: - { - integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} dev: false /is-string@1.0.7: - resolution: - { - integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false /is-symbol@1.0.4: - resolution: - { - integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 dev: false /is-text-path@1.0.1: - resolution: - { - integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} + engines: {node: '>=0.10.0'} dependencies: text-extensions: 1.9.0 dev: false /is-text-path@2.0.0: - resolution: - { - integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} dependencies: text-extensions: 2.4.0 dev: false /is-typed-array@1.1.12: - resolution: - { - integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.11 dev: false /is-unicode-supported@0.1.0: - resolution: - { - integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} dev: false /is-weakref@1.0.2: - resolution: - { - integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, - } + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: false /is-wsl@2.2.0: - resolution: - { - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: false /isarray@0.0.1: - resolution: - { - integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==, - } + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} dev: false /isarray@1.0.0: - resolution: - { - integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, - } + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: false /isarray@2.0.5: - resolution: - { - integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, - } + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} dev: false /isexe@2.0.0: - resolution: - { - integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, - } + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: false /isobject@3.0.1: - resolution: - { - integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} dev: false /jackspeak@2.3.6: - resolution: - { - integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} dependencies: - "@isaacs/cliui": 8.0.2 + '@isaacs/cliui': 8.0.2 optionalDependencies: - "@pkgjs/parseargs": 0.11.0 + '@pkgjs/parseargs': 0.11.0 dev: false /jake@10.8.7: - resolution: - { - integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} + engines: {node: '>=10'} hasBin: true dependencies: async: 3.2.4 @@ -7810,18 +5829,12 @@ packages: dev: false /javascript-natural-sort@0.7.1: - resolution: - { - integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==, - } + resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} dev: true /jest-diff@29.6.2: - resolution: - { - integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 @@ -7830,74 +5843,47 @@ packages: dev: false /jest-get-type@29.4.3: - resolution: - { - integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false /jest-worker@27.5.1: - resolution: - { - integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} dependencies: - "@types/node": 20.10.3 + '@types/node': 20.10.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false /jiti@1.21.0: - resolution: - { - integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==, - } + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true dev: false /jju@1.4.0: - resolution: - { - integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==, - } + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: false /jmespath@0.16.0: - resolution: - { - integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==, - } - engines: { node: ">= 0.6.0" } + resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} + engines: {node: '>= 0.6.0'} dev: true /jquery@3.7.1: - resolution: - { - integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==, - } + resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} dev: true /js-stringify@1.0.2: - resolution: - { - integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==, - } + resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} dev: true /js-tokens@4.0.0: - resolution: - { - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, - } + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: false /js-yaml@3.14.1: - resolution: - { - integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, - } + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 @@ -7905,127 +5891,79 @@ packages: dev: false /js-yaml@4.1.0: - resolution: - { - integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, - } + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 dev: false /jsdoc-type-pratt-parser@4.0.0: - resolution: - { - integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, - } - engines: { node: ">=12.0.0" } + resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} + engines: {node: '>=12.0.0'} dev: false /jsesc@0.5.0: - resolution: - { - integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, - } + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true dev: false /jsesc@2.5.2: - resolution: - { - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} hasBin: true dev: false /json-parse-better-errors@1.0.2: - resolution: - { - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, - } + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} dev: false /json-parse-even-better-errors@2.3.1: - resolution: - { - integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, - } + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: false /json-parse-even-better-errors@3.0.0: - resolution: - { - integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /json-schema-traverse@0.4.1: - resolution: - { - integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, - } + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} /json-schema-traverse@1.0.0: - resolution: - { - integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==, - } + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: false /json-source-map@0.6.1: - resolution: - { - integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==, - } + resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} dev: true /json-stable-stringify-without-jsonify@1.0.1: - resolution: - { - integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, - } + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: false /json-stringify-safe@5.0.1: - resolution: - { - integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==, - } + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: false /json5@1.0.2: - resolution: - { - integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, - } + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.8 dev: false /json5@2.2.3: - resolution: - { - integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} hasBin: true dev: false /jsonc-parser@3.2.0: - resolution: - { - integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, - } + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: false /jsoneditor@9.10.4: - resolution: - { - integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==, - } + resolution: {integrity: sha512-tr7dSARLHM65OQTE81zo5fQAjLzijLl+u/z+pcJaeaFzgkey59Gi8TDCYIejQ/plvm6RLVmuEeqgDhsQdayhiQ==} dependencies: ace-builds: 1.31.2 ajv: 6.12.6 @@ -8039,10 +5977,7 @@ packages: dev: true /jsonfile@6.1.0: - resolution: - { - integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, - } + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 optionalDependencies: @@ -8050,68 +5985,47 @@ packages: dev: false /jsonparse@1.3.1: - resolution: - { - integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==, - } - engines: { "0": node >= 0.2.0 } + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} dev: false /jsonrepair@3.4.1: - resolution: - { - integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==, - } + resolution: {integrity: sha512-KcKVkjXuNIIVDOzjLqPmo6xNG6rR7qnJWQ/jMkJjan+NPxipNYxkDNCWFO3sncVhiG+V48WVlCe7XSs0Yd4K3A==} hasBin: true dev: true /jstransformer@1.0.0: - resolution: - { - integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==, - } + resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==} dependencies: is-promise: 2.2.2 promise: 7.3.1 dev: true /kind-of@6.0.3: - resolution: - { - integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} dev: false /klaw@4.1.0: - resolution: - { - integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==, - } - engines: { node: ">=14.14.0" } + resolution: {integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==} + engines: {node: '>=14.14.0'} dev: false /kleur@3.0.3: - resolution: - { - integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} dev: false /lerna@8.0.0: - resolution: - { - integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==, - } - engines: { node: ">=18.0.0" } + resolution: {integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: - "@lerna/create": 8.0.0(typescript@5.3.2) - "@npmcli/run-script": 6.0.2 - "@nx/devkit": 17.1.3(nx@17.1.3) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 + '@lerna/create': 8.0.0(typescript@5.3.2) + '@npmcli/run-script': 6.0.2 + '@nx/devkit': 17.1.3(nx@17.1.3) + '@octokit/plugin-enterprise-rest': 6.0.1 + '@octokit/rest': 19.0.11 byte-size: 8.1.1 chalk: 4.1.0 clone-deep: 4.0.1 @@ -8182,8 +6096,8 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" + - '@swc-node/register' + - '@swc/core' - bluebird - debug - encoding @@ -8191,22 +6105,16 @@ packages: dev: false /levn@0.4.1: - resolution: - { - integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: false /libnpmaccess@7.0.2: - resolution: - { - integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 npm-registry-fetch: 14.0.5 @@ -8215,11 +6123,8 @@ packages: dev: false /libnpmpublish@7.3.0: - resolution: - { - integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ci-info: 3.8.0 normalize-package-data: 5.0.0 @@ -8234,33 +6139,21 @@ packages: dev: false /lines-and-columns@1.2.4: - resolution: - { - integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, - } + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: false /lines-and-columns@2.0.3: - resolution: - { - integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false /livereload-js@3.4.1: - resolution: - { - integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==, - } + resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} dev: true /livereload@0.9.3: - resolution: - { - integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==, - } - engines: { node: ">=8.0.0" } + resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} + engines: {node: '>=8.0.0'} hasBin: true dependencies: chokidar: 3.5.3 @@ -8273,11 +6166,8 @@ packages: dev: true /load-json-file@4.0.0: - resolution: - { - integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 @@ -8286,11 +6176,8 @@ packages: dev: false /load-json-file@6.2.0: - resolution: - { - integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} + engines: {node: '>=8'} dependencies: graceful-fs: 4.2.11 parse-json: 5.2.0 @@ -8299,232 +6186,148 @@ packages: dev: false /loader-runner@4.3.0: - resolution: - { - integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, - } - engines: { node: ">=6.11.5" } + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} dev: false /locate-path@2.0.0: - resolution: - { - integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} + engines: {node: '>=4'} dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: false /locate-path@5.0.0: - resolution: - { - integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} dependencies: p-locate: 4.1.0 dev: false /locate-path@6.0.0: - resolution: - { - integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} dependencies: p-locate: 5.0.0 dev: false /locate-path@7.2.0: - resolution: - { - integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: p-locate: 6.0.0 dev: false /lodash.camelcase@4.3.0: - resolution: - { - integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==, - } + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: false /lodash.debounce@4.0.8: - resolution: - { - integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, - } + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} dev: false /lodash.isfunction@3.0.9: - resolution: - { - integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==, - } + resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} dev: false /lodash.ismatch@4.4.0: - resolution: - { - integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==, - } + resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} dev: false /lodash.isplainobject@4.0.6: - resolution: - { - integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, - } + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} dev: false /lodash.kebabcase@4.1.1: - resolution: - { - integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==, - } + resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} dev: false /lodash.merge@4.6.2: - resolution: - { - integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, - } + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false /lodash.mergewith@4.6.2: - resolution: - { - integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==, - } + resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} dev: false /lodash.snakecase@4.1.1: - resolution: - { - integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==, - } + resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} dev: false /lodash.startcase@4.4.0: - resolution: - { - integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==, - } + resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} dev: false /lodash.uniq@4.5.0: - resolution: - { - integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==, - } + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} dev: false /lodash.upperfirst@4.3.1: - resolution: - { - integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==, - } + resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} dev: false /lodash@4.17.21: - resolution: - { - integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, - } + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} /log-symbols@4.1.0: - resolution: - { - integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false /lookpath@1.2.2: - resolution: - { - integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==, - } - engines: { npm: ">=6.13.4" } + resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} + engines: {npm: '>=6.13.4'} hasBin: true dev: false /lru-cache@10.0.0: - resolution: - { - integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==, - } - engines: { node: 14 || >=16.14 } + resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + engines: {node: 14 || >=16.14} dev: false /lru-cache@5.1.1: - resolution: - { - integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, - } + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 dev: false /lru-cache@6.0.0: - resolution: - { - integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} dependencies: yallist: 4.0.0 /lru-cache@7.18.3: - resolution: - { - integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + engines: {node: '>=12'} dev: false /lunr@2.3.9: - resolution: - { - integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==, - } + resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} dev: false /make-dir@2.1.0: - resolution: - { - integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} dependencies: pify: 4.0.1 semver: 5.7.2 dev: false /make-dir@4.0.0: - resolution: - { - integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} dependencies: semver: 7.5.4 dev: false /make-fetch-happen@11.1.1: - resolution: - { - integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: agentkeepalive: 4.3.0 cacache: 17.1.3 @@ -8546,54 +6349,36 @@ packages: dev: false /map-obj@1.0.1: - resolution: - { - integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} dev: false /map-obj@4.3.0: - resolution: - { - integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} dev: false /marked@4.3.0: - resolution: - { - integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==, - } - engines: { node: ">= 12" } + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} hasBin: true dev: false /media-typer@0.3.0: - resolution: - { - integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} dev: true /meow@12.1.1: - resolution: - { - integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==, - } - engines: { node: ">=16.10" } + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} dev: false /meow@8.1.2: - resolution: - { - integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} + engines: {node: '>=10'} dependencies: - "@types/minimist": 1.2.2 + '@types/minimist': 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -8607,140 +6392,92 @@ packages: dev: false /merge-descriptors@1.0.1: - resolution: - { - integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==, - } + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} dev: true /merge-stream@2.0.0: - resolution: - { - integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, - } + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} dev: false /merge2@1.4.1: - resolution: - { - integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} dev: false /methods@1.1.2: - resolution: - { - integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} dev: true /micromatch@4.0.5: - resolution: - { - integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.1 dev: false /mime-db@1.52.0: - resolution: - { - integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} /mime-types@2.1.35: - resolution: - { - integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 /mime@1.6.0: - resolution: - { - integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} hasBin: true dev: true /mimic-fn@2.1.0: - resolution: - { - integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} dev: false /min-indent@1.0.1: - resolution: - { - integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} dev: false /minimatch@3.0.5: - resolution: - { - integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==, - } + resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} dependencies: brace-expansion: 1.1.11 dev: false /minimatch@3.1.2: - resolution: - { - integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, - } + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 /minimatch@5.1.6: - resolution: - { - integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: false /minimatch@8.0.4: - resolution: - { - integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: false /minimatch@9.0.3: - resolution: - { - integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: false /minimist-options@4.1.0: - resolution: - { - integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 @@ -8748,28 +6485,19 @@ packages: dev: false /minimist@1.2.8: - resolution: - { - integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, - } + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} dev: false /minipass-collect@1.0.2: - resolution: - { - integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /minipass-fetch@3.0.3: - resolution: - { - integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 minipass-sized: 1.0.3 @@ -8779,149 +6507,98 @@ packages: dev: false /minipass-flush@1.0.5: - resolution: - { - integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: false /minipass-json-stream@1.0.1: - resolution: - { - integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==, - } + resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} dependencies: jsonparse: 1.3.1 minipass: 3.3.6 dev: false /minipass-pipeline@1.2.4: - resolution: - { - integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 dev: false /minipass-sized@1.0.3: - resolution: - { - integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 dev: false /minipass@3.3.6: - resolution: - { - integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} dependencies: yallist: 4.0.0 dev: false /minipass@4.2.8: - resolution: - { - integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} dev: false /minipass@5.0.0: - resolution: - { - integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} dev: false /minipass@7.0.2: - resolution: - { - integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==} + engines: {node: '>=16 || 14 >=14.17'} dev: false /minizlib@2.1.2: - resolution: - { - integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 yallist: 4.0.0 dev: false /mkdirp@1.0.4: - resolution: - { - integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} hasBin: true dev: false /mobius1-selectr@2.4.13: - resolution: - { - integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==, - } + resolution: {integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==} dev: true /modify-values@1.0.1: - resolution: - { - integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} + engines: {node: '>=0.10.0'} dev: false /mrmime@1.0.1: - resolution: - { - integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} + engines: {node: '>=10'} dev: false /ms@2.0.0: - resolution: - { - integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, - } + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} dev: true /ms@2.1.2: - resolution: - { - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, - } + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} /ms@2.1.3: - resolution: - { - integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, - } + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} /multimatch@5.0.0: - resolution: - { - integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} + engines: {node: '>=10'} dependencies: - "@types/minimatch": 3.0.5 + '@types/minimatch': 3.0.5 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -8929,47 +6606,29 @@ packages: dev: false /mute-stream@0.0.8: - resolution: - { - integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, - } + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false /mute-stream@1.0.0: - resolution: - { - integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /natural-compare@1.4.0: - resolution: - { - integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, - } + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: false /negotiator@0.6.3: - resolution: - { - integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} /neo-async@2.6.2: - resolution: - { - integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, - } + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: false /node-fetch@2.6.7: - resolution: - { - integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, - } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -8980,11 +6639,8 @@ packages: dev: false /node-gyp@9.4.0: - resolution: - { - integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==, - } - engines: { node: ^12.13 || ^14.13 || >=16 } + resolution: {integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==} + engines: {node: ^12.13 || ^14.13 || >=16} hasBin: true dependencies: env-paths: 2.2.1 @@ -9003,25 +6659,16 @@ packages: dev: false /node-machine-id@1.1.12: - resolution: - { - integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==, - } + resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: false /node-releases@2.0.14: - resolution: - { - integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==, - } + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: false /nodemon@3.0.1: - resolution: - { - integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==} + engines: {node: '>=10'} hasBin: true dependencies: chokidar: 3.5.3 @@ -9037,41 +6684,29 @@ packages: dev: true /noms@0.0.0: - resolution: - { - integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==, - } + resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} dependencies: inherits: 2.0.4 readable-stream: 1.0.34 dev: false /nopt@1.0.10: - resolution: - { - integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==, - } + resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} hasBin: true dependencies: abbrev: 1.1.1 dev: true /nopt@6.0.0: - resolution: - { - integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: abbrev: 1.1.1 dev: false /normalize-package-data@2.5.0: - resolution: - { - integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, - } + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 resolve: 1.22.8 @@ -9080,11 +6715,8 @@ packages: dev: false /normalize-package-data@3.0.3: - resolution: - { - integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.1 @@ -9093,11 +6725,8 @@ packages: dev: false /normalize-package-data@5.0.0: - resolution: - { - integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.1 @@ -9106,63 +6735,42 @@ packages: dev: false /normalize-path@3.0.0: - resolution: - { - integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} dev: true /npm-bundled@1.1.2: - resolution: - { - integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==, - } + resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} dependencies: npm-normalize-package-bin: 1.0.1 dev: false /npm-bundled@3.0.0: - resolution: - { - integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-normalize-package-bin: 3.0.1 dev: false /npm-install-checks@6.1.1: - resolution: - { - integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 dev: false /npm-normalize-package-bin@1.0.1: - resolution: - { - integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==, - } + resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} dev: false /npm-normalize-package-bin@3.0.1: - resolution: - { - integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /npm-package-arg@10.1.0: - resolution: - { - integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 @@ -9171,11 +6779,8 @@ packages: dev: false /npm-package-arg@8.1.1: - resolution: - { - integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==} + engines: {node: '>=10'} dependencies: hosted-git-info: 3.0.8 semver: 7.5.4 @@ -9183,11 +6788,8 @@ packages: dev: false /npm-packlist@5.1.1: - resolution: - { - integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: glob: 8.1.0 @@ -9197,21 +6799,15 @@ packages: dev: false /npm-packlist@7.0.4: - resolution: - { - integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ignore-walk: 6.0.3 dev: false /npm-pick-manifest@8.0.2: - resolution: - { - integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.1 @@ -9220,11 +6816,8 @@ packages: dev: false /npm-registry-fetch@14.0.5: - resolution: - { - integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -9238,21 +6831,15 @@ packages: dev: false /npm-run-path@4.0.1: - resolution: - { - integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} dependencies: path-key: 3.1.1 dev: false /npmlog@6.0.2: - resolution: - { - integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 @@ -9261,25 +6848,22 @@ packages: dev: false /nx@17.1.3: - resolution: - { - integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==, - } + resolution: {integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==} hasBin: true requiresBuild: true peerDependencies: - "@swc-node/register": ^1.6.7 - "@swc/core": ^1.3.85 + '@swc-node/register': ^1.6.7 + '@swc/core': ^1.3.85 peerDependenciesMeta: - "@swc-node/register": + '@swc-node/register': optional: true - "@swc/core": + '@swc/core': optional: true dependencies: - "@nrwl/tao": 17.1.3 - "@yarnpkg/lockfile": 1.1.0 - "@yarnpkg/parsers": 3.0.0-rc.46 - "@zkochan/js-yaml": 0.0.6 + '@nrwl/tao': 17.1.3 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.0-rc.46 + '@zkochan/js-yaml': 0.0.6 axios: 1.6.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -9312,48 +6896,36 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - "@nx/nx-darwin-arm64": 17.1.3 - "@nx/nx-darwin-x64": 17.1.3 - "@nx/nx-freebsd-x64": 17.1.3 - "@nx/nx-linux-arm-gnueabihf": 17.1.3 - "@nx/nx-linux-arm64-gnu": 17.1.3 - "@nx/nx-linux-arm64-musl": 17.1.3 - "@nx/nx-linux-x64-gnu": 17.1.3 - "@nx/nx-linux-x64-musl": 17.1.3 - "@nx/nx-win32-arm64-msvc": 17.1.3 - "@nx/nx-win32-x64-msvc": 17.1.3 + '@nx/nx-darwin-arm64': 17.1.3 + '@nx/nx-darwin-x64': 17.1.3 + '@nx/nx-freebsd-x64': 17.1.3 + '@nx/nx-linux-arm-gnueabihf': 17.1.3 + '@nx/nx-linux-arm64-gnu': 17.1.3 + '@nx/nx-linux-arm64-musl': 17.1.3 + '@nx/nx-linux-x64-gnu': 17.1.3 + '@nx/nx-linux-x64-musl': 17.1.3 + '@nx/nx-win32-arm64-msvc': 17.1.3 + '@nx/nx-win32-x64-msvc': 17.1.3 transitivePeerDependencies: - debug dev: false /object-assign@4.1.1: - resolution: - { - integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} dev: true /object-inspect@1.12.3: - resolution: - { - integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, - } + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} /object-keys@1.1.1: - resolution: - { - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} dev: false /object.assign@4.1.4: - resolution: - { - integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9362,11 +6934,8 @@ packages: dev: false /object.fromentries@2.0.7: - resolution: - { - integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9374,10 +6943,7 @@ packages: dev: false /object.groupby@1.0.1: - resolution: - { - integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==, - } + resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9386,11 +6952,8 @@ packages: dev: false /object.values@1.1.7: - resolution: - { - integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -9398,39 +6961,27 @@ packages: dev: false /on-finished@2.4.1: - resolution: - { - integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 dev: true /once@1.4.0: - resolution: - { - integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, - } + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: - { - integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 dev: false /open@8.4.2: - resolution: - { - integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -9438,21 +6989,15 @@ packages: dev: false /opener@1.5.2: - resolution: - { - integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==, - } + resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true dev: false /optionator@0.9.3: - resolution: - { - integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + engines: {node: '>= 0.8.0'} dependencies: - "@aashutoshrathi/word-wrap": 1.2.6 + '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -9461,18 +7006,12 @@ packages: dev: false /opts@2.0.2: - resolution: - { - integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==, - } + resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} dev: true /ora@5.4.1: - resolution: - { - integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -9486,194 +7025,134 @@ packages: dev: false /os-tmpdir@1.0.2: - resolution: - { - integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} dev: false /p-finally@1.0.0: - resolution: - { - integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} + engines: {node: '>=4'} dev: false /p-limit@1.3.0: - resolution: - { - integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} + engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: false /p-limit@2.3.0: - resolution: - { - integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} dependencies: p-try: 2.2.0 dev: false /p-limit@3.1.0: - resolution: - { - integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 dev: false /p-limit@4.0.0: - resolution: - { - integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: yocto-queue: 1.0.0 dev: false /p-locate@2.0.0: - resolution: - { - integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} + engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: false /p-locate@4.1.0: - resolution: - { - integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} dependencies: p-limit: 2.3.0 dev: false /p-locate@5.0.0: - resolution: - { - integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} dependencies: p-limit: 3.1.0 dev: false /p-locate@6.0.0: - resolution: - { - integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: p-limit: 4.0.0 dev: false /p-map-series@2.1.0: - resolution: - { - integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} + engines: {node: '>=8'} dev: false /p-map@4.0.0: - resolution: - { - integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 dev: false /p-pipe@3.1.0: - resolution: - { - integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} + engines: {node: '>=8'} dev: false /p-queue@6.6.2: - resolution: - { - integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} + engines: {node: '>=8'} dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 dev: false /p-reduce@2.1.0: - resolution: - { - integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} + engines: {node: '>=8'} dev: false /p-timeout@3.2.0: - resolution: - { - integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} + engines: {node: '>=8'} dependencies: p-finally: 1.0.0 dev: false /p-try@1.0.0: - resolution: - { - integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} + engines: {node: '>=4'} dev: false /p-try@2.2.0: - resolution: - { - integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} dev: false /p-waterfall@2.1.1: - resolution: - { - integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} + engines: {node: '>=8'} dependencies: p-reduce: 2.1.0 dev: false /pacote@15.2.0: - resolution: - { - integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - "@npmcli/git": 4.1.0 - "@npmcli/installed-package-contents": 2.0.2 - "@npmcli/promise-spawn": 6.0.2 - "@npmcli/run-script": 6.0.2 + '@npmcli/git': 4.1.0 + '@npmcli/installed-package-contents': 2.0.2 + '@npmcli/promise-spawn': 6.0.2 + '@npmcli/run-script': 6.0.2 cacache: 17.1.3 fs-minipass: 3.0.2 minipass: 5.0.0 @@ -9694,383 +7173,254 @@ packages: dev: false /parent-module@1.0.1: - resolution: - { - integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: false /parse-json@4.0.0: - resolution: - { - integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 dev: false /parse-json@5.2.0: - resolution: - { - integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} dependencies: - "@babel/code-frame": 7.22.13 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: false /parse-path@7.0.0: - resolution: - { - integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==, - } + resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} dependencies: protocols: 2.0.1 dev: false /parse-url@8.1.0: - resolution: - { - integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==, - } + resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} dependencies: parse-path: 7.0.0 dev: false /parseurl@1.3.3: - resolution: - { - integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} dev: true /path-exists@3.0.0: - resolution: - { - integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} dev: false /path-exists@4.0.0: - resolution: - { - integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} dev: false /path-exists@5.0.0: - resolution: - { - integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false /path-is-absolute@1.0.1: - resolution: - { - integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} /path-key@3.1.1: - resolution: - { - integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} dev: false /path-parse@1.0.7: - resolution: - { - integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, - } + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} /path-scurry@1.10.1: - resolution: - { - integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==, - } - engines: { node: ">=16 || 14 >=14.17" } + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: lru-cache: 10.0.0 minipass: 7.0.2 dev: false /path-to-regexp@0.1.7: - resolution: - { - integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==, - } + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true /path-type@3.0.0: - resolution: - { - integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: false /path-type@4.0.0: - resolution: - { - integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} dev: false /picocolors@1.0.0: - resolution: - { - integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, - } + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: false /picomatch@2.3.1: - resolution: - { - integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, - } - engines: { node: ">=8.6" } + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} /picomodal@3.0.0: - resolution: - { - integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==, - } + resolution: {integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==} dev: true /pify@2.3.0: - resolution: - { - integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} dev: false /pify@3.0.0: - resolution: - { - integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} dev: false /pify@4.0.1: - resolution: - { - integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} dev: false /pify@5.0.0: - resolution: - { - integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} + engines: {node: '>=10'} dev: false /pkg-dir@4.2.0: - resolution: - { - integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 dev: false /pkg-dir@7.0.0: - resolution: - { - integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==, - } - engines: { node: ">=14.16" } + resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} + engines: {node: '>=14.16'} dependencies: find-up: 6.3.0 dev: false /popper.js@1.16.1: - resolution: - { - integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==, - } + resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 dev: true /prelude-ls@1.2.1: - resolution: - { - integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} dev: false /prettier-plugin-multiline-arrays@3.0.1(prettier@3.1.0): - resolution: - { - integrity: sha512-xRwqy/6eMU7234W3/XFjviTn00X2JlXyiUUdpFk4R0HbLJ0QJDA1i5fLZnVQrcSrWzidrHvs1SauEpFsBDxWAQ==, - } + resolution: {integrity: sha512-xRwqy/6eMU7234W3/XFjviTn00X2JlXyiUUdpFk4R0HbLJ0QJDA1i5fLZnVQrcSrWzidrHvs1SauEpFsBDxWAQ==} peerDependencies: prettier: ^3.0.0 dependencies: - "@augment-vir/common": 22.1.0 + '@augment-vir/common': 22.1.0 prettier: 3.1.0 proxy-vir: 0.0.2 dev: false /prettier@3.1.0: - resolution: - { - integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} + engines: {node: '>=14'} hasBin: true dev: false /pretty-format@29.6.2: - resolution: - { - integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==, - } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - "@jest/schemas": 29.6.0 + '@jest/schemas': 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 dev: false /proc-log@3.0.0: - resolution: - { - integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /process-nextick-args@2.0.1: - resolution: - { - integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, - } + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false /promise-inflight@1.0.1: - resolution: - { - integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, - } + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} peerDependencies: - bluebird: "*" + bluebird: '*' peerDependenciesMeta: bluebird: optional: true dev: false /promise-retry@2.0.1: - resolution: - { - integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} dependencies: err-code: 2.0.3 retry: 0.12.0 dev: false /promise@7.3.1: - resolution: - { - integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==, - } + resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 dev: true /prompts@2.4.2: - resolution: - { - integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 dev: false /promzard@1.0.0: - resolution: - { - integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: read: 2.1.0 dev: false /protocols@2.0.1: - resolution: - { - integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==, - } + resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} dev: false /proxy-addr@2.0.7: - resolution: - { - integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, - } - engines: { node: ">= 0.10" } + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 dev: true /proxy-from-env@1.1.0: - resolution: - { - integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, - } + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: false /proxy-vir@0.0.2: - resolution: - { - integrity: sha512-4yP9ol7cFb1lUwYyj0B1+M+EpQz7tAu7PTgHCqOQenn0abXOJ3epfS3d2e+9zTgpBfYFzutL5tD2hyFz/smXyw==, - } + resolution: {integrity: sha512-4yP9ol7cFb1lUwYyj0B1+M+EpQz7tAu7PTgHCqOQenn0abXOJ3epfS3d2e+9zTgpBfYFzutL5tD2hyFz/smXyw==} dependencies: - "@augment-vir/common": 22.1.0 + '@augment-vir/common': 22.1.0 dev: false /pstree.remy@1.1.8: - resolution: - { - integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==, - } + resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} dev: true /pug-attrs@3.0.0: - resolution: - { - integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==, - } + resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} dependencies: constantinople: 4.0.1 js-stringify: 1.0.2 @@ -10078,10 +7428,7 @@ packages: dev: true /pug-code-gen@3.0.2: - resolution: - { - integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==, - } + resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} dependencies: constantinople: 4.0.1 doctypes: 1.1.0 @@ -10094,17 +7441,11 @@ packages: dev: true /pug-error@2.0.0: - resolution: - { - integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==, - } + resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} dev: true /pug-filters@4.0.0: - resolution: - { - integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==, - } + resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} dependencies: constantinople: 4.0.1 jstransformer: 1.0.0 @@ -10114,10 +7455,7 @@ packages: dev: true /pug-lexer@5.0.1: - resolution: - { - integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==, - } + resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} dependencies: character-parser: 2.2.0 is-expression: 4.0.0 @@ -10125,63 +7463,42 @@ packages: dev: true /pug-linker@4.0.0: - resolution: - { - integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==, - } + resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} dependencies: pug-error: 2.0.0 pug-walk: 2.0.0 dev: true /pug-load@3.0.0: - resolution: - { - integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==, - } + resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} dependencies: object-assign: 4.1.1 pug-walk: 2.0.0 dev: true /pug-parser@6.0.0: - resolution: - { - integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==, - } + resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} dependencies: pug-error: 2.0.0 token-stream: 1.0.0 dev: true /pug-runtime@3.0.1: - resolution: - { - integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==, - } + resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} dev: true /pug-strip-comments@2.0.0: - resolution: - { - integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==, - } + resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} dependencies: pug-error: 2.0.0 dev: true /pug-walk@2.0.0: - resolution: - { - integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==, - } + resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} dev: true /pug@3.0.2: - resolution: - { - integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==, - } + resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} dependencies: pug-code-gen: 3.0.2 pug-filters: 4.0.0 @@ -10194,60 +7511,39 @@ packages: dev: true /punycode@2.3.0: - resolution: - { - integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + engines: {node: '>=6'} /qs@6.11.0: - resolution: - { - integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, - } - engines: { node: ">=0.6" } + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 dev: true /queue-microtask@1.2.3: - resolution: - { - integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, - } + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: false /quick-lru@4.0.1: - resolution: - { - integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} dev: false /randombytes@2.1.0: - resolution: - { - integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==, - } + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 dev: false /range-parser@1.2.1: - resolution: - { - integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} dev: true /raw-body@2.5.1: - resolution: - { - integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} + engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 http-errors: 2.0.0 @@ -10256,37 +7552,25 @@ packages: dev: true /react-is@18.2.0: - resolution: - { - integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, - } + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false /read-cmd-shim@4.0.0: - resolution: - { - integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /read-package-json-fast@3.0.2: - resolution: - { - integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: json-parse-even-better-errors: 3.0.0 npm-normalize-package-bin: 3.0.1 dev: false /read-package-json@6.0.4: - resolution: - { - integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: glob: 10.3.10 json-parse-even-better-errors: 3.0.0 @@ -10295,22 +7579,16 @@ packages: dev: false /read-pkg-up@3.0.0: - resolution: - { - integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} + engines: {node: '>=4'} dependencies: find-up: 2.1.0 read-pkg: 3.0.0 dev: false /read-pkg-up@7.0.1: - resolution: - { - integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 read-pkg: 5.2.0 @@ -10318,11 +7596,8 @@ packages: dev: false /read-pkg@3.0.0: - resolution: - { - integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 @@ -10330,33 +7605,24 @@ packages: dev: false /read-pkg@5.2.0: - resolution: - { - integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} dependencies: - "@types/normalize-package-data": 2.4.1 + '@types/normalize-package-data': 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 dev: false /read@2.1.0: - resolution: - { - integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: mute-stream: 1.0.0 dev: false /readable-stream@1.0.34: - resolution: - { - integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==, - } + resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -10365,10 +7631,7 @@ packages: dev: false /readable-stream@2.3.8: - resolution: - { - integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==, - } + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -10380,11 +7643,8 @@ packages: dev: false /readable-stream@3.6.2: - resolution: - { - integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, - } - engines: { node: ">= 6" } + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 @@ -10392,75 +7652,51 @@ packages: dev: false /readdirp@3.6.0: - resolution: - { - integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, - } - engines: { node: ">=8.10.0" } + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 dev: true /rechoir@0.8.0: - resolution: - { - integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} dependencies: resolve: 1.22.2 dev: false /redent@3.0.0: - resolution: - { - integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 dev: false /regenerate-unicode-properties@10.1.0: - resolution: - { - integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: false /regenerate@1.4.2: - resolution: - { - integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, - } + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false /regenerator-runtime@0.13.11: - resolution: - { - integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==, - } + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: false /regenerator-transform@0.15.2: - resolution: - { - integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, - } + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - "@babel/runtime": 7.22.6 + '@babel/runtime': 7.22.6 dev: false /regexp.prototype.flags@1.5.0: - resolution: - { - integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -10468,13 +7704,10 @@ packages: dev: false /regexpu-core@5.3.2: - resolution: - { - integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} dependencies: - "@babel/regjsgen": 0.8.0 + '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -10483,82 +7716,55 @@ packages: dev: false /regjsparser@0.9.1: - resolution: - { - integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, - } + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 dev: false /require-directory@2.1.1: - resolution: - { - integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} dev: false /require-from-string@2.0.2: - resolution: - { - integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} dev: false /resolve-cwd@3.0.0: - resolution: - { - integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 dev: false /resolve-from@4.0.0: - resolution: - { - integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} dev: false /resolve-from@5.0.0: - resolution: - { - integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} dev: false /resolve-global@1.0.0: - resolution: - { - integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} + engines: {node: '>=8'} dependencies: global-dirs: 0.1.1 dev: false /resolve@1.19.0: - resolution: - { - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==, - } + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 dev: false /resolve@1.22.2: - resolution: - { - integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==, - } + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: is-core-module: 2.12.1 @@ -10566,10 +7772,7 @@ packages: supports-preserve-symlinks-flag: 1.0.0 /resolve@1.22.8: - resolution: - { - integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, - } + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.1 @@ -10578,107 +7781,74 @@ packages: dev: false /restore-cursor@3.1.0: - resolution: - { - integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 dev: false /retry@0.12.0: - resolution: - { - integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} dev: false /reusify@1.0.4: - resolution: - { - integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, - } - engines: { iojs: ">=1.0.0", node: ">=0.10.0" } + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: false /rimraf@3.0.2: - resolution: - { - integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, - } + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 dev: false /rimraf@4.4.1: - resolution: - { - integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} + engines: {node: '>=14'} hasBin: true dependencies: glob: 9.3.5 dev: false /rimraf@5.0.5: - resolution: - { - integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} + engines: {node: '>=14'} hasBin: true dependencies: glob: 10.3.10 dev: false /run-async@2.4.1: - resolution: - { - integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, - } - engines: { node: ">=0.12.0" } + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} dev: false /run-parallel@1.2.0: - resolution: - { - integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, - } + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 dev: false /run-time-assertions@0.2.1: - resolution: - { - integrity: sha512-nJrck8ekwrfilGPgGREZlNDR8US7Q+aVMWAWGKxyeeEf0X8TrPM9x5aGvHiPPsGszteUfZrABepByxgHCSWbag==, - } + resolution: {integrity: sha512-nJrck8ekwrfilGPgGREZlNDR8US7Q+aVMWAWGKxyeeEf0X8TrPM9x5aGvHiPPsGszteUfZrABepByxgHCSWbag==} dependencies: - "@augment-vir/common": 22.1.0 + '@augment-vir/common': 22.1.0 expect-type: 0.15.0 type-fest: 4.8.3 dev: false /rxjs@7.8.1: - resolution: - { - integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, - } + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.6.1 dev: false /safe-array-concat@1.0.0: - resolution: - { - integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, - } - engines: { node: ">=0.4" } + resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} + engines: {node: '>=0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -10687,23 +7857,14 @@ packages: dev: false /safe-buffer@5.1.2: - resolution: - { - integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, - } + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: false /safe-buffer@5.2.1: - resolution: - { - integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, - } + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} /safe-regex-test@1.0.0: - resolution: - { - integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, - } + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -10711,86 +7872,59 @@ packages: dev: false /safer-buffer@2.1.2: - resolution: - { - integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, - } + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} /sax@1.3.0: - resolution: - { - integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==, - } + resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} dev: true /schema-utils@3.3.0: - resolution: - { - integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: false /schema-utils@4.2.0: - resolution: - { - integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, - } - engines: { node: ">= 12.13.0" } + resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} + engines: {node: '>= 12.13.0'} dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) dev: false /semver@5.7.2: - resolution: - { - integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, - } + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true dev: false /semver@6.3.1: - resolution: - { - integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, - } + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true dev: false /semver@7.5.3: - resolution: - { - integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: false /semver@7.5.4: - resolution: - { - integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 /send@0.18.0: - resolution: - { - integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} dependencies: debug: 2.6.9 depd: 2.0.0 @@ -10810,20 +7944,14 @@ packages: dev: true /serialize-javascript@6.0.1: - resolution: - { - integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==, - } + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} dependencies: randombytes: 2.1.0 dev: false /serve-static@1.15.0: - resolution: - { - integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -10834,52 +7962,34 @@ packages: dev: true /set-blocking@2.0.0: - resolution: - { - integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, - } + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false /setprototypeof@1.2.0: - resolution: - { - integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, - } + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: true /shallow-clone@3.0.1: - resolution: - { - integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} dependencies: kind-of: 6.0.3 dev: false /shebang-command@2.0.0: - resolution: - { - integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 dev: false /shebang-regex@3.0.0: - resolution: - { - integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} dev: false /shiki@0.14.3: - resolution: - { - integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==, - } + resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -10888,97 +7998,67 @@ packages: dev: false /side-channel@1.0.4: - resolution: - { - integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, - } + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 object-inspect: 1.12.3 /signal-exit@3.0.7: - resolution: - { - integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, - } + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} dev: false /signal-exit@4.1.0: - resolution: - { - integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} dev: false /sigstore@1.8.0: - resolution: - { - integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - "@sigstore/bundle": 1.0.0 - "@sigstore/protobuf-specs": 0.2.0 - "@sigstore/tuf": 1.0.3 + '@sigstore/bundle': 1.0.0 + '@sigstore/protobuf-specs': 0.2.0 + '@sigstore/tuf': 1.0.3 make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color dev: false /simple-update-notifier@2.0.0: - resolution: - { - integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} + engines: {node: '>=10'} dependencies: semver: 7.5.4 dev: true /sirv@2.0.3: - resolution: - { - integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} + engines: {node: '>= 10'} dependencies: - "@polka/url": 1.0.0-next.21 + '@polka/url': 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.1 dev: false /sisteransi@1.0.5: - resolution: - { - integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, - } + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: false /slash@3.0.0: - resolution: - { - integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} dev: false /smart-buffer@4.2.0: - resolution: - { - integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, - } - engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: false /socks-proxy-agent@7.0.0: - resolution: - { - integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} + engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 debug: 4.3.4 @@ -10988,160 +8068,106 @@ packages: dev: false /socks@2.7.1: - resolution: - { - integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, - } - engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } + resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} + engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: ip: 2.0.0 smart-buffer: 4.2.0 dev: false /sort-keys@2.0.0: - resolution: - { - integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} + engines: {node: '>=4'} dependencies: is-plain-obj: 1.1.0 dev: false /source-map-support@0.5.21: - resolution: - { - integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, - } + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: false /source-map@0.6.1: - resolution: - { - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} dev: false /source-map@0.7.4: - resolution: - { - integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} dev: true /spdx-correct@3.2.0: - resolution: - { - integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==, - } + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.13 dev: false /spdx-exceptions@2.3.0: - resolution: - { - integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, - } + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} dev: false /spdx-expression-parse@3.0.1: - resolution: - { - integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, - } + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.13 dev: false /spdx-license-ids@3.0.13: - resolution: - { - integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, - } + resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} dev: false /split2@3.2.2: - resolution: - { - integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==, - } + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: readable-stream: 3.6.2 dev: false /split2@4.2.0: - resolution: - { - integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==, - } - engines: { node: ">= 10.x" } + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} dev: false /split@1.0.1: - resolution: - { - integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==, - } + resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: through: 2.3.8 dev: false /sprintf-js@1.0.3: - resolution: - { - integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, - } + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: false /ssri@10.0.4: - resolution: - { - integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 5.0.0 dev: false /ssri@9.0.1: - resolution: - { - integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==, - } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minipass: 3.3.6 dev: false /stats.ts@1.1.0: - resolution: - { - integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==, - } + resolution: {integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==} dev: true /statuses@2.0.1: - resolution: - { - integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} dev: true /string-width@4.2.3: - resolution: - { - integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -11149,11 +8175,8 @@ packages: dev: false /string-width@5.1.2: - resolution: - { - integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 @@ -11161,11 +8184,8 @@ packages: dev: false /string.prototype.trim@1.2.7: - resolution: - { - integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11173,10 +8193,7 @@ packages: dev: false /string.prototype.trimend@1.0.6: - resolution: - { - integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, - } + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11184,10 +8201,7 @@ packages: dev: false /string.prototype.trimstart@1.0.6: - resolution: - { - integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, - } + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 @@ -11195,98 +8209,65 @@ packages: dev: false /string_decoder@0.10.31: - resolution: - { - integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==, - } + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} dev: false /string_decoder@1.1.1: - resolution: - { - integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, - } + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 dev: false /string_decoder@1.3.0: - resolution: - { - integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, - } + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 dev: false /strip-ansi@6.0.1: - resolution: - { - integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 dev: false /strip-ansi@7.1.0: - resolution: - { - integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 dev: false /strip-bom@3.0.0: - resolution: - { - integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} dev: false /strip-bom@4.0.0: - resolution: - { - integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} dev: false /strip-final-newline@2.0.0: - resolution: - { - integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} dev: false /strip-indent@3.0.0: - resolution: - { - integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: false /strip-json-comments@3.1.1: - resolution: - { - integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} dev: false /strong-log-transformer@2.1.0: - resolution: - { - integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} + engines: {node: '>=4'} hasBin: true dependencies: duplexer: 0.1.2 @@ -11294,14 +8275,11 @@ packages: through: 2.3.8 dev: false - /stylus@0.61.0: - resolution: - { - integrity: sha512-oaV9T4sRBiQfChXE0av9SrLD+ovEdQiWzPJ5kwIeYvMhjUDJnZtdubAG6lSSbaR4sCnoT6sw411IOl5Akcht4Q==, - } + /stylus@0.62.0: + resolution: {integrity: sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==} hasBin: true dependencies: - "@adobe/css-tools": 4.3.1 + '@adobe/css-tools': 4.3.1 debug: 4.3.4 glob: 7.2.3 sax: 1.3.0 @@ -11311,55 +8289,37 @@ packages: dev: true /supports-color@5.5.0: - resolution: - { - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: - { - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 dev: false /supports-color@8.1.1: - resolution: - { - integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} dependencies: has-flag: 4.0.0 dev: false /supports-preserve-symlinks-flag@1.0.0: - resolution: - { - integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} /tapable@2.2.1: - resolution: - { - integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} dev: false /tar-stream@2.2.0: - resolution: - { - integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -11369,11 +8329,8 @@ packages: dev: false /tar@6.1.11: - resolution: - { - integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, - } - engines: { node: ">= 10" } + resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} + engines: {node: '>= 10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -11384,33 +8341,27 @@ packages: dev: false /temp-dir@1.0.0: - resolution: - { - integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} + engines: {node: '>=4'} dev: false /terser-webpack-plugin@5.3.9(webpack@5.89.0): - resolution: - { - integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} + engines: {node: '>= 10.13.0'} peerDependencies: - "@swc/core": "*" - esbuild: "*" - uglify-js: "*" + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' webpack: ^5.1.0 peerDependenciesMeta: - "@swc/core": + '@swc/core': optional: true esbuild: optional: true uglify-js: optional: true dependencies: - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/trace-mapping': 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -11419,182 +8370,122 @@ packages: dev: false /terser@5.19.2: - resolution: - { - integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==} + engines: {node: '>=10'} hasBin: true dependencies: - "@jridgewell/source-map": 0.3.5 + '@jridgewell/source-map': 0.3.5 acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 dev: false /text-extensions@1.9.0: - resolution: - { - integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==, - } - engines: { node: ">=0.10" } + resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} + engines: {node: '>=0.10'} dev: false /text-extensions@2.4.0: - resolution: - { - integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} dev: false /text-table@0.2.0: - resolution: - { - integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, - } + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: false /through2@2.0.5: - resolution: - { - integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==, - } + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: readable-stream: 2.3.8 xtend: 4.0.2 dev: false /through2@4.0.2: - resolution: - { - integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==, - } + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: readable-stream: 3.6.2 dev: false /through@2.3.8: - resolution: - { - integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, - } + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: false /tmp@0.0.33: - resolution: - { - integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, - } - engines: { node: ">=0.6.0" } + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 dev: false /tmp@0.2.1: - resolution: - { - integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==, - } - engines: { node: ">=8.17.0" } + resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} + engines: {node: '>=8.17.0'} dependencies: rimraf: 3.0.2 dev: false /to-fast-properties@2.0.0: - resolution: - { - integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} /to-regex-range@5.0.1: - resolution: - { - integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, - } - engines: { node: ">=8.0" } + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 /toidentifier@1.0.1: - resolution: - { - integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, - } - engines: { node: ">=0.6" } + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} dev: true /token-stream@1.0.0: - resolution: - { - integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==, - } + resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} dev: true /totalist@3.0.1: - resolution: - { - integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} + engines: {node: '>=6'} dev: false /touch@3.1.0: - resolution: - { - integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==, - } + resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} hasBin: true dependencies: nopt: 1.0.10 dev: true /tr46@0.0.3: - resolution: - { - integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, - } + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: false /trim-newlines@3.0.1: - resolution: - { - integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} dev: false /ts-api-utils@1.0.1(typescript@5.3.2): - resolution: - { - integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==, - } - engines: { node: ">=16.13.0" } + resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} + engines: {node: '>=16.13.0'} peerDependencies: - typescript: ">=4.2.0" + typescript: '>=4.2.0' dependencies: typescript: 5.3.2 dev: false /tsconfig-paths@3.14.2: - resolution: - { - integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, - } + resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: - "@types/json5": 0.0.29 + '@types/json5': 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 dev: false /tsconfig-paths@4.2.0: - resolution: - { - integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} dependencies: json5: 2.2.3 minimist: 1.2.8 @@ -11602,20 +8493,14 @@ packages: dev: false /tslib@2.6.1: - resolution: - { - integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==, - } + resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} dev: false /tuf-js@1.1.7: - resolution: - { - integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - "@tufjs/models": 1.0.4 + '@tufjs/models': 1.0.4 debug: 4.3.4 make-fetch-happen: 11.1.1 transitivePeerDependencies: @@ -11623,88 +8508,58 @@ packages: dev: false /type-check@0.4.0: - resolution: - { - integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, - } - engines: { node: ">= 0.8.0" } + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: false /type-fest@0.18.1: - resolution: - { - integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} dev: false /type-fest@0.20.2: - resolution: - { - integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} dev: false /type-fest@0.21.3: - resolution: - { - integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} dev: false /type-fest@0.4.1: - resolution: - { - integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} + engines: {node: '>=6'} dev: false /type-fest@0.6.0: - resolution: - { - integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} dev: false /type-fest@0.8.1: - resolution: - { - integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} dev: false /type-fest@4.8.3: - resolution: - { - integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==, - } - engines: { node: ">=16" } + resolution: {integrity: sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==} + engines: {node: '>=16'} dev: false /type-is@1.6.18: - resolution: - { - integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, - } - engines: { node: ">= 0.6" } + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 mime-types: 2.1.35 dev: true /typed-array-buffer@1.0.0: - resolution: - { - integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 @@ -11712,11 +8567,8 @@ packages: dev: false /typed-array-byte-length@1.0.0: - resolution: - { - integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -11725,11 +8577,8 @@ packages: dev: false /typed-array-byte-offset@1.0.0: - resolution: - { - integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -11739,10 +8588,7 @@ packages: dev: false /typed-array-length@1.0.4: - resolution: - { - integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, - } + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 @@ -11750,18 +8596,12 @@ packages: dev: false /typedarray@0.0.6: - resolution: - { - integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, - } + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false /typedoc-plugin-coverage@2.2.0(typedoc@0.25.4): - resolution: - { - integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==, - } - engines: { node: ">= 16" } + resolution: {integrity: sha512-/hq9nwSNBz2p7+VYfljT/zFSmaxN8tlfcIp6CCAaQN6VIxXCciYFIqR+pcckRhjmfHIeSJ5uy2OpCt5F683npA==} + engines: {node: '>= 16'} peerDependencies: typedoc: ^0.22.12 || 0.23.x || 0.24.x || 0.25.x dependencies: @@ -11769,10 +8609,7 @@ packages: dev: false /typedoc-plugin-keywords@1.6.0(typedoc@0.25.4): - resolution: - { - integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==, - } + resolution: {integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==} peerDependencies: typedoc: ^0.25.4 dependencies: @@ -11781,10 +8618,7 @@ packages: dev: false /typedoc-plugin-missing-exports@2.1.0(typedoc@0.25.4): - resolution: - { - integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==, - } + resolution: {integrity: sha512-+1DhqZCEu7Vu5APnrqpPwl31D+hXpt1fV0Le9ycCRL1eLVdatdl6KVt4SEVwPxnEpKwgOn2dNX6I9+0F1aO2aA==} peerDependencies: typedoc: 0.24.x || 0.25.x dependencies: @@ -11792,11 +8626,8 @@ packages: dev: false /typedoc@0.25.4(typescript@5.3.2): - resolution: - { - integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==, - } - engines: { node: ">= 16" } + resolution: {integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==} + engines: {node: '>= 16'} hasBin: true peerDependencies: 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 @@ -11809,30 +8640,21 @@ packages: dev: false /typescript@5.3.2: - resolution: - { - integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==, - } - engines: { node: ">=14.17" } + resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} + engines: {node: '>=14.17'} hasBin: true dev: false /uglify-js@3.17.4: - resolution: - { - integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, - } - engines: { node: ">=0.8.0" } + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true dev: false optional: true /unbox-primitive@1.0.2: - resolution: - { - integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, - } + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 has-bigints: 1.0.2 @@ -11841,121 +8663,79 @@ packages: dev: false /undefsafe@2.0.5: - resolution: - { - integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==, - } + resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} dev: true /undici-types@5.26.5: - resolution: - { - integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, - } + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: false /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: - { - integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} dev: false /unicode-match-property-ecmascript@2.0.0: - resolution: - { - integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 dev: false /unicode-match-property-value-ecmascript@2.1.0: - resolution: - { - integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} dev: false /unicode-property-aliases-ecmascript@2.1.0: - resolution: - { - integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} dev: false /unique-filename@3.0.0: - resolution: - { - integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: unique-slug: 4.0.0 dev: false /unique-slug@4.0.0: - resolution: - { - integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 dev: false /universal-user-agent@6.0.0: - resolution: - { - integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==, - } + resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} dev: false /universalify@2.0.0: - resolution: - { - integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, - } - engines: { node: ">= 10.0.0" } + resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} + engines: {node: '>= 10.0.0'} dev: false /unpipe@1.0.0: - resolution: - { - integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} dev: true /untildify@4.0.0: - resolution: - { - integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} + engines: {node: '>=8'} dev: false /upath@2.0.1: - resolution: - { - integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, - } - engines: { node: ">=4" } + resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} + engines: {node: '>=4'} dev: false /update-browserslist-db@1.0.13(browserslist@4.22.2): - resolution: - { - integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==, - } + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + browserslist: '>= 4.21.0' dependencies: browserslist: 4.22.2 escalade: 3.1.1 @@ -11963,147 +8743,96 @@ packages: dev: false /uri-js@4.4.1: - resolution: - { - integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, - } + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.3.0 /util-deprecate@1.0.2: - resolution: - { - integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, - } + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: false /utils-merge@1.0.1: - resolution: - { - integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, - } - engines: { node: ">= 0.4.0" } + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} dev: true /uuid@9.0.0: - resolution: - { - integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, - } + resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} hasBin: true dev: false /v8-compile-cache@2.3.0: - resolution: - { - integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==, - } + resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: false /validate-npm-package-license@3.0.4: - resolution: - { - integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, - } + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: false /validate-npm-package-name@3.0.0: - resolution: - { - integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==, - } + resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} dependencies: builtins: 1.0.3 dev: false /validate-npm-package-name@5.0.0: - resolution: - { - integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: builtins: 5.0.1 dev: false /vanilla-picker@2.12.2: - resolution: - { - integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==, - } + resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} dependencies: - "@sphinxxxx/color-conversion": 2.2.2 + '@sphinxxxx/color-conversion': 2.2.2 dev: true /vary@1.1.2: - resolution: - { - integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, - } - engines: { node: ">= 0.8" } + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} dev: true /void-elements@3.1.0: - resolution: - { - integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==, - } - engines: { node: ">=0.10.0" } + resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} + engines: {node: '>=0.10.0'} dev: true /vscode-oniguruma@1.7.0: - resolution: - { - integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==, - } + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} dev: false /vscode-textmate@8.0.0: - resolution: - { - integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==, - } + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: false /watchpack@2.4.0: - resolution: - { - integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} + engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 dev: false /wcwidth@1.0.1: - resolution: - { - integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, - } + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 dev: false /webidl-conversions@3.0.1: - resolution: - { - integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, - } + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false /webpack-bundle-analyzer@4.10.1: - resolution: - { - integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==, - } - engines: { node: ">= 10.13.0" } + resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==} + engines: {node: '>= 10.13.0'} hasBin: true dependencies: - "@discoveryjs/json-ext": 0.5.7 + '@discoveryjs/json-ext': 0.5.7 acorn: 8.10.0 acorn-walk: 8.2.0 commander: 7.2.0 @@ -12122,29 +8851,26 @@ packages: dev: false /webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0): - resolution: - { - integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==, - } - engines: { node: ">=14.15.0" } + resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} + engines: {node: '>=14.15.0'} hasBin: true peerDependencies: - "@webpack-cli/generators": "*" + '@webpack-cli/generators': '*' webpack: 5.x.x - webpack-bundle-analyzer: "*" - webpack-dev-server: "*" + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' peerDependenciesMeta: - "@webpack-cli/generators": + '@webpack-cli/generators': optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: - "@discoveryjs/json-ext": 0.5.7 - "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) - "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) - "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.89.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -12159,42 +8885,33 @@ packages: dev: false /webpack-merge@5.9.0: - resolution: - { - integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==, - } - engines: { node: ">=10.0.0" } + resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} + engines: {node: '>=10.0.0'} dependencies: clone-deep: 4.0.1 wildcard: 2.0.1 dev: false /webpack-sources@3.2.3: - resolution: - { - integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} dev: false /webpack@5.89.0(webpack-cli@5.1.4): - resolution: - { - integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==, - } - engines: { node: ">=10.13.0" } + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} + engines: {node: '>=10.13.0'} hasBin: true peerDependencies: - webpack-cli: "*" + webpack-cli: '*' peerDependenciesMeta: webpack-cli: optional: true dependencies: - "@types/eslint-scope": 3.7.4 - "@types/estree": 1.0.1 - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/wasm-edit": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.10.0 acorn-import-assertions: 1.9.0(acorn@8.10.0) browserslist: 4.22.2 @@ -12216,26 +8933,20 @@ packages: webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: - - "@swc/core" + - '@swc/core' - esbuild - uglify-js dev: false /whatwg-url@5.0.0: - resolution: - { - integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, - } + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false /which-boxed-primitive@1.0.2: - resolution: - { - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, - } + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -12245,11 +8956,8 @@ packages: dev: false /which-typed-array@1.1.11: - resolution: - { - integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 @@ -12259,69 +8967,48 @@ packages: dev: false /which@2.0.2: - resolution: - { - integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, - } - engines: { node: ">= 8" } + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 dev: false /which@3.0.1: - resolution: - { - integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: isexe: 2.0.0 dev: false /wide-align@1.1.5: - resolution: - { - integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, - } + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: string-width: 4.2.3 dev: false /wildcard@2.0.1: - resolution: - { - integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==, - } + resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} dev: false /with@7.0.2: - resolution: - { - integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==, - } - engines: { node: ">= 10.0.0" } - dependencies: - "@babel/parser": 7.22.7 - "@babel/types": 7.22.5 + resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} + engines: {node: '>= 10.0.0'} + dependencies: + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true /wordwrap@1.0.0: - resolution: - { - integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, - } + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: false /wrap-ansi@6.2.0: - resolution: - { - integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -12329,11 +9016,8 @@ packages: dev: false /wrap-ansi@7.0.0: - resolution: - { - integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 @@ -12341,11 +9025,8 @@ packages: dev: false /wrap-ansi@8.1.0: - resolution: - { - integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 @@ -12353,16 +9034,10 @@ packages: dev: false /wrappy@1.0.2: - resolution: - { - integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, - } + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} /write-file-atomic@2.4.3: - resolution: - { - integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, - } + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 @@ -12370,22 +9045,16 @@ packages: dev: false /write-file-atomic@5.0.1: - resolution: - { - integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==, - } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 dev: false /write-json-file@3.2.0: - resolution: - { - integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} + engines: {node: '>=6'} dependencies: detect-indent: 5.0.0 graceful-fs: 4.2.11 @@ -12396,11 +9065,8 @@ packages: dev: false /write-pkg@4.0.0: - resolution: - { - integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} + engines: {node: '>=8'} dependencies: sort-keys: 2.0.0 type-fest: 0.4.1 @@ -12408,11 +9074,8 @@ packages: dev: false /ws@7.5.9: - resolution: - { - integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==, - } - engines: { node: ">=8.3.0" } + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -12423,56 +9086,35 @@ packages: optional: true /xtend@4.0.2: - resolution: - { - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, - } - engines: { node: ">=0.4" } + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} dev: false /y18n@5.0.8: - resolution: - { - integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} dev: false /yallist@3.1.1: - resolution: - { - integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, - } + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} dev: false /yallist@4.0.0: - resolution: - { - integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, - } + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} /yargs-parser@20.2.9: - resolution: - { - integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} dev: false /yargs-parser@21.1.1: - resolution: - { - integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} dev: false /yargs@16.2.0: - resolution: - { - integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} dependencies: cliui: 7.0.4 escalade: 3.1.1 @@ -12484,11 +9126,8 @@ packages: dev: false /yargs@17.7.2: - resolution: - { - integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} dependencies: cliui: 8.0.1 escalade: 3.1.1 @@ -12500,17 +9139,11 @@ packages: dev: false /yocto-queue@0.1.0: - resolution: - { - integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, - } - engines: { node: ">=10" } + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} dev: false /yocto-queue@1.0.0: - resolution: - { - integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, - } - engines: { node: ">=12.20" } + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} dev: false From a25004ff9426af282577855f1c486c0dfb76d832 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:28:03 +0100 Subject: [PATCH 14/14] build: format fix --- presets/bigCircles/package.json | 200 +++++++++++++++--------------- presets/bubbles/package.json | 198 ++++++++++++++--------------- presets/confetti/package.json | 212 ++++++++++++++++---------------- presets/fire/package.json | 198 ++++++++++++++--------------- presets/firefly/package.json | 198 ++++++++++++++--------------- presets/fireworks/package.json | 212 ++++++++++++++++---------------- presets/fountain/package.json | 200 +++++++++++++++--------------- presets/hyperspace/package.json | 202 +++++++++++++++--------------- presets/links/package.json | 198 ++++++++++++++--------------- presets/seaAnemone/package.json | 200 +++++++++++++++--------------- presets/snow/package.json | 198 ++++++++++++++--------------- presets/stars/package.json | 196 ++++++++++++++--------------- presets/triangles/package.json | 198 ++++++++++++++--------------- 13 files changed, 1305 insertions(+), 1305 deletions(-) diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index e498f1f..2b6f151 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-big-circles", - "version": "3.0.0", - "description": "tsParticles big circles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-big-circles", + "version": "3.0.0", + "description": "tsParticles big circles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bigCircles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bigCircles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0" + } } diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index db7fa98..3014dd0 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-bubbles", - "version": "3.0.0", - "description": "tsParticles bubbles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-bubbles", + "version": "3.0.0", + "description": "tsParticles bubbles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/bubbles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/bubbles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" + } } diff --git a/presets/confetti/package.json b/presets/confetti/package.json index 70d2a76..bcb6b06 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-confetti", - "version": "3.0.0", - "description": "tsParticles confetti preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-confetti", + "version": "3.0.0", + "description": "tsParticles confetti preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/confetti" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/confetti" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-motion": "^3.0.0", - "@tsparticles/shape-square": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0", - "@tsparticles/updater-roll": "^3.0.0", - "@tsparticles/updater-rotate": "^3.0.0", - "@tsparticles/updater-tilt": "^3.0.0", - "@tsparticles/updater-wobble": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-motion": "^3.0.0", + "@tsparticles/shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-roll": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-tilt": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" + } } diff --git a/presets/fire/package.json b/presets/fire/package.json index 1c383eb..aeb80de 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-fire", - "version": "3.0.0", - "description": "tsParticles fire preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fire", + "version": "3.0.0", + "description": "tsParticles fire preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fire" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fire" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-external-push": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-push": "^3.0.0" + } } diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 85e682b..135c30c 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-firefly", - "version": "3.0.0", - "description": "tsParticles firefly preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-firefly", + "version": "3.0.0", + "description": "tsParticles firefly preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/firefly" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/firefly" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-external-trail": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-external-trail": "^3.0.0" + } } diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index 923b7b2..52838ba 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,111 +1,111 @@ { - "name": "@tsparticles/preset-fireworks", - "version": "3.0.0", - "description": "tsParticles fireworks preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fireworks", + "version": "3.0.0", + "description": "tsParticles fireworks preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fireworks" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fireworks" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0", - "@tsparticles/plugin-sounds": "^3.0.0", - "@tsparticles/shape-line": "^3.0.0", - "@tsparticles/updater-destroy": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0", - "@tsparticles/updater-rotate": "^3.0.0", - "@tsparticles/updater-stroke-color": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/plugin-sounds": "^3.0.0", + "@tsparticles/shape-line": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0", + "@tsparticles/updater-rotate": "^3.0.0", + "@tsparticles/updater-stroke-color": "^3.0.0" + } } diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 775f46a..9037798 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-fountain", - "version": "3.0.0", - "description": "tsParticles fountain preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-fountain", + "version": "3.0.0", + "description": "tsParticles fountain preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/fountain" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/fountain" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/updater-destroy": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/updater-destroy": "^3.0.0" + } } diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index f8a4e50..d3a12ce 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/preset-hyperspace", - "version": "3.0.0", - "description": "tsParticles hyperspace preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-hyperspace", + "version": "3.0.0", + "description": "tsParticles hyperspace preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/hyperspace" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/hyperspace" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0", - "@tsparticles/plugin-emitters-shape-square": "^3.0.0", - "@tsparticles/updater-life": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0", + "@tsparticles/plugin-emitters-shape-square": "^3.0.0", + "@tsparticles/updater-life": "^3.0.0" + } } diff --git a/presets/links/package.json b/presets/links/package.json index b71ca99..c04d606 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-links", - "version": "3.0.0", - "description": "tsParticles links preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-links", + "version": "3.0.0", + "description": "tsParticles links preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/links" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/links" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-particles-links": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" + } } diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 09fc52e..ecc64a9 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/preset-sea-anemone", - "version": "3.0.0", - "description": "tsParticles sea anemone preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-sea-anemone", + "version": "3.0.0", + "description": "tsParticles sea anemone preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/seaAnemone" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/seaAnemone" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/path-curves": "^3.0.0", - "@tsparticles/plugin-emitters": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/path-curves": "^3.0.0", + "@tsparticles/plugin-emitters": "^3.0.0" + } } diff --git a/presets/snow/package.json b/presets/snow/package.json index 6c0b40d..27692c5 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-snow", - "version": "3.0.0", - "description": "tsParticles snow preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-snow", + "version": "3.0.0", + "description": "tsParticles snow preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/snow" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/snow" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/updater-wobble": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/updater-wobble": "^3.0.0" + } } diff --git a/presets/stars/package.json b/presets/stars/package.json index b5eda8b..f99126e 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,103 +1,103 @@ { - "name": "@tsparticles/preset-stars", - "version": "3.0.0", - "description": "tsParticles stars preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-stars", + "version": "3.0.0", + "description": "tsParticles stars preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/stars" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/stars" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0" + } } diff --git a/presets/triangles/package.json b/presets/triangles/package.json index aca9551..10f302f 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/preset-triangles", - "version": "3.0.0", - "description": "tsParticles triangles preset", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" + "name": "@tsparticles/preset-triangles", + "version": "3.0.0", + "description": "tsParticles triangles preset", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/presets.git", + "directory": "presets/triangles" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-preset" + ], + "publishConfig": { + "directory": "dist", + "linkDirectory": true, + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/presets/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/presets.git", - "directory": "presets/triangles" + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-preset" - ], - "publishConfig": { - "directory": "dist", - "linkDirectory": true, - "access": "public" - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/presets/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" - }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" - }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/basic": "^3.0.0", - "@tsparticles/engine": "^3.0.0", - "@tsparticles/interaction-particles-links": "^3.0.0" + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" } + ], + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/basic": "^3.0.0", + "@tsparticles/engine": "^3.0.0", + "@tsparticles/interaction-particles-links": "^3.0.0" + } }